/* Style  Start */
body {
  padding: 0px;
  margin: 0px; }

table, tr, td, h1, h2, h3, h4, h5, h6, div, span, a, li, ul, ol, p, form, input {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  font-weight: normal;
  line-height: normal;
  font-family: "Quicksand", "Open Sans", serif;
  outline: none; }

a:hover, a:focus {
  text-decoration: none;
  outline: none !important; }

input:focus, textarea:focus, button:focus {
  outline: none !important; }

input:focus, textarea:focus {
  border: none; }

/* Global */
h1 {
  font-size: 45px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  font-size: 16px;
  line-height: 26px; }

/* Font Face */
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url("../fonts/Simple-Line-Icons.eot");
  src: url("../fonts/Simple-Line-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.svg#Simple-Line-Icons") format("svg"), url("../fonts/Simple-Line-Icons.woff2") format("woff2"), url("../fonts/Simple-Line-Icons.woff") format("woff"), url("../fonts/Simple-Line-Icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.div-parent, .inner-container, .angle-list, .circled-list, .form-style, .form-style.searchdog-form .attach-group, .input-add-icon, .cols, .pagination-wrap, .pagination-wrap .pagination, .btn-cols {
  position: relative; }
  .div-parent:after, .inner-container:after, .angle-list:after, .circled-list:after, .form-style:after, .form-style.searchdog-form .attach-group:after, .input-add-icon:after, .cols:after, .pagination-wrap:after, .pagination-wrap .pagination:after, .btn-cols:after {
    content: "";
    clear: both;
    display: table; }

/* Common Classes */
.main-container {
  max-width: 100%;
  position: relative; }

.main-container:after {
  content: "";
  clear: both;
  display: table; }

.inner-container {
  max-width: 100%; }

.whiteCol, .whiteCol .heading, .whiteCol .heading a, .whiteCol .heading span, .whiteCol h1, .whiteCol h2, .whiteCol h3, .whiteCol h4, .whiteCol h5, .whiteCol h6, .whiteCol ul li, .whiteCol p, .whiteCol span, .whiteCol small, .whiteCol b, .whiteCol strong, .whiteCol a {
  color: #fff !important; }

select, select.angle {
  background-image: url("../images/dropdown-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-position: center right 10px !important;
  padding: 0px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none; }

select.angle {
  background-image: url("../images/dropdown-arrow-caret.png") !important;
  background-size: 10px; }

select.white {
  background-image: url("../images/dropdown-arrow-white.png") !important; }

textarea.form-control {
  min-height: 124px;
  padding: 15px; }

.overflow_both {
  overflow: hidden; }

.overflow_x-hide {
  overflow-x: hidden;
  overflow-y: visible; }

.overflow_y-hide {
  overflow-y: hidden;
  overflow-x: visible; }

.position_rel {
  position: relative; }

/* Display and List Style */
.inline-ul li {
  display: inline-block;
  float: none;
  box-sizing: border-box; }

.inline {
  display: inline-block;
  box-sizing: border-box; }

.li-dashStyle {
  list-style: none;
  position: relative;
  display: block; }
  .li-dashStyle:after {
    content: "";
    clear: both;
    display: table; }
  .li-dashStyle li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .li-dashStyle li a {
    display: inline-block;
    line-height: 1;
    color: #000;
    vertical-align: middle;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .li-dashStyle li + li:before {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: auto 5px; }
  .li-dashStyle li a:hover {
    color: #d47341; }

.icon-list {
  list-style: none;
  position: relative;
  display: block; }
  .icon-list:after {
    content: "";
    clear: both;
    display: table; }
  .icon-list li {
    display: block;
    line-height: 1;
    position: relative;
    padding-left: 40px; }
  .icon-list li + li {
    margin-top: 20px; }
  .icon-list li i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 24px; }
  .icon-list li p, .icon-list li span, .icon-list .icon-list li a {
    color: #424242;
    font-size: 18px;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .icon-list li p, .icon-list .icon-list li span {
    display: block;
    line-height: 1.4; }
  .icon-list li a:hover {
    color: #55b7ff; }
  .icon-list.small li {
    padding-left: 25px;
    min-height: 20px; }
  .icon-list.small li + li {
    margin-top: 10px; }
  .icon-list.small li p, .icon-list.small li span, .icon-list.small li i, .icon-list.small li a {
    font-size: 15px;
    color: #c3c3c3; }
  .icon-list li i {
    top: 4px; }
  .icon-list.small li span {
    font-weight: 600; }
  .icon-list.small li span, .icon-list.small li a {
    display: inline; }
  .icon-list.small li a:hover {
    color: #55b7ff; }
  .icon-list.circle li {
    padding-left: 50px !important;
    min-height: 34px;
    padding-top: 10px; }
  .icon-list.circle li i {
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #069bff;
    color: #069bff !important; }

.normal-list {
  list-style: none; }
  .normal-list:after {
    content: "";
    clear: both;
    display: table; }
  .normal-list li:not(:last-child) {
    margin-bottom: 5px;
    position: relative; }

.arrow-list {
  position: relative;
  list-style: none; }
  .arrow-list:after {
    content: "";
    clear: both;
    display: table; }
  .arrow-list li {
    position: relative;
    padding-left: 15px;
    font-size: 14px; }
  .arrow-list li + li {
    margin-top: 5px; }
  .arrow-list li:after {
    content: "\f105";
    font-family: "simple-line-icons";
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 14px; }
  .arrow-list li a {
    color: #444;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .arrow-list li a:hover {
    color: #239acc; }

.angle-list {
  list-style: none; }
  .angle-list li {
    position: relative;
    display: block;
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 22px;
    color: #fff; }
  .angle-list li:after {
    content: "\e649";
    position: absolute;
    font-family: "Themify";
    left: 0px;
    top: 0px; }
  .angle-list.normal li {
    color: #545454;
    font-size: 14px;
    font-weight: 400; }
  .angle-list.normal li:after {
    color: #f28800; }
  .angle-list.normal li span {
    display: inline-block; }
  .angle-list.normal li .label-th {
    font-weight: 500;
    margin-right: 5px; }

.circled-list {
  list-style: none; }
  .circled-list li {
    position: relative;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    padding-left: 25px;
    font-weight: 500;
    color: #4d4d4d;
    white-space: normal;
    margin-bottom: 10px; }
  .circled-list li a, .circled-list li span {
    color: #4d4d4d;
    font-weight: 500; }
  .circled-list li:after {
    content: "\e65d";
    position: absolute;
    font-family: "Themify";
    left: 0px;
    top: 0px;
    color: #f28800; }
  .circled-list li a:hover {
    color: #e32e2f; }
  .circled-list.checked li:after {
    content: "\e080";
    font-family: "simple-line-icons";
    color: #e32e2f; }

.link-li {
  position: relative;
  display: block;
  margin-top: 10px; }

.link-li a {
  color: #e32e2f;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 25px;
  font-weight: 500;
  white-space: normal; }

.link-li a:after {
  content: "\e65d";
  position: absolute;
  font-family: "Themify";
  left: 0px;
  top: 0px;
  color: #f28800; }

.link-li a:hover {
  color: #000; }

.floated-list {
  list-style: none; }
  .floated-list:after {
    content: "";
    clear: both;
    display: table; }
  .floated-list li a {
    font-size: 14px;
    color: #15232d;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .floated-list li + li {
    margin-left: 40px; }
  .floated-list li a:hover {
    color: #e32e2f; }

.table-ul {
  list-style: none;
  position: relative;
  display: table;
  width: 100%; }
  .table-ul:after {
    content: "";
    clear: both;
    display: table; }
  .table-ul:after {
    content: "";
    clear: both;
    display: table; }
  .table-ul li {
    display: table-cell;
    padding: 0px 15px;
    text-align: center;
    vertical-align: middle;
    position: relative; }

.tbl {
  display: table;
  width: 100%;
  margin: 0px;
  box-sizing: border-box; }
  .tbl:after {
    content: "";
    clear: both;
    display: table; }
  .tbl.mr-auto {
    margin: auto;
    width: auto; }
  .tbl .tbl-col {
    float: none;
    display: table-cell; }

/* Btns */
.btn {
  display: inline-block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #404040;
  color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .btn span {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1; }
  .btn.upper {
    text-transform: uppercase; }
  .btn.radial {
    border-radius: 60px; }
  .btn.bold {
    font-weight: 600; }
  .btn:hover {
    border-color: #fff; }
  .btn.ic-left i {
    margin-right: 5px; }
  .btn.ic-right i {
    margin-left: 5px; }
  .btn.btn-sm {
    padding: 15px 25px;
    font-weight: 600;
    letter-spacing: 0.5px; }
  .btn.btn-xs {
    padding: 10px 15px; }
  .btn.btn-md {
    padding: 18px 20px;
    min-width: 204px;
    letter-spacing: 1px;
    font-weight: 600; }
  .btn.btn-sm-mid {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600; }
  .btn.btn-lg {
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600; }
  .btn.btn-blue {
    background: #33a0ff;
    border: 1px solid #33a0ff;
    color: #fff; }
  .btn.btn-blue:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .btn.btn-red {
    background: #e32e2f;
    border: 1px solid #e32e2f;
    color: #fff; }
  .btn.btn-red:hover {
    background: #f28800;
    border: 1px solid #f28800;
    color: #fff; }
  .btn.btn-orange {
    background: #f28800;
    border: 1px solid #f28800;
    color: #fff; }
  .btn.btn-orange:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .btn.btn-green {
    background: #67b930;
    border: 1px solid #67b930;
    color: #fff; }
  .btn.btn-green:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #344cd5; }
  .btn.btn-white:hover {
    background: #f28800;
    border: 1px solid #f28800;
    color: #fff; }
  .btn.btn-darkerblue {
    background: #2c3848;
    border: 1px solid #2c3848;
    color: #fff; }
  .btn.btn-darkerblue:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .btn.btn-dullblue {
    background: #2c3848;
    border: 1px solid #2c3848;
    color: #fff; }
  .btn.btn-dullblue:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .btn.btn-orange.bordered {
    background: transparent;
    border: 1px solid #f28800;
    color: #f28800; }
  .btn.btn-orange.bordered:hover {
    background: #f28800;
    border: 1px solid #f28800;
    color: #fff; }
  .btn.btn-red.bordered {
    background: transparent;
    border: 1px solid #e32e2f;
    color: #e32e2f; }
  .btn.btn-red.bordered:hover {
    background: #e32e2f;
    border: 1px solid #e32e2f;
    color: #fff; }
  .btn.btn-darkerblue.bordered {
    background: transparent;
    border: 1px solid #2c3848;
    color: #2c3848; }
  .btn.btn-darkerblue.bordered:hover {
    background: #2c3848;
    border: 1px solid #2c3848;
    color: #fff; }
  .btn.btn-dullblue.bordered {
    background: transparent;
    border: 1px solid #2c3848;
    color: #2c3848; }
  .btn.btn-dullblue.bordered:hover {
    background: #2c3848;
    border: 1px solid #2c3848;
    color: #fff; }
  .btn.btn-white.bordered {
    background: transparent;
    border: 1px solid #777;
    color: #777; }
  .btn.btn-white.bordered:hover {
    background: #2c3848;
    border: 1px solid #2c3848;
    color: #fff; }
  .btn.gradient-btn {
    position: relative;
    border: none !important;
    overflow: hidden;
    background: transparent;
    border-radius: 4px; }
  .btn.gradient-btn span {
    font-family: "Open Sans";
    font-weight: 500; }
  .btn.gradient-btn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: -moz-linear-gradient(45deg, #d94903, #f69300 90%);
    background: -webkit-linear-gradient(45deg, #d94903, #f69300 90%);
    background: -ms-linear-gradient(45deg, #d94903, #f69300 90%);
    background: -o-linear-gradient(45deg, #d94903, #f69300 90%);
    -moz-transform: translatex(0);
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0);
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .btn.gradient-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    -moz-transform: translatex(100%);
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    -o-transform: translatex(100%);
    background: -moz-linear-gradient(-42deg, #f69300, #d94903 90%);
    background: -webkit-linear-gradient(-42deg, #f69300, #d94903 90%);
    background: -ms-linear-gradient(-42deg, #f69300, #d94903 90%);
    background: -o-linear-gradient(-42deg, #f69300, #d94903 90%);
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .btn.gradient-btn:hover::before {
    -moz-transform: translatex(-101);
    -webkit-transform: translatex(-101);
    -ms-transform: translatex(-101);
    -o-transform: translatex(-101); }
  .btn.gradient-btn:hover::after {
    -moz-transform: translatex(0);
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    -o-transform: translatex(0); }
  .btn.gradient-btn:hover {
    color: #fff; }

/* Inline Btn */
.inline-btn {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .inline-btn.btn-sm {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .inline-btn.underline {
    text-decoration: underline; }
  .inline-btn.bagni {
    color: #762985; }
  .inline-btn.green {
    color: #67b930; }
  .inline-btn.darkblue {
    color: #15232d; }
  .inline-btn.org {
    color: #e32e2f; }
  .inline-btn.black {
    color: #000; }
  .inline-btn.white {
    color: #fff; }
  .inline-btn:hover {
    color: #33a0ff !important; }
  .inline-btn.white.bg:hover {
    background: #fff;
    color: #e55454; }

/* bottom to top */
.back-top {
  position: fixed;
  bottom: 90px;
  right: 35px;
  z-index: 99; }
  .back-top a {
    display: inline-block;
    line-height: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #d8b21b;
    color: #fff;
    border-radius: 5px; }
  .back-top i {
    font-size: 15px;
    line-height: 30px; }

/* Backgrounds */
.parallex {
  background-position: fixed !important; }

/* Bg Colors */
.grey-bg {
  background-color: #dadada !important; }

.organge-bg {
  background-color: #f28800 !important; }

.red-bg {
  background-color: #e32e2f !important; }

.bagni-bg {
  background-color: #3b5998 !important; }

.cream-bg {
  background-color: #faf4f0 !important; }

.creamdark-bg {
  background-color: #fff3f3 !important; }

.yellow-bg {
  background-color: #d8b21b !important; }

.blur-puppy-bg {
  background-image: url("../images/blur-puppy-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.testimonial-bg {
  background-image: url("../images/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.friendly-dog-bg {
  background-image: url("../images/friendly-dog-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.banner-blue-bg {
  background-image: url("../images/banner-blue-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* Paddings and Margins */
.section-padding {
  padding: 80px 0px; }

.small-padding {
  padding: 70px 0px; }

.large-padding {
  padding: 120px 0px; }

.brd-tp {
  border-top: 1px solid #ddd; }

.brd-bt {
  border-bottom: 1px solid #ddd; }

/* Paddings */
.pd_140 {
  padding: 140px 0px; }

.pd_100 {
  padding: 100px 0px; }

.pd_0x30 {
  padding: 0px 30px; }

.pd_60 {
  padding: 60px 0px; }

.pd_50 {
  padding: 50px 0px; }

.pd_40 {
  padding: 40px 0px; }

.pd_30 {
  padding: 30px 0px; }

.pd_20 {
  padding: 20px 0px; }

.pd-0 {
  padding: 0px !important; }

.pd_bt-0 {
  padding-bottom: 0px !important; }

.pd_tp-0 {
  padding-top: 0px !important; }

.pd_tp-100 {
  padding-top: 100px !important; }

.pd_tp-90 {
  padding-top: 90px !important; }

.pd_tp-80 {
  padding-top: 80px !important; }

.pd_tp-70 {
  padding-top: 70px !important; }

.pd_tp-60 {
  padding-top: 60px !important; }

.pd_tp-50 {
  padding-top: 50px !important; }

.pd_tp-40 {
  padding-top: 40px !important; }

.pd_tp-30 {
  padding-top: 30px !important; }

.pd_tp-20 {
  padding-top: 20px !important; }

.pd_bt-100 {
  padding-bottom: 100px !important; }

.pd_bt-90 {
  padding-bottom: 90px !important; }

.pd_bt-80 {
  padding-bottom: 80px !important; }

.pd_bt-70 {
  padding-bottom: 70px !important; }

.pd_bt-60 {
  padding-bottom: 60px !important; }

.pd_bt-50 {
  padding-bottom: 50px !important; }

.pd_bt-40 {
  padding-bottom: 40px !important; }

.pd_bt-35 {
  padding-bottom: 35px !important; }

.pd_bt-30 {
  padding-bottom: 30px !important; }

.pd_bt-20 {
  padding-bottom: 20px !important; }

.less_pd-40 {
  padding-bottom: 40px; }

/* Margins */
.mr-0 {
  margin: 0 !important; }

.mr-auto {
  margin: auto !important; }

.mr_0x5 {
  margin: 0px 5px !important; }

.mr_tp-100 {
  margin-top: 100px !important; }

.mr_tp-90 {
  margin-top: 90px !important; }

.mr_tp-80 {
  margin-top: 80px !important; }

.mr_tp-70 {
  margin-top: 70px !important; }

.mr_tp-60 {
  margin-top: 60px !important; }

.mr_tp-50 {
  margin-top: 50px !important; }

.mr_tp-40 {
  margin-top: 40px !important; }

.mr_tp-30 {
  margin-top: 30px !important; }

.mr_tp-20 {
  margin-top: 20px !important; }

.mr_bt-100 {
  margin-bottom: 100px !important; }

.mr_bt-90 {
  margin-bottom: 90px !important; }

.mr_bt-80 {
  margin-bottom: 80px !important; }

.mr_bt-70 {
  margin-bottom: 70px !important; }

.mr_bt-60 {
  margin-bottom: 60px !important; }

.mr_bt-50 {
  margin-bottom: 50px !important; }

.mr_bt-40 {
  margin-bottom: 40px !important; }

.mr_bt-35 {
  margin-bottom: 35px !important; }

.mr_bt-30 {
  margin-bottom: 30px !important; }

.mr_bt-20 {
  margin-bottom: 20px !important; }

.marger ~ .marger {
  margin-top: 80px; }

/* Headings */
.heading-tab {
  position: relative;
  margin-bottom: 60px;
  clear: both; }
  .heading-tab:after {
    content: "";
    clear: both;
    display: table; }

.heading, .heading a {
  font-weight: bold;
  color: #353534;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  margin: auto; }
  .heading:after, .heading a:after {
    content: "";
    clear: both;
    display: table; }

.heading span {
  font-weight: bold;
  display: inline-block;
  line-height: 1; }
.heading i {
  display: inline-block; }
.heading.normal, .heading.normal a, .heading.normal span {
  font-weight: 400; }
.heading.light, .heading.light a, .heading.light span {
  font-weight: 300; }
.heading.semibold, .heading.semibold a, .heading.semibold span {
  font-weight: 600; }
.heading.bold, .heading.bold a, .heading.bold span {
  font-weight: bold; }

.heading small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
  color: #898989; }

.heading-tab p {
  font-size: 18px;
  margin: 30px auto auto;
  width: 860px;
  max-width: 100%;
  line-height: 24px;
  color: #565656; }
.heading-tab.fluid p {
  width: 100%; }
.heading-tab.width-small p {
  width: 555px; }
.heading-tab.expend p {
  width: 900px; }
.heading-tab.no-space p {
  margin-top: 20px;
  font-weight: 500; }

.heading.dash-style {
  position: relative; }
  .heading.dash-style span {
    position: relative;
    display: inline-block;
    padding: 0px 20px;
    line-height: 1; }
  .heading.dash-style span:after, .heading.dash-style span:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 30px;
    width: 3px;
    background: #f28800;
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%); }
  .heading.dash-style span:before {
    left: 0px; }
  .heading.dash-style span:after {
    right: 0px; }

.whiteCol .heading.dash-style span:after, .whiteCol .heading.dash-style span:before {
  background: #d8b21b; }

.heading.border-style {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 4px double #ddd; }
  .heading.border-style.huge {
    padding-bottom: 30px; }
  .heading.border-style span {
    position: relative;
    display: inline-block;
    line-height: 1; }

.dotted-heading-style {
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #ddd; }
  .dotted-heading-style:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 2px;
    opacity: 0.4;
    background: #ddd;
    color: #df2d89;
    width: 300px;
    max-width: 100%;
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%); }

/* Shadow */
.blue-shadow {
  position: relative;
  z-index: 1; }
  .blue-shadow:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #182243;
    opacity: 0.7;
    z-index: -1; }

.grey-shadow {
  position: relative;
  z-index: 1; }
  .grey-shadow:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #f6f6f6;
    opacity: 0.9;
    z-index: -1; }

.darkblue-shadow {
  position: relative;
  z-index: 1; }
  .darkblue-shadow:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #192737;
    opacity: 0.8;
    z-index: -1; }

.brown-shadow {
  position: relative;
  z-index: 1; }
  .brown-shadow:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #5e3e2f;
    opacity: 0.8;
    z-index: -1; }

/* Social List Style */
.social-list {
  list-style: none; }
  .social-list:after {
    content: "";
    clear: both;
    display: table; }
  .social-list li {
    line-height: 1; }
  .social-list li + li, .social-list.circled.white li + li {
    margin-left: 5px; }
  .social-list li a {
    font-size: 12px;
    color: #3c4852;
    display: block;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .social-list li a:hover {
    color: #48689a; }
  .social-list.circled li + li {
    margin-left: 2px; }
  .social-list.circled li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #777; }
  .social-list.circled.white li a {
    background: #fff;
    color: #282828;
    border: none; }
  .social-list.circled.white li a:hover, .social-list.circled li a:hover {
    border-color: #e32e2f;
    background: #e32e2f;
    color: #fff; }
  .social-list.white li a {
    color: #fff; }
  .social-list.square li + li {
    margin-left: 2px; }
  .social-list.square li a {
    display: block;
    color: #444;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 26px;
    border-radius: 4px;
    text-align: center;
    border: none;
    background-color: #f0f0f0;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .social-list.square.white li a {
    background: #fff;
    color: #282828;
    border: none; }
  .social-list.square.white li a:hover, .social-list.circled li a:hover {
    border-color: #67b930;
    background: #67b930;
    color: #fff; }
  .social-list.square li a:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45); }
  .social-list.big li a {
    font-size: 20px; }
  .social-list.big li + li {
    margin-left: 25px; }

li.mail a {
  background: #e96690 !important;
  color: #fff !important; }

li.fb a {
  background: #3a589b !important;
  color: #fff !important; }

li.gplus a {
  background: #d6492f !important;
  color: #fff !important; }

li.tw a {
  background: #32ccfe !important;
  color: #fff !important; }

li.lnk a {
  background: #007bb6 !important;
  color: #fff !important; }

/* owl-carousel */
.center-control {
  position: relative; }

.center-control.hover .owl-nav {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.center-control.hover:hover .owl-nav {
  opacity: 1; }

.center-control .owl-nav div {
  position: absolute;
  top: 50%;
  z-index: 1;
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.arrow-controls .owl-nav div i {
  line-height: 1;
  font-size: 28px;
  color: #313131;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.arrow-controls .owl-nav div:hover i {
  color: #e55454; }

.arrow-controls .owl-nav div.owl-prev {
  left: -35px; }

.arrow-controls .owl-nav div.owl-next {
  right: -35px; }

.arrow-controls.squar .owl-nav div {
  height: 38px;
  width: 38px;
  border: 1px solid #959595;
  line-height: 38px;
  text-align: center; }

.arrow-controls.squar .owl-nav div i {
  color: #959595;
  font-size: 16px; }

.arrow-controls.squar .owl-nav div.owl-prev {
  left: -53px; }

.arrow-controls.squar .owl-nav div.owl-next {
  right: -53px; }

.arrow-controls.squar .owl-nav div:hover {
  background: #e32e2f;
  border-color: #e32e2f; }

.arrow-controls.squar .owl-nav div:hover i {
  color: #fff; }

.arrow-controls.circle .owl-nav div {
  height: 40px;
  width: 40px;
  border: 1px solid #151515;
  line-height: 40px;
  text-align: center;
  border-radius: 50%; }

.arrow-controls.circle .owl-nav div i {
  color: #151515;
  font-size: 16px; }

.arrow-controls.circle .owl-nav div.owl-prev {
  left: -50px; }

.arrow-controls.circle .owl-nav div.owl-next {
  right: -50px; }

.arrow-controls.circle .owl-nav div:hover {
  background: #e32e2f;
  border-color: #e32e2f; }

.arrow-controls.circle .owl-nav div:hover i {
  color: #fff; }

.arrow-controls.circle.red .owl-nav div {
  border-color: #e32e2f;
  background: #e32e2f; }

.arrow-controls.circle.red .owl-nav div i {
  color: #fff; }

.arrow-controls.circle.red .owl-nav div:hover {
  border-color: #000;
  background: #000; }

.arrow-controls.circle.attached .owl-nav div.owl-prev {
  left: -20px; }

.arrow-controls.circle.attached .owl-nav div.owl-next {
  right: -20px; }

.bottom-controls.center .owl-nav {
  text-align: center;
  margin-top: 30px; }

.bottom-controls .owl-nav {
  display: block; }

.bottom-controls .owl-nav div {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 35px;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.bottom-controls .owl-nav div + div {
  margin-left: 15px; }

.bottom-controls.center .owl-nav div:hover {
  background: #5550fd;
  color: #fff; }

.rounded-arrow-controls .owl-nav div {
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 16px;
  border-radius: 50%;
  color: #777;
  background: #fff;
  text-align: center;
  box-shadow: 0px 11px 21px rgba(204, 204, 223, 0.5); }

.rounded-arrow-controls .owl-nav div:hover {
  background: #344cd5;
  color: #fff; }

.rounded-arrow-controls .owl-nav div.owl-prev {
  left: -90px;
  right: auto; }

.rounded-arrow-controls .owl-nav div.owl-next {
  right: -90px;
  left: auto; }

.static-center-controls .owl-nav {
  display: block;
  position: relative;
  margin: 40px auto auto;
  text-align: center; }

.static-center-controls .owl-nav:after {
  content: "";
  clear: both;
  display: table; }

.textual-arrows .owl-nav div {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.textual-arrows .owl-nav div + div {
  margin-left: 30px; }

.textual-arrows .owl-nav div:hover {
  color: #e32d8d; }

.textual-arrow .owl-nav div {
  font-size: 30px;
  color: #000;
  background: transparent;
  text-align: center;
  line-height: 1;
  width: auto;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.textual-arrow .owl-nav div.owl-prev {
  left: -50px; }

.textual-arrow .owl-nav div.owl-next {
  right: -50px;
  left: auto; }

.textual-arrow.inner .owl-nav div.owl-prev {
  left: 15px; }

.textual-arrow.inner .owl-nav div.owl-next {
  right: 15px;
  left: auto; }

.textual-arrow .owl-nav div:hover {
  color: #ee8100; }

.square-arrow .owl-nav div {
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ca4848;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.square-arrow .owl-nav div.owl-prev {
  left: 20px; }

.square-arrow .owl-nav div.owl-next {
  right: 20px;
  left: auto; }

.square-arrow .owl-nav div:hover {
  background: #2c3848;
  box-shadow: none;
  text-shadow: none; }

.dot-controls .owl-dots {
  text-align: center;
  display: block;
  line-height: 1;
  width: 100%;
  z-index: 1;
  margin: 40px auto auto; }

.dot-controls.square .owl-dot {
  margin: auto 3px;
  width: 26px;
  height: 10px;
  display: inline-block;
  line-height: 1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background: #fff; }

.bottom-controls .owl-nav {
  text-align: center;
  margin-top: 30px;
  display: block; }

.bottom-controls .owl-nav div {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 35px;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.bottom-controls .owl-nav div + div {
  margin-left: 15px; }

.bottom-controls.center .owl-nav div:hover {
  background: #5550fd;
  color: #fff; }

/* Layouts */
.table-layout {
  display: table;
  width: 100%;
  margin: 0px;
  box-sizing: border-box; }
  .table-layout:after {
    content: "";
    clear: both;
    display: table; }
  .table-layout .table-col {
    display: table-cell;
    float: none; }
  .table-layout.mr-auto {
    width: auto;
    margin: auto; }

.valign-top {
  vertical-align: top; }

.valign-mid {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

/* Image Block */
.img-wrap {
  overflow: hidden;
  display: block;
  position: relative; }
  .img-wrap:after {
    content: "";
    clear: both;
    display: table; }
  .img-wrap.fill img {
    width: 100%;
    display: block; }
  .img-wrap.full img {
    width: 100%;
    max-width: 100%;
    display: block; }
  .img-wrap img {
    max-width: 100%;
    display: inline-block;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .img-wrap.scale {
    background: #fff; }
  .img-wrap.scale:hover img {
    opacity: 0.5;
    -moz-transform: scale(1.1) skew(-2deg);
    -webkit-transform: scale(1.1) skew(-2deg);
    -ms-transform: scale(1.1) skew(-2deg);
    -o-transform: scale(1.1) skew(-2deg); }
  .img-wrap.zoom {
    background: #fff; }
  .img-wrap.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); }
  .img-wrap.bordered {
    position: relative;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .img-wrap.bordered:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .img-wrap.bordered:hover::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    visibility: visible;
    opacity: 1; }
  .img-wrap.left {
    text-align: left; }
  .img-wrap.center {
    text-align: center; }
  .img-wrap.right {
    text-align: right; }

/* Form Styles */
.form-style {
  /* Inline form Stye */
  /* white Form Style */
  /* Contact Form Style */ }
  .form-style form:after {
    content: "";
    clear: both;
    display: table; }
  .form-style .form-group {
    margin-bottom: 20px;
    position: relative; }
  .form-style .form-group.submit-group, .form-style .form-group.last {
    margin-bottom: 0px; }
  .form-style .form-control {
    height: 45px;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    padding: 0px 15px;
    font-size: 16px;
    display: block;
    margin: auto;
    box-shadow: none;
    border: 1px solid #ddd; }
  .form-style .form-control:focus {
    outline: none;
    box-shadow: none; }
  .form-style textarea.form-control {
    height: 100px;
    padding: 15px; }
  .form-style span.required {
    color: red; }
  .form-style .input-field {
    position: relative; }
  .form-style label.error {
    position: absolute;
    left: 0;
    width: 100% !important;
    bottom: -15px;
    font-size: 12px !important;
    color: red !important;
    margin: auto !important;
    font-weight: 400 !important; }
  .form-style.inline-form {
    margin: auto; }
  .form-style.inline-form label {
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px; }
  .form-style.inline-form .inline-group {
    margin: auto;
    text-align: left;
    margin-bottom: 20px; }
    .form-style.inline-form .inline-group .form-control {
      max-width: 100%;
      font-size: 14px;
      font-weight: 400;
      height: 50px;
      letter-spacing: 0.6px; }
    .form-style.inline-form .inline-group select.form-control {
      padding-right: 40px;
      background-position: center right 15px !important; }
      .form-style.inline-form .inline-group select.form-control option{color:#000}
    .form-style.inline-form .inline-group .btn {
      height: 50px;
      font-size: 16px; }
    .form-style.inline-form .inline-group.submit-group {
      margin-bottom: 0px; }
    .form-style.inline-form .inline-group.submit-group .input-field {
      display: flex;
      flex-flow: row nowrap; }
    .form-style.inline-form .inline-group.submit-group .input-field .btn {
      flex: 1 1 auto;
      margin: auto;
      min-width: auto; }
    .form-style.inline-form .inline-group.submit-group .input-field .reset {
      flex: 0 1 auto;
      margin-left: 10px;
      width: 50px;
      padding: 0px 10px !important;
      line-height: 45px; }
  .form-style.white label {
    color: #fff; }
  .form-style.white select {
    background-image: url("../images/dropdown-arrow-white.png") !important; }
  .form-style.white .form-control {
    border: 1px solid #fff;
    height: 53px;
    color: #fff; }
  .form-style.white .form-control::-moz-placeholder {
    color: #fff; }
  .form-style.white .form-control::-webkit-input-placeholder {
    color: #fff; }
  .form-style.white .form-control::-ms-input-placeholder {
    color: #fff; }
  .form-style.white .form-control::-o-placeholder {
    color: #fff; }
  .form-style.contact .form-group {
    margin-bottom: 25px; }
  .form-style.contact .submit-group {
    margin-top: 30px;
    margin-bottom: 0px !important;
    text-align: center; }
  .form-style.contact .form-control {
    height: 65px;
    border-radius: 10px;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    border: 1px solid #f5f5f5;
    background: #f5f5f5; }
  .form-style.contact textarea.form-control {
    min-height: 148px; }
  .form-style.contact .form-control::-moz-placeholder {
    color: #4d4d4d; }
  .form-style.contact .form-control::-webkit-input-placeholder {
    color: #4d4d4d; }
  .form-style.contact .form-control::-ms-input-placeholder {
    color: #4d4d4d; }
  .form-style.contact .form-control::-o-placeholder {
    color: #4d4d4d; }
  .form-style.searchdog-form {
    width: 460px;
    max-width: 100%; }
  .form-style.searchdog-form .attach-group .form-control {
    border: 1px solid #f28800;
    float: left;
    height: 45px;
    width: calc(100% - 120px);
    border-radius: 0px; }
  .form-style.searchdog-form .attach-group .submit-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 45px;
    width: 120px;
    border-radius: 0px;
    float: left; }
  .form-style.profile label {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    margin-bottom: 10px; }
  .form-style.profile .form-control {
    font-size: 14px;
    letter-spacing: 0.6px; }
  .form-style.profile .form-control::-moz-placeholder {
    color: #555; }
  .form-style.profile .form-control::-webkit-input-placeholder {
    color: #555; }
  .form-style.profile .form-control::-ms-input-placeholder {
    color: #555; }
  .form-style.profile .form-control::-o-placeholder {
    color: #555; }
  .form-style.search-form {
    width: 400px;
    max-width: 100%;
    padding: 30px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.07); }
  .form-style.search-form .head {
    margin-bottom: 40px;
    text-align: center; }
  .form-style.search-form label {
    color: #555; }
  .form-style.search-form .form-control {
    color: #333;
    font-size: 14px; }

.input-add-icon .addon-input {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  height: 50px; }
.input-add-icon .addon-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%); }

.cols {
  margin: auto -7.5px; }
  .cols .col-3 {
    float: left;
    width: calc(100% / 4);
    margin: auto auto 20px !important;
    padding: 0px 7.5px; }
  .cols .col-3:nth-chld(3n+1) {
    clear: both; }
  .cols .col-3 ~ .col-3 {
    margin-left: 0px; }
  .cols .col-3 .form-control {
    width: 100% !important; }
  .cols .col-4 {
    float: left;
    width: calc(100% / 3);
    margin: auto auto 20px !important;
    padding: 0px 7.5px; }
  .cols .col-4:nth-chld(4n+1) {
    clear: both; }
  .cols .col-4 ~ .col-4 {
    margin-left: 0px; }
  .cols .col-4 .form-control {
    width: 100% !important; }

/* Newsletter Form Style */
.newsletter-form {
  position: relative;
  width: 370px;
  max-width: 100%; }
  .newsletter-form:after {
    content: "";
    clear: both;
    display: table; }

.combine-group {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .combine-group:after {
    content: "";
    clear: both;
    display: table; }
  .combine-group .form-control {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    height: 51px;
    padding: 0px 10px;
    font-size: 14px;
    padding-left: 50px;
    background: #51565c;
    color: #fff;
    font-size: 16px; }
  .combine-group .comb-input {
    padding-right: 130px; }
  .combine-group .comb-btn {
    width: 124px;
    background: #67b930;
    border: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%; }
  .combine-group label.error {
    position: absolute;
    left: 0px;
    bottom: -18px;
    font-size: 11px;
    color: #fff;
    width: 100%; }
  .combine-group .form-control::-moz-placeholder {
    color: #fff; }
  .combine-group .form-control::-webkit-input-placeholder {
    color: #fff; }
  .combine-group .form-control::-ms-input-placeholder {
    color: #fff; }
  .combine-group .form-control::-o-placeholder {
    color: #fff; }
  .combine-group .submit-anker-btn {
    min-width: auto;
    display: block;
    width: 124px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 51px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    padding: 16px 10px !important; }

.newsletter-form .combine-group .form-control {
  background-image: url("../images/envelope-icon.png") !important;
  background-position: center left 20px;
  background-repeat: no-repeat; }

/* Btn Block */
.btns-block {
  position: relative;
  display: block; }
  .btns-block:after {
    content: "";
    clear: both;
    display: table; }
  .btns-block .btn ~ .btn {
    margin-left: 30px; }
  .btns-block.less .btn ~ .btn {
    margin-left: 15px; }

/* Shadow and Gradients */
.whitegrey-gradient {
  background: -moz-linear-gradient(top, transparent, #f9f9f9);
  background: -webkit-linear-gradient(top, transparent, #f9f9f9);
  background: -ms-linear-gradient(top, transparent, #f9f9f9);
  background: -o-linear-gradient(top, transparent, #f9f9f9); }

/* Pagination Styles */
.pagination-wrap {
  margin: 60px auto auto;
  text-align: center; }

.pagination-wrap .pagination {
  margin: auto; }

.pagination.style-1 li {
  margin: auto;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 5px; }
.pagination.style-1 li + li {
  margin-left: 2px !important; }
.pagination.style-1 li .page-link {
  height: 50px;
  width: 50px;
  line-height: 45px;
  padding: 0px;
  font-size: 20px;
  border: 1px solid #e66a01 !important;
  border-radius: 50% !important;
  background: transparent;
  text-align: center;
  color: #625f5d;
  position: relative;
  display: inline-block; }
.pagination.style-1 li.active .page-link, .pagination.style-1 li.active .page-link:hover, .pagination.style-1 li .page-link:hover {
  background: #e66a01;
  color: #fff; }
.pagination.style-2 li {
  margin: auto;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 5px; }
.pagination.style-2 li + li {
  margin-left: 5px !important; }
.pagination.style-2 li .page-link {
  height: 34px;
  width: 40px;
  line-height: 34px;
  padding: 0px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #000;
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  display: inline-block; }
.pagination.style-2 li.active .page-link, .pagination.style-2 li.active .page-link:hover, .pagination.style-2 li .page-link:hover {
  background: #e32e2f;
  color: #fff;
  border-color: #e32e2f; }
.pagination.style-2 li .page-link i {
  color: #f28800;
  display: inline-block; }
.pagination.style-2 li.prev .page-link:hover, .pagination.style-2 li.next .page-link:hover {
  background: #000;
  color: #fff;
  border-color: #000; }

/* Popups */
.popup-style {
  padding-right: 0px !important; }
  .popup-style .modal-dialog {
    width: 460px; }
  .popup-style .modal-content {
    position: relative;
    box-shadow: none;
    border: none; }
    .popup-style .modal-content .close {
      position: absolute;
      top: -5px;
      right: -5px;
      height: 25px;
      width: 25px;
      line-height: 25px;
      text-shadow: none;
      color: #000;
      background: #fff;
      opacity: 1;
      text-align: center;
      box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5); }
    .popup-style .modal-content .close:hover {
      background: #000;
      color: #fff; }
    .popup-style .modal-content .modal-body {
      padding: 30px;
      position: relative; }
    .popup-style .modal-content .modal-header {
      background: #e32e2f;
      color: #fff;
      position: relative;
      padding-right: 25px; }
    .popup-style .modal-content .modal-title {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1px; }
    .popup-style .modal-content .form-control {
      border-radius: 4px !important; }

/* Popups */
.big-popup {
  padding-right: 0px !important;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px !important; }
  .big-popup .modal-dialog {
    width: 860px;
    max-width: 90%;
    margin: 30px auto;
    background: #fff; }
  .big-popup .modal-content {
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: none;
    background: transparent; }
  .big-popup .modal-header {
    position: relative;
    padding: 20px 15px;
    padding-right: 60px;
    margin-bottom: 20px;
    margin: auto;
    background: #555; }
  .big-popup .modal-content .close {
    background: #fff;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ca4848;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    opacity: 1; }
  .big-popup .modal-header .modal-title {
    font-weight: 600;
    line-height: 1;
    color: #fff; }
  .big-popup p {
    font-size: 16px;
    color: #777; }
  .big-popup .modal-body .body {
    margin-top: 20px; }
  .big-popup.expend .modal-dialog {
    width: 1300px;
    max-width: 100%; }
  .big-popup.modal-body {
    padding: 30px 40px;
    background: #fff; }
  .big-popup.small .modal-dialog {
    width: 600px; }

.larger-popup .modal-dialog {
  width:1000px;
  max-width:90%;
}

.preview-popup .sale-wrap{padding:10px;}

.alert-popup {
  padding-right: 0px !important; }
  .alert-popup .modal-dialog {
    width: 600px;
    max-width: 90%;
    margin: 40px auto; }
  .alert-popup .modal-content {
    border: none;
    background: #f4f9ff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0px 0px 0px 3px #ca4848; }
  .alert-popup .modal-content .close {
    background: #fff;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -10px;
    color: #ca4848;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    opacity: 1; }
  .alert-popup .modal-body {
    padding: 20px; }

.alert-block {
  width: 100%;
  max-width: 100%;
  text-align: center; }

.alert-block .back-btn {
  text-align: center;
  margin-top: 30px; }

.alert-block:before,
.alert-block:after {
  content: " ";
  display: table;
  clear: both; }

.alert-block .close-btn {
  margin-top: 20px; }

.alert-msg-icon {
  width: 50px;
  height: 50px;
  line-height: 45px;
  color: #e32e2f;
  border-radius: 10px;
  font-size: 25px;
  text-align: center;
  border: 2px solid #e32e2f;
  margin: auto auto 10px;
  display: block; }

.alert-msg-title {
  width: 469px;
  max-width: 100%;
  font-weight: 400;
  color: #422214;
  margin: auto auto 10px;
  text-align: center;
  font-size: 24px; }

.alert-msg-headline {
  color: #808080;
  width: 300px;
  display: block;
  margin: 19px auto 0;
  text-align: center; }

@media (max-width: 767px) {
  .alert-msg {
    min-height: initial;
    padding: 20px 10px; }

  .alert-msg-icon {
    margin-top: 3px; }

  .alert-msg-headline {
    width: auto; } }
@media (max-width: 991px) {
  .alert-msg-title {
    width: 95%;
    font-size: 20px; } }
/* Table Styles */
table.normal-tbl-style {
  border: none !important; }
  table.normal-tbl-style td, table.normal-tbl-style th {
    font-size: 14px;
    padding: 15px 10px !important;
    border: none !important; }
  table.normal-tbl-style th {
    color: #0f468e;
    font-weight: 400; }
  table.normal-tbl-style td a, table.normal-tbl-style th a {
    color: #0f468e; }
  table.normal-tbl-style tbody > tr:nth-of-type(2n) {
    background: transparent; }
  table.normal-tbl-style tbody > tr:nth-of-type(2n+1) {
    background: #f5f5f5; }
table.bordered th, table.bordered td {
  border: 1px solid #ddd !important;
  padding: 10px !important; }

.btn-cols {
  margin: auto -10px;
  display: block;
  list-style: none; }
  .btn-cols .btn-items {
    margin-bottom: 10px; }
    .btn-cols .btn-items .btn {
      display: block;
      width: 100%; margin-bottom:0px;}

*[class*="item-"] {
  float: left;
  padding: 0px 10px; }

.item-1 {
  width: 8.3333333333%; }

.item-2 {
  width: 16.6666666667%; }

.item-3 {
  width: 25%; }

.item-4 {
  width: 33.3333333333%; }

.item-5 {
  width: 41.6666666667%; }

.item-6 {
  width: 50%; }

.item-7 {
  width: 58.3333333333%; }

.item-8 {
  width: 66.6666666667%; }

.item-9 {
  width: 75%; }

.item-10 {
  width: 83.3333333333%; }

.item-11 {
  width: 91.6666666667%; }

.item-12 {
  width: 100%; }

/* Style  End */

/*# sourceMappingURL=style.css.map */
