/* http:/kovaiagro.com/
   v1.0 | 16012019
   License:
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover{
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
body{ font-family: 'Roboto', sans-serif; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1;
}
header
{
	background:#ffffff;
}
.header-top{ display:flex; justify-content: space-between; align-items: center; }
.menu ul{ display:flex; align-items: center;}
.menu ul li a.enquiry{ background:#00244e; padding: 10px 30px; }
.menu ul li a.enquiry{ color:#ffffff;  }
.menu ul li a.enquiry:hover{ background:#026bb2; }
.menu ul li
{
    padding: 10px;
    margin: 20px 10px;
}
.menu{
	
}
.fluid-container{ width: 97%; margin: auto; }
.logo{ padding: 10px;
    margin: 20px 0px; }
    .banner{ display: flex; }
.banner-right{ background-image: url(../images/banner-bg.jpg); background-repeat: no-repeat; width: calc(100% - 63%);  display: flex;
    /* align-items: center; */
    flex-direction: column;
    text-align: left;
    justify-content: center; }   
.banner-left{ 
    /*width: 64%; */
    width: 100%;
    background:#c2c2c2;
    line-height: 0;
}
.banner-left img{ width: 100%;    }
.banner-right h2{ font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Myriad-CnWeb';
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 3px;text-shadow: 4px 5px 3px #000000;}
.banner-right h4{ color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 10px; }
.banner-right h5{  color:#ffffff;  letter-spacing: 2px;
    text-shadow: 4px 5px 3px #000000;   font-family: 'Myriad-CnWeb';}
.banner-right h6{ color: #ffffff;
    background: #000000;
    display: inline-block;
    padding: 5px;
   font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;    margin-bottom: 30px;   font-family: 'Myriad-CnWeb';}
.banner-right a{ padding: 10px 30px;
    color: #ffffff;
    background: #026bb2;
    display: inline-block;
    margin-top: 10px;   font-family: 'Myriad-CnWeb'; letter-spacing: 2px; font-weight: 500; font-size: 18px;}
    .banner-right a:hover{ background:#00244e; }
.banner-right-in{     width: 320px; margin: auto; }
.footer-top{ display: flex;     margin: 70px 0px; }
.footer-bottom{  }
.footer-left{ display: flex; padding-top: 50px;
    padding-right: 100px;}
.footer-text{ background:#f6f6f6;padding: 40px; }
.footer-text p{ margin-bottom: 30px; }
.footer-text h3{ font-size: 30px; font-weight: 300; }
.footer-address{ padding-left: 50px; }
.footer-address p{ line-height: 20px; }
.footer-bottom{ background-image: url(../images/footer-bg.jpg); background-repeat: repeat; display: inline-block;
    width: 100%; }
.footer-bottom-top{ display: flex; color:#ffffff; justify-content: space-between;margin: 30px 0px;}
.steel-pop .modal-header{ padding: 5px; border-bottom: 0px; }
.steel-pop .modal-title{ text-align: center; font-weight: 500;
    font-size: 20px; }
.steel-pop .modal-content{  border-radius: 0px; }
.steel-pop .modal-body button{ display: inline-block;
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 30px;  background:#026bb2; color:#ffffff;}
    .steel-pop .modal-body button{ background:#00244e; }
    .steel-pop .modal-body button:hover{ background:#026bb2; }
/*contact form*/

.cool-b4-form .btn {
  border-radius: 0;
}
.cool-b4-form .form-group {
  position: relative;
  padding-top: 20px;
  margin-bottom: 0;
      margin-top: 10px;
}
.cool-b4-form .form-group:first-child:last-child {
  height: 100%;
}
.cool-b4-form .form-group:first-child:last-child .form-control {
  height: 100%;
}
.cool-b4-form .form-group textarea {
  resize: none;
}
.cool-b4-form .form-group .input-highlight {
  content: "";
  width: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  display: block;
  bottom: 0;
  transition: width 0.4s ease;
}
.cool-b4-form .form-group label {
  position: absolute;
  left: 10px;
  top: 25px;
  transition: all 0.4s ease;
  color:#797979;
  font-size: 14px;
}
.cool-b4-form .form-group .form-control {
  border-radius: 0;
  border-width: 0 0 2px 0;
      padding: 1.375rem .75rem;
      background: #ffffff00;
          height: 0px;
}
.cool-b4-form .form-group .form-control:focus, .cool-b4-form .form-group .form-control.hasValue {
  box-shadow: none;
  border-color: #ced4da;
}
.cool-b4-form .form-group .form-control:focus ~ .input-highlight, .cool-b4-form .form-group .form-control.hasValue ~ .input-highlight {
  width: 100%;
}
.cool-b4-form .form-group .form-control:focus ~ label, .cool-b4-form .form-group .form-control.hasValue ~ label {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  top: 0;
  left: 0;
}
.btn-block{ margin-top: 5px; }
.cool-b4-form h2{ color: #565555; font-size: 30px;
    font-weight: 600;     margin-bottom: 30px; position: relative; }
.cool-b4-form h3{ font-weight: 500; margin-bottom: 10px;}
.contact-page{     padding: 100px 0px;  background: rgba(52,158,216,1);
    background: -moz-linear-gradient(left, rgba(52,158,216,1) 0%, rgba(109,97,169,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(52,158,216,1)), color-stop(100%, rgba(109,97,169,1)));
    background: -webkit-linear-gradient(left, rgba(52,158,216,1) 0%, rgba(109,97,169,1) 100%);
    background: -o-linear-gradient(left, rgba(52,158,216,1) 0%, rgba(109,97,169,1) 100%);
    background: -ms-linear-gradient(left, rgba(52,158,216,1) 0%, rgba(109,97,169,1) 100%);
    background: linear-gradient(to right, rgba(52,158,216,1) 0%, rgba(109,97,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#349ed8', endColorstr='#6d61a9', GradientType=1 ); }
.contact-page i{ font-size: 25px; color:#a7a3a3; }
.cool-b4-form h2:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #00a7e5;
    position: absolute;
    bottom: -5px;
    left: 0px;
}
#success_msg{color: green;
    font-size: 14px;
    position: absolute;
    top: -10px;
    width: 100%;
    text-align: center;}
#error_msg{color:red;}
.error{color:red; 
    position: absolute;font-size: 13px;
    bottom: -15px;right: 0;text-transform: capitalize;}
#alert_captcha{color:red;}