div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

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-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	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 {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}


.btn-class a{
  display: inline-flex;
vertical-align: middle;
margin: 0em;
cursor: pointer;
background: #012fa3;
text-decoration: none;
color: #FFF;
-webkit-tap-highlight-color: rgba(0,0,0,0);
width: 100%;
text-align: left;
font-size: 18px;
  font-weight: 500;
}

.btn-class a span{
padding: 12px 14px;
display: inline-block;
font-size: 17px;
}

.btn-class a i{
padding: 20px 18px;
background-color: #0079ff;
float: right;
}

.btn-class a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.btn-class a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.btn-class a:hover, .btn-class a:focus, .btn-class a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
color: rgb(255, 255, 255);
background-color: #cd2122;
text-decoration:none;
  
  /* move the element up by 5px */
}
.btn-class a:hover:before, .btn-class a:focus:before, .btn-class a:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



/**** Counter Style ****/

.ins-counter-element.text-left.counter-with-icon.default .ins-counter-icon {
   padding-left: 5px;
}

.ins-counter-icon {
   font-size: 34px;
   line-height: 39px;
   margin-bottom: 5px;
}

.ins-counter-number {
   font-size: 40px;
   line-height: 45px;
}

.ins-counter-title {
   font-size: 20px;
   line-height: 25px;
   font-weight: 600;
   letter-spacing: 0.7px;
   margin-top: 5px;
}

.ins-counter-element.ins-counter-icon-align-left {
   display: flex;
   text-align: left;
}

.ins-counter-icon-align-left .ins-counter-icon {
   font-size: 44px;
   line-height: 50px;
   margin-bottom: 0 !important;
   padding: 10px;
}

.ins-counter-icon-align-left .ins-counter-content {
   padding-left: 10px;
}

.ins-counter-icon-align-left .ins-counter-number {
   margin-bottom: 10px !important;
}

.ins-counter-icon img {




   max-width: 100px;
   height: auto;
}

@media screen and (max-width:768px) {
   .ins-counter-element {
      margin-bottom: 40px;
      text-align: center !important;
      display: block !important;
   }
}

.jvectormap-container {
	height:100%;
	overflow:hidden;
	position:relative;
	touch-action:none;
	width:100%
}
.jvectormap-tip {
	background:#292929;
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:3px;
	-moz-background-clip:padding;
	border-radius:3px;
	background-clip:padding-box;
	color:white;
	display:none;
	font-size:smaller;
	padding:3px;
	position:absolute
}
.jvectormap-zoomin {
	background:#292929;
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:3px;
	-moz-background-clip:padding;
	border-radius:3px;
	background-clip:padding-box;
	box-sizing:content-box;
	color:white;
	cursor:pointer;
	height:10px;
	left:10px;
	line-height:10px;
	padding:3px;
	position:absolute;
	text-align:center;
	top:10px;
	width:10px
}
.jvectormap-zoomout {
	background:#292929;
	-webkit-border-radius:3px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:3px;
	-moz-background-clip:padding;
	border-radius:3px;
	background-clip:padding-box;
	box-sizing:content-box;
	color:white;
	cursor:pointer;
	height:10px;
	left:10px;
	line-height:10px;
	padding:3px;
	position:absolute;
	text-align:center;
	top:30px;
	width:10px
}


.management-title{
	margin:0 0 0px 0;
	padding: 8px 0 0px 0;
}

.management-title ul{
list-style: none;
text-align: center;
padding-left: 0;
margin-bottom: 0;
}

.management-title ul li {
    margin: 9px 0;
	font-size:16px;
}

.management-title ul li h4{
	margin:0px 0;
	font-weight: 600;
	color: #001659;
}
	
.management-title ul li h5{
	margin:0px 0;
	font-weight: 600;
	font-size: 19px;
	color: #001659;
}

.management-title ul li h6{
	margin:0px 0;
	font-weight: 600;
	font-size: 16px;
	color: #001659;
}

.management-title ul li h6 a{
	font-size:17px;
	color: #001659;
}

.management-description{
text-align: center;
padding: 10px 0px;
color: #001659;
font-size: 15px;
letter-spacing: 0.2px;
}

.management-img {
max-width: 161px;
position: relative;
margin: auto;
padding: 15px 0;
}

.management-img img{
	-webkit-border-radius: 142px;
-khtml-border-radius: 142px;
-moz-border-radius: 142px;
-ms-border-radius: 142px;
-o-border-radius: 142px;
border-radius: 142px;
}


.content-body {
	padding: 76px 20px 20px 20px;
	margin-top: -83px;
	background-color: #2ef0ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#2ef0ff), to(#00b7ff));
	background-image: -webkit-linear-gradient(left, #2ef0ff, #00b7ff);
	background-image: -moz-linear-gradient(left, #2ef0ff, #00b7ff);
	background-image: -ms-linear-gradient(left, #2ef0ff, #00b7ff);
	background-image: -o-linear-gradient(left, #2ef0ff, #00b7ff);
	background-image: linear-gradient(left, #2ef0ff, #00b7ff);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#2ef0ff', endColorStr='#00b7ff', gradientType='1');
}

.content-body-2 {
	padding: 76px 20px 20px 20px;
	margin-top: -83px;
	background-color: #abbff9;
	background-image: -webkit-gradient(linear, left top, right top, from(#00b7ff), to(#2ef0ff));
	background-image: -webkit-linear-gradient(left, #00b7ff, #2ef0ff);
	background-image: -moz-linear-gradient(left, #00b7ff, #2ef0ff);
	background-image: -ms-linear-gradient(left, #00b7ff, #2ef0ff);
	background-image: -o-linear-gradient(left, #00b7ff, #2ef0ff);
	background-image: linear-gradient(left, #00b7ff, #2ef0ff);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#00b7ff', endColorStr='#2ef0ff', gradientType='1');
}

#counter-5c2c462136af6{
	z-index:999;
	position:relative;
}
#counter-5c2c462136af6 .ins-counter-number {
 font-size: 45px;
 line-height: 50px;
}
#counter-5c2c462136af6 .ins-counter-title {
 font-size: 18px;
 line-height: 22px;
}
#counter-5c2c462136af6 .ins-counter-icon {
 font-size: 50px;
 line-height: 55px;
}
#counter-5c2c462136af6 .ins-counter-number {
 color: #0a27a5;
}
#counter-5c2c462136af6 .ins-counter-title {
 color: #00a7e6;
}
#counter-5c2c462136af6 .ins-counter-icon {
 color: #07a7e3;
}

#counter-5c2c462136cb6{
	z-index:999;
	position:relative;
}

#counter-5c2c462136cb6 .ins-counter-number {
 font-size: 45px;
 line-height: 50px;
}
#counter-5c2c462136cb6 .ins-counter-title {
 font-size: 18px;
 line-height: 22px;
}
#counter-5c2c462136cb6 .ins-counter-icon {
 font-size: 50px;
 line-height: 55px;
}
#counter-5c2c462136cb6 .ins-counter-number {
 color: #0a27a5;
}
#counter-5c2c462136cb6 .ins-counter-title {
 color: #07a7e3;
}
#counter-5c2c462136cb6 .ins-counter-icon {
 color: #07a7e3;
}

#counter-5c2c462136e7b{
	z-index:999;
	position:relative;
}
#counter-5c2c462136e7b .ins-counter-number {
 font-size: 45px;
 line-height: 50px;
}
#counter-5c2c462136e7b .ins-counter-title {
 font-size: 18px;
 line-height: 22px;
}
#counter-5c2c462136e7b .ins-counter-icon {
 font-size: 50px;
 line-height: 55px;
}
#counter-5c2c462136e7b .ins-counter-number {
 color: #0a27a5;
}
#counter-5c2c462136e7b .ins-counter-title {
 color: #07a7e3;
}
#counter-5c2c462136e7b .ins-counter-icon {
 color: #07a7e3;
}




#counter-5c2c462136af6-2{
	z-index:999;
	position:relative;
}

#counter-5c2c462136af6-2 .ins-counter-number {
 font-size: 45px;
 line-height: 50px;
}
#counter-5c2c462136af6-2 .ins-counter-title {
 font-size: 18px;
 line-height: 22px;
}
#counter-5c2c462136af6-2 .ins-counter-icon {
 font-size: 50px;
 line-height: 55px;
}
#counter-5c2c462136af6-2 .ins-counter-number {
 color: #fff;
}
#counter-5c2c462136af6-2 .ins-counter-title {
 color: #fff;
}
#counter-5c2c462136af6-2 .ins-counter-icon {
 color: #fff;
}

#counter-5c2c462136cb6-2{
z-index: 999;
position: relative;
margin: 45px 0;
}

#counter-5c2c462136cb6-2 .ins-counter-number {
 font-size: 45px;
 line-height: 50px;
}
#counter-5c2c462136cb6-2 .ins-counter-title {
 font-size: 18px;
 line-height: 22px;
}
#counter-5c2c462136cb6-2 .ins-counter-icon {
 font-size: 50px;
 line-height: 55px;
}
#counter-5c2c462136cb6-2 .ins-counter-number {
 color: #fff;
}
#counter-5c2c462136cb6-2 .ins-counter-title {
 color: #fff;
}
#counter-5c2c462136cb6-2 .ins-counter-icon {
 color: #fff;
}

#counter-5c2c462136e7b-2{
	z-index:999;
	position:relative;
}
#counter-5c2c462136e7b-2 .ins-counter-number {
 font-size: 45px;
 line-height: 50px;
}
#counter-5c2c462136e7b-2 .ins-counter-title {
 font-size: 18px;
 line-height: 22px;
}
#counter-5c2c462136e7b-2 .ins-counter-icon {
 font-size: 50px;


 line-height: 55px;
}
#counter-5c2c462136e7b-2 .ins-counter-number {
 color: #fff;
}
#counter-5c2c462136e7b-2 .ins-counter-title {
 color: #fff;
}
#counter-5c2c462136e7b-2 .ins-counter-icon {
 color: #fff;
}


.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../images/pattern-video.png);
    z-index: 1;
}

.home-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/home-video.html);
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}

.home-video video,
.home-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-bg video,
.section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.topbar-inner {
display: inline-block;
padding: 0px 0 0 0%;
}

.topbar-inner .btn-style {
float: left;
margin-top: 6px;
position: relative;
height: 100%;
margin-right: 10px;
padding-right: 10px;
}

.topbar-inner .btn-style a{
	padding:12px 15px;
color: #FFF;
font-weight: 600;
font-size: 15px;
background-color: #0A27A5;
}

.topbar-inner .btn-style a:hover{
background-color: #00AEFF;
}


.topbar-inner .btn-style-2 {
float: left;
margin-top: 6px;
position: relative;
height: 100%;
margin-right: 0;
padding-right: 0;
}

.topbar-inner .btn-style-2 a{
	padding:12px 15px;
color: #FFF;
font-weight: 600;
font-size: 15px;
background-color: #0A27A5;
}

.topbar-inner .btn-style-2 a:hover{
background-color: #00AEFF;
}


@media (max-width: 1021px) {
.topbar-inner {
    padding-left: 20px;
  }
}
.topbar-inner .item {
float: left;
margin-right: 15px;
padding-right: 15px;
text-align: left;
color: #000;
font-size: 15px;
border-right: 1px solid #e5e5e5;
line-height: 21px;
}

.topbar-inner .item:last-child {
  margin-right: 0;
  border: none;
}

.topbar-inner .item .contact-style i {
color: #38D9FF;
font-size: 18px !important;
float: left;
background-color:#00AEFF;
text-align: center;
width: 42px;
height: 42px;
line-height: 41px;
margin-right: 12px;
}

.topbar-inner .item .contact-style span.title {
font-size: 15px;
color: #008aff;
font-weight: 600;
float: left;
}

.topbar-inner .item .contact-style span.title a{
  color: #0A27A5;
  font-weight: 500;
}

.topbar-inner .item .contact-style span.title p{
  color: #0A27A5;
  margin:0;
  font-weight: 500;
}


.topbar-inner .item .socials {
  margin-top: 0;
  display: inline-flex;
}
.topbar-inner .item .socials a {
color: #FFF;
font-weight: 900;
font-size: 14px;
text-transform: uppercase;
background-color: #00a5ff;
margin: 0 2px;
width: 36px;
height: 40px;
text-align: center;
line-height: 41px;
}
.topbar-inner .item .socials a i {
  color: #fff;
}
.topbar-inner .item .socials a:hover a {
  color: #FAB802;
}

#services {
	display: inline-block;
height: 400px;
}

#services img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#services img.top:hover, #services img.hover_effect {
      opacity:0;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
    }

#services img.top:hover {
  opacity:0;
}


.tag-line {
position: relative;
padding: 40px 0px 40px 0px;
overflow: hidden;
}
.tag-line .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.tag-line .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.tag-line .icon {
  display: block;
}
.tag-line h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}
.tag-line .subheading {
  font-size: 32px;
font-weight: 600;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.tag-line.separator_align_right h2 {
  float: right;
}
.tag-line.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.tag-line.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.tag-line.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}



.about-style {
position: relative;
padding:0 12px 0 12px;
z-index: 999;
overflow: hidden;
}
.about-style .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.about-style .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.about-style .icon {
  display: block;
}
.about-style h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.about-style .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.about-style.separator_align_right h2 {
  float: right;
}
.about-style.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.about-style.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.about-style.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}

.service-style {
position: relative;
padding:0 12px 0 12px;
z-index: 999;
overflow: hidden;
}
.service-style .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.service-style .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.service-style .icon {
  display: block;
}
.service-style h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.service-style .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.service-style.separator_align_right h2 {
  float: right;
}
.service-style.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.service-style.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.service-style.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}



.service-style-2 {
position: relative;
padding:0 12px 0 12px;
z-index: 999;
overflow: hidden;
color: #fff;
}
.service-style-2 .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.service-style-2 .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.service-style-2 .icon {
  display: block;
}
.service-style-2 h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.service-style-2 h3{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.service-style-2 .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.service-style-2.separator_align_right h2 {
  float: right;
}
.service-style-2.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.service-style-2.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.service-style-2.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}



.gallery-page {
	margin:20px 0 60px;
	display:inline-block;
	width: 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	padding:40px 20px;
}

.gallery-page p{
	color:#000;
	font-size:17px;
	text-align:justify;
	margin-bottom:25px;
}

.gallery-page p strong{
	font-weight:600;
	color: #001a8a;
}

.gallery-page .row > [class*="col-"], .entry-gallery .gallery-page .row > [class*="col-"], .single .gallery-page .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gallery-page h3{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 20px;
  background-color: #e8e8e8;
  padding: 12px 20px;
  margin-top: 0;
  line-height: 40px;
}

.gallery-page a  {
}

.gallery-page a img {
  float: left;
  height: auto;
  padding: 5px 5px;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery-page a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.gallery-page a.big img {
}

.gallery-page video{
	width:100%;
	padding:5px 5px;
}

.gallery-page iframe{
	padding: 5px 10px;
}

.gallery-page .testionial-style {
	margin-top:40px;
	
}

.gallery-page .testionial-style p{
	font-size: 24px;
	padding: 0 20px;
	font-style:italic;
}

.gallery-page .testionial-style h5{
font-size: 24px;
font-weight: 600;
text-align: right;
color:#0042b3;
padding: 0 20px;
}

.quote-style {
position: relative;
padding:0 12px 0 12px;
z-index: 999;
overflow: hidden;
}
.quote-style .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.quote-style .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.quote-style .icon {
  display: block;
}
.quote-style h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.quote-style .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.quote-style.separator_align_right h2 {
  float: right;
}
.quote-style.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.quote-style.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.quote-style.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}





.contact-page {
position: relative;
padding:0 12px 0 12px;
z-index: 999;
overflow: hidden;
}
.contact-page .heading-inner h2{
  position: relative;
  padding-top: 0;
    font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  color: #00187d;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}

.contact-page .heading-inner h4{
font-size: 25px;
font-weight: 500;
color: #00187d;
margin-bottom: 0;
}

.contact-page .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}

.contact-page h5{
font-weight: 500;
font-size: 21px;
color: #00aeff;
margin-top: 15px;
}

.contact-page .text-medium-1 {
display: inline-block;
width: 100%;
margin-bottom: 26px;
height: 50px;
}

.contact-page .text-medium-1 i {
height: 45px;
float: left;
width: 45px;
text-align: center;
line-height: 44px;
margin-top: 2px;
background-color: #00a5ff;
margin-right: 18px;	
color: #fff;
}

.contact-page .text-medium-1 p {
margin-bottom: 10px;
line-height: 25px;
font-size: 16px;
}
.contact-page .text-medium-1 p b{
	color:#001453;
}
.contact-page .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.contact-page.separator_align_right h2 {
  float: right;
}
.contact-page.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.contact-page.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.contact-page.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}



.special-style {
position: relative;
padding:0;
z-index: 999;
overflow: hidden;
}
.special-style .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.special-style .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #FFF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.special-style .icon {
  display: block;
}
.special-style h2 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.special-style .subheading {
  font-size: 32px;
font-weight: 700;
color: #12b4ff;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.special-style.separator_align_right h2 {
  float: right;
}
.special-style.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.special-style.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.special-style.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}

.gst-style h3{
color: #49bfff;
font-weight: 600;
text-transform: uppercase;
font-size:25px;
margin-bottom: 12px;
}



.gst-style p{
	font-size: 22px;
	line-height: 28px;
}

.list-style-3 ul {
line-height: 48px;
list-style: none;
margin-top: 10px;
padding-left: 10px;
}

.list-style-3 ul li{
	color:#fff;
}

.list-style-3 ul li i {
padding-right: 10px;
color: #fff;
padding-left: 0;
}


.management {
position: relative;
padding: 0px 0px 40px 0px;
overflow: hidden;
}
.management .heading-inner {
  position: relative;
  padding-top: 0;
  text-align: center;
  margin-bottom: 50px;
}
.management .heading-inner:before {
  width: 60px;
  height: 4px;
  content: "";
  position: absolute;
  background: #12B4FF;
  z-index: 1;
  top: 126%;
  left: 50%;
  margin-left: -25px;
}
.management .icon {
  display: block;
}
.management h2 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  color: #12b4ff;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.management .subheading {
  font-size: 32px;
font-weight: 600;
color: #063490;
text-transform: uppercase;
width: 100%;
display: block;
letter-spacing: 2px;
  line-height: 25px;
}
.management.separator_align_right h2 {
  float: right;
}
.management.separator_align_right .heading-inner:before {
  margin-left: 0;
  right: 0;
  left: auto;
}
.management.separator_align_left .heading-inner:before {
  left: auto;
  right: auto;
}
.management.separator_align_center .heading-inner:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1000px;
  content: "";
  background: #e5e5e5;
  z-index: 1;
}

.punchline h3{
	font-size: 31px;
font-weight: 500;
color: #fff;
line-height: 47px;
text-transform: capitalize;
}

.tag-line p{
	margin-bottom:0;
	font-size:17px;
	color:#fff;
}

.tag-line h3{
font-size: 42px;
font-weight: 600;
color: #fff;
line-height: 47px;
text-transform: capitalize;
margin-top: 0;
margin-bottom: 40px;
}

.tag-line h3:before {
content: "";
width: 30px;
height: 4px;
background: #FFF;
position: absolute;
top: 65px;
left: 49%;
}

.tag-line .btn-style-2 {
margin-top: 15px;
text-align: center;
position: relative;
display: inline-block;
width: 100%;
height: 100%;
}

.tag-line .btn-style-2 a{
padding: 12px 20px;

color: #FFF;
font-weight: 500;
font-size: 17px;
background-color: #0a27a5;
}