@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/


.alignleft {
	float: left;
	margin: 8px 15px 0 0;
}

.alignright {
	float: right;
	margin: 8px 0 0 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

body{
	font-family: 'ufonts_com_euphemia' !important;
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

.alignleft{
	float:left;	
}

.alignright  {
	float:right;
}

/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding:0 0 6px 0;
}

.header .header-content {
	padding:25px 0 15px 0;
	border-bottom:6px solid #30376d;
}

.header .left-side {
	padding:0 0 0 20px;
}

.h-social-icon {
	text-align:right;
	padding:6px 0 20px 0;
}

.h-social-icon ul {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

.h-social-icon ul li {
	display:inline-block;
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none;
}

.h-social-icon ul li:first-child {
	padding:0;
}

.h-social-icon ul li a {
	font-size:30px;
	line-height:30px;
	color:#b7c440;
	text-decoration:none;
}

.header ul li a:hover {
	color:#30376d;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*========== Navigation Start ==========*/
.navbar-inverse {
	background-color:transparent;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	margin:0;
}

.navbar-nav {
	float:right;
	padding-right:0;
}

.navbar-nav > li {
	padding:0 0 0 35px;
}

.navbar-nav > li > a {
	font-size:17px;
	line-height:20px;
	color:#686868 !important;
	text-transform:uppercase;
	padding:0;
	letter-spacing:-0.5px;
}

.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li.current-menu-item > a, .navbar-inverse .navbar-nav > li > a:focus {
	color:#b7c440 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color:transparent;
	color:#b7c440 !important;
}
/*========== Navigation End ==========*/


/*========== Slider Start ==========*/
.carousel .item img {
	width:100%;
	object-fit:cover;
}

.carousel-control {
	font-size:30px;
	line-height:30px;
	top:50%;
	bottom:auto;
	width:auto;
	color:#fff;
	background-color:transparent;
	opacity:1;
	background-image:none !important;
}

.carousel-control:hover, .carousel-control:focus {
	opacity:1;
	color:#fff;
}

.carousel-control.left {
	padding-left:15px;
}

.carousel-control.right {
	padding-right:15px;
}

.carousel-indicators {
	padding:0;
	margin:0;
	left:auto;
	right:50px;
	width:auto;
	bottom:15px;
}

.carousel-indicators li {
	background-color:#9d9d9d;
	border:none;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-ms-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-o-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	box-shadow: 1px 2px 2px rgba(0,0,1,.75);
}

.carousel-caption-right {
	position:absolute;
	top:95px;
	right:44px;
	background-color:rgba(175,175,175,0.53);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-0-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-ms-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	padding:27px 32px 18px 32px;
}

.carousel-caption-right h4 {
	font-size:37px;
	line-height:39px;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:0 0 12px 0;
	display:inline-block;
	border-bottom:4px solid #fff;
	text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-webkit-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-moz-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-ms-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-o-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
}

.carousel-caption-right h2 {
	font-family: 'ufonts_com_hightowertext';
	font-size:103px;
	line-height:109px;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-webkit-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-moz-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-ms-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-o-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
}

.carousel-caption-left {
	position:absolute;
	left:0;
	bottom:0;
	width:auto;
	background-color:rgba(175,175,175,0.53);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-0-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-ms-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	padding:18px 23px 14px 23px;
}

.carousel-caption-left h6 {
	font-size:20px;
	line-height:22px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-webkit-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-moz-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-ms-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-o-text-shadow: 1px 2px 2px rgba(0,0,1,.75);
}

.carousel-indicators li {
	margin:1px 6px 1px 6px;
}

/*========== Slider End ==========*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
h1 {
	font-size:50px;
	line-height:55px;
	margin:0;
}

h2 {
	font-size:40px;
	line-height:46px;
	margin:0;
	text-transform:uppercase;
}

h3 {
	font-size:30px;
	line-height:35px;
	margin:0;
}

h4 {
	font-size:24px;
	line-height:30px;
	margin:0;
}

h5 {
	font-size:20px;
	line-height:24px;
	margin:0;
}

h6 {
	font-size:18px;
	line-height:24px;
	margin:0;
}

p {
	font-size:19px;
	line-height:30px;
	color:#848484;
}

a {
	color:#b7c440;
}

a:hover {
	color:#30376d;
}

.content .home {
	padding:67px 0 43px 0;
}

.content .home ul li,
.content .home ol li  {
	font-size: 19px;
    line-height: 30px;
    color: #848484;
}
/* Services Start */
.home .services .pad-con {
	margin:0 0 0 -45px;
}

.home .services .col-sm-4.col-md-4.padding {
	padding:0 0 0 45px;
}

.home .services .block {
	height: 250px;
    background-color: #b7c440;
    text-decoration: none;
    padding-top: 40px;
    position: relative;
    display: table;
    width: 100%;
}

.home .services a {
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	
}

.home .services .block:after {
	position:absolute;
	content:"";
	background:url(../images/service-block-shape.png) no-repeat;
	bottom:0;
	right:0;
	height:25px;
	width:20px;
}

.home .services .block .title-icon {
	position:absolute;
	background-color:#9d9d9d;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	height:92px;
	width:92px;
	line-height:92px;
	overflow:hidden;
	top:-30px;
	left:50%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	text-align:center;
}

.home .services a .title-icon img {
	display:inline-block;
}

.home .services a:hover .title-icon {
	background-color:#30376d;
}

.home .services a h2 {
	color:#fff;
	margin-bottom:21px;
	text-align:center;
}

.home .services a p {
	font-size:18px;
	line-height:30px;
	color:#fff;
	text-align:center;
}
figcaption.wp-caption-text {
    font-size: 19px;
    line-height: 30px;
	color: #848484;
}
/* Services End */

/* Events-News Block Start */
.events-news {
	background-color:#848484;
	padding:29px 0 44px 0;
	margin:10px 0 12px 0;
}

.events-news .en-main-block {
	border-top:2px solid #535353;
	padding:31px 0 0 0;
}

.en-main-block .en-block h5 {
	font-size: 28px;
    line-height: 30px;
	color:#fff;
	/*text-transform:uppercase;*/
	margin:0 0 5px 0;
	display:inline-block;
	text-decoration:none;
}


.events-news .en-main-block .col-sm-4.col-md-4.padding:first-child .en-detail {
	padding-left:0;
}



.en-main-block .col-sm-4.col-md-4.padding:first-child .en-detail {
	border:none;
}

.en-main-block .news h5 {
	margin-left:38px;
}

.en-main-block .col-sm-4.col-md-4.padding:first-child h5 {
	margin-left:0;
}

.en-main-block .col-sm-4.col-md-4.padding:last-child h5 {
	margin-left: 52px;
}

.en-main-block .twitter h5 {
	margin-left:20px;
}

.en-main-block ul, .en-main-block ol {
	padding: 0 0 0 20px;
} 

.en-main-block ul li,.en-main-block ol li {
	font-size:18px;
	line-height:20px;
	color:#fff;
}


.en-main-block .en-block h5 i {
	margin:0 0 0 20px;
}

.en-main-block .en-block h5 a:hover {
	color:#30376d;
}

.en-main-block .en-detail p {
	font-size:18px;
	line-height:20px;
	color:#fff;
}

.en-main-block .en-block .en-detail {
	padding:26px 0 0 0;
	border-left:3px solid #fff;
}

.en-main-block .news .en-detail {
	padding:25px 0 0 38px;
}

.en-main-block .twitter .en-detail {
	padding-left:49px;
	padding-right:49px;
}

.en-main-block .event .en-detail {
	padding-right:30px;
}

.en-main-block .news h2 {
	font-size:64px;
	line-height:72px;
	color:#fff;
	margin-bottom:21px;
}

.en-main-block .news h2 img {
	float:left;
	margin-right:14px;
}

.en-main-block .news h3 {
	font-size:42px;
	line-height:42px;
	color:#fff;
	margin:0 0 22px 0;
}

.en-main-block .news h3 span {
	text-transform:uppercase;
	color:#b7c440;
}

.en-main-block .news .form-control {
	border:3px solid #fff;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	background-color:transparent;
	height:50px;
	color:#fff;
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
}

.en-main-block .news .form-control:focus {
	border-color:#fff;
}

.form-control::-webkit-input-placeholder { color: #fff; }
.form-control:-moz-placeholder { color: #fff;  }
.form-control::-moz-placeholder { color: #fff;  }
.form-control:-ms-input-placeholder { color: #fff; }

.en-main-block .news .btn-default {
	width:358px;
	background-color:#6e6e6e;
	padding:20px 0;
}

.en-main-block .news .btn-default:hover, .en-main-block .news .btn-default:focus, .en-main-block .news .btn-default:active, .en-main-block .news .btn-default:active:focus {
	background-color:#fff;
	color:#6e6e6e;
}

.btn-default {
	font-size:22px;
	line-height:24px;
	background-color:transparent;
	border:3px solid #b7c440;
	color:#fff;
	text-transform:uppercase;
	display:block;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
	border-color:#b7c440;
	background-color:transparent;
	color:#fff;
}

.form-inner .wpcf7-form-control {
	width:100%;
}

.form-inner .wpcf7-form label {
	width:100%;
}
.form-inner .wpcf7-submit {
	width:auto; 
	padding-left: 50px !important;
	padding-right:50px !important;
}

/* Events-News Block End */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*========== Inner Page Start==========*/
/* Inner Slider Start */
.inner-slider .carousel-caption-right {
	top:auto;
	bottom:0;
	left:50%;
	right:auto;
	padding:0;
	text-align:center;
	transform:translate(-50%,-10%);
	-webkit-transform:translate(-50%,-10%);
	-moz-transform:translate(-50%,-10%);
	-ms-transform:translate(-50%,-10%);
	-o-transform:translate(-50%,-10%);
	background-color:transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	background-color: rgba(175,175,175,0.53) !important;
	box-shadow: 1px 2px 2px rgba(0,0,1,.75);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,1,.75);
}

.inner-slider hr {
	margin:0;
	border-top:4px solid #fff;
}

.inner-slider h1 {
	font-size:103px;
	line-height:109px;
	color:#fff;
	text-transform:uppercase;
}

.inner-slider h3 {
	font-size:50px;
	line-height:60px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:1px 2px 2px rgba(0,0,1,.75);
	-webkit-text-shadow:1px 2px 2px rgba(0,0,1,.75);
}

.inner-slider h4 {
	border:none;
	padding:11px 5px 11px;
}

.inner-slider h5 {
	font-size:25px;
	line-height:35px;
	color:#fff;
	text-transform:uppercase;
}

.inner-slider h6 {
	font-size:20px;
	line-height:30px;
	color:#fff;
	text-transform:uppercase;
}

.inner-slider p {
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin:0;
}
/* Inner Slider End */

/* Inner Content Start */
.inner-page {
	padding:40px 0 0 0;
}
.inner-page ul li,
.inner-page ol li {
	font-size: 19px;
    line-height: 30px;
    color: #848484;
}
.inner-page .btn {
	color:#fff;
	background-color: #b7c440;
}
.inner-page .btn:hover {
	color:#b7c440;
	background-color:transparent;
}
.placerate-title {
	text-align:center;
}

.placerate-title h4 {
	color:#b7c440;
	margin-bottom:12px;
	font-size:30px;
	line-height:30px;
}
.placerate-title.zi-about-us h2 {
	font-size:35px;
	line-height:35px;
}
.placerate-title h2 {
	color:#30376d;
	margin-bottom:15px;
}

/* Work-Desc Start */

.work-desc .tab-pane img {
	margin:0 30px 25px 0;
}
.work-desc .tab-pane  ul {
	display:block;
	margin:0;
	padding:0 0 10px 40px;
}
.work-desc .tab-pane ul li {
	font-size:19px;
	line-height:30px;
	color:#848484;
	text-transform:capitalize;
}
.work-desc h2 {
	color:#b7c440;
	line-height:60px;
	margin-bottom:25px;
}

.work-desc p {
	margin-bottom:20px;
}

.work-desc .nav-tabs {
	border:none;
	margin:20px 0 10px 0;
}

.work-desc .nav-tabs > li > a {
	font-size:27px;
	line-height:28px;
	margin:0;
	border:2px solid transparent;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background-color:#b7c440;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	padding:15px 0;
}

.work-desc .nav-tabs > li {
	margin-bottom:10px;	
}

.work-desc .nav-tabs > li.active > a, .work-desc .nav-tabs > li.active > a:hover, .work-desc .nav-tabs > li.active > a:focus {
	color:#fff;
	border:2px solid #b7c440;
	background-color:#30376d;
}

.work-desc .nav-tabs > li > a:hover, .work-desc .nav-tabs > li > a:focus {
	border-color:#b7c440;
	background-color:#30376d;
}
/* Work-Desc End */
/* Inner Content End */


/* About Page Start */

.inner-page .about-page {
	padding:0 0 32px 0;
}
.about-page ul li,
.about-page ol li {
	font-size:19px;
	line-height:30px;
	color:#848484;
}
.inner-page .about-page p {
	margin-bottom:22px;
	text-align:justify;
}

.inner-page .about-page p strong {
	text-transform:uppercase;
	color:#30376d;
}

.inner-page .about-page p a {
	text-decoration:none;
}

/* Company-Department Review Start */
.company-department-rev {
	padding:35px 0;
}
.company-department-rev ul li,
.company-department-rev ol li {
	font-size: 19px;
    line-height: 30px;
    color: #30376d;
}
.company-department-rev h2 {
	line-height:40px;
}
.company-department-rev:nth-child(even) {
	background-color:#eeeeee;
}

.company-department-rev h2 {
	color:#b7c440;
	margin-bottom:10px;
	text-align:justify;
}

.company-department-rev p {
	line-height:30px;
	color:#30376d;
	/*margin:0 0 20px 0;*/
	text-align:justify;
}

.company-department-rev p img.alignleft {
	margin:14px 50px 20px 0;
}

.company-department-rev p img.alignright  {
	margin:13px 0 20px 50px;
}
/* Company-Department Review End */

/* Company-Staff Start */
.company-staff {
	padding:43px 0 0 0;
	background-color:#eeeeee;
	margin-bottom:7px;
}

.company-staff h2 {
	color:#b7c440;
	margin-bottom:20px;
}

.company-staff h4 {
	color:#848484;
	margin-bottom:38px;
}

.company-staff h4 a {
	text-decoration:none;
}

.company-staff .staff-list .pad-con {
	margin:0 0 0 -72px;
}

.company-staff .staff-list .col-sm-3.col-md-3.padding {
	padding:0 0 0 72px;
}

.company-staff .staff-list .persone {
	min-height:500px;
}

.company-staff .staff-list .persone img {
	width:100%;
	object-fit:cover;
	margin-bottom:20px;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,1,.75);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,1,.75);
	-ms-box-shadow: 1px 1px 8px rgba(0,0,1,.75);
	-o-box-shadow: 1px 1px 8px rgba(0,0,1,.75);
	box-shadow: 1px 1px 8px rgba(0,0,1,.75);
	
}

/*.company-staff .staff-list .persone img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}*/

.company-staff .staff-list .persone h5 {
	font-size:20px;
	line-height:20px;
	color:#848484;
	margin:0 0 4px 0;
}

.company-staff .staff-list .persone p {
	margin-bottom:0;
}

.company-staff .staff-list .persone p.extra-content {
	font-size:14px;
	line-height:22px;
	font-family: 'ufonts_com_euphemia';
	font-weight:bold;
}

.company-staff .staff-list .persone a {
	    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
/* Company-Staff End */
/* About Page End */


/* Default Page Start */
.typography h1,h2,h3,h4,h5,h6 {
	margin:0;
}

.typography .image {
	float:right;
	padding:10px 10px 10px 0;
}

.typography p span {
	color:#30376d;
}
.typography p img {
	text-align:center;

}
.typography p strong {
	color:#30376d;
}

.typography ul,ol {
	display:block;
	margin:0;
	padding:0 0 10px 40px;
}

.typography ul li, .typography ol li {
	display:list-item;
	font-size:19px;
	line-height:30px;
	color:#848484;
	font-family: 'ufonts_com_euphemia' !important;
	text-transform:capitalize;
}

.typography ul li a, .typography ol li a {
	font-size:20px;
	line-height:30px;
	color:#848484;
	text-decoration:none;
}

.typography ul li a:hover, .typography ol li a:hover {
	color:#30376d;
}

.inner-page .typography .contact-address {
	padding-bottom:40px;
}

.typography .page-title {
	font-size:43px;
	line-height:46px;
	color:#b7c440;
	text-transform:uppercase;
	margin-bottom:25px;
	clear:both;
}

.typography form p .btn-default {
	background-color:#30376d;
	padding:5px 10px;
}

.typography span.wpcf7-not-valid-tip {
	color:#f00;
}

/*.typography form p .btn-default:hover {
	background-color:#b7c440;
}*/

.typography div.wpcf7-response-output {
	color:#f00;
    margin: 1em 0.5em 1em;
}
/* Default Page End */
/*========== Inner Page End ==========*/

.inner-paragraph {
    margin: 15px 0;
}
.inner-paragraph  p {
	float: left;
    clear: both;
}
/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color:#30376d;
	padding:27px 0 41px 0;
}

.footer .left-side p {
	display:inline-block;
	color:#fff;
	font-size:20px;
	line-height:30px;
	padding-bottom:36px;
	/*border-bottom:3px solid #fff;*/
}	

.footer h6 {
	font-size:22px;
	line-height:30px;
	color:#fff;
	text-transform:capitalize;
	margin:0;
}

.footer .left-side a {
	font-size:22px;
	line-height:30px;
	color:#b7c440;
	text-decoration:none;
}

.footer .left-side a i {
	font-size:28px;
	color:#fff;
	margin-right:23px;
}

.footer .left-side a:hover {
	color:#fff;
}

.footer .right-side {
	text-align:right;
	float:right;
}

.footer .right-side p {
	font-size:13px;
	line-height:13px;
	color:#fff;
	margin:0;
}

.footer .right-side a {
	display:inline-block;
	margin-bottom:24px;
}

.footer .right-side h6 {
	text-transform:uppercase;
}

.footer-center {
	padding-left:42px !important;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*========== Inner-2 Start ==========*/
.inner-slider {
	position:relative;
}

.inner-tabbing {
	padding:25px 0;
}

.inner-tabbing .nav-tabs {
	border:none;
}

.inner-tabbing .nav-tabs > li {
	padding-bottom:15px;
}

.inner-tabbing .nav-tabs > li.active > a, .inner-tabbing .nav-tabs > li.active > a:hover, .inner-tabbing .nav-tabs > li.active > a:focus {
	border:none;
	color:#fff;
	background-color:#30376d;
}

.inner-tabbing .nav-tabs > li img {
	vertical-align:middle;
	display:inline-block;
	height: 100px;
    width: 100px;
	object-fit:cover;
}

.inner-tabbing .nav-tabs a {
	display:inline-block;
	color:#fff;
	background-color:#b7c440;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	overflow:hidden;
	vertical-align:middle;
	width:124px;
	margin:0;
	border:none;
	line-height:24px;
	padding: 3px 8px 4px 8px;
	font-size: 16px;
}

.inner-tabbing .btn-default:hover, .inner-tabbing .btn-default:focus, .inner-tabbing .btn-default:active, .inner-tabbing .btn-default:active:focus {
	background-color:#30376d;
	color:#fff;
}

.inner-tabbing .tab-content {
	padding:20px 0 10px 0;
}

.inner-tabbing .tab-content h2 {
	font-size:35px;
	line-height:35px;
	text-transform:uppercase;
	color:#b7c440;
	margin:0 0 20px 0;
}

.inner-tabbing .tab-content h4 {
	font-size:25px;
	line-height:25px;
	color:#30376d;
	margin-bottom:10px;
}

.inner-tabbing .tab-content p {
	font-size:20px;
	line-height:30px;
	color:#848484;
	margin-bottom:20px;
}

.inner-tabbing .tab-content a {
	color:#b7c440;
	text-decoration:none;
}

.inner-tabbing .tab-content a:hover {
	color:#30376d;
}

.inner-tabbing .tab-content ul {
	display:block;
}

.inner-tabbing .tab-content ul li {
	font-size:20px;
	line-height:30px;
	color:#848484;
}

.inner-tabbing .tab-content .address ul {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

.inner-tabbing .tab-content .address ul li {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

.inner-tabbing .tab-content .btn-default {
	font-size:20px;
	line-height:22px;
	display:inline-block;
	background-color:#b7c440;
	color:#fff;
	border:none;
}
/*========== Inner-2 End ==========*/

.col-centered {
	float:none;
	margin:0 auto;
}

.main-tabbing {
	text-align:center;
}

.tab-title {
	text-align:center;
	padding:15px 0;	
}

.footer .right-side .footer_text {
	min-height:94px;	
}

/*.mc4wp-error p {color:red !important;}
.mc4wp-success p {color:green !important;}*/