body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
b{
    display:flex;
    justify-content:center;
}
.headnav1 {
	background-color: #fff;
	border-top: 10px solid #004dbf;
	box-shadow: 0px 3px 8px #c2c0e9;
}
.megamenu {
    width: 600px;
    background-color: #fff;
}
.navbar-brand img{
    width:40%!important;
    height:100px;
}
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

footer {
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/footerbanner.jpg") no-repeat fixed center center / cover;
}
.float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 40px;
	left: 30px;
	background-color: #0053ff;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}
.float1 {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 120px;
	left: 30px;
	background-color: #0053ff;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}
.float2 {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 200px;
	left: 30px;
	background-color: #0053ff;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}
.my-float {
	margin-top: 13px;
}

.faicon
{background: #5478ff none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 36px;
    font-size: 18px;
}
.pretext {
    color: #fff;
    font-size: 16px !important;
    line-height: 23px;
    padding: 10px 0 6px 50px;
    position: relative;
    text-align: left;
}
.mailalink{color: #fff;font-size: 16px;text-decoration: none;}
.mailalink:hover{color: #54faff;text-decoration: none;font-size: 16px;}

@media (min-width: 360px) and (max-width: 767px) {
	.icon-display {
		display: none;
	}
	.headnav1 {
		height: 120px;
	}
}

@media (min-width: 320px) and (max-width: 359px) {
	.icon-display {
		display: none;
	}
	.headnav1 {
		height: 120px;
	}
    .logomarg{margin-top: -55px;}
    .navpad {
	padding-top: 0px!important;
}
    figure {
	width: 96%!important;
}
    .column {
    margin: 0px auto!important;
    padding-bottom: 74px!important;
}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
		margin: 0;
	}
	.navbar-nav>li>a {
		font-size: 16px;
	}
}

.box-service {
	border: 1px solid #f2f2f2;
	box-shadow: 0px 4px 6px #f2f2f2;
	padding: 15px;
}

.box-service:hover {
	border: 1px solid #f2f2f2;
	box-shadow: 0px 4px 6px #c1bfbf;
	padding: 15px;
}


/*.navbar-toggle {
    margin-top: 60px; 
	    margin-right: 40px;*/


}


.alinkbutton {
	border: 2px solid;
	padding: 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
.alinkbutton:hover {
	background-color: #0592c7;
	color: #fff;
	text-decoration: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
	background-color: #fff;
}
/*
input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
input[type=submit]:hover {
	background-color: #45a049;
}
*/
.navpad {
	padding-bottom: 15px;
}
.address1 {
	background: #fff;
	border-radius: 3px;
	height: 250px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
@media (max-width: 768px) {
.navbar-brand img{
    width:70%!important;
    height:100px;
       position: relative;
    top: -87px;
}
.navbar-toggle{
    margin-top:34px;
}
	
	.navbar-nav>li>a {
		/* padding-top: 10px; */
		/* padding-bottom: 10px; */
		/* line-height: 15px; */
		background-color: #fff;
		margin-right: -10px;
		padding: 12px!important;
	}
	.megamenu{
	    left:-190px!important;
	}
	
	.navbar-nav>li>a {
		font-size: 14px;
	}
	/*.navpad{padding-top: 0px!important;}*/
}
@media (max-width: 907px) {
	.nav>li>a {
		padding: 0px 7px;
	}
	

	
	.navpad {
		padding-top: 45px;
	}
}
.navbar-collapse {
	overflow-x: hidden;
}


/*- - - - - - C A L L - B U T T O N S - - - - - */

/*
.phonalink{
    position: fixed;
	bottom: 200px;
	left: 40px;
	text-align: center;
	z-index: 100;
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px;
	color: #212121;
	text-decoration: none;
	opacity: .6;
	transition: .2s ease-in-out;
}

	.phonalink:hover{
		opacity: 1;
	}

		.phonalink:hover span{
			-webkit-animation: vibrate 2s .6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
		}

         span{
            display: inline-block;
            margin-right: 10px;
         }

			.phonalink:hover span::before{
				position: absolute;
				margin-left: 4px;
				content: "🎶";
				font-size: 24px;
				z-index: -1;
            opacity: 0;
				-webkit-animation: sound 2s .6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
			}

.phonalink:first-of-type{
	margin-right: 50px;
}

@keyframes sound {
	2% { margin-top: 0px; opacity: 1; }
   100% { margin-top: -45px; opacity: 0; }
}

@keyframes vibrate {
	2% { transform: rotate(15deg); }
	6% { transform: rotate(-15deg); }
	8% { transform: rotate(0deg); }
	92% { transform: rotate(0deg); }
	94% { transform: rotate(15deg); }
	98% { transform: rotate(-15deg); }
}
*/


/*
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  background: #4CAF50;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
*/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 30px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #0053FF;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


.box{
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: #fff;
box-shadow: 0px 0px 15px 2px #939191;
}
.box:before{
    content: '';
    background-image: linear-gradient(to top,#fe8c00 0%, transparent 50%,#f83600 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s;
}
.box:hover:before{ opacity: 0.8; }
.box img{

    width: 100%;
    height: 350px;

    transition: all 0.35s;
}
.img-responsive {
    width: 100%;
    height: 350px;
     object-fit: contain; 
}
.box:hover img{ transform: scale(1.15); }
.box .box-content{
    color: #fff;
    background: linear-gradient(to right,#fe8c00,#f83600);
    font-size: 18px;
    font-weight: 700;
    width: 90%;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
    opacity: 0;
    transform: translateX(-50%)translateY(50%);
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    transition:all 0.35s;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%)translateY(25%);
}
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}
.btn-info {
    color: #fff;
    background-color: #0053ff!important;
    border-color: #46b8da;
}
.btn-info:hover{
    color: #fff;
    background-color: #0053ff;
    border-color: #46b8da;
}
.box .icon{
    width: 80%;
    padding: 10px 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%)translateY(50%);
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.35s;
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) translateY(130%);
}
.box .icon li{
    display: inline-block;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s;
}
.box:hover .icon li:nth-child(1){ transition-delay: 0.15s; }
.box:hover .icon li:nth-child(2){ transition-delay: 0.25s; }
.box:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}
.box .icon li a{
    color: #fff;
    background-color: #f83600;
    line-height: 35px;
    height: 40px;
    width: 125px;
    border: 2px solid #fff;
    box-shadow: 3px 3px 5px #555;
    border-radius: 50% 0;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
}
.box .icon li  a:hover{
    color: #f83600;
    background-color: #fff;
    border-color: #f83600;
    text-decoration: none;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}

.modelh3{text-transform: uppercase;
color: #2365c6;
font-weight: 600;}

.headertext {
    font-weight: bold;
/*    text-decoration-color: #146794;*/
    text-decoration: underline;
    color: #146794;
/*    font-size: 17px;*/
}
#success-message {
  opacity: 0;
}

.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0 20% 0 20%;
}

.margin-top-25 {
  margin-top: 25px;
}

.form-title {
  padding: 25px;
  font-size: 30px;
  font-weight: 300;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius:0; 
  border-color: #000;
}

.form-group .form-control:focus {
	box-shadow: none;
  border-width: 0 0 2px 0;
  border-color: #000;
  
}

textarea {
  resize: none;
}

.btn-mod.btn-large {
    height: auto;
    padding: 13px 52px;
    font-size: 15px;
}

.btn-mod.btn-border {
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
}

.btn-mod, a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
    color: #fff;
    border-color: #000;
    background: #000;
    outline: none;
}

@media only screen and (max-width: 500px) {
    .btn-mod.btn-large {
       padding: 6px 16px;
       font-size: 11px;
    }
  
    .form-title {
        font-size: 20px;
  }
}
.captiontext {
    font-weight: bold;
    font-size: 20px;
    color: #146794;
    font-style: italic;
}
.formborderbox{padding: 15px;

border: 1px solid #fff;

background-color: #fff;

box-shadow: 0px 0px 10px 2px #a8a7a7;}