@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,700');
/*font-family:'Conv_AVGARDMI',Sans-Serif; bold italic*/

body {
	font-family: 'Istok Web', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #565656;
}
* {
	outline: none !important;
}
a {
	color: #074267;
}
a:hover, a:focus {
	text-decoration: none;
}
h2, .h2 {
	font-size: 22px;
	font-weight: 700;
	color: #074267;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h1, .h1 {
	font-size: 24px;
	font-weight: 700;
	color: #074267;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
h1:after, .h1:after, h2:after, .h2:after {
	/*position: absolute;
	z-index: 2;
	content: "";
	width: 80px;
	height: 6px;
	background: #074267;
	top: 100%;
	left: 0;*/
}



/*========header part =======================*/
.headertop {
	background:#074267;
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
}
.headertop a {color:#fff!important; padding:0 15px!important; border-right:1px solid #fff;}
.headertop ul li:last-child a {border-right:none!important;}
.headertop a:hover {color:#c0e7ff!important; background:inherit!important; padding:0 15px!important;}
.topnavholder {
	margin-right: 320px;
}
.topphoneholder {
	float: right;
	padding-top: 25px;
	font-size: 18px;
	color: #074267;
}
.topphoneholder p {
	text-align: right;
	margin: 0;
}
.topphoneholder span {
	font-size: 22px;
	font-weight: 700;
}
/*====top part banner====*/
.toppart_banner {
	position: relative;
	background: #dae3e8;
	padding-top: 30px;
}
.toppart_banner .container {
	position: relative;
	z-index: 9;
}
.toppart_banner:after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	content: "";
}
.toppart_banner:before {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}
/*========home services part =======================*/
.homeservices {
	position: relative;
	background: #dae3e8;
	padding: 40px 0;
}
.homeservices_holder {
	padding: 0;
	display: block;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.homeservices_holder h4 {
	color: #074267;
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	padding: 7px 0;
	font-weight:bold;
}
.srvicesimg {
	width: 164px;
	height: 164px;
	border: 2px solid #002841;
	border-radius: 100%;
	margin: 0 auto 20px;
	position: relative;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	background-color:#fff;
}
.homeservices_holder:hover .srvicesimg {
	border: 2px solid #002841;
	background: #002841;
}
.srvicesimg img {
	position: absolute;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
.srvicesimg img.imglist_hover {
	opacity: 0;
	z-index: 2;
}
.homeservices_holder:hover .srvicesimg img.imglist_hover {
	opacity: 1;
}
/*========Body part =======================*/
.mainbody {
	padding: 60px 0 30px;
}
.innerpagediv {
	padding: 60px 0 30px;
}
/*=====left part====*/
.post-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #074267;
}
.post-content ul {
	/*list-style: none;*/
	margin: 0;
	padding: 0 0 15px 19px;
	font-weight:
}
.post-content ul li {
	padding: 4px 15px;

}
.post-content ul li:nth-child(odd) {
	
}
.post-content ul li a {
	/*background-position: left bottom;*/
	color: #fff;
	color: #074267;
}
.post-content ul > li:hover > a, .post-content ul > li > ul li:hover > a {
	background-position: left bottom;
	color: #333;
	/*background: -moz-linear-gradient(left, rgba(7,66,103,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(7,66,103,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(7,66,103,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074267', endColorstr='#00ffffff', GradientType=1 );*/
}
.rightnewsletter {
	background: no-repeat url(../images/newsbg.png) left bottom #fff;
	border: 8px solid #e9e9e9;
	padding: 15px;
	margin-bottom: 40px;
}
.rightnewsletter h3 {
	color: #074267;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px;
}
.newstag {
	font-size: 16px;
	text-align: center;
	padding: 0px 30px 15px;
}
.wysija-input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wysija-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wysija-input::-moz-placeholder {
 color: #323868;
 opacity: 1;
}
.wysija-input:-ms-input-placeholder {
 color: #323868;
}
.wysija-input::-webkit-input-placeholder {
 color: #323868;
}
.wysija-input::-ms-expand {
 background-color: transparent;
 border: 0;
}
.wysija-input[disabled], .wysija-input[readonly], fieldset[disabled] .wysija-input {
	background-color: #eee;
	opacity: 1;
}
.client_list li, .resource-list-top li {
	width: 33.333%;
	float: left;
}
.post-content ul.page-list > li {
	padding: 0 15px;
}
.post-content ul.page-list > li a {
	margin: 0 -15px;
}
.clientmap img{
	max-width:100%;
	text-align:center;
	border:5px solid #ddd;
	padding:0 10px 10px;
}
.clientmap{
	margin-bottom:40px;
}
/*===blog part===*/
.customblog-image {
	float: left;
	max-width: 250px;
	padding-bottom: 10px;
}
.customblogpage:nth-child(2n) .customblog-image {
	float: right;
	margin-right: 0;
}
.customblog-image a img {
	padding-right: 15px;
}
.customblogpage:nth-child(2n) .customblog-image a img {
	padding-left: 15px;
	padding-right: 0;
}
.customblogpage:nth-child(2n) .cutomlink {
	text-align: right;
}
.customblogpage h2 {
	margin-top: 0;
}
.postedby {
	color: #777;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
	position: relative;
	top: -8px;
}
.customblog-work {
	text-align: justify;
}
.fullblog .post-content > img {
	float: left;
	margin: 0 15px 10px 0;
	max-width: 250px;
}
.post-content img {
	height: auto;
}
.addressparthombottom {background-color:#074267!important;}
/*=====right part====*/
.memberholder {
	background: #2d2d2d;
	padding: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.memberholder h3 {
	margin: 0 0 30px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 25px;
	position: relative;
}
.memberholder h3:after {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 50%;
	width: 80px;
	height: 6px;
	background: #fff;
	margin-left: -40px;
	content: "";
}
.memberholder h3 span {
	font-size: 18px;
	display: block;
}
.memberholderimg a {
	width: 40%;
	margin: 0 5%;
	display: inline-block;
}
/*===right contact ===*/
.rightcontact {
	margin-bottom: 40px;
	background: #f1f1f1;
	padding-bottom: 20px;
}
.rightcontact h3 {
	background: #404040;
	text-transform: uppercase;
	color: #fff;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px
}
.rightcontact .booknow_formarea {
	padding: 15px;
}
.rightcontact .booknow_formarea > .col-sm-6 {
	width: 100%;
}
.form-control {
	border-radius: 0;
}
.rightcontact .btns_cp {
	text-align: center;
}
.rightcontact .captcha_holder {
	background: #fff;
	border: 1px solid #ccc;
	max-height: 34px;
}
.rightcontact .captcha_holder img {
	max-height: 30px;
}
.latestnewsholder {
	margin-bottom: 40px;
}
.latestnewsholder h3 {
	position: relative;
	margin: 0 0 15px;
}
.latestnewsholder h3:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	background: #ccc;
	content: "";
	height: 1px;
}
.latestnewsholder h3 span {
	padding-right: 15px;
	background: #fff;
	color: #074267;
	position: relative;
	z-index: 9;
	font-size: 24px;
	font-weight: 700;
}
.latestnewsholder ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.latestnewsholder ul li {
	padding: 0;
	font-size:15px;
}
.latestnewsholder ul li a {
	/*display: block;
	padding: 5px;*/
	color: #2f2f2f;
	font-size:15px;
	/*transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	background: #fff;
	background: linear-gradient(to right, #074267 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: right bottom;*/
}
.latestnewsholder ul li a:hover {
	/*background-position: left bottom;*/
	color: #074267;
}
/*============contact part==========*/
.contactpart iframe {
	border: 5px solid #ccc;
}
.contactpart .col-sm-6, .contactpart .col-sm-6 p {
}
.contactaddress {
	min-height: 180px;
}
/*========address part==============*/
.addresswithmap {
	position: relative;
	width: 100%;
}
.address_box {
	position: relative;
	z-index: 99;
}
.addmap {
	height: 100%;
	position: absolute;
	width: 100%;
}
.addresswithmapinn {
	background: rgba(6, 65, 102, 0.9) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.mapinn{
	position:relative;
}
.mapinninn{
	background: rgba(6, 65, 102, 0) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.addressparthombottom .container {
	position: relative;
	z-index: 9;
	padding-top: 30px;
	padding-bottom: 30px;
}
.btn-main {
/*background: #fff;
	border-radius: 30px;
	color: #0d3980;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 20px;
	padding: 10px 25px;
	text-transform: uppercase;*/
}
.btn-main:hover, .btn-main:focus {
	background: #000;
	color: #fff;
}
.freeconsultation .col-sm-12.btns_cp .btn {
	background: #0d3980;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 8px 25px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
}
.freeconsultation .col-sm-12.btns_cp .btn:hover, .freeconsultation .col-sm-12.btns_cp .btn:focus {
	background: #000;
	color: #fff;
}
.address_box {
	position: relative;
	z-index: 99;
	padding: 20px 0px;
	margin: 0;
}
.address_logo {
	display: block;
	border-bottom: 1px #fff solid;
	padding: 0 0 15px;
	margin: 0 44px 20px;
}
.address_title {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	padding: 0 0 10px;
	margin: 0;
	position: relative;
}
.address_text {
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding-left: 15px;
	line-height: 19px;
}
.address_text a {
	color: #333;
}
.social_icon {
	margin-top: 40px;
	text-align: center;
}
.social_icon a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #1d5272;
	background: #fff;
	border: 2px #fff solid;
	margin: 0 5px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	transition: ease 0.8s;
}
.social_icon a:hover {
	color: #fff;
	background: #1d5272;
}
.social_icon a i {
	padding: 7px 0 0;
}
.officeaddholdder_left {
	width: 135px;
	float: left;
	font-size: 15px;
	font-weight: 700;
}
.officeaddholdder_right {
	margin-left: 135px;
	font-size: 14px;
}
.officeaddholdder {
	color: #fff;
	margin-bottom: 15px;
}
.contactmap .officeaddholdder_left {
	color: #333;
}
.contactmap .officeaddholdder_right {
	color: #5a5a5a;
}
/*========Footer part =======================*/
.footer {
	padding: 20px 0;
}
.footerlogo {
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.footerlogo:after {
	position: absolute;
	z-index: 9;
	bottom: -4px;
	left: 50%;
	margin-left: -145px;
	height: 7px;
	width: 290px;
	background: #074267;
	content: "";
}
.footertext {
	text-align: center;
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
}
.footercopyright {
	padding-top: 40px;
	text-align: center;
}
.footerpowerdby {
	text-align: center;
	padding: 20px 0;
}
.footerpowerdby a {
	padding: 0 10px;
	position: relative;
}
.footerpowerdby a:after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -4px;
	content: "|";
	color: #565656;
}
.footerpowerdby span {
	display: inline-block;
	padding-left: 10px;
}
.footerpowerdby span a:after {
	display: none;
}
/*================slider content=============*/
.slidercontent {
	position: absolute;
	z-index: 10;
	color: #fff;
	max-width: 700px;
	bottom: 50px;
	text-align: center;
	left: 30px;
}
.slidertext h3 {
	font-size: 40px;
	color: #fff;
	margin: 0;
	font-weight: 700;
	text-shadow:0 1px 0 rgb(0, 0, 0);
}
.slidertext h4 {
	margin: 0;
	font-size: 18px;
	color: #fff;
	max-width: 400px;
	margin: 0 auto;
	text-shadow:0 1px 0 rgb(0, 0, 0);
}
/*================slider start=============*/
/*Banner Style Area Starts*/

.slider {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.banner .carousel-indicators {
	width: auto;
	bottom: 10px;
	margin-left: 0;
	right: 50px;
	left: auto;
}
/*For Carosel Fade Effect*/
.carousel-fade {
	background: #fff;
}
.carousel-fade .carousel-inner .item {/*opacity: 0; transition-property: opacity;*/
	opacity: 0;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	height:460px;
	background-position:center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/*For Carosel Fade Effect*/
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/*================slider end=============*/
.profiledetails h4{
	font-weight:bold;
	margin:0 0 15px;
	font-size:16px;
}
.profiledetails i{
	margin-right:10px;
	width:20px;
}
.profiledetailsimg{
	padding:15px 0;
}
/*==================page404===========================================*/
.page404-title {
	text-align: center;
}
.page404-title h1 {
	display: inline-block;
}
.search-field {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-field:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.search-field::-moz-placeholder {
 color: #323868;
 opacity: 1;
}
.search-field:-ms-input-placeholder {
 color: #323868;
}
.search-field::-webkit-input-placeholder {
 color: #323868;
}
.search-field::-ms-expand {
 background-color: transparent;
 border: 0;
}
.search-field[disabled], .search-field[readonly], fieldset[disabled] .search-field {
	background-color: #eee;
	opacity: 1;
}
/*=====common part img important====*/
.footerfloatbar {
	position: fixed;
	bottom: 0px;
	z-index: 999;
	display: block;
	background: rgba(0,0,0, 0.8);
	height: 40px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	text-transform: uppercase;
}
.footerfloatbar i {
	color: #fff;
	font-size: 35px;
}
.spacer {
	margin-bottom: 15px;
	text-align: justify;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
	border: 1px solid #ddd;
}
img.alignright {
	margin: 5px 0 5px 20px;
	border: 1px solid #ddd;
}
img.aligncenter {
	border: 1px solid #ddd;
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
/*==============addresswithmap==================*/
.socialiconfoot a {
	width: 42px;
	height: 42px;
	display: inline-block;
	margin-right: 6px;
	border-radius: 100%;
	background: #fff;
	color: #5e6172;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
}
.socialiconfoot a:hover {
	background: #074267;
	color: #fff;
}
.socialiconfoot a .fa {
	line-height: 42px;
}
p {
	text-align: justify;
}

/*=======allpage important==========*/
.post-content .comments-area h3 {
	margin-top: 0;
}
.comment-form p {
	position: relative;
}
.comment-form p:after {
	display: table;
	width: 100%;
	position: relative;
	content: "";
	clear: both;
}
.comment-form p label {
	width: 150px;
	position: absolute;
	z-index: 9;
	top: 10px;
	left: 0;
	font-weight: normal;
	font-size: 15px;
}
.comment-form p, #commentform .gglcptch {
	padding-left: 160px;
}
.comment-form p.comment-notes {
	padding: 0;
}
.comment-form p input, .comment-form p select, .comment-form p textarea {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 34px;
	line-height: 1.33333;
	padding: 5px 10px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comment-form p textarea {
	height: 100px;
}
.comment-form p input:focus, .comment-form p select:focus, .comment-form p textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.comment-form p input::-moz-placeholder, .comment-form p select::-moz-placeholder, .comment-form p textarea::-moz-placeholder {
 color: #c1c1c1;
 opacity: 1;
}
.comment-form p input:-ms-input-placeholder, .comment-form p select:-ms-input-placeholder, .comment-form p textarea:-ms-input-placeholder {
 color: #c1c1c1;
}
.comment-form p input::-webkit-input-placeholder, .comment-form p select::-webkit-input-placeholder, .comment-form p textarea::-webkit-input-placeholder {
 color: #c1c1c1;
}
.comment-form p input::-ms-expand, .comment-form p select::-ms-expand, .comment-form p textarea::-ms-expand {
 background-color: transparent;
 border: 0;
}
.comment-form p.form-submit input.submit {
	color: #fff;
	background-color: #074267;
	border-color: #074267;
	width: auto;
}
.comment-form p.form-submit input.submit:focus, .comment-form p.form-submit input.submit.focus {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.comment-form p.form-submit input.submit:hover {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.comment-form p.form-submit input.submit:active, .comment-form p.form-submit input.submit.active, .open > .dropdown-toggle.comment-form p.form-submit input.submit {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.comment-form p.form-submit input.submit:active:hover, .comment-form p.form-submit input.submit.active:hover, .open > .dropdown-toggle.comment-form p.form-submit input.submit:hover, .comment-form p.form-submit input.submit:active:focus, .comment-form p.form-submit input.submit.active:focus, .open > .dropdown-toggle.comment-form p.form-submit input.submit:focus, .comment-form p.form-submit input.submit:active.focus, .comment-form p.form-submit input.submit.active.focus, .open > .dropdown-toggle.comment-form p.form-submit input.submit.focus {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.comment-form p.form-submit input.submit:active, .comment-form p.form-submit input.submit.active, .open > .dropdown-toggle.comment-form p.form-submit input.submit {
	background-image: none;
}
.comment-form p.form-submit input.submit.disabled:hover, .comment-form p.form-submit input.submit[disabled]:hover, fieldset[disabled] .comment-form p.form-submit input.submit:hover, .comment-form p.form-submit input.submit.disabled:focus, .comment-form p.form-submit input.submit[disabled]:focus, fieldset[disabled] .comment-form p.form-submit input.submit:focus, .comment-form p.form-submit input.submit.disabled.focus, .comment-form p.form-submit input.submit[disabled].focus, fieldset[disabled] .comment-form p.form-submit input.submit.focus {
	background-color: #074267;
	border-color: #074267;
}
.comment-form p.form-submit input.submit.badge {
	color: #074267;
	background-color: #fff;
}
.comments-area .comment-respond {
	background: rgba(235, 235, 235, 0.1) none repeat scroll 0 0;
	padding: 15px 30px;
	border: 1px solid #074267;
	margin-top: 30px;
}
.required {
	color: #B10002;
}
.single.single-post .comments-area {
	display: block;
}
.cutomlink {
	margin: 15px 0 25px;
}
.postedby {
	color: #777;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
	position: relative;
	top: -8px;
}
.single-post .info .list-inline {
	font-size: 14px;
}
.post-content img {
	height: auto;
}
.form-control::-moz-placeholder {
 color: #c1c1c1;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #c1c1c1;
}
.form-control::-webkit-input-placeholder {
 color: #c1c1c1;
}
.contact_form_box textarea {
	height: 60px;
}
.contact_form_box .textarea_button {
	position: relative;
}
.contact_form_box .textarea_button .btns_cp .btn {
}
/*=======slider==========*/
.ekko-lightbox .modal-body, .ekko-lightbox .modal-header, .ekko-lightbox .modal-dialog {
	width: 100%;
}
.ekko-lightbox .modal-header {
}
.ekko-lightbox .modal-content, .ekko-lightbox .modal-body, .ekko-lightbox .modal-dialog .ekko-lightbox-container, .ekko-lightbox .modal-dialog .ekko-lightbox-container > div, .ekko-lightbox-nav-overlay, .ekko-lightbox-nav-overlay a {
	height: 100%;
}
.ekko-lightbox .glyphicon-chevron-left::before {
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
	left: 0;
}
.glyphicon-chevron-right::before {
	top: 50%;
	position: absolute;
	transform: translate(0, -50%);
	right: 0;
}
/*=========popup slider===========*/
.recentphoto_img {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recentphotoloop {
	padding: 15px;
	text-align: center;
}
a.recentphoto_holder {
	position: relative;
	display: block;
}
.recentphoto_holder img {
	border: 1px solid #c9c9c9;
}
a.recentphoto_holder h4 {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0px;
	position: relative;
	transform: translate(0);
	width: 100%;
	margin: 0;
	font-style: italic;
	text-align: left;
}
a.recentphoto_holder:after {
	content: "";
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	opacity: 0;
}
a.recentphoto_holder:before {
	content: "\f00e";
	color: #fff;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'FontAwesome';
	margin-top: -25px;
	margin-left: -25px;
	transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	-webkit-transform: scale(2);
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	opacity: 0;
}
a.recentphoto_holder:hover:before, a.recentphoto_holder:hover:after {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}
/*=================pradip===================*/













/*=================scroll top===================*/
.scroll-top-wrapper {
	position: fixed;
	right: 30px;
	bottom: 40px;
	background-color: #074267;
	border: 1px solid #7c5312;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
	z-index:9999;
	display:none;
}
.scroll-top-wrapper.show{
	display:block;
}
.fa.fa-angle-up {
	line-height: 26px;
}
.scroll-top-wrapper:hover {
	opacity: 1;
}
/*=======marginpart==========*/
.margintop10 {
	margin-top: 10px;
}
.margintop15 {
	margin-top: 15px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop22 {
	margin-top: 22px;
}
.margintop25 {
	margin-top: 25px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop35 {
	margin-top: 35px;
}
.margintop32 {
	margin-top: 32px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom10 {
	margin-bottom: 10px;
}
.marginbottom15 {
	margin-bottom: 15px;
}
.marginbottom20 {
	margin-bottom: 20px;
}
.marginbottom25 {
	margin-bottom: 25px;
}
.marginbottom30 {
	margin-bottom: 30px;
}
.marginbottom35 {
	margin-bottom: 35px;
}
.marginbottom40 {
	margin-bottom: 40px;
}
/*=======map part ==========*/
.addresswithmap .container {
	padding: 60px 15px;
	position: relative;
	z-index: 9;
}
/*=======forbtn-main==========*/
.btn {
	border-radius: 0;
}
.contact_form_box .btn-main {
	color: #fff;
	background-color: #074267;
	border-color: #074267;
}
.contact_form_box .btn-main:focus, .contact_form_box .btn-main.focus, .contact_form_box .btn-main:hover, .contact_form_box .btn-main:active {
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.btn-main {
	color: #fff;
	background-color: #074267;
	border-color: #074267;
}
.btn-main:focus, .btn-main.focus {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.btn-main:hover {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.btn-main:active, .btn-main.active, .open > .dropdown-toggle.btn-main {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.btn-main:active:hover, .btn-main.active:hover, .open > .dropdown-toggle.btn-main:hover, .btn-main:active:focus, .btn-main.active:focus, .open > .dropdown-toggle.btn-main:focus, .btn-main:active.focus, .btn-main.active.focus, .open > .dropdown-toggle.btn-main.focus {
	color: #fff;
	background-color: #8e8f8f;
	border-color: #8e8f8f;
}
.btn-main:active, .btn-main.active, .open > .dropdown-toggle.btn-main {
	background-image: none;
}
.btn-main.disabled:hover, .btn-main[disabled]:hover, fieldset[disabled] .btn-main:hover, .btn-main.disabled:focus, .btn-main[disabled]:focus, fieldset[disabled] .btn-main:focus, .btn-main.disabled.focus, .btn-main[disabled].focus, fieldset[disabled] .btn-main.focus {
	background-color: #074267;
	border-color: #074267;
}
.btn-main .badge {
	color: #074267;
	background-color: #fff;
}
/*====================*/
/*====================*/
/*====================*/
/*====================*/
/*=======btn-custom=============*/
.btn-custom, .wysija-submit, .search-submit {
	background: #074267;
	font-size: 16px;
	padding: 8px 30px;
	display: inline-block;
	color: #fff;
}
.wysija-submit, .qu_conatct_bttn.btn-custom {
	padding: 8px 0px;
	width: 160px;
	margin: 0 auto;
	border: none;
	text-align: center;
}
.wysija-submit {
	margin: 30px auto !important;
}
.search-submit {
	border: 1px solid #074267;
	padding: 6px 12px;
	font-size: 14px;
}
.btn-custom:hover, .wysija-submit :hover, .search-submit:hover {
	background: rgba(35, 31, 32, 1);
	color: #fff;
}
/*=========btn-border===========*/
.btn-border {
	background: none;
	border: 3px solid #fff;
	color: #fff;
	border-radius: 8px;
	padding-left: 45px;
	padding-right: 45px;
}
.btn-border:hover {
	background: #074267;
	color: #fff;
}

ul.association_law span {font-weight:bold; text-decoration:underline; color:#000;}
.leftcontact, .leftcontact p { text-align:center!important; }
.leftcontact p a {color:#333!important; font-size:16px!important;}
.leftcontact h3,.teamleftcontact h3 { color:#074267 !important; font-weight:bold !important; font-size:24px !important; padding-top:0 !important; margin-top:0 !important;}
.leftsidebar {position:absolute; bottom:0; left:0;}
.rightsidebar img {margin-bottom:10px;}
.map {position:absolute; top:0; left:0;}
.map img {width:80%!important;}
.newsinn h5 {display:none!important;}
.headertop .pull-left a {
    border: 1px solid #9b9b9b;
    padding: 5px 15px !important;
    border-radius: 5px;}
.headertop .pull-left a:hover {
    padding: 5px 15px !important;}
.teamleftcontact{text-align:cente;}
.teamleftcontact h3 { color:#074267 !important; font-weight:bold !important; font-size:24px !important; padding-top:0 !important; margin-top:0 !important;}
