@font-face {
    font-family: 'DancingScriptRegular';
    src: url('../fonts/DancingScriptRegular.eot');
    src: url('../fonts/DancingScriptRegular.eot') format('embedded-opentype'),
         url('../fonts/DancingScriptRegular.woff2') format('woff2'),
         url('../fonts/DancingScriptRegular.woff') format('woff'),
         url('../fonts/DancingScriptRegular.ttf') format('truetype'),
         url('../fonts/DancingScriptRegular.svg#DancingScriptRegular') format('svg');
}

body {
	background:#ffffff;
	font-size: 14px;
	font-family: 'Open Sans';
	margin: 0px 0px 70px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
	outline: 0 none !important;						
}
a:hover, a:focus {
	text-decoration: none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #186acd;
}
.footer-top-inner {
	padding: 20px 0px 40px;
}
.get-text-inner p{
	color: #fff;
	margin: 0px;
	font-size: 13px;
	text-align: center;
}
.get-text-inner p a{
	color: #fff;
}
.footer-top-inner  .row{
	margin: 0px auto;
	max-width: 910px;
}
.footer-top-inner  .row .col-sm-3{
	width: 1%;
	padding: 0px 7px;
	display: table-cell;
	float: none;
	white-space: nowrap;
}
.footer-top-inner h3{
	text-align: center;
	font-weight: 300;
	color: #fff;
}
.footer-bottom-menu{
	margin: 15px 0px;
}
.footer-bottom-menu li{
	display: inline-block;
	background: url("../images/footer-bottom-menu-bor.png") no-repeat left center;
	padding-left: 2px;
}
.footer-bottom-menu li:first-child{
	background: none;
	padding-left: 0px;
}
.footer-bottom-menu li+li a{
	padding-left: 15px;
}
.footer-bottom-menu{
	text-align: center;
}
.footer-bottom-menu li a{
	padding: 0px 10px;
}
.footer-bottom-menu li a:hover{
	color: #186acd;
}
.footer-bottom-menu li.active a{
	color: #186acd;
}
.footer-bottom-inner p{
	text-align: center;
}
.footer-bottom-inner p a:hover, .footer-bottom-inner p a:focus{
	color: #186acd;
}
.footer-bottom-inner{
	padding: 10px 0px;
}
.get-text-inner p a:hover, .get-text-inner p a:focus{
	color: #000099;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #2d2d2d none repeat scroll 0 0 !important;
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/
.logo{
	height: auto;
	display: block;
	float: none;
	text-align: center;
	background: #f3f3f3;
	border-top: 4px solid #186acd;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.logo img{
	display: inline-block;
}
.home-banner{
	/*background: url("../images/banner.png") no-repeat center center;
	background-size: cover;
	min-height: 520px;*/
	position: relative;
}
.menu-outer1 {
  position: static !important;
}
.menu-outer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	border: 0 none;
	background: rgba(255,255,255,0.7);
}
.mega-menu > li{
	float: none;
	white-space: nowrap;
	padding-left: 1px;
}
.mega-menu > li:first-child{
	padding-left: 0px;
}
.mega-menu > li > a{
	padding-left: 0px;
	padding-right: 0px;
}
.mega-menu li a span{
	padding: 10px 0px;
	border-bottom: 2px solid transparent;
	display: block;
	color: #000;
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
}
.mega-menu li.active a span{
	border-bottom: 2px solid #186acd;
	color: #186acd;
}
.mega-menu > li.active > a{
	background: transparent !important;
}
.mega-menu li:hover a span, .mega-menu li:focus a span{
	border-bottom: 2px solid #186acd;
	color: #186acd;
}

.dropdown-menu{
	background: #f3f3f3;
}
.dropdown-menu li a:hover{
	background: #186acd;
	color: #fff;
}

.welcome-content-outer div{
	display: table-cell;
	vertical-align: top;
}
.welcome-content-pic{
	width: 142px;
}
.welcome-outer{
	background: url("../images/welcome-outer.png") no-repeat center center;
	background-size: cover;
}
.welcome-content-left p{
	text-align: justify;
	padding-right: 20px;
	padding-top: 20px;
	line-height: 28px;
}
.welcome-left-inner h2{
	font-family: 'DancingScriptRegular';
	color: #186acd;
}
.product-outer{
	background: url("../images/prdct-bg.png") no-repeat center center;
	min-height: 292px;
}
.product-inner h2{
	text-align: center;
	font-family: 'DancingScriptRegular';
	color: #fff;
}
.prdct-name p{
	color: #fff;
	padding: 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 17px;
}
#owl-demo3 .owl-nav div{
	background: transparent !important;
	position: absolute;
	top: 40%;
	padding: 0px;
	margin: 0px;
}
.owl-theme .owl-controls{
	margin: 0px;
}
#owl-demo3 .owl-nav div.owl-prev{
	left: -40px;
}
#owl-demo3 .owl-nav div.owl-next{
	right: -40px;
}
.product-slider{
	padding-top: 15px;
}
.testimonal-left-inner h2{
	position: relative;
	height: 35px;
}
.testimonal-left-inner h2 span{
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	background: #fff;
	padding: 0px 5px;
	font-family: 'DancingScriptRegular';
	color:#186acd;
}
.testimonal-left-inner h2:before{
	position: absolute;
	height: 1px;
	width: 100%;
	border-top: 1px solid #cccccc;
	content: " ";
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}
.owl-carousel5 .item a{
	display: block;
}
.owl-carousel5 .item a .prdct-img-outer{
	text-align: center;
	background: #ebebeb;
	border: 1px solid #dadada;
}
.owl-carousel5 .item a .prdct-img-outer img{
	width: auto;
	display: inline-block;
	height: 201px;
}
.owl-carousel5 .item .prdct-name p{
	color: #000;
	text-align: center;
}
.owl-carousel6 .item a{
	display: block;
}
.owl-carousel6 .item a .prdct-img-outer{
	text-align: center;
	background: #ebebeb;
	border: 1px solid #dadada;
}
.owl-carousel6 .item a .prdct-img-outer img{
	width: auto;
	display: inline-block;
	max-height: 201px;
}
.owl-carousel5 .item  .prdct-img-outer img{
	width: auto;
	display: inline-block;
	max-height: 262px;
}
.owl-carousel5 .item  .prdct-img-outer{
	text-align: center;
}
.owl-carousel5 .item  .prdct-img-outer{
	text-align: center;
	background: #ebebeb;
	border: 1px solid #dadada;
	position: relative;
}
.owl-carousel5 .item .post-img-detail {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.5s ease-in-out 0s;
  	-webkit-transition: all 0.5s ease-in-out 0s;
  		-moz-transition: all 0.5s ease-in-out 0s;
}
.owl-carousel5 .item  .post-img-detail .post-img-zoom-icon {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  left: 50%;
  line-height: 38px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  	 transform: translate(-50%, -50%);
  	 	 transform: translate(-50%, -50%);
  z-index: 20;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  		-moz-transition: all 0.5s ease-in-out 0s;
  width: 40px;
}
.owl-carousel5 .item:hover .post-img-detail {
  opacity: 1;
}
.owl-carousel5 .item:hover .post-img-detail .post-img-zoom-icon{
  opacity: 1;
}

.owl-carousel6 .item .post-img-detail {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.5s ease-in-out 0s;
  	-webkit-transition: all 0.5s ease-in-out 0s;
  		-moz-transition: all 0.5s ease-in-out 0s;
}
.owl-carousel6 .item  .post-img-detail .post-img-zoom-icon {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  left: 50%;
  line-height: 38px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  	 transform: translate(-50%, -50%);
  	 	 transform: translate(-50%, -50%);
  z-index: 20;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  		-moz-transition: all 0.5s ease-in-out 0s;
  width: 40px;
}
.owl-carousel6 .item:hover .post-img-detail {
  opacity: 1;
}
.owl-carousel6 .item:hover .post-img-detail .post-img-zoom-icon{
  opacity: 1;
}

.vedio-outer img{
	height: 283px;
}
.welcome-outer{
	padding-bottom: 15px;
}
/***/
.heading {
 border-bottom: 1px solid #186acd;
  font-size: 23px;
  color: #186acd;
  margin: 0px 0 15px;
  padding: 10px 0px;
  font-weight: 300;
}
.product_listing_outer {
  background: #e6e6e6 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
}
.product_listing > li {
  border-bottom: 1px solid #fff;
  line-height: 22px;
  padding: 0px 0px;
}
.product_listing > li > a {
	font-size: 14px;
	text-transform: uppercase;
  	display: block;
}
.product_listing > li.active > a {
  color: #186ACD;
}
.product_pic {
  border: 1px solid #eee;
  height: 150px;
}
.product_name p {
  background: #e6e6e6 none repeat scroll 0 0;
  color: #000;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: none;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.demo {
    width:450px;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.demo ul li img {
    display: block;
    height: auto;
    max-width: 100%;
}

#myModal .modal-dialog {
  margin: 30px auto;
  max-width: 1000px !important;
}

/*contact*/

.feedback-form-inner {
	padding: 5px 0px;
	background: #fff;	
}
.feedback-form-inner .course-top {
	margin-bottom: 0px;
}
.feedback-form-inner .course-top h2 {
border-bottom: 1px solid #e5e5e5;
font-family: "ufonts_com_dinproregularopentype";
font-size: 25px;
padding: 10px 0;
text-transform: uppercase;
margin:0px;
	
}
.feedback-form-inner .sidebar-btn {
	height: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.feedback-form-inner form {
	margin: 20px auto 0px;
}
.contact-address {
	position: relative;
	padding-left: 45px;
	min-height: 32px;
	margin-bottom: 15px;
}
.contact-address i {
  background: #006CB4 none repeat scroll 0 0;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 36px;
  position: absolute;
  left: 0;
  top: 0;
}

.get-intouch-inner {
	
}

.email-box h2 {
  /*background: #006CB4 none repeat scroll 0 0;*/
  color: #000;
  font-size: 17px;
  margin-top: 0;
  padding: 0px 10px 0px 10px;
  position: relative;
  line-height: 32px;
  background: #E6E6E6;
}
.email-box h2 i {
 background: #006CB4 none repeat scroll 0 0;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 36px;
  position: absolute;
  left: 0;
  top: 0;
}


.email a {
  display: block;
}
.email a:hover {
	color: #006CB4;
}

.feedback-form-inner .form-control, .apply-form-outer .form-control {
	border-color: #006CB4;
	border-radius:0px;
}

.sidebar-btn {
  background: #006CB4 none repeat scroll 0 0 !important;
  border: 1px solid transparent;
  color: #fff;
  font-size: 20px;
  height: 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  border-radius:0px;
}
.email-box{
	margin-bottom: 19px;
}
.email-box > p {
  /*padding: 0 0 15px;*/
 margin-bottom: 0px;
}
.phone-menu.clearfix > li {
  /*padding: 0 0 20px;*/
}

.prdct-modal-content{
	width: 80%;
}
.product a{
	display: block;
}

.prdct-modal-content .modal-title{
	text-indent: -9999px;
}
.close{
	font-size: 30px;
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
		-webkit-transition: all 0.5s ease-in-out 0s;
			-moz-transition: all 0.5s ease-in-out 0s;
				-ms-transition: all 0.5s ease-in-out 0s;
}

.slider_text_right h4{
	font-weight: 600;
	text-transform: uppercase;
}
.advantages-inner h5{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.advantages-menu {
	list-style-type: disc;
	padding-left: 15px;
}
.advantages-menu li{
	line-height: 25px;
}
.product_right .product{
	margin-bottom: 15px;
}
textarea.form-control{
	resize: none;
}

.inner-baner-outer{
	background: #f5f5f5;
}

.course-top h2{
	border-bottom: 1px solid #333;
	padding: 10px 0px;
	font-size: 23px;
	font-weight: 300;
	color: #186ACD;
	margin-top: 0px;
}

.feedback-form-inner h3{
	margin-top: 0px;
	padding-bottom: 10px;
	color: #186ACD;
	font-weight: 300;
}
.feedback-form-inner form{
	margin-top: 0px;
}
.feedback-form-inner form label{
	font-weight: 500;
}
.sidebar-btn:hover{
	border: 1px solid #186ACD;
	background: transparent !important;
	color: #186ACD;
}

.address-left{
	float: left;
	width: 50%;
	padding: 0px 10px;
}
.address-outer{
	margin: 0px -10px;
}

.social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.social-icon li a {
  background: #186ACD none repeat scroll 0 0;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  border: 1px solid transparent;
}
.social-icon li a:hover{
	border: 1px solid #186ACD;
	color: #186ACD;
	background: transparent;
}
.contact-form-outer{
	padding-bottom: 30px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: transparent none repeat scroll 0 0 !important;
}
.product_outer{
	padding-bottom: 25px;
}

.product_listing{
	margin: 0px -15px;
}
.product_listing li.active a{
	background: #186ACD;
	color: #fff !important;
}
.product_listing li:hover a{
	background: #186ACD;
	color: #fff;
}
.product_listing li a{
	padding: 10px;
	display: block;
}
.product_listing li a:focus{
	background: #186ACD;
	color: #fff;
}
.product_listing li:last-child{
	border-bottom: 0 none;
}
.achievement-content-inner{
	min-height: 286px;
}

.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .faq-pannel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .faq-pannel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.faq-pannel-heading a {
	font-weight: 400;
	padding: 10px 35px 10px 15px;
	display: inline-block;
	width: 100%;
	background-color: #05abf5;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	text-align: center;
}
.panel-dark .faq-pannel-heading a,
.panel-dark .faq-pannel-heading a:hover {
	background-color: #186ACD;
}
.panel-transparent .panel-default > .faq-pannel-heading,
.panel-transparent .panel-default > .faq-pannel-heading + .panel-collapse > .panel-body {
	background-color: transparent;
	color: inherit;
}
.panel-transparent .faq-pannel-heading a {
	border: 1px solid #f1f1f1;
}
.panel-transparent .faq-pannel-heading a.collapsed {
	color: inherit;
	background-color: transparent;
}

.faq-pannel-heading a:after {
	font-family: "FontAwesome";
	content: "";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
	color:#fff !important;
}
.faq-pannel-heading a.collapsed:after {
	content: "";
}
.faq-pannel-heading a:hover,
.panel-transparent .faq-pannel-heading a:hover {
	text-decoration: none;
	background-color: #05abf5;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
.faq-pannel-title a {
	background: #186ACD
}
#accordion{
	padding: 20px 0px;
	margin: 0px;
}

.whyus-inner{
	padding-bottom: 30px;
	text-align: justify;
}
.prdct-modal-content .modal-header{
	padding: 5px 15px;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.banner_inner img{
	width: auto;
}
.banner_inner{
	text-align: center;
}
.feedback-form-inner input.form-control{
	height: 30px;
}
.feedback-form-inner .form-group{
	margin-bottom: 8px;
}
.feedback-form-outer:first-child{
	border-right: 1px solid #333;
}

.welcome-right-inner{
	padding-top: 60px;
}
.inner-header-outer .top-header .logo{
	padding-top: 5px !important;
	padding-bottom: 5px !important; 
}
.inner-header-outer .mega-menu li a{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.product_listing > li > a{
	font-size: 13px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.service-right-outer .service-box-img{
	float: left;
	width: 25%;
	padding-right: 15px;
}
.service-box-text p{
	text-align: justify;
}
.service-box-img-right{
	float: right !important;
	width: 25%;
	padding-right: 0px !important;
}
.brochure-btn{
	background: #186ACD;
	border: 0 none;
	color: #fff;
}
.brochure-btn:hover, .brochure-btn:focus{
	background: #3784DF;
	color: #fff;
}
.btn-info{
	background: #186ACD;
	border: 0 none;
	color: #fff;
}
.btn-info:hover, .btn-info:focus{
	background: #3784DF;
	color: #fff;
}
.product-brochure-btn{
	padding: 7px 0px;
}
.service-right-outer .brochure-btn{
	/*margin: 85px 0px 0px;*/
}

.contact-form{
	background: #E6E6E6;
	padding: 10px;
}
.follow-box{
	margin-bottom: 0px;
}
.follow-box .social-icon{
	margin-top: 49px;
}

.banner_inner img{
	/*height: 274px;*/
}
.service-box-text p:last-child{
	float: left;
	width: 73%;
}

.product-brochure-btn p{
	display: table-cell;
}
.product-brochure-btn .brochure-btn{
	display: table-cell;
}

.work-box h3{
	margin-top: 0px;
	padding-top: 10px;
	font-size: 20px;
	font-weight: 600;
}
.carousel-inner .item img{
	display: inline-block;
	height: 502px;
}
.carousel-inner .item{
	text-align: center;
}
.query-btn{
	background: #186acd;
	color: #fff;
	font-weight: 600;
	margin-top: 35px;
}
.query-btn:hover{
	background: #fff;
	color: #186acd;
	border-color: #186acd;
}
.query-btn:focus{
	background: #186acd;
	color: #fff;
	border-color: #186acd;
}
#myModal .modal-header{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.modal-form-header{
	text-align: center !important;
}
.modal-form-header h4{
	color: #186acd;
}

.contact-map-outr iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.contact-map-outr iframe.clicked{
	pointer-events: auto;
}
.footer-bottom{
	background: #f3f3f3;
}
.testimonal-outer{
	padding-bottom: 15px;
}
