body a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Caudex', serif;
	font-weight: 700;
	letter-spacing:1px;
}
a:hover, a:focus {
    text-decoration: none;
	outline: none;
}
p{
	padding:0px 0px;
	margin:0px 0px;
}
ul{
	padding:0px 0px;
	margin:0px 0px;
}
body{
	padding:0px 0px;
	margin:0px 0px;
	font-family: 'Open Sans', sans-serif;
}

/*--header--*/
.rainbow-border {
    width: 100%;
    height: 6px;
    display: block;
    background: transparent url(../images/new-rainbow.png) repeat 0 0;
}
.logo {
    margin: 0em 0;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    margin: 0;
    border: 0;
    border-radius: 0;
	padding:0.5em 0;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 1.5em;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none;
	color:#fc3d71;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #3e4095;
    background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #3e4095;
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #0794c9;
    font-size: 1.5em;
	font-family: 'Caudex', serif;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	font-family: 'Caudex', serif;
    font-size: 1.6em;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #006492;
    background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
	background:#fc3d71;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-size: 1.4em;
	font-family: 'Nunito', sans-serif;   
	text-transform:capitalize;
}
.logo h1 a {
    font-size: 1.3em;
    text-decoration: none;
    color: #00469b;
}
/*--header--*/
/*--banner--*/
.feedback-slider-nav-dot-wrapper:hover .feedback-slider-nav-dot {
  background-color: white;
}

.slide {
  visibility: hidden;
  margin: 0 0;
}
.slide.active {
  visibility: visible;
  opacity: 1;
}
.feedback-slider-nav-dot-anim.active {
  width: 100%;
}
a {
  -webkit-tap-highlight-color: transparent;
}
.nowrap {
  white-space: nowrap;
}
.section-feedback {
  position: relative;
  background-color: #666475;
}
.feedback-slider {
  position: relative;
  height: 550px;
}
.w-embed h2 {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 0.4em;
}
.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-height: 550px;
  min-height: 550px;
  margin-bottom: 0px;
  background-color: #0794c9;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.slide-content-wrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.slide-text-wrapper {
  max-width: 39%;
  padding-right: 15px;
  padding-left: 40px;
}
.feedback-text {
  margin-bottom: 40px;
  padding: 0px;
  border-left: 0px none transparent;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-style: italic;
  font-weight: 400;
}
.feedback-name {
  color: #25b8cc;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.feedback-job {
  font-family: "Brandon Grotesque", sans-serif;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.feedback-image-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 58.33333333%;
  background-color: #25b8cc;
  -webkit-transform: skew(-9deg, 0deg);
  -ms-transform: skew(-9deg, 0deg);
  transform: skew(-9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.feedback-image-wrapper-mobile {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 60%;
  background-color: #25b8cc;
  -webkit-transform: skew(-9deg, 0deg);
  -ms-transform: skew(-9deg, 0deg);
  transform: skew(-9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.feedback-slider-nav {
  position: static;
  left: 0%;
  right: 0%;
  bottom: 0px;
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
  font-size: 0rem;
  line-height: 0rem;
  text-align: right;
}
.feedback-slider-nav-dot-wrapper {
  display: inline-block;
  padding: 40px 5px;
  cursor: pointer;
}
.feedback-slider-nav-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.feedback-slider-nav-dot {
  overflow: hidden;
  width: 30px;
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: background-color 200ms
    cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.feedback-image-bg {
  height: 100%;
  background-image: url("../images/b1.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.feedback-image-bg-2 {
  height: 100%;
  background-image: url("../images/b4.jpg");
    background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.feedback-image-bg-3 {
  height: 100%;
  background-image: url("../images/b3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;

}
.feedback-image-bg-4 {
  height: 100%;
  background-image: url("../images/b2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: skew(9deg, 0deg);
  -ms-transform: skew(9deg, 0deg);
  transform: skew(9deg, 0deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.feedback-slider-nav-dot-anim {
  width: 0%;
  height: 100%;
  background-color: #389eb1;
}

/*--banner--*/
/*--banner-bottom-*/
.wel-section {
    padding: 4em 0;
}
h2.title {
    font-size: 2.8em;
    color: #00469b;
    text-align: center;
}
h3.title {
    font-size: 2.8em;
    color: #00469b;
    text-align: center;
}
.row-grids {
    margin-top: 2em;
}
.wel-grid1 img {
    padding: 0.5em;
    border: 1px solid #000;
}
.wel-grid1 img {
    padding: 0.5em;
    border: 1px solid #000;
    box-shadow: 0px 0px 12px 0px #969696;
}
.wel-section p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #777;
}
.wel-grid h4 {
    font-size: 1.8em;
    color: #0794c9;
    margin-bottom: 0.4em;
}
/*--banner-bottom-*/
/*--service-section-*/
.service-section {
    padding: 4em 0;
	background:#eee;
}
.service-icon i {
    font-size: 2.5em;
	color:#fff;
}
.service-icon{
    padding: 2em 0;
	text-align: center;
}
.service-icon.ab {
	background:#f36523;
}
.service-icon.ab1 {
	background:#8ec63f;
}
.service-icon.ab2 {
	background:#01aef0;
}
.service-icon.ab3 {
	background:#ffc20d;
}
.service-text {
    padding: 20px;
    background: rgb(245, 245, 245);
}
.service-text h4 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-text p{
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #888;
}
.service-text {
  padding: 15px;
  -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
  -moz-box-shadow:5px 10px 10px 0px rgba(216, 216, 216, 0.78);
  box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
}
.serv-botm {
    background: url(../images/ban.jpg) fixed;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
/*--service-section-*/
/*--what-section-*/
.what-section {
    padding: 4em 0;
    background: #eee;
}
.what-img {
   border: none;
    padding: 0;
	 overflow:hidden;
}
.what-text {
    border: 1px solid #e0e2e4;
    border-bottom: 3px double #e0e2e4;
    border-top: none;
    padding: 30px 30px 40px 30px;
    font-size: 13px;
    line-height: 24px;
}
.what-text h4 {
    font-size: 1.8em;
    color: #0794c9;
    margin-bottom: 0.4em;
}
.what-text p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #777;
}
 img.zoom-img {
   transform: scale(1, 1);
   -webkit-transform: scale(1, 1);
   -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   transition-timing-function: ease-out;
   -webkit-transition-timing-function: ease-out;
   -moz-transition-timing-function: ease-out;
   -ms-transition-timing-function: ease-out;
   -o-transition-timing-function: ease-out;
   -webkit-transition-duration: .5s;
   -moz-transition-duration: .5s;
   -ms-transition-duration: .5s;
   -o-transition-duration: .5s;
}
img.zoom-img:hover {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   -webkit-transition-timing-function: ease-in-out;
   -webkit-transition-duration: 750ms;
   -moz-transition-timing-function: ease-in-out;
   -moz-transition-duration: 750ms;
   -ms-transition-timing-function: ease-in-out;
   -o-transition-timing-function: ease-in-out;
   -ms-transition-duration: 750ms;
   -o-transition-duration: 750ms;
   overflow: hidden;
}
/*--what-section-*/
/*--client-section--*/
.client-section{
	padding:4em 0;
}
.client-section ul li {
    list-style: none;
    display: inline;
    margin: 0 1.8em;
}
/*--client-section--*/
/*--footer-section--*/
.footer-section {
    padding: 4em 0;
    background: #00469b;
    text-align: center;
}
.footer-section h4 {
    font-size: 1.8em;
    color: #eee;
    margin-bottom: 0.5em;
}
ul.social-network {
    list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.footr-grids ul:after {
    display: block;
    border-bottom: 2px dashed #777;
    margin: 1em auto;
    width: 40%;
    content: "";
}
.copy p {
    font-size: 1.1em;
    color: #eee;
    margin-left: 14em;
}
ul.foot-add li i {
    color: #0794c9;
    margin-right: 5px;
}
/*--footer-section--*/
/*--about-section--*/
h2.tittle1 {
    font-size: 2.4em;
    color: #fff;
    text-align: center;
}
.about-ban {
    background: #00469b;
    padding: 2em 0px;
    border-bottom: 5px solid #8ea2bbcf;
    border-top: 5px solid #8ea2bbcf;
}
.about-right {
    float: right;
	margin-top: 0.5em;
}
.about-right ul li {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
	color:#fff;
}
.about-right ul li a {
	 color: #fff;
    text-decoration: none;
}
.about-right ul li i {
    padding: 0 1em;
	color:#fff;
}
.about-left {
    float: left;
}
.about-section,.about-bottom-section,.contact-section {
    padding: 4em 0;
}
.about-section h4,.about-bottom-section h4{
    font-size: 1.8em;
    color: #0794c9;
    margin-bottom: 0.5em;
}
.about-section p,.about-bottom-section p {
    line-height: 1.8em;
    color: #777;
    font-size: 1.1em;
	margin-top: 0.5em;
}
.bottom-ban {
    background: url(../images/bb.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-ec {
    background: url(../images/ec-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-sas {
    background: url(../images/sas-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-seo {
    background: url(../images/seo-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-edu {
    background: url(../images/edu-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-auto {
    background: url(../images/auto-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-bank {
    background: url(../images/bank-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-manu {
    background: url(../images/manu-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-cons {
    background: url(../images/cans-ban.png) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-retail {
    background: url(../images/retail-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-staff {
    background: url(../images/stf-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-sft {
    background: url(../images/sft-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
.bottom-ui {
    background: url(../images/ui-ban.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    background-position: center;
}
ul.grid-para li {
    line-height: 1.8em;
    color: #777;
    font-size: 1.1em;
    list-style: none;
}
ul.grid-para li i {
    font-size: 1.2em;
    color: #0b4284;
    margin:0.5em 0.5em 0 0;
}
span.para-head {
    color: #d31f20;
    font-weight: 600;
}
/*--about-section--*/
/*--contact-section--*/
.contact-bottom {
    margin: 3em 0;
    padding: 1em;
}
.contact-bottom iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.contact-left  input[type="text"], .contact-left  textarea {
    width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
}
.contact-left textarea {
    resize: none;
    height: 150px;
}
.row:nth-child(2) {
    padding: 1.5em 0;
}
.contact-left h4 {
    font-size: 1.8em;
    margin: 0 0 1em;
	color: #0d92d3;
}
.contact-left p {
    font-size: 1.1em;
    line-height: 1.8em;
}
.contact-left ul {
    padding: 1em 0 0;
    margin: 0;
}
.contact-left ul li {
    list-style-type: none;
    margin: 0 0 5px;
    font-size: 1.1em;
	    color: #777;
}
.contct-info ul li a {
    font-size: 1em;
    color: #777;
	text-decoration: none;
}
.contact-left input[type="submit"], .contact-left input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 1em 0;
    width: 19.68%;
    background: #dd201e;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	letter-spacing: 1px;
	margin-top: 1em;
}
.contact-left input[type="submit"]:hover , .contact-left input[type="reset"]:hover {
    background: #0d92d3 ;
}
/*--contact-section--*/
.foot h4 {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 0.5em;
}
ul.foot-add li {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    margin-top: 4px;
	list-style-type:none;
}
ul.foot-link li {
    list-style-type: none;
    line-height: 1.8em;
    margin-top: 3px;
}
ul.foot-link li a{
    color: #777;
}
ul.foot-icon li {
    display: inline-block;
    margin-right: 2px;
}
ul.foot-icon li a i {
    color: #000;
    border: 1px solid #000;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 26px;
    padding-top: 9px;
}
.footer {
    background: #333;
    padding: 4em 0;
}
.foot h4 {
    font-size: 1.7em;
    color: #fff;
    margin-bottom: 0.5em;
}
ul.foot-icon li a i {
    color: #fff;
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 26px;
    padding-top: 8px;
}
.career-section h3 {
    text-align: center;
    font-size: 2.5em;
    color: #00469b;
}
p.career-title {
    font-size: 14px;
    color: #777;
    text-align: center;
    line-height: 1.8em;
    margin-top: 3px;
}
.car-cnt p {
    font-size: 14px;
    color: #777;
    line-height: 1.8em;
    margin-top: 6px;
}
.car-option h4 {
    text-align: center;
    font-size: 2.5em;
}
.car-option a {
    color: #fff;
    background: #0794c9;
    display: block;
    padding: 8px;
    text-align: center;
    width: 49%;
    font-size: 15px;
    margin: 16px auto 0;
}
.car-option {
    padding: 5em 4em;
}
.career-section {
    padding: 4em 0;
}
.clients {
    padding: 3em 0;
    background: #eee;
}
.copyright-section{
   background:#000;
   padding:1em 0;
}
.copyright-section p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
	text-align:center;
}
.clients{
	padding:3em 0;
}
h3.tittle {
    color: #00469b;
    font-size: 2em;
    text-align: center;
}
.flex-slider {
    margin-top: 3em;
}
.flex-slider h4{
	font-size:1.6em;
	color:#000;
	margin-top:0.4em;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	    cursor: pointer;
    position: relative;
    max-width: 250px;
   
}
.copyright {
    background: #000;
    padding: 0.3em 0;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat -24px 0px;
}
/*--flexisel--*/
input#cntfrm {
    width: 100%;
    padding: 8px;
    outline: 0;
    border: 0;
    border: 1px solid #eee;
}
select#cntfrm {
    width: 100%;
    background: transparent;
    border: 0;
    border: 1px solid #eee;
    padding: 5px;
}
textarea#txtmsg {
    width: 100%;
    background: transparent;
    outline: 0;
    border: 0;
    border: 1px solid #eee;
    padding: 7px;
    height: 94px;
}
.form-grid {
    margin-top: 15px;
}
input#cntbtn {
    width: 100%;
    border: 0;
    background: #00469b;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    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;
}
input#cntbtn:hover{
	background:#0794c9;
}