/***** Kanit fonts CSS *****/
@font-face {
  font-family: 'Kanit Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Kanit Regular'), url('fonts/Kanit/Kanit-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Kanit Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Kanit Medium'), url('fonts/Kanit/Kanit-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Kanit SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('Kanit SemiBold'), url('fonts/Kanit/Kanit-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Kanit Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Kanit Bold'), url('fonts/Kanit/Kanit-Bold.woff') format('woff');
}
/***** Opan Sans fonts CSS *****/
@font-face {
  font-family: 'Open Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans Regular'), url('fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans SemiBold'), url('fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 0;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/***** Column CSS ********/
.col-lg-20, .col-lg-40, .col-lg-60, .col-lg-80, .col-md-20, .col-md-40, .col-md-60, .col-md-80, .col-sm-20, .col-sm-40, .col-sm-60, .col-sm-80, .col-xs-20, .col-xs-40, .col-xs-60, .col-xs-80 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col-xs-20 {
  width: 20%;
  float: left
}
.col-xs-40 {
  width: 40%;
  float: left
}
.col-xs-60 {
  width: 60%;
  float: left
}
.col-xs-80 {
  width: 80%;
  float: left
}
/***** Website CSS Start ********/
body {
  font-family: 'Open Sans Regular';
  font-size: 15px;
  overflow-x: hidden;
  background: #fff;
  color: #666666;
  margin: 0 auto;
}
a {
  color: #fba81a;
  text-decoration: none;
}
a:focus, a:hover {
  color: #fba81a;
  text-decoration: none;
}
a, a:focus, a:hover, a:active, a.active:hover, a.active:focus, select, option, select:focus, button, button:focus {
  outline: none;
}
p {
  margin-bottom: 10px;
}
.aligncenter {
  margin: 0 auto;
}
.transition {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.relative {
  position: relative;
}
.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-margin {
  margin: 0;
}
.no-left-pad {
  padding-left: 0;
}
.no-right-pad {
  padding-right: 0;
}
span, a, abbr {
  position: relative;
  display: inline-block;
}
.home .entry-title, .entry-title {
  display: none;
}
/***** Common Spacing CSS Style *****/
.padding10x {
  padding: 10px;
}
.padding20x {
  padding: 20px;
}
.padding1x {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding2x {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding3x {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding4x {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding5x {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding6x {
  padding-top: 60px;
  padding-bottom: 60px;
}
.paddingtop1x {
  padding-top: 10px;
}
.paddingtop2x {
  padding-top: 20px;
}
.paddingtop3x {
  padding-top: 30px;
}
.paddingtop4x {
  padding-top: 40px;
}
.paddingtop5x {
  padding-top: 50px;
}
.paddingtop6x {
  padding-top: 60px;
}
.paddingtop7x {
  padding-top: 70px;
}
.paddingtop8x {
  padding-top: 80px;
}
.paddingbottom1x {
  padding-bottom: 10px;
}
.paddingbottom2x {
  padding-bottom: 20px;
}
.paddingbottom3x {
  padding-bottom: 30px;
}
.paddingbottom4x {
  padding-bottom: 40px;
}
.paddingbottom5x {
  padding-bottom: 50px;
}
.paddingbottom6x {
  padding-bottom: 60px;
}
.paddingbottom7x {
  padding-bottom: 70px;
}
.paddingbottom8x {
  padding-bottom: 80px;
}
.spacetop1x {
  margin-top: 10px;
}
.spacetop2x {
  margin-top: 20px;
}
.spacetop3x {
  margin-top: 30px;
}
.spacetop4x {
  margin-top: 40px;
}
.spacetop5x {
  margin-top: 50px;
}
.spacetop6x {
  margin-top: 60px;
}
.spacebottom1x {
  margin-bottom: 10px;
}
.spacebottom2x {
  margin-bottom: 20px;
}
.spacebottom3x {
  margin-bottom: 30px;
}
.spacebottom4x {
  margin-bottom: 40px;
}
.spacebottom5x {
  margin-bottom: 50px;
}
.spacebottom6x {
  margin-bottom: 60px;
}
.less-padding {
  padding-left: 7px;
  padding-right: 7px;
}
.space-left {
  margin-left: 12px;
}
.grey {
  color: #4a4a4a;
}
/***** Header CSS *******************/
.site-header {
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.site-header.shrunk {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  box-shadow: 0px 14px 22px -13px rgba(173, 173, 173, 0.5);
}
.top-head-bar {
  position: relative;
  padding: 0 0 15px;
  color: #666666;
  margin-bottom: 15px;
}
.top-head-bar:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 80%;
  height: 1px;
  background: #666666;
}
.top-info-right {
  padding: 0;
  color: #666666;
}
.main-navigation {
  position: relative;
  padding: 6px 0;
}
.main-navigation .navbar-default {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  padding: 0
}
.main-navigation .navbar {
  position: relative;
  min-height: auto;
  margin-bottom: 0px;
  border: 0 solid transparent;
  float: right;
}
.main-navigation .navbar-primary-collapse {
  padding: 0
}
.main-navigation .navbar-default .navbar-nav li {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.main-navigation .navbar-default .navbar-nav > li.active, .main-navigation .navbar-default .navbar-nav > li:hover, .main-navigation .navbar-default .navbar-nav > li:focus, .main-navigation .navbar-default .navbar-nav > li.current-menu-parent {
  color: #1a3a6b;
}
.main-navigation .navbar-default .navbar-nav li.current-menu-parent > a {
  color: #1a3a6b;
}
.main-navigation .nav > li:first-child > a {
  padding-left: 0;
}
.main-navigation .nav > li:last-child > a {
  padding-right: 0;
}
.main-navigation .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*min-height: 65px;*/
  padding: 0 14px;
  font-family: 'Kanit Regular';
  font-size: 17px;
  letter-spacing: 0.5px;
  text-shadow: none;
  text-transform: capitalize;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.main-navigation .navbar-default .navbar-nav li a {
  color: #000;
}
.main-navigation .navbar-default .navbar-nav li a:focus, .main-navigation .navbar-default .navbar-nav li a:hover {
  background: transparent;
  color: #fba81a;
  outline: 0;
  outline-offset: 0;
  text-shadow: none;
}
.main-navigation .navbar-default .navbar-nav .active a, .main-navigation .navbar-default .navbar-nav .active a:focus, .main-navigation .navbar-default .navbar-nav .active a:hover {
  background: transparent;
  color: #fba81a;
}
.main-navigation ul.sub-menu {
  background: #fba81a;
  border-radius: 0;
  top: 60px;
  border: none;
  min-width: 220px;
  text-align: left;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.main-navigation ul.sub-menu li a {
  color: #fff !important;
  font-size: 15px;
  min-height: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #c7c7c7;
  justify-content: inherit;
  text-transform: inherit;
}
.main-navigation ul.sub-menu li:last-child a {
  border-bottom: none;
}
.main-navigation ul.sub-menu li.active a, .main-navigation ul.sub-menu li:hover a, .main-navigation ul.sub-menu li a:hover, .main-navigation ul.sub-menu li a:focus {
  background: #fba81a !important;
  color: #fff !important;
  padding: 10px 15px 10px 20px;
}
.main-navigation .nav li a .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #1a3a6b;
  margin-left: 8px;
  margin-right: -8px;
}
.main-navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
.main-navigation ul.sub-menu ul.sub-menu li a {
  background: #fff !important;
  color: #000 !important;
}
.main-navigation ul.sub-menu ul.sub-menu li a:hover, .main-navigation ul.sub-menu ul.sub-menu li a:focus {
  background: #1a3a6b !important;
  color: #fff !important;
}
.main-navigation .navbar-default .navbar-nav li:last-child ul.sub-menu {
  left: auto;
  right: 0;
}
/***** Header Right CSS ************/
.page-header-top-right {
  text-align: right;
}
.page-header-top-right div {
  display: inline-block !important;
}
.contact-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-top li {
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  list-style: none;
  border-right: 1px solid #666666;
}
/*.contact-top li:last-child {
  padding-right: 0;
  border-right: none;
}*/
.contact-top li i {
  font-size: 18px;
  color: #fba81a;
  padding-right: 10px;
}
.contact-top li > a {
  color: #666666;
}
.contact-top li a:hover, .contact-top li a:focus {
  color: #fba81a;
  text-decoration: none
}
.top-btn {
  padding-left: 20px;
}
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons li {
  padding: 0 5px;
  list-style: none;
  display: inline-block;
}
.social-icons li:last-child {
  padding-right: 0;
}
.social-icons li > a {
  font-size: 20px;
  color: #201b53;
  text-transform: uppercase
}
.social-icons a:hover, .social-icons a:focus {
  color: #fba81a;
  text-decoration: none
}
/***** Footer CSS **********************/
.main-footer {
  background: #201b52;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
}
.site-footer {
  color: #fff;
}
.disclaimer {
  padding-top: 20px;
  color: #d6d6d6;
  font-size: 13px;
  line-height: 20px;
}
.disclaimer a {
  color: #fba81a;
  text-decoration: underline
}
.disclaimer a:hover, .disclaimer a:focus {
  color: #fba81a;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.footer-links li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px solid #fff;
}
.footer-links li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-links li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.footer-links li a:hover, .footer-links li a:focus {
  color: #fba81a;
}
.footer-copyright .copyright {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 6px;
  right: 6px;
  display: none;
  z-index: 2;
}
.back-to-top span {
  background: #fba81a;
  color: #fff;
  padding: 2px 8px;
  font-size: 20px;
  line-height: normal;
  border-radius: 3px;
}
.back-to-top span:hover, .back-to-top span:focus {
  opacity: 0.8
}
/***** HP Slider ***********/
.home .page-container {
  background: #fff;
}
.homebanner {
  position: relative;
}
.homebanner .carousel {
  z-index: 0;
}
.ban-image {
  width: 100%;
}
.homebanner .carousel-caption {
  height: 100%;
  padding: 0;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
}
.homebanner .box-txt-wrap {
  width: 100%;
  padding: 0;
  position: relative;
  color: #000;
  margin: 0 auto 0 0;
  text-shadow: none;
  text-align: center;
}
.homebanner .carousel-caption .banner-sm-heading {
  font-family: 'Kanit SemiBold';
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  margin-bottom: 10px;
}
.homebanner .carousel-caption h2 {
  margin: 0;
  font-family: 'Kanit Bold';
  font-size: 70px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.homebanner .carousel-caption .cmn-btn {
  font-size: 20px;
  padding: 6px 20px;
}
.homebanner .carousel-caption p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
}
.homebanner .carousel-control {
  background: transparent;
  color: #fff;
  width: 20px;
  height: 20px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: 20px;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  border-radius: 24px;
  right: 45%;
  font-size: 20px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  z-index: 99;
}
.homebanner .carousel-control.left {
  left: 45%;
}
.homebanner .carousel-control:hover, .homebanner .carousel-control:focus {
  color: #fba81a;
}
.homebanner .carousel-indicators {
  bottom: 20px;
  left: auto;
  width: 100%;
  margin: 0;
}
.homebanner .carousel-indicators li {
  background: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 6px;
  border: none;
  margin: 0 2px;
  border-radius: 5px;
}
.homebanner .carousel-indicators .active {
  background-color: #fba81a;
}
.btn-wrap {
  margin-top: 25px;
}
.yellow-text {
  color: #fba81a;
}
.blue-text {
  color: #201b52;
}
/***** Sidebar CSS *****************/
.sidebar-box-bg {
  padding-top: 55px;
}
aside.widget.widget_text {
  margin-bottom: 0;
  text-align: center;
}
.sidebar-left, .sidebar-right {
  margin-bottom: 0px;
  background: #dfdfdf;
  padding: 0px;
}
.sidebar-left .widget, .sidebar-right .widget {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0px;
}
.sidebar-left .widget.widget_nav_menu, .sidebar-right .widget.widget_nav_menu {
  border: 0px solid transparent;
  margin-bottom: 0;
}
.sidebar-left .widget.widget_custom_post_widget, .sidebar-right .widget.widget_custom_post_widget {
  padding: 0px;
  padding-bottom: 20px;
}
.sidebar-left .widget ul, .sidebar-right .widget ul {
  padding-left: 15px;
}
.sidebar-left .widget .widget-title, .sidebar-right .widget .widget-title {
  font-family: 'Kanit Bold';
  font-size: 22px;
  background: transparent;
  margin: 0;
  padding: 0 10px 10px;
  text-align: center;
  color: #fba81a;
  text-transform: uppercase;
}
.sidebar-left .widget.widget_nav_menu div {
  padding: 0px;
  text-align: center;
}
.sidebar-left ul.menu, .sidebar-right ul.menu {
  padding: 10px 0 0;
  list-style-type: none;
  text-align: left;
  margin-bottom: 0;
}
.sidebar-left ul.menu li, .sidebar-right ul.menu li {
  padding: 0px 15px;
  border-left: 4px solid transparent;
  border-bottom: 1px solid #fba81a;
  padding-left: 35px;
}
.sidebar-left ul.menu li:last-child, .sidebar-right ul.menu li:last-child {
  border-bottom: transparent;
}
.sidebar-left ul.menu li:hover, .sidebar-left ul.menu li.current-menu-item, .sidebar-right ul.menu li:hover, .sidebar-right ul.menu li.current-menu-item {
  background-color: #fba81a;
  border-left: 4px solid #fba81a;
}
.sidebar-left ul.menu li > a, .sidebar-right ul.menu li > a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 0px;
  position: relative;
}
.sidebar-left ul.menu li:hover > a, .sidebar-left ul.menu li.current-menu-item > a, .sidebar-right ul.menu li:hover > a, .sidebar-right ul.menu li.current-menu-item > a {
  color: #fff;
}
/***** Inner Page Banner CSS*******************/
.inner_bnr_container {
  top: 0;
  background: #e8e8e8;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: auto;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0;
  justify-content: center;
  color: #fff;
  align-items: center;
  display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -webkit-display: flex;
  width: 100%;
}
.inner_bnr_container .banner-content {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
.inner_bnr_container .banner-content h2 {
  font-family: 'Kanit Bold';
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.inner_bnr_container .banner-content .banner-description {
  font-size: 18px;
}
.crumb a {
  color: #e9e9e9;
}
/***** Common Page CSS*******************/
.inner-pg-container {
  padding-top: 0;
  padding-bottom: 0;
}
.bg-wht-row {
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.26);
}
hr.yellow {
  border-top: 2px inset #efc217;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list li {
  position: relative;
  padding: 5px 15px 5px 20px;
}
.list li:before {
  content: '\f192';
  color: #fba81a;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 12px;
  vertical-align: middle;
  font-family: 'Fontawesome';
}
.list.extra-small li:before {
  content: '\f042';
  color: #fba81a;
  top: 7px;
  font-size: 13px;
}
.order-list {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.order-list li {
  counter-increment: item;
  display: table;
  margin-bottom: 10px
}
.order-list li a {
  color: #000;
  text-decoration: none;
}
.order-list li a:hover {
  text-decoration: underline
}
.order-list li:before {
  color: #000;
  content: counters(item, ".", decimal) ".";
  display: table-cell;
  font-size: 16px;
  padding-right: 5px;
  font-weight: 500
}
.order-list li li {
  margin: 5px 0
}
.order-list li li:before {
  color: #585858;
  content: counters(item, ".", decimal) ".";
  font-size: 16px;
  font-weight: 400
}
.order-list p {
  margin: 0 0 10px
}
.message-box {
  text-align: center;
  color: #000;
}
.message-box p {
  font-size: 18px;
  margin-top: 15px;
}
.message-box a, .message-box a:hover, .message-box a:focus {
  color: #fba81a;
  text-decoration: none;
}
/***** Inner Page CSS*******************/
.inner-common-wrap {
  padding: 50px 0;
}
.inner-common-wrap .lg-heading {
  font-size: 32px;
  margin-bottom: 15px;
}
.inner-common-wrap .md-heading {
  font-size: 22px;
}
.text-justify {
  text-align: justify;
}
.align-right, .align-left {
  float: right;
  max-width: 350px;
  margin-left: 20px;
  margin-bottom: 12px;
}
.align-left {
  float: left;
  margin-right: 20px;
}
/***** Common Table CSS Style *****/
.common-table .table {
  margin-bottom: 0;
}
.common-table .table thead tr th {
  background: #ccc;
  color: #000;
  font-size: 15px;
  padding: 12px 12px;
  text-transform: capitalize;
}
.common-table .table thead tr th, .common-table .table tbody tr td {
  vertical-align: middle;
}
.common-table .table tbody tr td {
  padding: 10px 12px;
}
.common-table .table tbody tr:hover {
  background-color: #f3f3f3;
}
/***** Modal CSS Style *****/
.modal-open .modal.common-modal, .modal-open .modal, .modal-open .common-modal {
  padding-right: 0 !important;
}
.modal-backdrop, .common-modal {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.common-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.common-modal .modal-dialog {
  width: 92%;
  margin: 30px auto;
  max-width: 650px;
  display: inline-block;
  vertical-align: middle;
}
.common-modal .modal-content {
  border-radius: 0;
}
.common-modal .modal-header {
  padding: 0;
  border-bottom: none;
  position: relative;
}
.common-modal .close {
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  right: -12px;
  top: -12px;
  text-shadow: none;
  background: #fba81a;
  color: #fff;
  opacity: 1;
  line-height: 0;
  padding: 12px 6px;
  border-radius: 20px;
}
.common-modal .modal-body {
  padding: 20px;
}
/***** Form CSS Style *****/
.form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 18px;
}
.form-group label {
  font-size: 15px;
  position: relative;
}
.form-control, .form-control:focus, textarea.form-control {
  background: #fff;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  box-shadow: none;
  border-radius: 6px;
  color: #000;
  height: 42px;
  position: relative;
  font-size: 14px;
}
/*.form-control.country-code { width: 25%; float: left; margin-right: 2%; }
.form-control.phn-number { width: 73%; float: left; }*/
.form-control.country-code {
  background: #aaaaaa;
  padding: 0;
  text-align: center;
}
textarea.form-control, textarea.form-control:focus {
  height: 105px;
}
.has-error .form-control {
  border-color: #c50400 !important;
}
.has-success .form-control {
  border-color: #00ad03 !important;
}
.help-block.form-error {
  position: absolute;
  margin: 0;
  font-size: 11px;
  bottom: 1px;
  color: #fba81a;
}
.captcha-box {
  background: transparent;
  padding: 8px 15px;
  color: #fba81a;
  border-width: 1px;
  border-color: #fba81a;
  border-style: solid;
  border-radius: 0;
  margin-left: 2%;
  text-align: center;
}
.refresh-btn {
  margin-left: 5px;
  cursor: pointer;
  color: #fba81a;
  font-size: 20px;
}
/***** Placeholder ******/
.form-control::placeholder {
  color: #898989;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #898989;
}
.form-control::-ms-input-placeholder {
  color: #898989;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/***** Checbox CSS Style ******/
.form-group .checkbox label {
  font-size: 14px;
  padding-left: 0;
}
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  width: 1em;
  height: 1em;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.checkbox .cr .cr-icon {
  position: absolute;
  font-size: 12px;
  line-height: 0;
  top: 50%;
  left: 2%;
}
.checkbox .acceptance {
  padding-left: 0;
  float: left;
  display: inline-block;
  width: 93%;
}
.checkbox label input[type="checkbox"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5;
}
/***** Checbox div *****/
/*<div class="form-group">
  <div class="checkbox">
    <label>
      <input type="checkbox" value="">
      <span class="cr"><i class="cr-icon fa fa-check"></i></span>
      <span class="acceptance">Text here</span>
      </label>
  </div>
</div>*/
/***** Radio Box ******/
.radio-btns .form-check {
  display: inline-block;
  margin-right: 18px;
}
.radio-btns .form-check:last-child {
  margin-right: 0;
}
input[type="radio"] {
  position: absolute;
  right: 9000px;
}
input[type="radio"] + .label-text:before {
  content: "\f10c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}
input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #000;
  animation: effect 250ms ease-in;
}
input[type="radio"]:disabled + .label-text {
  color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}
/***** Radio div *****/
/*<div class="form-group radio-btns">
  <div class="form-check">
    <label>
      <input type="radio" name="radio">
      <span class="label-text">Text here</span></label>
  </div>
</div>*/
/***** Common Button CSS ******/
.cmn-btn, .white-btn, .black-btn {
  background: #fba81a;
  color: #fff;
  padding: 4px 10px;
  font-family: 'Kanit Medium';
  font-size: 25px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 30px;
  outline: 0;
  letter-spacing: 0.5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.cmn-btn:hover, .cmn-btn:focus {
  background: #fff;
  color: #fba81a;
  border: 1px solid #fba81a;
}
.white-btn, .black-btn {
  background: #878787;
  color: #fff;
  margin-right: 8px;
}
.white-btn:hover, .white-btn:focus {
  background: #fff;
  color: #878787;
  border: 1px solid #878787;
}
.black-btn {
  background: #000;
}
.black-btn:hover, .black-btn:focus {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
/***** Loader CSS Style ******/
.page-loader {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 99999999;
}
.page-wrapper {
  width: 50px;
  height: 50px;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #ccc;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #c1c81e;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/***** Page Loader div ******/
/*<div class="page-loader">
  <div class="page-wrapper"> <span class="loader"><span class="loader-inner"></span></span> </div>
</div>*/
/***** FAQ *****/
.faq-wrap .panel-group .panel, .faq-wrap .panel-group .panel + .panel {
  border-radius: 0;
  box-shadow: none;
  margin-top: 15px;
  border-color: #c1c1c1;
}
.faq-wrap .panel-group .panel:first-child {
  margin-top: 0;
}
.faq-wrap .panel-heading .panel-title {
  margin: 0 auto;
  padding: 0;
}
.faq-wrap .panel-group .panel .panel-body {
  padding: 0 25px 18px;
  border-top: none;
}
.faq-wrap .panel-group .panel .panel-body p {
  margin: 0 auto 8px;
}
.faq-wrap .panel-default .panel-heading {
  background: transparent;
  padding: 10px 18px;
  border-color: #c1c1c1;
  border-radius: 0;
}
.faq-wrap .panel-heading a.collapsed {}
.faq-wrap .panel-heading a {
  font-size: 18px;
  font-family: 'Kanit Bold';
  color: #1a3a6b;
  display: block;
  line-height: normal;
  position: relative;
  text-decoration: none;
}
.faq-wrap .panel-title > a:after {
  font-family: FontAwesome;
  content: "\f068";
  font-size: 16px;
  padding: 4px 0;
  color: #2e99d5;
  float: right !important;
}
.faq-wrap .panel-title > a.collapsed:after {
  float: right !important;
  content: "\f067";
}
/******* START HOME PAGE CSS FROM HERE ******/
.lg-heading {
  font-family: 'Kanit Bold';
  font-size: 42px;
  color: #201b52;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 1;
}
.lg-heading:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 3px;
  background: #fba81a;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  z-index: -1;
}
.md-heading {
  font-family: 'Kanit Bold';
  font-size: 22px;
  color: #fba81a;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.sm-heading, .xs-heading, .para-heading {
  font-size: 20px;
  font-family: 'Kanit Bold';
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: normal;
}
.sm-heading i {
  font-size: 25px;
  margin-right: 8px;
}
.xs-heading {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.para-heading {
  font-size: 28px;
  margin-bottom: 12px;
}
.justify {
  text-align: justify;
}
.blue {
  color: #fba81a;
}
.green {
  color: #64d369;
}
/******* SECTION 01 ******/
.section-01 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
/******* SECTION 02 ******/
.section-02 {
  background-color: #fff;
  background-image: url(../images/section-02-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.tabs-left {
  border-bottom: none;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
}
.tabs-left > li {
  background: #fff;
  float: none;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 2px solid #e7e7e7;
}
.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus, .tabs-left > li > a:hover, .tabs-left > li > a:focus {
  background: #9cde91;
  color: #085b53;
  border: none;
  opacity: 1;
}
.tabs-left > li > a:after {
  display: inline-block;
  position: absolute;
  content: '';
}
.tabs-left > li > a {
  background: transparent;
  color: #000;
  position: relative;
  font-family: 'Kanit Bold';
  font-size: 15px;
  padding: 15px 0;
  margin-right: 0;
  border-radius: 0;
  border: none;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.tabs-left > li.active:after {
  position: absolute;
  content: "";
  right: -12px;
  top: 25%;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #9cde91;
}
.tabs-content-wrap {
  margin-top: 40px;
}
.tabs-content-wrap .tab-content {
  position: relative;
}
.tab-pane .sm-heading {
  font-size: 30px;
}
/******* SECTION 03 ******/
.section-03 {
  background-color: #fff;
  background-image: url(../images/section-03-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.offer-box {
  background: #fff;
  padding: 0 15px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-top: 25%;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
}
.offer-img-wrap {
  margin-top: -25%;
  padding: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
  box-shadow: 0px 0px 23px 0px rgba(204, 204, 204, 1);
}
.xs-heading.pink {
  color: #ff569d;
}
.xs-heading.blue {
  color: #6ad0d4;
}
.xs-heading.yellow {
  color: #ffb32c;
}
/******* SECTION 04 ******/
.section-04 {
  padding-top: 60px;
  padding-bottom: 25px;
}
.deal-icon-wrap {
  align-items: flex-start;
}
.deal-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 35px;
}
.deal-box .xs-heading {
  color: #fba81a;
}
/******* SECTION 05 ******/
.section-05 {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 40px;
}
.choose-icon-wrap {
  margin-top: 35px;
}
.choose-icon-wrap .service-icon-box {
  margin-bottom: 30px;
}
.choose-icon {
  background: transparent none repeat scroll 0 0;
  padding: 0 12px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.icon {
  background-color: #fba81a;
  /*background-image: url(../images/sprite.png);
  background-repeat: no-repeat;*/
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  font-size: 40px;
  color: #fff;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #c5e2f0;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  -moz-transition: all .9s ease;
}
.choose-icon:hover .icon.icon-01 {
  background-color: #a5e6b2;
  border: 6px solid #29cc48;
}
.choose-icon:hover .icon.icon-02 {
  background-color: #f8e1bd;
  border: 6px solid #f7be65;
}
.choose-icon:hover .icon.icon-03 {
  background-color: #c5e2f0;
  border: 6px solid #fba81a;
}
.choose-icon:hover .icon.icon-04 {
  background-color: #ebb3fd;
  border: 6px solid #c30dff;
}
.choose-icon:hover .icon.icon-05 {
  background-color: #befff6;
  border: 6px solid #70d1c3;
}
.choose-icon:hover .icon.icon-06 {
  background-color: #ffc7a2;
  border: 6px solid #f19f69;
}
.choose-icon .sm-heading {
  font-family: 'Kanit Bold';
  position: relative;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.choose-icon .sm-heading:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -14px;
  background: #fba81a;
  width: 20%;
  height: 2px;
  margin: 0 auto;
  transition: .33s all ease;
}
.choose-icon:hover .sm-heading:after {
  width: 40%;
}
.icon.icon-01 {
  background-color: #29cc48;
  border: 6px solid #a5e6b2;
}
.icon.icon-02 {
  background-color: #f7be65;
  border: 6px solid #f8e1bd;
}
.icon.icon-03 {
  background-color: #fba81a;
  border: 6px solid #c5e2f0;
}
.icon.icon-04 {
  background-color: #c30dff;
  border: 6px solid #ebb3fd;
}
.icon.icon-05 {
  background-color: #70d1c3;
  border: 6px solid #befff6;
}
.icon.icon-06 {
  background-color: #f19f69;
  border: 6px solid #ffc7a2;
}
/******* SECTION 06 ******/
.section-06 {
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
/******* SECTION 08 ******/
.section-08 {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
/*** Contact us Page ***/
.contact-box {
  background: #f1f1f1;
  border-radius: 20px;
  padding-bottom: 20px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 8px rgba(225, 225, 225, 1);
  -moz-box-shadow: 0px 0px 10px 8px rgba(225, 225, 225, 1);
  box-shadow: 0px 0px 10px 8px rgba(225, 225, 225, 1);
}
.img-box img {
  border-radius: 20px 20px 0 0;
}
.contact-box .xs-heading {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.contact-icon-box .contact-icon {
  font-size: 32px;
  margin-left: 0;
  margin-right: 12px;
  color: #fba81a;
}
.contact-form-wrap:after {
  position: absolute;
  content: "";
  right: 8px;
  bottom: 23px;
  background: #fff;
  width: 185px;
  height: 40px;
  z-index: 99999;
}
.inner-pg-container .medium-heading {
  font-family: 'Kanit Bold';
  font-size: 22px;
  color: #fba81a;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: inherit;
}
/*** Section 07 ***/
.about-icon {
  position: relative;
  padding: 10px 0 5px;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.smallicon {
  margin: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fba81a;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  -moz-transition: all .9s ease;
}
.about-icon .small-heading {
  font-family: 'Kanit Bold';
  font-size: 18px;
  color: #000;
  position: relative;
  margin-bottom: 5px;
  text-transform: capitalize;
}
/***** RESPONSIVE MEDIA CSS **********/
@media (min-width:768px) {
  .col-sm-20 {
    width: 20%;
    float: left
  }
  .col-sm-40 {
    width: 40%;
    float: left
  }
  .col-sm-60 {
    width: 60%;
    float: left
  }
  .col-sm-80 {
    width: 80%;
    float: left
  }
}
@media (min-width:992px) {
  .col-md-20 {
    width: 20%;
    float: left
  }
  .col-md-40 {
    width: 40%;
    float: left
  }
  .col-md-60 {
    width: 60%;
    float: left
  }
  .col-md-80 {
    width: 80%;
    float: left
  }
}
@media (min-width:1200px) {
  .col-lg-20 {
    width: 20%;
    float: left
  }
  .col-lg-40 {
    width: 40%;
    float: left
  }
  .col-lg-60 {
    width: 60%;
    float: left
  }
  .col-lg-80 {
    width: 80%;
    float: left
  }
}
@media all and (max-width: 1199px) {
  .main-navigation .nav li a {
    padding: 0 10px;
  }
  .homebanner .box-txt-wrap {
    width: 46%;
  }
  .homebanner .carousel-caption h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .btn-wrap {
    margin-top: 12px;
  }
  .lg-heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .lg-heading:before {
    left: -10px;
    top: 0px;
    width: 35px;
    height: 35px;
  }
  .tab-pane .sm-heading {
    font-size: 28px;
  }
  .tabs-left > li > a {
    font-size: 14px;
  }
  .choose-icon .sm-heading {
    font-size: 20px;
  }
  .main-footer {
    font-size: 13px;
  }
  .footer-links li {
    padding: 0 8px;
  }
  .footer-links li a {
    font-size: 13px;
  }
  .pricing-box {
    padding: 30px 14px 15px;
    font-size: 15px;
  }
  .price .medium-heading {
    font-size: 35px;
    line-height: 32px;
  }
}
@media all and (max-width: 1024px) {
  .main-navigation ul.sub-menu {
    right: 0;
  }
}
@media all and (max-width: 991px) {
  /***** Header CSS ******/
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-box;
    display: -ms-box;
    display: block;
  }
  /***** Header CSS ************/
  .header-bottom-menu {
    padding-left: 0;
  }
  .top-head-bar:after {
    width: 94%;
  }
  .contact-top li {
    padding: 0 5px;
  }
  .contact-top li i {
    font-size: 15px;
    padding-right: 5px;
  }
  .top-btn {
    padding-left: 10px;
  }
  .top-btn .cmn-btn, .top-btn .black-btn {
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 6px;
  }
  .top-btn .black-btn {
    margin-right: 2px;
  }
  /***** Navigation CSS ************/
  .site-title {
    min-height: auto;
  }
  .page-header-top-left {
    padding-left: 0;
  }
  .main-navigation ul.sub-menu {
    right: 0;
  }
  .main-navigation .navbar {
    margin-bottom: 0; /*float: left;*/
  }
  .navbar-header {
    float: left;
    display: inline-block;
  }
  .main-navigation .navbar-toggle {
    display: block;
    border-color: transparent;
    border-radius: 0;
    background: transparent !important;
    margin: 0;
    margin-bottom: 0;
    padding: 3px 0 0;
  }
  .main-navigation .navbar-toggle .icon-bar {
    background-color: #fba81a;
    width: 22px;
    transition: all .2s
  }
  .main-navigation .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
  }
  .main-navigation .navbar-toggle .middle-bar {
    opacity: 0
  }
  .main-navigation .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
  }
  .main-navigation .navbar-toggle.collapsed .top-bar {
    transform: rotate(0deg);
  }
  .main-navigation .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .main-navigation .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0deg);
  }
  header .navbar-collapse.collapse {
    display: none !important;
    border-color: transparent;
  }
  header .collapse.in {
    display: block !important;
    border-color: transparent
  }
  #navbar-primary-collapse {
    overflow: scroll !important;
    border-color: transparent;
  }
  ul.navbar-nav.primary-menu {
    margin: 0 !important;
    background: #fff;
    padding: 0;
    display: block;
    width: 100%;
  }
  header .navbar-primary-collapse {
    float: none;
    text-align: center;
    background: #fff;
    position: absolute;
    padding: 0;
    width: 100%;
    top: 40px;
    left: auto;
    right: 0;
    box-shadow: 0 0 10px #cfcfcf;
    -webkit-box-shadow: 0 0 10px #cfcfcf;
    z-index: 1;
  }
  .main-navigation .navbar-nav li {
    float: none;
    display: block;
    background: #fff;
    clear: both;
    padding: 0;
  }
  .main-navigation .navbar-default .navbar-nav > li.active, .main-navigation .navbar-default .navbar-nav > li:hover, .main-navigation .navbar-default .navbar-nav > li:focus, .main-navigation .navbar-default .navbar-nav > li.current-menu-parent {
    background: transparent;
    color: #fba81a;
  }
  .main-navigation .navbar-default .navbar-nav li.current-menu-parent > a {
    background: #fba81a;
    color: #fff;
  }
  .main-navigation .navbar-default .navbar-nav li a, .top-left-menu .navbar-default .navbar-nav li:first-child a {
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto;
    min-height: inherit;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    text-transform: uppercase;
    font-size: 14px;
  }
  .main-navigation .nav li a {
    justify-content: inherit;
  }
  .site-header.shrunk .main-navigation .nav > li > a {
    min-height: auto;
  }
  .main-navigation .navbar-nav li .dropdown-menu {
    display: block !important;
    position: relative;
    width: 100%;
    background: #fff;
    clear: both;
    top: 0 !important;
    padding: 6px 10px;
    box-shadow: none;
    border-bottom: 1px solid #d2d2d2;
  }
  .main-navigation .navbar-nav li .dropdown-menu li a {
    font-size: 13px;
    color: #000 !important;
    padding: 6px 15px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #cfcfcf;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  .main-navigation .navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
  }
  .main-navigation .dropdown-menu .active a, .top-left-menu .dropdown-menu .active a:focus, .top-left-menu .dropdown-menu .active a:hover {
    background: #cfcfcf;
    color: #000 !important;
  }
  .main-navigation .navbar-collapse {
    width: 320px;
    max-height: 447px !important;
  }
  .main-navigation .navbar-default .navbar-nav .active a, .main-navigation .navbar-default .navbar-nav .active a:focus, .main-navigation .navbar-default .navbar-nav .active a:hover, .main-navigation .navbar-default .navbar-nav li a:focus, .main-navigation .navbar-default .navbar-nav li a:hover {
    color: #fba81a !important;
  }
  .main-navigation ul.sub-menu li {
    background: transparent;
    border: none;
    padding: 0;
    border-top: none !important;
  }
  .main-navigation .nav li a.dropdown-toggle:after {
    position: absolute;
    right: 14px;
    top: 5px;
    color: #fff;
    font-size: 15px;
  }
  .main-navigation .navbar-default .navbar-nav .active .sub-menu li a {
    color: #000 !important;
  }
  .main-navigation ul.sub-menu ul.sub-menu {
    left: 0%;
    top: 0;
    padding: 2px 0 2px 10px;
  }
  /***** Slider CSS ******/
  .homebanner .box-txt-wrap {
    width: 54%;
  }
  .homebanner .carousel-caption .banner-sm-heading {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .homebanner .carousel-caption h2 {
    font-size: 38px;
    line-height: 35px;
    margin-bottom: 8px;
  }
  .homebanner .carousel-caption p {
    font-size: 14px;
    margin-top: 10px;
  }
  .homebanner .carousel-caption .cmn-btn.green-btn, .homebanner .carousel-caption .cmn-btn.brdr-green-btn {
    font-size: 15px;
    padding: 5px 12px;
  }
  .homebanner .carousel-indicators li {
    margin: 0 1px;
  }
  .btn-wrap {
    margin-top: 12px;
  }
  /***** Inner Page CSS ******/
  .site-content {
    height: auto !important;
  }
  .sidebar-left, .sidebar-right {
    margin-bottom: 0px;
    background: #808080;
    padding: 0px;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    top: initial !important;
  }
  .sidebar-box-bg {
    padding-bottom: initial;
  }
  .inner-pg-content {
    padding: 30px 0;
  }
  /***** Other CSS goes here ******/
  .choose-icon .sm-heading {
    font-size: 18px;
  }
  .copyright, .footer-links {
    text-align: center;
  }
  .alignleft {
    display: inline;
    float: none;
  }
  .tab-pane .sm-heading {
    margin-top: 20px;
  }
  .deal-icon-wrap {
    margin-top: 10px;
  }
  .deal-box {
    margin-top: 20px;
  }
  .tabs-left {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .tabs-left > li {
    background: transparent;
    width: 19.5%;
    display: inline-block;
    border-right: 2px solid #e7e7e7;
    border-bottom: none;
  }
  .tabs-left > li:last-child {
    border-right: none;
  }
  .tabs-left > li > a {
    padding: 8px 0;
  }
  .tabs-left > li.active:after {
    display: none;
  }
  .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus, .tabs-left > li > a:hover, .tabs-left > li > a:focus {
    background: transparent;
    color: #9cde91;
  }
  .inner-common-wrap {
    padding: 30px 0;
  }
  .contact-info-wrap .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  .logo, .page-header-top-right {
    text-align: center;
  }
  .top-head-bar {
    padding: 6px 0 15px;
    margin-bottom: 8px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
  }
  .top-head-bar:after {
    width: 98%;
  }
  .main-navigation {
    padding: 0 0 5px;
  }
  /***** Slider CSS ******/
  .homebanner .carousel-caption .banner-sm-heading {
    font-size: 28px;
    line-height: 18px;
  }
  .homebanner .carousel-caption h2 {
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .homebanner .box-txt-wrap {
    padding: 0 14px;
  }
  /***** Other CSS goes here ******/
  .alignright {
    float: none;
  }
  .section-01 .row-flex, .section-03 .row-flex, .section-05 .row-flex, .bottom-footer-sec .row-flex {
    flex-direction: column;
    text-align: center;
  }
  .section-01 .img-wrap {
    margin-top: 20px;
  }
  .about-icon {
    padding: 15px 0 0px;
    text-align: left;
  }
  .choose-icon-wrap .clearfix {
    display: none;
  }
  .choose-icon {
    text-align: center;
  }
  .choose-icon .sm-heading:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .section-03 {
    padding-bottom: 40px;
  }
  .offer-box {
    margin-bottom: 20px;
  }
  .section-08 {
    padding-bottom: 40px;
  }
  .contact-info-wrap .row-eq-height {
    flex-direction: column;
    display: flex;
  }
  .contact-form-wrap {
    margin-top: 30px;
  }
  .contact-icon-box {
    margin-bottom: 12px;
  }
  .copyright {
    order: 3;
  }
  .footer-links {
    padding: 12px 0;
  }
}
@media all and (max-width: 680px) {
  .page-header-top-right .pull-right {
    float: none !important;
  }
  .btn-wrap {
    margin-top: 10px;
  }
  /***** Other CSS goes here ******/
}
@media all and (max-width: 680px) {
  .page-header-top-right {
    margin-top: 5px;
  }
  .page-header-top-left, .page-header-top-right {
    width: 100%;
    text-align: center;
  }
  .homebanner .carousel-caption {
    background: #d1d1d1;
    padding: 20px 0;
    position: relative;
  }
  .homebanner .box-txt-wrap {
    width: 100%;
    color: #000;
  }
  .homebanner .carousel-caption h1 {
    color: #000;
  }
  .lg-heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .inner-common-wrap .lg-heading {
    font-size: 28px;
  }
}
@media all and (max-width: 560px) {
  .col-xxs {
    width: 100%
  }
  /***** Other CSS goes here ******/
  .contact-top li {
    padding: 0 8px;
  }
  .top-info-right {
    font-size: 14px;
  }
  .lg-heading:before {
    display: none;
  }
  .deal-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 500px) {
  /***** Header CSS ******/
  .top-head-bar .row-flex {
    flex-direction: column;
    text-align: center;
  }
  .top-head-bar {
    padding: 0 0 15px;
  }
  .header-bottom-menu {
    padding-left: 15px;
  }
  .contact-top {
    margin-bottom: 10px;
  }
  .contact-icon-box .md-heading {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
  /***** Footer CSS ******/
  .main-footer {
    text-align: center;
  }
  /***** Other CSS goes here ******/
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}
@media all and (max-width: 425px) {
  /***** Header CSS ******/
  .main-navigation .navbar-collapse {
    width: 220px;
  }
  /***** Slider CSS ******/
  .homebanner .box-txt-wrap {
    text-align: center;
  }
  /***** Other CSS goes here ******/
}
@media all and (max-width: 380px) {
  /***** Header CSS ******/
  .logo img {
    max-width: 85%;
    margin: 0 auto;
  }
  .contact-top li {
    padding: 0 5px;
    font-size: 12px;
  }
  .contact-top li i {
    font-size: 14px;
    padding-right: 8px;
  }
  .visible-xxs {
    display: block !important;
  }
  /***** Slider CSS ******/
  /***** Other CSS goes here ******/
}
@media all and (max-width: 350px) {
  .space-left {
    margin-left: 5px;
  }
}
@media all and (min-width:320px) and (max-width:350px) {
  /***** Slider CSS ******/
} /***** Slider CSS ******/
}