.common-bg {
    width: 100%;
    background-size: 100% auto;
    background-position: 0 bottom;
    margin-top: 80px;
}

/*about*/
.about .set-one {
	padding-top: 0px;
}
.about h2.heading {
	font-size: 30px;
	color: #57585c;
	font-weight: bold;
	padding: 10px 0px 4px 0px;
}
.about h2.heading span {
	font-size: 30px;
	color: #2391d0;
	font-weight: bold;
}
.about p {
	font-size: 16px;
	color: #57585c;
	line-height:26px;
	margin-bottom: 16px !important;
}
.about .set-two {
	padding-bottom: 45px;
}
.about .set-two ul li {
	font-size: 18px;
	color: #484848;
	line-height:44px;
	margin-bottom: 20px;
	padding-left: 40px;
	background: url(../images/aboutarrow.png) no-repeat left 12px;
}
.about .set-three {
	padding-bottom: 15px;
}
.about .set-three h2 {
	padding-bottom: 80px;
}
.about .set-three h3 {
	font-size: 30px;
	color: #57585c;
	font-weight: bold;
	margin-bottom: 20px;
}
.about .set-three h3 span {
	font-size: 30px;
	color: #3da6e5;
	font-weight: bold;
}
.about .set-three p {
	margin-bottom: 10px;
}
.about .set-four h2 {
	font-size: 22px;
	color: #38adef;
	font-weight: 600;
	margin-bottom: 5px;
	padding-top: 55px;
}
.about .set-four2 p {
	font-size: 12px !important;
  text-align: justify;
}
.about .set-four2 h2 {
	font-size: 18px !important;
  padding-top: 15px !important;
}
.about .set-four2 .col-sm-4 {
    min-height: 364px !important;
    padding-top: 20px !important;
    padding: 0px 30px;
}
.about .set-four h3 {
	font-size: 16px;
	color: #57585c;
	margin-bottom: 12px;
}
.white_btn{/* Rectangle 5: */
background: #FFFFFF;
border: 1px solid #4C7AB2;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.18);
border-radius: 8px;transition: all .4s;}
.about .set-four p {
	line-height: 25px;
}
.white_btn:hover{/* Rectangle 5: */
background: #EAEAEA;
transition: all .4s;
}

.about .set-four .col-sm-4 {
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	-ms-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
	min-height:905px;
	padding-top: 50px;
	cursor: pointer;
}
.about .set-four .col-sm-4:hover {
	-webkit-box-shadow: 0px 0px 10px #e2d8d8;
	-moz-box-shadow: 0px 0px 10px #e2d8d8;
	-ms-box-shadow: 0px 0px 10px #e2d8d8;
	box-shadow: 0px 0px 10px #e2d8d8;
}
.about .set-five {
	padding: 40px 0 0 0;
}
.about .set-five .year-set {
	background: url(../images/yearset.png) no-repeat;
	width: 58px;
	height: 70px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	z-index:1;
}
.about .set-five .year-set h2 {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.about .set-five .content-set {
    background-color: #f2f2f2;
    padding: 10px 0 9px 60px;
    height: 68px;
    margin-left: -23px;
	width: 90%;
}
.about .set-five .content-set h2 {
	font-size: 12px;
	color: #484848;
	margin-bottom: 5px;
	font-weight: 600;
}
.about .set-five .content-set p {
	font-size: 12px;
	color: #484848;
	margin-bottom: 0;
	line-height: 15px;
}
.about .set-five .border-set {
	background: url(../images/borderset.png) no-repeat;
	height: 68px;
	width: 40px;
	background: rgba(56,111,136,1);
	background: -moz-linear-gradient(left, rgba(56,111,136,1) 0%, rgba(62,123,151,1) 30%, rgba(61,122,150,1) 51%, rgba(62,123,151,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,111,136,1)), color-stop(30%, rgba(62,123,151,1)), color-stop(51%, rgba(61,122,150,1)), color-stop(100%, rgba(62,123,151,1)));
	background: -webkit-linear-gradient(left, rgba(56,111,136,1) 0%, rgba(62,123,151,1) 30%, rgba(61,122,150,1) 51%, rgba(62,123,151,1) 100%);
	background: -o-linear-gradient(left, rgba(56,111,136,1) 0%, rgba(62,123,151,1) 30%, rgba(61,122,150,1) 51%, rgba(62,123,151,1) 100%);
	background: -ms-linear-gradient(left, rgba(56,111,136,1) 0%, rgba(62,123,151,1) 30%, rgba(61,122,150,1) 51%, rgba(62,123,151,1) 100%);
	background: linear-gradient(to right, rgba(56,111,136,1) 0%, rgba(62,123,151,1) 30%, rgba(61,122,150,1) 51%, rgba(62,123,151,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386f88', endColorstr='#3e7b97', GradientType=1 );
	-webkit-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width: 991px) {
	.about .set-four .col-sm-4  {
		min-height:auto;
	}
    .about .set-three h3 span {
        font-size: 28px;
    }
	.about .set-two ul li {
		line-height: 28px;
		background-position-y:6px;
	}
	.about .set-three {
		padding-bottom: 30px;
	}
	.about p {
		margin-bottom: 20px;
	}
	.about .set-one {
		padding-top: 30px;
	}
	.about .set-two {
		padding-bottom: 30px;
	}
	.about .set-three h2 {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 767px) {
  .common-bg {
    overflow: hidden  !important;
}
	.about .set-four .col-sm-4  {
		padding-top: 0px;
	}
	.about h2.heading,.about h2.heading span {
    	font-size: 27px;
	}
	.about .set-four .col-sm-4:hover {
		box-shadow:none;
	}
	.about .set-three .row {
		text-align: center;
	}
	.about .set-three img {
		margin:0 auto;
	}
	.about .set-four h2 {
		padding-top: 25px;
	}
	.about .set-two ul li {
		line-height: 24px;
		background-position-y: 3px;
	}
	.about .set-four p {
    	line-height: 26px;
	}
	.about .set-five .content-set {
		height: auto;
		width: 100%;
		padding: 20px 0 20px 115px;
	}
	.about .set-five .border-set {
		display: none;
	}
	.about .set-five .year-set {
		background: url(../images/yearsetone.png) no-repeat;
		width: 71px;
		height: 71px;
		margin: 0 auto;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.about .set-five .year-set h2 {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.about .set-five .full-set {
		background-color: #f2f2f2;
		position: relative;
		border-bottom: 10px solid #3b758f;
	}
	.about p {
		text-align:justify;
	}
}

/*about*/

/*news-press*/
.news-press h2.heading {
	font-size:40px;
	color:#57585c;
	font-weight:bold;
	padding:90px 0 45px 0;
}
.news-press h2.heading span {
	font-size: 40px;
    color: #2391d0;
    font-weight: bold;
}
.news-press .loopset .loops{
	padding-bottom:40px;
	width:100%;
}
.news-press .loopset .loops .loop-img {
	width: 18%;
}
.news-press .loopset  .loop-notes {
	border-bottom:2px solid #c9c9cb;
	width: 82%;
}
.news-press .loopset .loop-notes h3 {
	font-size:20px;
	color:#066094;
	font-weight:bold;
	padding-top:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news-press .loopset .loop-notes h4 {
	line-height:31px;
	padding: 26px 0 20px 0;
	overflow:hidden;
}
.news-press .loopset .loop-notes h4 .spanlft {
	font-size:18px;
	color:#57585c;
	vertical-align: middle;
}
.news-press .loopset .loop-notes h4 .spanrgt {
	font-size:18px;
	color:#fff;
	background:#86b72d;
	border-radius:20px;
	float:right;
	margin-right:68px;
	font-weight: 600;
	padding: 5px 12px;
}
.news-press .pagination {
	padding:24px 0 60px 0;
	margin:0;
}
.news-press .pagination ul li {
	float:left;
}
.news-press .pagination ul li {
	margin-right:2px;
}
.news-press .pagination ul li a {
	font-size:18px;
	color:#1c1c1c;
	font-weight:600;
	background: rgba(208, 209, 210,.7);
	padding: 20px 25px;
}
.news-press .pagination ul li:nth-child(1) a{
	padding: 20px 34px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
.news-press .pagination ul li:last-child a{
	padding: 20px 34px;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius:0 30px 30px 0;
}
@media only screen and (max-width: 1200px) {
.news-press .loopset .loop-notes {
    width: 78%;
}
.news-press .loopset .loop-notes h3 {
    font-size: 18px;
}
}
@media only screen and (max-width: 991px){
.news-press .loopset .loops .loop-img {
    width: 25%;
}
.news-press .loopset .loop-notes {
    width: 73%;
}
.news-press .loopset .loop-notes h3 {
	min-height:47px;
}
.news-press .loopset .loop-notes h4 {
	padding: 12px 0 14px 0;
}
.news-press .loopset .loop-notes h4 .spanrgt {
	margin-right:35px;
}
}
@media only screen and (max-width: 767px){
.news-press h2.heading {
	padding:40px 0;
	text-align: center;
}
.news-press .loopset .loops .loop-img {
    width: 65%;
	margin:0 auto;
	float:none !important;
}
.news-press .loopset .loops .loop-img img {
	width:100%;
}
.news-press .loopset .loops .loop-notes {
	float:none !important;
	width:100%;
}
.news-press .loopset .loop-notes h4 .spanrgt {
	margin-right:0;
}
.news-press .loopset .loop-notes h3 {
	padding-top:18px;
}
.news-press .pagination ul li a {
    padding:10px 11px;
}
.news-press .pagination ul li:nth-child(1) a {
    padding: 10px;
}
.news-press .pagination ul li:last-child a{
	padding: 10px;
}
.news-press .pagination {
    padding: 25px 0;
}
}
@media screen and  (max-width: 320px) {
.news-press .pagination ul li a {
    padding: 8px;
	font-size: 17px;
}
.news-press .pagination ul li:nth-child(1) a {
    padding: 8px;
}
.news-press .pagination ul li:last-child a{
	padding: 8px;
}
.news-press .loopset .loop-notes h4 .spanlft {
    font-size: 16px;
}
}
/*news-press*/

/*finalPRoducts _ services _1*/
.service-one .linkbox {
	border-bottom:1px solid #10819b;
	margin-top:40px;
  margin-bottom: 10px;
}
.service-one .subserviceone {
	padding-bottom:45px;
}
.service-one .linkbox ul li {
	float:left;
	-webkit-transition: all in .6s;
	-moz-transition: all in .6s;
	-ms-transition: all in .6s;
	-o-transition: all in .6s;
	transition: all in .6s;
  transition: 0.4s;
}
.service-one .linkbox ul li a {
	padding: 9px 41.7px 9px 15px;
}
.service-one .linkbox ul li:hover {
	background:#1b98b4;
  transition: 0.4s
}
.service-one .linkbox ul li:hover a {
	color:#fff;
}
.service-one .linkbox ul li.active {
	background:#1b98b4;
}
.service-one .linkbox ul li.active a {
	color:#fff;
}
.service-one .linkbox ul li a {
	font-size:20px;
	color:#57585c;
}
.service-one h2.heading {
    font-size: 40px;
    color: #57585c;
    font-weight: bold;
    padding: 15px 0 10px 0;
}
.service-one h2.heading span {
    font-size: 40px;
    color: #2391d0;
    font-weight: bold;
}
.service-one .paraone {
	font-size:16px;
	color:#57585c;
	line-height:24px;
}
.service-one .trans-img {
	width:100%;
	margin-top:25px;
}
.service-one .trans-img img {
	margin:0 auto;
}
.service-one h2.headingtwo {
    font-size: 27px;
    color: #57585c;
    font-weight: bold;
	padding-top:0px;
}
.service-one .paramid {
	padding:40px 0;
}
.service-one .paramidtwo {
	padding-bottom:40px;
}
@media only screen and (max-width: 1200px) {
.service-one .linkbox ul li a {
    padding: 9px 11.7px;
}
}
@media only screen and (max-width: 991px) {
.service-one .linkbox ul li a {
    padding: 9px 6.5px;
    font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.service-one .linkbox {
	margin-top:0;
}
.service-one h2.heading,.service-one h2.headingtwo {
	text-align:center;
}
.service-one .linkbox ul li {
	width:50%;
	text-align:center;
	min-height: 45px;
	display: flex;
    align-items: center;
    transition: 0.4s
}
.service-one .linkbox ul li:hover {
	background: #1b98b4;
}
.service-one .linkbox ul li a {
	font-size: 14px;
	padding:0;
	display:block;
	width:100%;
}
.service-one h2.heading,.service-one h2.heading span {
    font-size: 25px;
	padding:25px 0;
}
.service-one h2.headingtwo {
    font-size: 22px;
    padding-bottom: 25px;
}
.service-one .paraone {
	text-align:justify;
}
}

/*finalPRoducts _ services _1*/

/*finalPRoducts _ services_01*/

.service-zero-one .subserviceone {
	padding-bottom:0px;
  font-size: 16px;
color: #57585c;
line-height: 24px;
}
@media only screen and (max-width: 991px) {
.service-zero-one .subserviceone {
	padding-bottom:45px;
}
}

/*finalPRoducts _ services_01*/

/*finalPRoducts _ services_2*/
.service-two .trans-img {
	padding-top:25px;
}
.service-two .subserviceone {
	padding-bottom:60px;
}
@media only screen and (max-width: 991px) {
.service-two .trans-img {
	padding-top:0;
}
}
/*finalPRoducts _ services_2*/


/*finalPRoducts _ services_3*/
.service-three .sub-heading {
	font-size:20px;
	color:#57585c;
	font-weight:bold;
	padding-top:40px;
}
.service-three .subserviceone {
    padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
.service-three .subserviceone {
	padding-bottom:40px;
}
}
@media only screen and (max-width: 767px) {
.service-three .sub-heading {
	text-align:center;
}
.head-one {
	background: none;
	box-shadow: none;
}
.common-bg {
	background:none;
	margin-top: 36px;
}
}
/*finalPRoducts _ services_3*/
.head-img {
    padding: 12px;
    border: 2px solid #0e75dd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: -12px 0px 8px -3%;
}
.nav_circle h6 {font-size: 13px;font-weight: 500;color: #62656b;}
.nav_circle{float: left;margin: 0% 2% 4% 0%;width: 207px;min-width: 207px;max-width: 207px;text-align: center;}
.circles{margin: 4% auto 0% auto;display: flex;flex-wrap: wrap;width: 82%;}
