/* CSS Document */
html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
	transition: background-or 0.5s ease;
  	background: #fff;
	margin:0px;
	padding:0px;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

body a{
	font-size:12px;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}

a:hover{
	text-decoration:underline;
	
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-family: 'Oswald', sans-serif;	
    letter-spacing: 0.7px;
}

p{
	margin:0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
}

ol{
	margin:0px;
	padding:0px;
}

img{
	border-width:0px;
}

.full{
	width:100%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.container{
	width:92%;
	margin:0 3%;
}

.clear{
	clear:both;
}

::-webkit-scrollbar {
  width: 6px; 
   background-or:#CCCCCC;
  -webkit-border-radius: 80px;
}
::-webkit-scrollbar:hover {
  background-or: rgba(0,0,0,0.61);
}

::-webkit-scrollbar-thumb:vertical {
  background: #CC9933;
  -webkit-border-radius: 80px;
}
/*::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61);
  -webkit-border-radius: 80px;
}*/


/*=================header=====================*/

header{
	width:100%;	
}

.header{
	width:100%;	
	background:rgba(255,255,255,1);
	padding:5px 0px;
}

.header .logo{
	height:86px;
	float:left;	
}

.header .name{
	height:55px;
	float:left;	
	margin-left:10px;
	margin-top:12px;
}

.header .right{	
	float:right;
}

.call{
	display:block;
	padding: 6px 9px 5px;
    background: rgba(214, 214, 214, 0.54);
}

.call .call-col{
	display:table-cell;
    vertical-align: top;
}

.call .call-col i{
    font-size: 19px;
    background: #ffffff;
    color: #0093c3;
    padding: 6px 6px;
    border-radius: 50%;
    vertical-align: top;
    border: 2px solid #0093c3;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.call:hover .call-col i{
    background: #0093c3;
    border: 2px solid #0093c3;
    color: #FFF;
}

.call .call-col h5{
	text-align: left;
    padding: 0px 2px;
    text-transform: uppercase;
    font-weight: 800;
    color: #0093c3;
    font-size: 12px;
    margin-left: 8px;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.call:hover .call-col h5{
	color: #000;
}

.call .call-col a{	
	display:block;
    text-align: left;
    padding: 0px 5px;
    text-transform: lowercase;
    font-weight: bold;
    color: #b90000;
    margin: 4px 0 0 6px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/*================top-link=================*/

.top-link{
	background: #0093c3;
    padding: 3px 0px;
    margin-top: 0px;
}

.top-link li{
	display: inline-block;
    border-right: 1px solid #bdefff;
    padding: 6px 13px 5px 13px;
}

.top-link li:last-child{
    border-right: 0px solid #edbf3b;
}

.top-link li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.top-link li a:hover{
	color: #750404;
}

/*================menu=================*/

.menu{
	width: 100%;
    text-align: center;
    overflow: hidden;
    background: #0093c3;
}

.menu ul{
	margin:0px 0px;
	padding:0px;	
}

.menu ul li{
	display: inline-block;
    border-right: 1px solid #349fc1;
    margin-left: -5px;
}

.menu ul > li:hover > a{
    color: #c55300;
    background: #fff;
	font-style: italic;
}

.menu ul li a{
	display:block;
	font-size:13px;
	padding:13px 16px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.menu ul li:hover > a{
    color: #c55300;
    background: #fff;
}

.menu ul .menu_active > a{
    color: #c55300;
    background: #fff;
}

.menu ul ul{
	min-width:200px;
	padding:5px;
	background:#fff;
	position:absolute;
	z-index:30;
	visibility:hidden;
	opacity:0;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}



.menu ul li:hover ul{
	visibility:visible;
	opacity:1;
}

.menu ul ul li{
	display:block;
	margin-left:0;
	border-right-width:0;	
}

.menu ul ul li a{
	padding:10px;
	display:block;	
	line-height:18px;
	color:#ad4a03;
	text-align: left;		
}

.menu ul ul li:hover > a, .menu ul ul .menu_active > a{
    background: #de7c35;
    color: #FFF;
}

/*====================section1===================*/

.section1{
	display: block;
    border: 1px solid #efefef;
    padding: 8px 0px 0px;
    border-top-color: #FFF;
}

.section1 .section1-col{
	width: 25%;
    float: left;
}

.section1 .section1-col a{
	display:block;
	text-decoration:none;
}

.section1 .section1-col .section1-col-inner{
	display: block;
    padding: 12px;
    border-right: 1px solid #e4e4e4;
}

.section1 .section1-col .icon{
	display: table-cell;
    vertical-align: middle;
}

.section1 .section1-col .icon i{
	font-size: 33px;
    color: #bf0000;
}

.section1 .section1-col .content{
	display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}

.section1 .section1-col .content h5{
	padding: 2px 0px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #bf0000;
    text-align: left;
}

.section1 .section1-col:hover .content h5, .section1 .section1-col:hover .icon i{
	color:#0093c3;
}

.section1 .section1-col .content p{
	font-size: 13px;
    color: #656565;
    text-align: left;
    line-height: 18px;
}

.section1 .section1-col .bottom-line{
	display: inline-block;
    height: 5px;
    background: #fff;
    width: 1px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.section1 .section1-col:hover .bottom-line{
	background: #0093c3;
    width: 100%;
}

/*==================== section2 ==================*/

.section2{
	width: 100%;
    padding: 30px 0;
    background: #F2FDFD;
}

.section2 .section2-col1{
	width: 33.3333%;
    float: left;
}

.section2 .section2-col1 .welcome-col{
	width: 100%;
    float: left;
}

.section2 .section2-col1 .welcome-col .welcome-col-inner{
	margin: 0 30px;
}

.section2 .section2-col1 .welcome-col img{
	width: 100%;
    height: auto;
    border-radius: 10px;
}

.section2 .section2-col1 .welcome-col h1{
	text-align: left;
    padding: 5px 0 18px;
    font-size: 24px;
    line-height: 28px;
    color: #0093c3;
}

.section2 .section2-col1 .welcome-col p{
	text-align: left;
    padding: 5px 0;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

.section2 .section2-col1 .welcome-col .readmore{
	display: inline-block;
    padding: 10px 20px;
    background: #FFF;
    font-size: 14px;
    text-decoration: none;
    color: #7f724b;
    margin-top: 10px;
}

.section2 .section2-col1 .welcome-col .readmore:hover{
    background: #0093c3;
    color: #fff;
}

.section2 .section2-col2{
	width: 30%;
    float: left;
}

.section2 .latest-news{
	display: block;
}

.section2 .latest-news .latest-news-inner{
	margin: 0 30px;
}

.section2 .latest-news h1{
	text-align: center;
    font-size: 24px;
    padding: 5px 0 20px;
    color: #0093c3;
}

.section2 .latest-news ul{
	
}

.section2 .latest-news ul li{
	display: block;
    border: 1px solid #888888;
    margin-bottom: 10px;
    padding: 9px 5px 9px 30px;
    text-align: left;
    font-size: 14px;
}

.section2 .latest-news ul li a{
	display: block;
    text-align: left;
    font-size: 14px;
}

.section2 .latest-news ul li i{
	position: absolute;
    margin-left: -20px;
    color: #b10012;
}

/*====================section1===================*/

.section3{
	display: block;
    padding: 50px 0px;
	position:relative;
	background:url(../images/bg.jpg) center fixed;
	background-size:cover;
	
    z-index: 0;
}

.section3:after{
	content:"";
	background:rgba(0, 87, 115, 0.82);
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.section3 .section3-col{
	width: 33.33%;
    float: left;
}

.section3 .section3-col .section3-col-inner{
	display: block;
    padding: 12px;
}

.section3 .section3-col .icon{
	display: table-cell;
    vertical-align: top;
	padding: 0 20px;
}

.section3 .section3-col .icon i{
	font-size: 70px;
    color: #bbbbbb;
    margin-top: 33px;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.section3 .section3-col:hover .icon i{
	margin-top: 0px;
}

.section3 .section3-col .content{
	display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
}

.section3 .section3-col .readmore{
	display: table;
    padding: 10px 20px;
    background: #bfbfbf;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.section3 .section3-col .readmore:hover{
    background: #FFF;
    color: #000;
}

.section3 .section3-col .content h5{
	padding: 2px 0px 15px;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    text-align: left;
}

.section3 .section3-col .content p{
	font-size: 13px;
    color: #f1f1f1;
    text-align: left;
    line-height: 22px;
}

.section3 .section3-col .bottom-line{
	display: inline-block;
    height: 3px;
    margin: 25px 0px;
    width: 30%;
	background:#FFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.section3 .section3-col:hover .bottom-line{
	background: #bfbfbf;
    width: 60%;
}

/*====================mid_col2============*/


.mid-col2{
	width:100%;	
	padding:30px 0 30px 0;
	background:#fff;
}

.mid-col2 .left{
	width:22%;
	float:left;
	text-align:left;
}

.mid-col2 .mid-col2-inner{
	margin:10px 20px;
}

.mid-col2 .side-heading{
	display: inline-block;
    border: 1px solid #CCC;
    padding: 30px 15px;
	text-align:center;
}

.mid-col2 .side-heading .word{
	display: inline-block;
    word-break: break-all;
    font-size: 18px;
    font-weight: 900;
    width: 18px;
    margin-bottom: 20px;
    color: #0093c3;
	text-transform:uppercase;
}

.mid-col2 .side-heading .vertical-line{
	display: inline-block;
    width: 2px;
    height: 105px;
    background: #cec806;
}

.mid-col2 .side-heading .img-logo{
	display:block;
	text-align:center;
}

.mid-col2 .side-heading .img-logo img{
	width: 80px;
    height: auto;
    margin-top: 20px;
}

.mid-col2 .right{
	width:78%;
	float:left;
}

.mid-col2 .right h1{
	text-align: left;
    font-size: 20px;
    color: #0093c3;
    line-height: 25px;
    padding: 20px 0px;
}

.mid-col2 .right h2{
	text-align: left;
    font-size: 16px;
    color: #6d6d6d;
	font-weight:900;
    line-height: 24px;
    padding: 10px 0px;
}

.mid-col2 .right p{
	text-align: left;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 24px;
    padding: 5px 0px;
}

.mid-col2 .right p img{
	width: 40%;
    height: auto;
    float: right;
    margin: 0 0 5px 10px;
    border-radius: 8px;
}

.mid-col2 .right ul{
	list-style:outside;
	list-style-type:square;
	margin-left:30px;
}

.mid-col2 .right ul li{
	text-align: left;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 24px;
    padding: 5px 0px;
}

.mid-col2 .right ul li a{
	text-align: left;
    font-size: 14px;
    color: #8e8a03;
    line-height: 24px;
}

.mid-col2 .right ul li a:hover{
	color:#999;
}

.mid-col2 .right table{
	width:100%;
	border: 1px solid #efefef;
}

.mid-col2 .right table tr{
	color:#666;
	font-size:12px;
	text-align:left;
}

.mid-col2 .right table tr td{
	border: 1px solid #efefef;
}

.mid-col2 .right table tr td a{
	color:#090;	
}

.mid-col2 .right table tr td a:hover{
	color:#CCC;	
}

.mid-col2 .right table tr:first-child{
	background-color:#424241;
	color:#FFF;
	font-size:13px;
}


/*================other================*/

.other{
	width:100%;
	padding:30px 0px;
	background:rgba(255,255,255,0.9);
	text-align:left;	
}

.other img{
	width:40%;
	height:auto;
	display:inline-block;
	vertical-align:bottom;
	margin-right:3%
}

.other .other_col{
	width:23%;
	display:inline-block;
	vertical-align:top;	
	margin-right:6%
}

.other .other_col:last-child{
	margin-right:0px;	
}

.other .other_col h1{
	width:100%;
	color:#333;
	font-size:22px;
	line-height:40px;
	margin-bottom:20px;	
}

.other .other_col ul{
	list-style:outside;
	list-style-type:circle;
	margin-left:20px;
}

.other .other_col ul li{
	font-size:13px;
	line-height:22px;
	color:#333;
	text-align:left;
	padding-left:5px;
}

.other .other_col ul li a{
	font-size:13px;
	line-height:22px;
	color:#333;
	text-align:left;
}

.other .other_col ul li a:hover{
	color:#999;
}


/*====================== Gallery ========================*/


.work{
	width: 100%;
    background: #900 url(../images/service.png) top no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    position: relative;
	overflow:hidden;
}

.work h1{
	display: block;
    text-align: left;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 30px;
	margin-left: 10px;	
}

.work .work-inner{
	margin: 10px;
}

.work .work-col{
	width: 33.33%;
    float: left;
	margin-bottom: 12px;
}

.work .work-col h3 {
    display: block;
    vertical-align: middle;
    padding: 9px 10px;
    text-align: center;
    color: #0093c3;
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    border: 1px solid #f5f5f5;
    min-height: 40px;
}

.work .work-col .img{
	display: block;
    position: relative;
	overflow:hidden;
    max-height: 200px;
}

.work .work-col .img img{
	width: 100%;
    height: auto;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.work .work-col .bottom-box{
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.54);
	overflow:hidden;
}

.work .work-col .bottom-box p{
	display: block;
    vertical-align: middle;
    padding: 15px 50px 15px 10px;
    text-align: left;
    color: #FFF;
    margin: 0;
	font-size: 15px;
}

.work .work-col .bottom-box .readmore{
	position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    bottom: 0;
    vertical-align: middle;
	top:100%;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.work .work-col:hover .bottom-box .readmore{
	top:0;	
}

.work .work-col .bottom-box .readmore a{
	width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    background: #911d1d;
}

.work .work-col .bottom-box .readmore a:hover{
	background:#FFF;	
}

.work .work-col .bottom-box .readmore a i{
	margin: 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FFF;
    margin-top: 11%;
}

.work .work-col .bottom-box .readmore a:hover i{
	color:#911d1d;
}



.gallery{
	background:none;
}

.gallery .zoom{
	position:absolute;
	display:block;
	vertical-align:middle;
	text-align:center;
	width:100%;	
	height:101%;
	left:0;
	top:0;
	background:rgba(148, 147, 147, 0.62);
	visibility:hidden;
}

.gallery .work-col:hover .zoom{
	visibility:visible;
}

.gallery .zoom i{
	font-size: 40px;
    margin-top: 26%;
    color: #9e2020;
}

.gallery .work-col:hover .img img{	
	transform:scale(1.5,1.5);
}



/*================== Contact us ====================*/

.contact{
	width:100%;
	padding:30px 0;	
}

.contact .contact-col:nth-child(1){
	width:55%;
	float:left;
}

.contact .contact-col:nth-child(2){
	width:45%;
	float:left;
}

.contact .contact-col h1{
	text-align: left;
    font-size: 19px;
    line-height: 28px;
    color: #623ab3;
    font-weight: bold;
}

.feedback{
	padding: 43px 0px 20px;
}

.feedback .feedback-col{
	display: block;
    padding: 20px 0px;
}

.feedback .feedback-col .text-left{
	width: 48%;
    float: left;
}

.feedback .feedback-col .text-right{
	width: 48%; 
    float: right;
}

.feedback .feedback-col:after{
	content:"";
	display:block;
	clear:both;	
}

.feedback .feedback-col label{
	display: block;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 5px;
    font-weight: bold;
}

.feedback .feedback-col .text{
	display: block;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #464646;
	background: #f7f7f7;
    box-sizing: border-box;
}

.feedback .feedback-col textarea{
	display: block;
    width: 100%;
    height: 135px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #464646;
	background: #f7f7f7;
    box-sizing: border-box;
}

.feedback .feedback-col .button{
	font-family: 'bio';
    display: table;
	background: #623ac3;
    color: #FFF;
    font-size: 17px;
    padding: 10px 42px 10px 15px;
    margin-top: 30px;
    text-decoration: none;
	border: 0px;
    box-sizing: border-box;
}

.feedback .feedback-col .button:hover{
    background: #edc039;
	color:#000;
}

.feedback .feedback-col .button i{
	font-size: 20px;
    position: absolute;
    margin-top: -22px;
    margin-left: 63px;
    border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.feedback .feedback-col .button:hover i{
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.contact .contact-col:nth-child(2) .contact-col-inner{
	margin-left:70px;	
    background: #edc039;
	padding:20px 0;
}

.contact .contact-col h2{
	text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2a6d00;
    padding: 5px 5px 20px;
}

.contact .contact-col h4{
	display: block;
    padding: 13px 15px;
    text-align: left;
    font-size: 14px;
    background: rgb(55, 136, 4);
    color: #ffffff;
    font-weight: bold;
}

.contact .contact-col p{
	display: block;
    padding: 13px 16px 14px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}

.contact .contact-col p a{
	font-size: 14px;
	text-decoration:none;
	color: #252525;
}

.contact .contact-col p a:hover{
	color: rgb(55, 136, 4);
}


/*================footer================*/

.footer{
	width:100%;	
}

.footer .up{
	width:100%;	
	padding:40px 0px;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	background:rgb(40, 137, 167);
}

.footer .up .col{
	width:25%;
	float:left;
}

.footer .up .col .col-inner{
	margin:0 15px;	
}

.footer .up .col p{	
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}

.footer .up .col h1{
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:30px;
	color:#FFF;	
    text-transform: uppercase;
	border-bottom: 3px solid #194654;
	padding-bottom:17px;
    margin-bottom: 12px;
}

.footer .up .col ul.tags{
	margin:0px;
	padding:12px 0px 0px 0px;
	display:block;
	text-align:left;	
}

.footer .up .col ul.tags li{    
	display: inline-block;
	text-align:left;
	background: #cecece;
    margin-bottom: 10px;
    margin-right: 5px;
}

.footer .up .col ul.tags li a{
	display:block;
	padding:5px 12px;
	color:#171717;
	text-decoration:none;
	font-size:13px;
	line-height:18px;
	text-align:left;	
}

.footer .up .col ul.tags li:hover a{
	color:#1b6b84;
}

.footer .footer-contact{
    margin: 18px 0 10px;
}

.footer .footer-contact li{
    display: block;
    position: relative;
    padding: 6px 10px 6px 30px;
    text-align: left;
    font-size: 14px;
    color: #fff;
}

.footer .footer-contact li i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 17px;
}

.footer .footer-contact li a{
    font-size: 14px;
    color: #fff;
}

.footer .down{
	width:100%;	
	padding:15px 0;	
	background: #1b6b84;
}

.footer .down .term{
	float:left;
	font-size:13px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

.footer .down .powered{
	float:right;
	font-size:12px;
	line-height:20px;
	color:#fff;
	text-align:right;
	margin-right:10px;
}

.footer .down .powered a{
	font-size:12px;
	line-height:20px;
	color:#b7b7b7;
	margin-left:10px;
	text-decoration:none;
}

.footer .down .powered a:hover{
	text-decoration:none;
	color:#fff;	
}

/*=================scroll top=================*/

.top1{
	width:auto;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	position:fixed;
	cursor:pointer;
	right:5px;
	bottom:40px;
	z-index:10;
}

.top1:hover{
	background: #0087b1;	
}

.top1 img{
	width:50px;
	height:50px;	
}

.enquiry-col{
	padding:5px;
}

.enquiry-col input{
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.enquiry-col textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.enquiry-col input[type="submit"]{
    background: #0093c3;
    border-width: 0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.enquiry- input[type="submit"]:hover{
    background: #2c7289;
}
