@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
  font-family: 'Lato-Light';
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff") format("woff"), url("fonts/Lato-Light.ttf") format("truetype"), url("fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Regular';
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Italic';
  src: url("fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Italic.woff") format("woff"), url("fonts/Lato-Italic.ttf") format("truetype"), url("fonts/Lato-Italic.svg#Lato-Italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Black';
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("fonts/fonts/Lato-Black.woff") format("woff"), url("fonts/Lato-Black.ttf") format("truetype"), url("fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato-Bold';
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*$base-color: #999999;
$base-bag:#fff;
$site-color:#1a2e61;


$dash-bs-color:#1f232c;*/
/****rest css ***/
.fai-btn {
  background: #e25a14;
  color: #fff;
  padding: 6px 20px;
  border-radius: 0;
  border: 1px solid #e25a14;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .fai-btn:hover {
    border: 1px solid #e25a14;
    /*background: #d5b308;
    color: #fff;*/
    background: #fff;
    color: #e25a14;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
  .fai-btn:focus {
    color: #fff; }
  .fai-btn:hover, .fai-btn:active, .fai-btn:focus {
    outline: none; }

.aj-red {
  color: red; }

.base-css, *, body {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  background-color: #fff;
  font: 14px Lato-Regular;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

a {
  text-decoration: none;
  outline: none;
  color: #323232;
  cursor: pointer;
  /*font: $fsize  $lator;*/ }

a:hover {
  text-decoration: none;
  outline: none;
  color: #a9a6aa !important; }

a:focus {
  text-decoration: none;
  outline: none;
  color: #fff; }

.trans, a, button, li {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.transhover, a:hover, a:active, a:focus, button:hover, li:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a, button, li {
  font: 14px Lato-Regular; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

h1 {
  font-size: 26px;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

h3 {
  font-size: 15px;
  font-family: Lato-Regular;
  font-family: 'Open Sans', sans-serif; }

h4 {
  font-size: 18px;
  font-family: Lato-Regular;
  font-family: 'Open Sans', sans-serif; }

.tbl {
  display: table; }

.tbl-cell {
  display: table-cell; }

.full {
  float: left;
  width: 100%; }

.res13 {
  display: block;
  width: 100%; }

.res19 {
  display: none;
  width: 100%; }

.fa {
  font-size: 16px;
  color: #323232; }

.fa:hover {
  color: #000; }

.img-zoom {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }

.transition {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.img-center {
  float: left;
  width: auto;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%; }

form label {
  font-size: 14px;
  text-transform: capitalize; }
form input {
  font-size: 16px;
  text-transform: capitalize; }
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.8;
  font: 16px Lato-Regular; }
form ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.8;
  font: 16px Lato-Regular; }
form :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.8;
  font: 16px Lato-Regular; }
form :-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.8;
  font: 16px Lato-Regular; }

.full {
  float: left;
  width: 100%; }

.site-btn:hover {
  background: #fff;
  color: #282828; }

/**********************Media query****************/
/****************************************************************/
/*		start Media min-1681px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media min-1681px                                    */
/****************************************************************/
/*---------------------------------------------------------------------------min css ends-----------------------------------------------*/
/****************************************************************/
/*		start Media max-1920px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media max-1920px                                    */
/****************************************************************/
/****************************************************************/
/*		start Media max-1600px                                    */
/****************************************************************/
/****************************************************************/
/*		End Media max-1600px                                    */
/****************************************************************/
/****************************************************************/
/*		start Media max-1200px                                    */
/****************************************************************/
@media (max-width: 1199px) {
  .container {
    width: 970px; }

  /**header**/ }
/****************************************************************/
/*		End Media max-1200px                                    */
/****************************************************************/
/****************************************************************/
/*		start Media max-1024px                                    */
/****************************************************************/
/****************************************************************/
/*		End Media max-1024px                                    */
/****************************************************************/
/****************************************************************/
/*		start Media max-992px                                    */
/****************************************************************/
@media (max-width: 992px) {
  .container {
    width: 750px; } }
/****************************************************************/
/*		End Media max-992px                                    */
/****************************************************************/
/****************************************************************/
/*		start Media max-980px                                    */
/****************************************************************/
/****************************************************************/
/*		End Media max-980px                                    */
/****************************************************************/
/****************************************************************/
/*		start Media max-768px to max-979px                       */
/****************************************************************/
/****************************************************************/
/*		End Media max-768px to max-979px                         */
/****************************************************************/
/****************************************************************/
/*		start Media max-767px                                   */
/****************************************************************/
@media (max-width: 767px) {
  .container {
    width: 100%; }

  p, span, ul, li, li, a, label, input, select {
    font-size: 13px; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; } }
/****************************************************************/
/*		End Media max-767px                                     */
/****************************************************************/
/****************************************************************/
/*		start Med
.footer .footer-up {
    padding: 40px 0px 45px 0px;
}ia max-695px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media max-695px                                     */
/****************************************************************/
/****************************************************************/
/*		start Media max-592px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media  max-592px                                     */
/****************************************************************/
/****************************************************************/
/*		start Media max-534px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media  max-534px                                     */
/****************************************************************/
/****************************************************************/
/*		start Media max-480px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media  max-480px                                     */
/****************************************************************/
/****************************************************************/
/*		start Media max-360px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media  max-360px                                     */
/****************************************************************/
/****************************************************************/
/*		start Media max-320px                                   */
/****************************************************************/
/****************************************************************/
/*		End Media  max-320px                                     */
/****************************************************************/

/*# sourceMappingURL=responsive.css.map */
