div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../images/ajax-loader.html');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.breadcrumps {
	margin-bottom:-8px;
	position:relative;
}
.breadimg {
	position:relative;
}
.breadimg:before {
	position:absolute;
	left:0;
	top:0;
	background:#18407C url(../images/bgn-gold-circled-lines-transparent.png);
	background-position:10% 70%;
	background-repeat:no-repeat;
	width:46.5%;
	height:100%;
	content:'';
	border-radius:0 0 30% 0;
}
.breadimg:after {
	position:absolute;
	right:0;
	top:0;
	background-image: linear-gradient(rgba(255,255,255,1) 50%, rgba(255,255,255,0));
	width:50%;
	height:40%;
	content:'';
}
.bredlist {
	position:absolute;
	top:50%;
	width:40%;
	left:5%;
}
.bredlist, .bred {
	display:block;
}
.line, .bred ul {
	display:inline-block;
}
.line {
	height:2px;
	background:#bba886;
	width:40px;
	position: relative;
    top: -3px;
}
.bred ul {
	margin:0;
	padding:0;
}
.bred ul li {
	list-style:none;
	display:inline-block;
}
.bred ul li a {
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	position:relative;
	padding:0 5px;
}
.bred ul li a:after {
	position: absolute;
    right: -8px;
    top: 1px;
    content: '\f105';
    font-family: 'FontAwesome';
    line-height: normal;
}
.bred ul li:last-child a:after {
	display:none;
}
.mainheading {
	font-size:36px;
	color:#fff;
	display:block;
	margin:15px 0;
	font-weight: 900;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.bredlist p {
	color:#fff;
}
.inner_page {
	padding:60px 0;
	border-bottom: double;
    border-color: #ddd;
}
.inner_page h3 {
	font-size: 26px;
}
.bt_bb_cell {
	margin:0 auto;
}
.align-left {
	float:left;
	margin:5px 30px 5px 0px;
}
.align-right {
	float:right;
	margin:5px 0px 5px 30px;
}
.inner_page h1:after,
.inner_page h2:after,
.inner_page h3:after,
.inner_page h4:after,
.inner_page h5:after,
.inner_page h6:after {
    display: none;
}
.inner_page ul {
	margin:0;
	padding:0;
}
.inner_page ul li {
	list-style:none;
	position:relative;
	padding-left:25px;
	margin: 0 0 15px;
    line-height: 30px;
	color: #181818;
}
.inner_page ul li:before {
	position: absolute;
    left:0px;
    top:5px;
    content: '\f00c';
    font-family: 'FontAwesome';
    line-height: normal;
	color:#ccb892;
}

.servicesbox {
	padding:20px;
	background:#f9f9f9;
	border:1px solid #ddd;
}
.serlist a {
	font-size:14px;
	color:#000!important;
	display:block;
	padding:8px 15px 8px 25px;
	position: relative;
}
.serlist a:before {
	position: absolute;
	left: 0;
	top: 7px;
	font-family: 'FontAwesome';
	content: '\f0a9';
}
.serlist a.active:before {
	position: absolute;
	right: -1px;
	left: inherit;
	top: 7px;
	font-family: 'FontAwesome';
	content: '\f0d9';
	font-size: 20px;
}
.serlist a.active {
	background:#18407c;
	color:#fff!important;
	padding:8px 15px;
	border-radius:3px;
	margin-bottom:8px;
}
.serlist a:hover {
	background:#18407c;
	color:#fff!important;
	border-radius:3px;
}
.ssidebar .footerstyle19 {
	padding:0;
}
.ssidebar .footerstyle19 li {
	padding:0;
}
.ssidebar .footerstyle19 li:before {
	display:none;
}
.ssidebar .footerstyle19 .scp-tribe-events .event .info-div {
	background:#f9f9f9;
}
.impli_list {
	margin:0 -15px;
	padding:0;
}
.impli_list li {
	list-style:none;
	float:left;
	padding:0 15px!important;
	width:25%;
	margin-bottom:30px!important;
}
.impli_list li:before {
	display:none;
}
.impli_list li a {
	display:block;
	padding:20px;
	border:1px solid #ddd;
	text-align:center;
}
.impli_list li img {
	max-height:143px;
}
.testimonials {
	background:#f9f9f9;
	padding:60px 0;
}	
.testimonial{
    background: #fff;
    padding: 20px;
    margin: 0 0 30px 0;
    position: relative;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
/*.testimonial:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #ae9d7c;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: 0.5;
}*/
.testimonial .title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}
.testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 30px;
}
.testimonial .testimonial-content{
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "\f10e";
    font-family: "FontAwesome"; 
	font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
}
.testimonial .pic{
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .content{
    display: inline-block;
    margin: 10px 0;
}
.testimonial .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.testimonial .post{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.testimonial .rating{
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonial .rating li{
    display: inline-block;
    color: #ffc207;
}
.testimonial .title, .testimonial .description, .testimonial .testimonial-content {
	z-index:1;
	position:relative;
}
.morecontent span {
    display: none;
}
.menuPort .topBarInMenuCell .bt_bb_icon_holder {
	background: #fff;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}
.popups {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.9);
	z-index: 99999;
	width: 100%;
	height: 100%;
}
.popupcontent {
	position:relative;
	left: 0;
	top: 60px;
	bottom: 0;
	right: 0;
	background:#fff;
	z-index: 99999;
	width: 900px;
	margin:0 auto;
	padding: 30px 15px 30px 30px;
	border-radius:10px;
}
.popdesc {
	position:relative;
	max-height: 300px;
	overflow: auto;
}
.popupcontent p {
	font-size: 13px;
	line-height: 24px;
	padding-right: 15px;
}
.call_me{position:fixed;bottom:40px;left:30px;width:70px;height:70px;text-align:center;border-radius:50%;-webkit-border-radius:50%;z-index:100000!important;cursor:pointer}
.call_me,.call_me::before{background:radial-gradient(#33a93c,#33a93c,#18791f)}
.call_me i{color:#fff;font-size:24px;line-height:70px;-webkit-animation:uptocallphone 1.5s linear infinite;-moz-animation:uptocallphone 1.5s linear infinite;animation:uptocallphone 1.5s linear infinite;position:relative;z-index:10001}
.call_me::before{content:'';transform:scale(1,1);opacity:.5;width:70px;height:70px;display:block;position:fixed;left:30px;bottom:40px;border-radius:100%;z-index:9999;-webkit-animation:uptocallmini 1.5s infinite;-moz-animation:uptocallmini 1.5s infinite;animation:uptocallmini 1.5s infinite}@-webkit-keyframes uptocallphone{0%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}}@-moz-keyframes uptocallphone{0%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes uptocallphone{0%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes uptocallmini{0%{-webkit-transform:scale(1,1);opacity:.5}80%{opacity:0;-webkit-transform:scale(1.5,1.5)}85%{-webkit-transform:scale(.5,.5);opacity:0}100%{-webkit-transform:scale(1,1);opacity:.5}}@keyframes uptocallmini{0%{transform:scale(1,1);opacity:.5}80%{opacity:0;transform:scale(1.5,1.5)}85%{transform:scale(.5,.5);opacity:0}100%{transform:scale(1,1);opacity:.5}}
#sidebar{
	position: relative;
	will-change: min-height;
}
#sidebar .sidebar__inner{
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
.pjustify p {
	text-align:justify;
}
.morecontent span{
	display: none;
}
.teams .bt_bb_size_normal.bt_bb_headline h5 {
	font-size: 1.3rem!important;
}	
@media(max-width:989px) {
.bredlist p {
    display:none
}
}
@media(max-width:767px) {
.mainheading {
    -webkit-line-clamp: 2;
}
.bt_bb_layout_boxed_1200 .bt_bb_cell {
    max-width: -webkit-calc(100% - 30px) !important;
    max-width: -moz-calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
}
.slick-slider.teams .slick-slide:nth-child(odd) img {
    border-radius: 30px 0 0 0;
}
.slick-slider.teams .slick-slide:nth-child(even) img {
    border-radius: 0 0 30px 0;
}
.teams {
    margin:0;
}
.btn-brown {
    font-size:16px;
}
.bgvideo .bt_bb_port {
	padding: 60px 0px !important;
}
.cots {
    font-size:18px !important;
	line-height:28px;
}
.hidden-xs {
	display:none;
}
.btLogoArea .btAltLogo {
	padding:15px 0;
}
.btBelowLogoArea .port {
    padding-left:15px;
    padding-right:15px;
}
.impotantdates .footerstyle19 {
	max-height:300px;
	overflow:auto;
}
.breadimg:after {
    display:none;
}
.mainheading {
    font-size: 14px;
}
.bredlist {
    width:90%;
}
.breadimg:before {
    background: #18407C;
	background-image:none;
    background-position: 10% 70%;
    background-repeat: no-repeat;
    width:50%;
    height: 100%;
    content: '';
    border-radius: 0 0 0 0;
}
.bredlist p {
	display:none;
}
.mainheading {
    margin:10px 0 15px;
}
.bred {
	display:none;
}
}
@media (min-width:480px) and (max-width:767px) {
.impli_list li {
	width:33.3333%;
}
}
@media(max-width:767px) {
.btVerticalHeaderTop {
	padding:0 15px!important;
}
.align-left {
    float: none;
	display:block;
    margin: 5px 0px 25px 0px;
}
.breadimg:before {
    width:100%;
}
.popupcontent {
	width:100%;
}
.btStickyHeaderActive .logo img {
	height:100px;
	padding:5px;
}
}
@media(max-width:520px) {

}
@media(max-width:480px) {
.impli_list li {
	width:50%;
}
.testimonial .testimonial-content:after{
    content: "";
}
.bredlist {
    top: 57%;
}
.teams .slick-slide {
    padding:0px;
}
}
@media(min-width:767px) and (max-width:1240px) {
.breadimg:after {
	display:none;
}
.mainheading {
	font-size:25px;
}
}
@media(min-width:280px) and (max-width:360px) {

}


















