.tp-revslider-mainul{ max-height:100%!important;}

.vc_single_image-wrapper img{ float:left; margin:0 20px 0 0 ; height:394px!important;}
.vc_figure{ margin:0;}

.brnd{border-radius:5px;}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.85em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 2.15em;
    font-style: normal;
    font-weight: 400;
    line-height: 1!important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 5em!important;
    height: 5em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
    border-radius: 50%;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
    max-width: 100%!important;
    line-height: 2.85em!important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 2.15em;
    font-style: normal;
    font-weight: 400;
    line-height: 1!important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    text-align: center;
}
.vc_icon_element.vc_icon_element-outer {
    box-sizing: border-box;
    text-align: center;
}
.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}


.error_text {
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
    height: 29px;
    color: red;
    background-color: #FEE;
    border: 1px solid pink;
    margin-top: 4px;
    margin-bottom: 20px;
    padding-left: 8px;
    line-height: 29px;
    float: left;
}
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #e1e1e1;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		color: #888;
		margin: 0;
		min-width: 60px;
		width:99%;
		max-width: 100%;
		min-height: 36px;
		display: block;
		margin-bottom: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
 } 
	select {
		padding: 5px ;
		outline:0 none; }

	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	textarea:hover {
		border-color: #c1dfed;
	    -moz-box-shadow: 0 0 1px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
		box-shadow:  0 0 1px rgba(0,0,0,.1); 
		
 }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
		background: #fff;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }

	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }






.latest_news img{ width:200px; height:160px;}
@font-face {
    font-family: 'mondabold';
    src: url('../fonts/monda-bold-webfont.woff2') format('woff2'),
         url('../fonts/monda-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'swis721_cn_btbold';
    src: url('../fonts/swisscb-webfont.woff2') format('woff2'),
         url('../fonts/swisscb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'swis721_blkex_btblack';
    src: url('../fonts/swissek-webfont.woff2') format('woff2'),
         url('../fonts/swissek-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.gdate{padding: 0 10px 0;
    width: 100%;
    color: #fff;
    margin-top: 10px;
    float: left;}
.gdetail{padding: 0 10px 10px;
    color: #fff;
    font-size: 12px!important;}

.logotxt{font-family:  Helvetica, Arial, sans-serif;   text-align: center;
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px;}
.vc_pad0{ padding:0!important;}
.headpage{ text-align:center; font-weight:600;}
.wpb_wrapper p{ font-size:16px;}
.wpb_wrapper h6{ color:#616161; font-size:12px; margin-bottom:10px;}
.accordion-section{ margin-bottom:10px;}
article.icon-box5 span{ font-size:16px; padding-bottom: 10px;
    float: left; color:#616161; margin-bottom:10px;}
.vc_custom_1455100503630 {
    margin-left: 0px !important;
    padding-top: 27px !important;
    padding-left: 0px !important;
    background-color: #f6f8f9 !important;
}
.gogmapseo {
    border: 33px solid #ffd27f;
}
.vc_custom_1455100491308 {
    padding-left: 28px !important;
}

.tp-loader{ display:none!important;}
.aactive{}

.faide_slider { float:left; width:100%;}

@media only screen and (max-width: 961px) {.faide_slider { float:left; width:100%; margin-top:40px;}
#nav li#m9{ display:block;}
}
#nav li#m8{  margin:24px 0;}
#nav li#m9{ display:none;}


.kool:hover {
    color: #f90!important;
}
.f11{ font-size:14px;}
.flog{ margin-right:10px; font-size:15px!important;}

.commercial-vehicle{ background-image:url(../images/icon/commercial-vehicle.png); background-attachment:inherit; background-position:center center; background-repeat:no-repeat;}
.car-loan{ background-image:url(../images/icon/car-loan.png); background-attachment:inherit; background-position:center center; background-repeat:no-repeat;}
.sme-loan{ background-image:url(../images/icon/sme-loan.png); background-attachment:inherit; background-position:center center; background-repeat:no-repeat;}
.property-loan{ background-image:url(../images/icon/property-loan.png); background-attachment:inherit; background-position:center center; background-repeat:no-repeat;}
.solar-loan{ background-image:url(../images/icon/solar-loan.png); background-attachment:inherit; background-position:center center; background-repeat:no-repeat;}
.insurance{ background-image:url(../images/icon/insurance.png); background-attachment:inherit; background-position:center center; background-repeat:no-repeat;}

.testi-choose-box{ margin-bottom:50px;}

.sec-title {
  margin-bottom: 10px;
}
.sec-title h2 {
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 32px;
  line-height: 22px;
  color: #000;
  letter-spacing: -.005em;
}
.sec-title h1 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:700;
  line-height: 20px;
  color: #fff;
  text-transform:uppercase;
}
.sec-title span.decor-line {
  margin-top: 10px;
  display: inline-block;
}
.sec-title span.decor-line:before, .sec-title span.decor-line:after {
  content: '';
  width: 40px;
  background: #6baf06;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}
.sec-title span.decor-line .decor-line-inner {
  width: 26px;
  height: 16px;
  background-image: url(../images/title-decor.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}



<!--footer sec title -->
.sec-title2 {
  margin-bottom: 10px;
}
.sec-title2 h1 {
  margin: 0;
  font-family: "poppinsregular", sans-serif;
  font-size: 26px;
  font-weight:700;
  line-height: 20px;
  letter-spacing:1px;
  color: #fff;
  text-transform:capitalize;
}
.sec-title2 span.decor-line {
  margin-top: 10px;
  display: inline-block;
}
.sec-title2 span.decor-line:before, .sec-title2 span.decor-line:after {
  content: '';
  width: 40px;
  background: #fff;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
}
.sec-title2 span.decor-line .decor-line-inner {
  width: 26px;
  height: 16px;
  background-image: url(../images/title-decor2.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}

<!--end sec title2 end -->
.sec-title.white h2 {
  color: #FFFFFF;
}
.sec-title.white span.decor-line:before, .sec-title.white span.decor-line:after {
  background: #fff;
}
.sec-title.white span.decor-line .decor-line-inner {
  background-image: url(img/texture/title-decor-white.png);
}
.sec-title.semi h2 {
  font-size: 30px;
}
.sec-title.medium h2 {
  font-size: 24px;
}
.sec-title-two {
  margin-bottom: 40px;
}
.sec-title-two h2 {
  margin: 0;
  font-size: 30px;
  line-height: 22px;
  color: #333333;
  font-family: "Montserrat-Regular", sans-serif;
  background: url(img/texture/title-decor-lines.png) center left repeat-x;
}
.sec-title-two h2 span {
  display: inline-block;
  padding: 0 22px;
  background: #fff;
  vertical-align: text-top;
}
.sec-title-two.text-left h2 span {
  padding-left: 0;
}
.sec-title-two.text-right h2 span {
  padding-right: 0;
}

.wicon-box{    margin: 20px 0 0;    font-family: 'Lato';
    font-size: 16px;
    line-height: 26px;
    color: #272727;
    -webkit-font-smoothing: antialiased;}
.wicon-box i{font-size: 50px;
    color: #6baf06;}
	
.abbg{ background:url(../images/ab-bg.jpg) bottom center repeat-x;}
.kdiv{    position: relative;
    margin:0; text-align:center;}
.khed{   
    line-height: 1.3;    position: relative;
    font-weight: 100; color:#6baf06; font-size:25px; text-transform:capitalize; margin:0;}






<!--Testimonial -->
.testimonial-home .single-testimonial-home {
  padding-right: 52px;
}
.testimonial-home .single-testimonial-home h4 {
  margin: 0;
}
.testimonial-home .single-testimonial-home i.fn-icon-quotation-mark {
  font-size: 32px;
  color: #6baf06;
  margin-bottom: 30px;
  display: inline-block;
}
.testimonial-home .single-testimonial-home p {
  font-size: 14px;
  color: #616161;
  font-weight: 400;
}
.testimonial-home .single-testimonial-home .title {
  margin-bottom: 13px;
}
.testimonial-home .single-testimonial-home .name-box {
  margin-top: 35px;
}
.testimonial-home .single-testimonial-home .icon-box,
.testimonial-home .single-testimonial-home .text-box {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-home .single-testimonial-home .text-box {
  padding-left: 15px;
}
.testimonial-home .single-testimonial-home .text-box h4 {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-family: "Montserrat-Regular", sans-serif;
}
.testimonial-home .single-testimonial-home .text-box span {
  font-family: "Droid Serif", serif;
  color: #6baf06;
  font-style: italic;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
}
.testimonial-home .owl-theme .owl-nav {
  text-align: left;
  margin: 0;
}
.testimonial-home .owl-theme .owl-dots {
  text-align: left;
  margin-top: 40px;
}
.testimonial-home .owl-theme .owl-dots .owl-dot {
  cursor: pointer;
}
.testimonial-home .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #85c226;
  background: #85c226;
  cursor: pointer;
}
.testimonial-home .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.testi-choose-box:before {
  background: #F4F2F2;
}

.testimonial-about-carousel-wrapper {
  position: relative;
  background: #000 url(img/background/background-5.jpg) center center no-repeat fixed;
  background-size: cover;
}
.testimonial-about-carousel-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: .78;
}
.testimonial-about-carousel-wrapper .container {
  position: relative;
  z-index: 2;
}
.testimonial-about-carousel-wrapper .ms-info h3 {
  margin: 0;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.testimonial-about-carousel-wrapper .ms-info span {
  color: #3563a9;
  font-style: italic;
  font-size: 18px;
  display: inline-block;
  margin-top: 6px;
}
.testimonial-about-carousel-wrapper .ms-info p {
  line-height: 28px;
  font-family: "Droid Serif", serif;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
  margin-top: 18px;
}
.testimonial-about-carousel-wrapper .ms-staff-carousel .ms-staff-info {
  min-height: 161px;
}
.testimonial-about-carousel-wrapper .ms-staff-carousel {
  margin-top: 0;
  margin-bottom: 0;
}






/************************** 
* 22. Choose Us Sec styles 
***************************/
.choose-us {
  margin: 0;
  padding: 0;
}
.choose-us li {
  list-style: none;
}
.choose-us li:last-child .single-service-box-two .icon-box:after {
  display: none;
}
.choose-us .single-service-box-two {
  margin: 0;
  padding: 0;
  border: none;
  padding-bottom: 46px;
}
.choose-us .single-service-box-two .icon-box {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.choose-us .single-service-box-two .icon-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 55px;
  background: #EDEDED;
  border: .1px solid #E4E4E4;
  border-top: 0;
  border-bottom: 0;
}
.choose-us .single-service-box-two .text-box {
  padding-left: 22px;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.choose-us .single-service-box-two .text-box p {
  margin: 0;
  color: #999999;
  margin-top: 14px;
}
.choose-us .single-service-box-two .icon-box .inner-box .top-box {
  background-image: url(../images/shape-blue.png);
}
.choose-us .single-service-box-two .icon-box .inner-box .bottom-box {
  background-image: url(../images/shape-blue-hvr.png);
}
.choose-us .single-service-box-two .icon-box .inner-box i {
  color: #fff;
}

.single-service-box-two {
  border: 2px solid #F7F7F7;
  margin-left: 37.5px;
  margin-top: 30px;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-right: 15px;
  -webkit-transition: border-color .5s ease;
          transition: border-color .5s ease;
}
.single-service-box-two .icon-box,
.single-service-box-two .text-box {
  float: left;
}
.single-service-box-two .icon-box {
  width: 75px;
  text-align: center;
  margin-left: -37.5px;
  padding: 20px 0;
}
.single-service-box-two .icon-box .inner-box {
  width: 75px;
  height: 81px;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}
.single-service-box-two .icon-box .inner-box i {
  line-height: 81px;
  font-size: 32px;
  color: #3563a9;
}
.single-service-box-two .icon-box .inner-box .top-box, .single-service-box-two .icon-box .inner-box .bottom-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.single-service-box-two .icon-box .inner-box .top-box {
  background: url(img/texture/shape-gray.png) center center no-repeat;
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.single-service-box-two .icon-box .inner-box .bottom-box {
  background: url(img/texture/shape-blue.png) center center no-repeat;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.single-service-box-two .icon-box .inner-box .bottom-box i {
  color: #fff;
}
.single-service-box-two .text-box {
  padding-left: 20px;
  width: 88%;
  float: right;
}
.single-service-box-two .text-box h3,
.single-service-box-two .text-box p {
  margin: 0;
  padding: 0;
}
.single-service-box-two .text-box h3 {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
}
.single-service-box-two .text-box p {
  font-weight: 300;
  margin-top: 19px;
}
.single-service-box-two:hover {
  border-color: #3563a9;
}
.single-service-box-two:hover .icon-box .inner-box {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.service-page.sec-pad {
  padding-bottom: 60px;
}





.testi-choose-box:before {
    background: #F4F2F2;
}
.two-color-overlay:before {
    left: 0;
}
.two-color-overlay:before, .two-color-overlay:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
/*. News & TEstimonial css .*/
/* bottom sections */
.testi{  margin:0 15px!important;}
.ml60{ margin-left:60px!important;}
.bottom_sec {
	float: left;
    padding: 0px;
    padding-left: 0%;
    margin-left: 0%;
}
.news {
	float: left;
    padding: 0px;
    width: 100%;
    padding-left: 0%;
    margin-left: 0%;
}

@media only screen and (max-width: 767px) 
{
    .inews{ height:100%!important;}
    .testi-choose-box{background: #F4F2F2!important;
    padding: 40px 0!important;}
    .two-color-overlay:before, .two-color-overlay:after{ position:relative!important;}
	.one_half h3 { margin-top:30px;}
	}
.news ul {
padding: 0;
list-style: none;
float:left;
}
.news li {
padding: 10px 0 20px 0;
border-bottom: 1px dashed #ccc;
float:left;
width:100%;
}
.news .one_half {
	float: left;
	width: 100%;
	padding-left: 4%;
	margin-right: 4%;
}
.news .one_half.last {
	float: left;
	width: 100%;
	padding-right: 0%;
	margin-right: 0%;
	border-right: none;
}
.one_half h3 {
	margin-bottom: 0px;
	font-weight: normal;
	text-transform: capitalize;
}
.news div.latest_news {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.news .latest_news p {
	padding: 0px;
	margin: 0px;
	line-height:1.8;
	list-style:none;
	font-size:13px;
}
.news .latest_news div.hed { text-transform:uppercase; font-weight:600; }
.news .latest_news div.hed a{color:#105c98;}
.news .latest_news div.small a{ color:#105c98;}
.news .latest_news span.left {
	float: left;
	
	margin-right:20px;
}
.news .latest_news span i {
	color: #0787c5;
	text-transform: uppercase;
	font-weight: 600;
	font-style: normal;
}
.news .latest_news div.small {
	font-size: 11px;
	color: #999;
	margin-bottom: 5px;
}
.news .latest_news span a.date {
	color: #999;
}
.news .latest_news span a.date:hover {
	color: #727272;
}

.accordion-section-content  pre{ background:#f7f7f7; padding:0;     font: 14px/25px sans-serif;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;}
.btnApply{padding: 8px 20px;
    font-size: 13px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff!important;
    font-weight: 600;
    border-radius: 8px;
	float:right;
    background: #105c98;
    margin-right: 6px;
    margin-left: 2px;
	margin-top:20px;
    position: relative;
    border: 0 none;
    display: inline-block;
    font-family: 'poppinsregular','Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
    /* line-height: 1; */
    -webkit-transition: all 0.21s ease;
    -moz-transition: all 0.21s ease;
    -o-transition: all 0.21s ease;
    transition: all 0.21s ease;
    text-decoration: none!important;
}
.btnApply:hover {
    background: #6baf06;
    color: #fff!important;
}

.btnDSA{padding: 8px 20px;
    font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff!important;
    font-weight: 500!important;
    border-radius: 8px;
    background: #6baf06;
    margin-right: 6px;
    margin-left: 2px;
    position: relative;
    border: 0 none;
    display: inline-block;
    font-family: 'poppinsregular','Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin-bottom: 21px;
    /* line-height: 1; */
    -webkit-transition: all 0.21s ease;
    -moz-transition: all 0.21s ease;
    -o-transition: all 0.21s ease;
    transition: all 0.21s ease;
    text-decoration: none!important;
}
.btnDSA:hover {
    background: #105c98;
    color: #fff!important;
}
.btnSendi {
    padding: 14px 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff!important;
    font-weight: 600;
    border-radius: 2px;
    background: #000;
    margin-right: 6px;
    margin-left: 2px;
    position: relative;
    border: 0 none;
    display: inline-block;
    font-family: 'poppinsregular','Open Sans', Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin-bottom: 21px;
    line-height: 1;
    -webkit-transition: all 0.21s ease;
    -moz-transition: all 0.21s ease;
    -o-transition: all 0.21s ease;
    transition: all 0.21s ease;
    text-decoration: none!important;
}
.btnSendi:hover {
    background: #105c98;
    color: #fff!important;
}


.footadm ul.contact-info {
	margin-top:10px;
}
.footadm ul.contact-info li {
  border-top: 1px solid #b3b3b3;
  padding: 10px 0 0;
}
.footadm ul.contact-info li:first-child {
  border-top: 0;
  padding-top: 0;
}
.footadm ul.contact-info li .icon-box,
.footadm ul.contact-info li .text-box {
  display: block;
  vertical-align: super;
}
.footadm ul.contact-info li .icon-box {
 width: 30px;
    padding: 0;
    margin: 0;
    float: left;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
.footadm ul.contact-info li .icon-box i {
      color: #fff;
    font-size: 20px;
    float: left;
    margin: 0;
    width: 30px;
    padding: 5px 10px;
    margin-right: 10px;
}
.footadm ul.contact-info li .icon-box i.fa-envelope-o {
  font-size: 16px;
}
.footadm ul.contact-info li .text-box {
  line-height: 24px;
}
.footadm ul.contact-info li .text-box p {
  margin: 0;
    font-size: 12px;
	padding:0;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.footadm p{ color:#fff;}





.gallery__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 0;
    padding-left: 0;
	list-style:none;
}


.gallery___406d4 .gallery__list-item___406d4 {
    min-height: 25rem;
}
@media (min-width: 992px){
.gallery__list-item.gallery__list-item-count-3 {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0;
}
}
.gallery__list-item {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.gallery__list-item img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
}


.pi-section-base.pi-shadow-inside-bottom {
    -webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,.12);
    -moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,.12);
    box-shadow: inset 0 -1px 1px rgba(0,0,0,.12);
}
.pi-section-base {
    color: #e2f1f1;
}
.pi-section-base-gradient {
    background: #0dc0c0;
    background: -moz-linear-gradient(left,#0dc0c0 0,#009ca8 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0dc0c0),color-stop(100%,#009ca8));
    background: -webkit-linear-gradient(left,#0dc0c0 0,#009ca8 100%);
    background: -o-linear-gradient(left,#0dc0c0 0,#009ca8 100%);
    background: -ms-linear-gradient(left,#0dc0c0 0,#009ca8 100%);
    background: linear-gradient(to right,#0dc0c0 0,#009ca8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dc0c0', endColorstr='#009ca8', GradientType=1);
}
.pi-section-w {
    position: relative;
    -webkit-transition: background .1s ease-in-out 0s;
    -moz-transition: background .1s ease-in-out 0s;
    -ms-transition: background .1s ease-in-out 0s;
    -o-transition: background .1s ease-in-out 0s;
    transition: background .1s ease-in-out 0s;
}
.pi-texture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.pi-titlebar.pi-titlebar-small {
    padding-top: 32px;
    padding-bottom: 32px;
}
.pi-titlebar-breadcrumb-right {
    display: table;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}
.pi-section {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    position: relative;
}
.pi-titlebar.pi-titlebar-small h1 {
    font-size: 26px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
}
.pi-section-base h1{   color: #fff;
}
.pi-titlebar-breadcrumb-right h1 {
    width: 60%;
    padding-right: 20px; 
}
.pi-titlebar-breadcrumb-right .pi-breadcrumb, .pi-titlebar-breadcrumb-right h1 {
    display: table-cell;
    vertical-align: middle;
}
.pi-titlebar h1 {
    margin-bottom: 0;line-height: 1.2em;
}
.pi-section-base .pi-breadcrumb {
    color: #cde5f6;
}
.pi-titlebar-breadcrumb-right .pi-breadcrumb {
    width: 40%;
    text-align: right;
    position: relative;
    top: 0;
}
.pi-titlebar-breadcrumb-right .pi-breadcrumb, .pi-titlebar-breadcrumb-right h1 {
    display: table-cell;
    vertical-align: middle;
}
.pi-titlebar .pi-breadcrumb {
    font-size: 12px;
    line-height: 1.3em;
}
.pi-titlebar .pi-breadcrumb ul {
    display: inline;
    margin: 0 0 0 5px;
    padding: 0;
    -webkit-padding-start: 0;
}
.pi-titlebar .pi-breadcrumb li {
    display: inline;margin: 4px 0;
}
.pi-section-base a{ color: #fff;padding: 0;
    -webkit-transition: color .1s ease-in-out,border .1s ease-in-out;
    -moz-transition: color .1s ease-in-out,border .1s ease-in-out;
    -ms-transition: color .1s ease-in-out,border .1s ease-in-out;
    -o-transition: color .1s ease-in-out,border .1s ease-in-out;
    transition: color .1s ease-in-out,border .1s ease-in-out;
    text-decoration: none;
}
.pi-section-base a:hover{ color:#000;}
.pi-titlebar .pi-breadcrumb li:last-child:after {
    display: none
}

