@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
}
fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: -webkit-min-content;
  border-width: 2px;
}
legend {
  display: block;
  -webkit-padding-start: 2px;
  -webkit-padding-end: 2px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-width: initial;
  border-style: none;
  border-color: initial;
  width: auto;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* chrome */
  -moz-osx-font-smoothing: grayscale;
  /* moz */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
html {
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: #000;
}
/************************************************************* fonts ******************************************/
/************************************************************* variable ***************************************/
/***** material design variables *****/
/************************************************************* mixins ***************************************/
:active,
:focus {
  outline: none !important;
}
i {
  display: block;
}
p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
a:active,
a:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #bdbdbd;
}
:-moz-placeholder {
  color: #bdbdbd;
  font-weight: bold;
}
::-moz-placeholder {
  color: #bdbdbd;
}
:-ms-input-placeholder {
  color: #bdbdbd;
}
:-ms-input-placeholder {
  color: #bdbdbd;
}
/************************************* icons **********************************/
.icon-search {
  background: url('../img/sprite.png');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-position: -3px -3px;
}
a {
  text-decoration: none !important;
  display: inline-block;
}
a:focus,
a:active {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
a img {
  border: none;
}
/* remember to highlight inserts somehow! */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*for FireFox*/
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}
/*for IE8 */
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  -ms-appearance: textfield;
}
/************************************* column **********************************/
.col-20 {
  width: 20%;
  float: left;
}
.col-25 {
  width: 25%;
  float: left;
}
.col-30 {
  width: 30%;
  float: left;
}
.col-40 {
  width: 40%;
  float: left;
}
.col-50 {
  width: 50%;
  float: left;
}
.col-60 {
  width: 60%;
  float: left;
}
.col-70 {
  width: 70%;
  float: left;
}
.col-80 {
  width: 80%;
  float: left;
}
.col-90 {
  width: 90%;
  float: left;
}
.col-100 {
  width: 100%;
  float: left;
}
.row {
  width: 100%;
  display: block;
}
.clearfix:before,
.clearfix:after,
.row:after,
.row:before {
  content: '';
  display: table;
  clear: both;
}
body {
  margin: 0 auto;
  font-family: 'Roboto', 'Arial', sans-serif;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
.container {
  width: 1280px;
  padding: 0;
  margin: 0 auto;
}
/************************************* hamburger **********************************/
.hamburger-icon {
  cursor: pointer;
  height: 14px;
  margin-right: 15px;
  padding: 19px 0;
  width: 30px;
}
.hamburger-icon .nav-bar:first-child {
  margin-top: 0;
}
.hamburger-cross {
  cursor: pointer;
  height: 14px;
  margin-right: 15px;
  padding: 19px 0;
  width: 30px;
}
.hamburger-cross .nav-bar {
  height: 1px;
  opacity: 0;
}
.hamburger-cross .nav-bar:first-child {
  -moz-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  -ms-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  -o-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  -webkit-transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
  margin-top: 0;
  opacity: 1;
  transform: rotate(-45deg) translateX(-4px) translateY(6px) translate3d(0, 0, 0) !important;
}
.hamburger-cross .nav-bar:last-child {
  -moz-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  -ms-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  -o-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  -webkit-transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
  opacity: 1;
  transform: rotate(45deg) translateX(-3.2px) translateY(-6.8px) translate3d(0, 0, 0) !important;
}
.nav-bar {
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  background: #D4A24F;
  height: 2px;
  margin-top: 6px;
  position: relative;
  transition: transform 0.3s, opacity 0.3s;
  width: 100%;
}
/************************************* menu **********************************/
header .logo {
  float: left;
}
header .logo a img {
  margin: 0 49px;
  height: 122px;
}
header .menu-bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header a.navbar-brand {
  height: 122px;
  padding: 0;
  margin: 0 45px !important;
}
header .menu-ham {
  float: right;
  display: none;
}
header .menu-main {
  position: relative;
  z-index: 99;
  float: right;
}
header .menu-main nav ul li {
  display: inline-block;
}
header .menu-main nav ul li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
  margin: 54px 20px;
  position: relative;
  /*&:after {
              content: "";
              position: absolute;
              height: 1px;
              top: 28px;
              background: #fff;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 0%;

              .transition (all, 0.3s, ease-in-out);
            }*/
}
header .menu-main nav ul li a:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 28px;
  background: #fff;
  width: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-main nav ul li a:hover:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
header .menu-main nav ul li a:hover:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
/************************************* header **********************************/
header {
  top: 0;
  background: transparent;
  text-transform: capitalize;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.nav-bg.menu-bar {
  height: 62px;
  background: rgba(0, 0, 0, 0.7);
  /* transition: background 0.5s ease-in-out !important;*/
}
.nav-bg.menu-bar .logo {
  height: 62px;
}
.nav-bg.menu-bar .logo img {
  height: 100%;
}
.nav-bg.menu-bar .menu-main nav ul li {
  display: inline-block;
}
.nav-bg.menu-bar .menu-main nav ul li a {
  margin: 21px 20px;
  position: relative;
  /* .transition (all, 0.5s, ease-in-out);*/
}
.image {
  background: url("../img/banner.jpg");
  width: 100%;
  height: 95vh;
}
/************************************* footer **********************************/
footer {
  background-color: #212528;
}
footer .footer-main {
  padding: 60px 0px;
}
footer .footer-main .col-25 .footer-inner {
  display: block;
}
footer .footer-main .col-25 .footer-inner p {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #b79952;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
}
footer .footer-main .col-25 .footer-inner .footer-list li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
  position: relative;
}
footer .footer-main .col-25 .footer-inner .footer-list li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-main .col-25 .footer-inner .footer-list li a:hover:after {
  opacity: 1;
}
footer .footer-main .col-25 .footer-inner .footer-support li a:hover:after {
  display: none !important;
}
footer .footer-main .col-25 .footer-inner .footer-email li a {
  text-transform: lowercase;
}
footer .footer-main .col-25 .footer-inner .footer-email li a:hover:after {
  display: none;
}
footer .footer-main .col-25.mov-right {
  text-align: right;
  padding-right: 10px;
}
footer .footer-main .col-25.mov-right .footer-inner:nth-of-type(1) p {
  display: inline-block;
  width: 54%;
}
footer .footer-main .col-25.mov-right .footer-inner:nth-of-type(2) p {
  display: inline-block;
  width: 54%;
}
footer .footer-main .col-25.mov-right .footer-inner:nth-of-type(2) ul {
  padding-right: 10px;
}
footer .footer-main .col-30 .footer-inner {
  display: block;
}
footer .footer-main .col-30 .footer-inner p {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #b79952;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
}
footer .footer-main .col-30 .footer-inner .footer-list li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
  cursor: default;
}
footer .footer-main .col-20 .footer-inner {
  display: block;
  margin-top: 38px;
}
footer .footer-main .col-20 .footer-inner p {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #b79952;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
}
footer .footer-main .col-20 .footer-inner .footer-list li a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 38px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
footer .footer-main .col-20 .footer-inner .footer-list li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-main .col-20 .footer-inner .footer-list li a:hover:after {
  opacity: 1;
}
footer .c-line {
  background: #2e2f2c;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 20px;
}
footer .footer-social {
  margin: 0px 0px 30px 0px;
}
footer .footer-social h5 {
  float: left;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.005em;
  line-height: 24px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  margin-right: 25px;
}
footer .footer-social ul {
  float: left;
}
footer .footer-social ul li {
  float: left;
  margin: 0px 25px;
}
footer .footer-last p {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 52px;
  text-align: left;
  background-color: none;
  text-transform: none;
  opacity: .5;
}
footer .footer-last p a {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 52px;
  text-align: left;
  background-color: none;
  text-transform: none;
}
footer .footer-last p:nth-of-type(1) {
  float: left;
}
footer .footer-last p:nth-of-type(2) {
  float: right;
}
/************************************* page section **********************************/
.arrow-head fieldset {
  border-color: #b79952;
  border-style: solid;
}
.arrow-head fieldset legend {
  margin-left: 35px;
  padding: 0 25px;
}
.arrow-head fieldset p {
  padding: 20px 30px;
}
.arrow-head h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #222629;
  font-size: 50px;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.arrow-head h2:before {
  position: absolute;
  content: "";
  background: url("../img/arrow.png");
  top: 5px;
  left: -17px;
  width: 17px;
  height: 18px;
  background-size: 100% 100%;
}
.arrow-head h2 span {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #222629;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
.arrow-head p {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 30px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.arrow-head.ar-span h2:before {
  top: 12px !important;
  left: -16px !important;
}
.arrow-head.ar-sub1 h2 {
  padding-left: 15px !important;
}
.arrow-head.ar-sub1 h2:before {
  top: 2px !important;
  left: 0 !important;
  width: 12px !important;
  height: 15px  !important;
}
.tp-mask-wrap {
  top: 70px !important;
}
.underline span {
  display: inline-block;
  position: relative;
  background-color: #be9d50;
  padding: 10px;
  margin: 5px;
}
.underline span:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 97%;
  background: #ffffff;
  bottom: 8px;
  left: 12px;
}
.tp-caption span {
  text-transform: inherit !important;
}
.ss-default .tp-bullet:nth-of-type(1) {
  background: url("../img/arrow.png");
  top: 17px;
  left: -17px;
  width: 17px;
  height: 18px;
}
.ss-default .tp-bullet:nth-of-type(2) {
  background: url("../img/arrow1.png");
  top: 17px;
  left: -17px;
  width: 17px;
  height: 18px;
}
.ss-default .tp-bullet:nth-of-type(3) {
  background: url("../img/arrow2.png");
  top: 17px;
  left: -17px;
  width: 17px;
  height: 18px;
}
p {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0.005em;
  line-height: 30px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
}
#home .legend {
  padding: 30px 40px;
}
#home section {
  padding: 30px 0px;
}
#home section:nth-of-type(1) {
  padding: 0;
  height: 964px;
  background: url('../img/banner/banner1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home .home-about .row {
  /*#ab-img {
        text-align: center;
        -webkit-transition: 0.4s ease;
        transition: 0.8s ease;
        &:hover {
          transform: scale(0.9);
          -moz-transform: scale(0.9);
          -webkit-transform: scale(0.9);
          -o-transform: scale(0.9);
          -ms-transform: scale(1.1); !* IE 9 *!
          -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand')"; !* IE8 *!
          filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand');
        }
      }*/
}
#home .home-about .row .col-50:nth-of-type(2) .legend .arrow-head fieldset p {
  /*padding-bottom: 50px;*/
}
#home .home-about .row .col-50 .home-about-inner {
  padding: 126px 0px;
}
#home .home-about .row .col-50 .home-about-inner .arrow-head h4 {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 400;
  color: #222629;
  font-size: 30px;
  letter-spacing: 0.005em;
  line-height: 1.5;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  position: relative;
  display: table;
  margin: -10px 0 10px 0;
}
#home .home-about .row .col-50 .home-about-inner .arrow-head h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b79952;
  bottom: 0;
  left: 0;
}
#home .home-about .row .col-50 .home-about-inner p {
  padding: 10px 0px;
}
#home .home-about .row .col-50 .home-about-inner h2:before {
  top: 24px;
  left: -6px;
}
#home .home-about .row .col-50 img {
  padding-right: 30px;
}
#home .home-about .row #ab-div {
  padding-left: 125px;
}
#home .home-quote, #pdt .home-quote { 
  background: url("../img/testimonial.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #0f1012;
}
#home .home-quote .container .row .col-100 .quote, #pdt .home-quote .container .row .col-100 .quote  {
  display: table;
  vertical-align: middle;
  height: 466px;
  text-align: center;
  width: 100%;
}
#home .home-quote .container .row .col-100 .quote .arrow-head, #pdt .home-quote .container .row .col-100 .quote .arrow-head  {
  display: table-cell;
  vertical-align: middle;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset {
  width: 1030px;
  margin: 0 auto;
  position: relative;
  height: 250px;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset legend, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset legend {
  text-align: center;
  text-align: -moz-center;
  margin: 0;
  padding: 0;
  width: 26%;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset legend h2, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset legend h2 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -31px;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset legend h2:before, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset legend h2:before {
  display: none;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset p, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset p {
  color: #ffffff;
  text-align: center;
  width: 64%;
  margin: 0 auto;
  padding-top: 72px;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset a h5, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset a h5 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  display: inline-block;
  margin: 15px 0px 25px 0px;
  position: relative;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset a h5:after, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset a h5:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #b79952;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#home .home-quote .container .row .col-100 .quote .arrow-head fieldset a h5:before, #pdt .home-quote .container .row .col-100 .quote .arrow-head fieldset a h5:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #b79952;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cmn-products .row {
  margin: 0;
}
.cmn-products .row .col-100 {
  margin: 30px 0px 50px 0px;
}
.cmn-products .row .col-100 .arrow-head {
  text-align: center;
}
.cmn-products .row .col-md-4 {
  height: 560px;
  position: relative;
  padding-top: 50px;
}
.cmn-products .row .col-md-4 .arrow-head {
  text-align: left;
}
.cmn-products .row .col-md-4 .arrow-head h3 {
  text-align: center;
  margin: 30px 0px;
  display: inline-block;
  position: relative;
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #9c8243;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
}
.cmn-products .row .col-md-4 .arrow-head h3:after {
  position: absolute;
  content: "";
  bottom: -3px;
  width: 100%;
  height: 1.7px;
  background: #9c8243;
  left: 0;
}
.cmn-products .row .col-md-4 .arrow-head h3:hover {
  color: #614e22;
}
.cmn-products .row .col-md-4 .more {
  width: 60px;
  display: table;
  text-align: center;
  background: #222629;
  float: right;
  margin: 20px 0px;
  position: relative;
  padding-left: 5px;
}
.cmn-products .row .col-md-4 .more span {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  text-transform: capitalize;
}
.cmn-products .row .col-md-4 .more:after {
  position: absolute;
  content: "";
  left: 0;
  transform: rotate(90deg);
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: transparent transparent #9c8243 transparent;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cmn-products .row .col-md-4 .more:hover:after {
  left: 0;
  -webkit-animation: mymove .5s infinite;
  /* Chrome, Safari, Opera */
  animation: mymove .5s infinite;
}
.cmn-products .row .col-md-4:before {
  position: absolute;
  content: "";
  width: 91.5%;
  height: 2px;
  background: #9c8243;
  top: 0;
}
.cmn-products .row .col-md-4:after {
  position: absolute;
  content: "";
  width: 93%;
  height: 2px;
  background: #9c8243;
  bottom: 0;
}
.subscribe {
  padding: 60px 0px;
}
.subscribe .row {
  margin: 0;
}
.subscribe .row .col-sm-9 {
  padding: 38px 0px;
}
.subscribe .row .col-sm-9 .col-sm-5 .arrow-head h5 {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
  background-color: transparent;
  text-transform: none;
  position: relative;
  padding-right: 5px;
}
.subscribe .row .col-sm-9 .col-sm-5 .arrow-head h5:before {
  position: absolute;
  content: "";
  background: url("../img/arrow.png") no-repeat;
  background-size: 80%;
  top: 0;
  left: -14px;
  width: 17px;
  height: 18px;
}
.subscribe .row .col-sm-9 .col-sm-5 input {
  width: 100%;
  height: 40px;
  margin-top: -8px;
  border: 1.6px solid #9c8243;
  padding-left: 10px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe .row .col-sm-9 .col-sm-5:nth-of-type(1) {
  padding: 0;
}
.subscribe .row .col-sm-9 .col-sm-2 button {
  height: 40px;
  width: 120px;
  background: #9c8243;
  border: none;
  margin-top: -8px;
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  background-color: #9c8243;
  text-transform: none;
}
.subscribe .sub-wid {
  display: inline-block;
  margin-top: -15px;
  position: relative;
}
.subscribe .sub-wid .response {
  position: absolute;
  bottom: -50px;
  font-size: 12px;
}
.subscribe .sub-wid input[type=submit] {
  height: 40px;
  width: 120px;
  background: #9c8243;
  border: none;
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  background-color: #9c8243;
  text-transform: none;
  display: inline-block;
}
.subscribe .sub-wid label {
  float: left;
  margin-right: 10px;
}
.subscribe .sub-wid label span {
  display: none;
}
.subscribe .sub-wid label input {
  width: 390px;
  height: 40px;
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
  border: 1.6px solid #9c8243;
  padding-left: 10px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}
.abt-last.abt-last01 .cmn-sect h2 {
  /* &:before {
        left: 240px;
      }*/
}
.c-padding-stl {
  padding: 100px 126px !important;
}
.abt-banner-contact {
  background-image: url('../img/banner/contact_banner.jpg');
}
/**************/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font: inherit;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
  border-bottom: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #ffffff 4%);
}
.contact-app input {
  font: inherit;
  font-size: 14px;
  margin: 28px 0px 0px;
  width: 100%;
  height: 60px;
  display: block;
  border: none;
  border-bottom: solid 2px #bd9c4c;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #c2a326 4%);
  background-position: -598px 0;
  background-size: 598px 100%;
  background-repeat: no-repeat;
  transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  resize: none;
  overflow: hidden;
}
.contact-app input:after {
  border-bottom: none;
}
.contact-app input:focus::-webkit-input-placeholder {
  color: #113b57;
}
.contact-app input:focus,
.contact-app input:valid {
  box-shadow: none;
  outline: none;
  border-bottom: solid 1px #bd9c4c;
  background-position: 0 0;
}
.contact-app input:focus::-webkit-input-placeholder,
.contact-app input:valid::-webkit-input-placeholder {
  font-size: 0.8em;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
.contact-app textarea {
  font: inherit;
  font-size: 14px;
  margin: 28px 0px 0px;
  width: 100%;
  height: 60px;
  display: block;
  border: none;
  border-bottom: solid 2px #bd9c4c;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #bd9c4c 4%);
  background-position: -1280px 0;
  background-size: 1280px 100%;
  background-repeat: no-repeat;
  transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  resize: none;
  overflow: hidden;
  font-family: Roboto;
}
.contact-app textarea:after {
  border-bottom: none;
}
.contact-app textarea:focus::-webkit-input-placeholder {
  color: #113b57;
}
.contact-app textarea:focus {
  box-shadow: none;
  outline: none;
  border-bottom: solid 1px #bd9c4c;
  background-position: 0 0;
}
.contact-app textarea:focus::-webkit-input-placeholder {
  font-size: 0.8em;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
.contact-app input[type="email"] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #bd9c4c 4%);
  background-position: -598px 0;
  background-repeat: no-repeat;
  transition: border-bottom 0.3s ease, background 0.3s ease;
}
.contact-app input[type="email"] ~ span.validation-text {
  position: absolute;
  visibility: hidden;
  font-family: 'roboto', sans-serif;
  font-size: 0.9em;
  width: 100%;
  margin-left: 0px;
  margin-top: 3px;
  color: white;
  transition: color 0.3s ease-in-out;
}
.contact-app input[type="email"]:not([value=""])::-webkit-input-placeholder {
  font-size: 0.8em;
  transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
}
.contact-app input[type="email"]:not([value=""]):focus::-webkit-input-placeholder {
  color: #03A9F4;
}
.contact-app input[type="email"]:not([value=""]):focus:not(:valid)::-webkit-input-placeholder {
  color: #E91E63;
}
.contact-app input[type="email"]:focus {
  background-position: 0 0;
}
.contact-app input[type="email"]:focus:not(:valid):not([value=""]) {
  border-bottom: solid 1px #E91E63;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
}
.contact-app input[type="email"]:not(:focus):not(:valid):not([value=""]) {
  border-bottom: solid 1px #E91E63;
  background-position: 0 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
}
.contact-app input[type="email"]:not(:focus):not(:valid):not([value=""])::-webkit-input-placeholder {
  color: #E91E63;
}
.contact-app input[type="email"]:not(:focus):not(:valid):not([value=""]) ~ span.validation-text {
  visibility: visible;
  color: #E91E63;
}
.flex {
  /* padding:0px 0px;*/
  margin-bottom: 65px;
}
.flex textarea {
  width: 100%;
  height: 60px;
  padding: 20px 0px;
}
.contact-app button {
  font-family: "Roboto";
  font-size: 16px;
  border: 2px solid #bd9c4c;
  background: #FFFFFF;
  cursor: pointer;
  border-radius: 0;
  padding: 11px 50px;
  position: relative;
  /*  width: 100%;*/
  color: #bd9c4c;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*&:hover {
    color: #fff;
  }
  &:hover {
    &:after {
      width: 100%;
    }
  }*/
}
.contact-app button:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #bc9f4d;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-app textarea {
  background-position: -1280px 0;
  background-size: 1280px 100%;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt1:first-of-type:after {
  height: 122px !important;
  bottom: 100px !important;
}
.abt-mid-bnr .abt-mid-sect .abt-mid-cntnt:last-child p {
  text-align: center;
}
.c-bor-mid {
  border: 1px solid #BD9C4C;
}
.abt-mid-bnr01 .abt-mid-sect {
  padding: 0 126px !important;
}
.abt-mid-bnr01 .abt-mid-sect .abt-mid-cntnt1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  right: 0;
  bottom: 40px;
  background: #b79952;
}
.abt-mid-bnr01 .abt-mid-sect .abt-mid-cntnt1 p,
.abt-mid-bnr01 .abt-mid-sect .abt-mid-cntnt01 p {
  color: #cbcccd;
}
.abt-mid-sect .cont-mid-cntnt1 P {
  letter-spacing: 0.05em !important;
  font-size: 18px !important;
  padding: 40px 50px;
}
.abt-mid-cntnt01 p {
  letter-spacing: 0.05em !important;
  font-size: 18px !important;
  padding: 60px 50px;
}
.c-mar-t {
  margin: 110px 0;
}
.abt-mid-locat:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 180px;
  left: 0;
  top: 0px;
  background: #b79952;
}
.abt-mid-bnr.abt-mid-bnr01 {
  margin-bottom: 0px;
  background-image: url('../img/banner/contact_02.jpg');
  height: 399px;
}
.abt-mid-cntnt01 a {
  color: #cbcccd !important;
}
.abt-mid-locat {
  position: relative;
  padding: 30px 0;
  /*  border: none;
    border-left: 1px solid red;*/
}
.abt-mid-locat a,
.abt-mid-locat img,
.abt-mid-locat span {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.c-img-hover-zm {
  overflow: hidden;
}
.c-img-hover-zm img {
  -webkit-transition: 0.4s ease;
  transition: 0.8s ease;
  width: 100%;
}
.c-img-hover-zm img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
}
/*svg hover*/
.svg-wrapper {
  height: 0px;
  margin: 0 auto;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%);*/
  width: 320px;
}
.svg-wrapper h5 {
  position: absolute !important;
  left: 70px;
  top: 0;
}
.svg-wrapper h5:after {
  top: -15px !important;
}
.svg-wrapper h5:before {
  bottom: -15px !important;
}
.shape {
  fill: transparent;
  stroke-dasharray: 15 540;
  stroke-dashoffset: -540;
  stroke-width: 2px;
  stroke: #b79952;
}
.text-hvr {
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 22px;
  letter-spacing: 8px;
  line-height: 32px;
  position: relative;
  top: -48px;
}
@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}
/*svg hover end*/
.btn-cf {
  float: right;
}
.btn-cf button {
  float: right;
}
.drop-hover {
  display: inline-block;
}
.drop-hover .big-dropdown {
  position: absolute;
  width: 832px;
  background-color: white;
  right: 2%;
  top: 65%;
  display: none;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
.drop-hover:hover .big-dropdown {
  display: inline-block;
  padding: 20px 10px;
}
.menu-main nav .big-dropdown {
  transition: all 0.5s ease-in-out;
  /* padding:20px;*/
  /*&:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(255, 255, 255, 1);
        top: -10px;
        left: 562px;
      }*/
}
.menu-main nav .big-dropdown .fleft {
  /*&:nth-of-type(1), &:nth-of-type(2) {
          ul {
            padding-top: 41px;

          }

        }*/
}
.menu-main nav .big-dropdown .fleft:nth-of-type(3) {
  /*  width: 200px;*/
}
.menu-main nav .big-dropdown .fleft:nth-of-type(3) h2 {
  /* width: 200px;*/
}
.menu-main nav .big-dropdown .fleft:nth-of-type(3):after {
  display: none !important;
}
.menu-main nav .big-dropdown .fleft:nth-of-type(1) {
  display: inline-block;
  max-width: none;
  /* width: 508px;*/
  vertical-align: top;
  text-align: left;
  position: relative;
}
.menu-main nav .big-dropdown .fleft:nth-of-type(1) .fleft_in {
  display: inline-block;
  margin-right: 0px;
  width: 170px;
  vertical-align: inherit;
  position: relative;
}
.menu-main nav .big-dropdown .fleft:nth-of-type(1) .fleft_in:nth-of-type(2) {
  width: 202px;
  margin-left: -5px;
}
.menu-main nav .big-dropdown .fleft {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  /*  padding: 20px 40px !important;*/
  margin-left: 20px;
}
.menu-main nav .big-dropdown .fleft ul {
  margin-top: 40px;
}
.menu-main nav .big-dropdown .fleft h2 {
  /*  width: 150px;*/
}
.menu-main nav .big-dropdown .fleft h2 a {
  font-weight: bold;
  font-size: 18px;
  color: #c7ac6c;
}
.menu-main nav .big-dropdown .fleft h2 a:before,
.menu-main nav .big-dropdown .fleft h2 a:after {
  display: none;
}
.menu-main nav .big-dropdown .fleft h2:after {
  position: absolute;
  content: '';
  width: 130px;
  height: 2px;
  background-color: #c7ac6c;
  top: 42px;
  left: 0px;
}
.menu-main nav .big-dropdown .fleft a {
  margin: 5px 0 !important;
  color: #484646;
  /* min-height: 40px;*/
  font-size: 14px;
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 400;
}
.menu-main nav .big-dropdown .fleft a:before {
  display: none;
}
.menu-main nav .big-dropdown .fleft a:before {
  display: none;
}
.menu-main nav .big-dropdown .fleft a:hover {
  color: #c7ac6c;
}
.menu-main nav .big-dropdown .fleft:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 320px;
  right: -8px;
  top: 20px;
  background-color: #dcdcdc;
}
.menu-main nav .big-dropdown .fleft:nth-of-type(1) {
  margin-left: 8px;
}
.menu-main nav .big-dropdown .fleft:nth-of-type(2):after {
  right: -10px;
}
.menu-main nav .big-dropdown .fleft:nth-of-type(3) {
  margin-left: 20px;
}
.menu-main nav .big-dropdown .fleft .fleft_in:nth-of-type(1):before {
  position: absolute;
  content: "";
  top: 40px;
  right: 12px;
  height: 250px;
  width: 1px;
  background-color: #dcdcdc;
}
.menu-main nav .big-dropdown .fleft .fleft_in:nth-of-type(2) {
  /* padding-left: 25px;*/
}
.menu-main nav .big-dropdown .fleft ul a {
  font-family: 'Roboto', 'Arial', sans-serif;
}
.menu-main nav .big-dropdown .fleft ul a:hover {
  color: #c7ac6c;
}
.menu-main nav .big-dropdown .fleft ul a:before {
  display: none;
}
.menu-main nav .big-dropdown ul li {
  display: block !important;
}
.menu-main nav .big-dropdown ul li a {
  margin: 10px;
}
.arrow-head1.cmn-sect1 h4 {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  text-transform: none;
  letter-spacing: 0.025em;
  position: relative;
  margin-top: 30px;
  display: inline-block;
}
.arrow-head1.cmn-sect1 h4:before {
  position: absolute;
  content: "";
  background: url("../img/arrow.png");
  top: 3px;
  left: -11px;
  width: 11px;
  height: 13px;
  background-size: 100% 100%;
}
.modal-header {
  border-bottom: none !important;
  text-align: center;
}
.modal-content {
  margin: 70px;
  height: auto !important;
  top: 100px;
  display: inline-block;
  padding-bottom: 25px;
}
.contact-app .form-horizontal textarea {
  margin: 15px 0px 0px;
}
.contact-app .form-horizontal input {
  margin: 12px 0px 0px;
  height: 50px;
}
.contact-app .form-horizontal .flex {
  margin-bottom: 40px;
}
.contact-app .form-horizontal button {
  padding: 7px 35px;
  font-size: 15px;
}
label.error {
  color: red;
  padding: 5px;
  font-weight: normal;
  padding-left: 0;
}
.nav-bg.menu-bar .drop-hover .big-dropdown {
  top: 100%;
}
.arrow-head h2 span {
  font-size: 60px;
}
/*     @media  */
@media (max-width: 1300px) {
  .abt-last.abt-last01 .cmn-sect h2 {
    /* &:before {
          left: 184px;
        }*/
  }
  .abt-mid-cntnt01 p {
    padding: 40px 30px;
  }
  .abt-mid-sect .cont-mid-cntnt1 P {
    padding: 40px 30px;
  }
  .abt-mid-locat:before {
    height: 174px;
  }
  .col-xs-12.arrow-head.cmn-sect.c-padding-stl p br {
    display: none;
  }
}
.cmn-table.arrow-head.c-dummy .arrow-head:first-of-type {
  margin-right: 90px;
}
.cmn-table.arrow-head.c-dummy .cmn-table.arrow-head.c-dummy1 h2 {
  font-size: 28px;
}
.cmn-table.arrow-head.c-dummy .cmn-table.arrow-head.c-dummy1 tr td:nth-of-type(1) {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  background-color: transparent;
  text-transform: none;
}
.cmn-table.arrow-head.c-dummy .cmn-table.arrow-head.c-dummy1 th:nth-of-type(2) {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.3;
  background-color: transparent;
  text-transform: none;
  text-align: center;
}
.cmn-table.arrow-head.c-dummy .cmn-table.arrow-head.c-dummy2 h2 {
  font-size: 28px;
}
.cmn-table.arrow-head.c-dummy .cmn-table.arrow-head.c-dummy2 tr td:nth-of-type(1) {
  font-family: 'Droid Serif', 'Arial', sans-serif;
  font-weight: 300;
  color: #bd9c4c;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  background-color: transparent;
  text-transform: none;
}
.cmn-table.arrow-head h2 {
  font-size: 28px;
}
span.glyphicon.glyphicon-ok.col-gold {
  text-align: center;
}
span.glyphicon.glyphicon-ok.col-gold:before {
  color: #bd9c4c !important;
}
/*.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  z-index: 5;
  img{
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}*/
/*   @media End 1300    */
@media (max-width: 1200px) {
  .abt-last.abt-last01 .cmn-sect h2 {
    /*&:before {
          left: 158px;
        }*/
  }
  .c-padding-stl {
    padding: 50px 20px !important;
  }
  .abt-mid-cntnt01 p {
    padding: 50px 5px;
    letter-spacing: 0.03em;
    font-size: 14px;
  }
  .abt-mid-sect .cont-mid-cntnt1 P {
    padding: 50px 20px;
  }
  .abt-mid-sect .cont-mid-cntnt1 P {
    letter-spacing: 0.03em !important;
    font-size: 14px !important;
    padding: 40px 20px;
  }
  .abt-mid-cntnt01 p {
    letter-spacing: 0.04em !important;
    font-size: 14px !important;
  }
}
/*   @media End 1200    */
/*//.........@media 991...........//*/
@media (max-width: 991px) {
  .abt-last.abt-last01 .cmn-sect h2 {
    /*&:before {
          left: 80px;
        }*/
  }
  .c-padding-stl {
    padding: 30px 20px !important;
  }
  .abt-mid-cntnt1.cont-mid-cntnt1 {
    width: 100%;
  }
  .abt-mid-sect {
    width: 100%;
  }
  .abt-mid-sect .cont-mid-cntnt1 P {
    text-align: center;
    padding: 20px 0px;
  }
  .abt-mid-cntnt01 {
    width: 50%;
  }
  .abt-mid-cntnt01.abt-mid-locat {
    width: 50%;
    padding-top: 10px;
  }
  .abt-mid-bnr01 .abt-mid-sect {
    padding: 0 126px !important;
  }
  .abt-mid-bnr01 .abt-mid-sect .abt-mid-cntnt1:before {
    display: none;
  }
  .abt-mid-locat:before {
    display: none;
  }
  .c-mar-t {
    margin: 15% 0;
  }
  .abt-mid-cntnt01.abt-mid-locat img {
    max-width: 80%;
  }
}
/*//.........@media 991....end.......//*/
@media (max-width: 768px) {
  .c-padding-stl {
    padding: 20px 20px !important;
  }
  .almisk-form .col-xs-6.f-box {
    width: 100%;
  }
  .abt-last.abt-last01 .cmn-sect h2 {
    font-size: 30px !important;
  }
  .abt-last.abt-last01 .cmn-sect h2:before {
    /*display: none;*/
  }
  .abt-mid-cntnt01 {
    width: 100%;
  }
  .abt-mid-cntnt01.abt-mid-locat {
    width: 100%;
  }
  .abt-mid-cntnt01 p {
    padding: 0px 5px;
    text-align: center;
  }
  .c-mar-t {
    margin: 40px 0;
  }
  .abt-mid-locat {
    padding: 15px 0;
  }
  .abt-mid-bnr01 .abt-mid-sect {
    padding: 0 60px !important;
  }
  .abt-mid-bnr.abt-mid-bnr01 {
    height: auto;
  }
  .p-main-section .content-B .prod-sect {
    padding: 0px 20px 15px !important;
  }
}
/*   @media End 768    */
/*   @media End 640    */
@media (max-width: 480px) {
  .abt-mid-bnr01 .abt-mid-sect {
    padding: 0 15px !important;
  }
  .c-mar-t {
    margin: 10% 0;
    padding: 0;
  }
  .abt-last .cmn-sect p {
    padding: 20px 0 20px 0 !important;
  }
  .abt-last.abt-last01 .cmn-sect h2 {
    font-size: 25px !important;
  }
  .abt-mid-bnr .abt-mid-sect {
    padding: 0 20px !important;
  }
}
/*   @media End 480    */
@-webkit-keyframes mymove {
  0% {
    left: 0px;
  }
  25% {
    left: 5px;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 0px;
  }
}
/* Standard syntax */
@keyframes mymove {
  0% {
    left: 0px;
  }
  25% {
    left: 5px;
  }
  75% {
    left: 3px;
  }
  100% {
    left: 0px;
  }
}
.arrow-head.c-budle ul {
  width: 100%;
}
.arrow-head.c-budle ul li {
  display: inline-block;
  list-style-type: square;
  width: 48%;
  line-height: 1.9;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 15px;
}
.arrow-head.c-budle.c-hed2 ul {
  width: 100%;
}
.arrow-head.c-budle.c-hed2 ul li {
  display: inline-block;
  list-style-type: square;
  width: 100%;
  line-height: 1.9;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 15px;
}
.arrow-head.c-list-cnt.c-dummy h2 {
  margin-bottom: 50px;
}
.c-list-cnt ul {
  width: 100%;
}
.c-list-cnt ul li {
  width: 48%;
  font-size: 15px;
  line-height: 1.9;
  display: inline-block;
}
.c-list-cnt:nth-of-type(3):before {
  position: absolute;
  content: "";
  height: 127px;
  width: 1px;
  background-color: #d3d4d4;
  right: 80px;
  bottom: 13px;
}
.c-list-cnt.c-dummy h2 {
  margin-bottom: 30px;
}
.c-list-cnt.c-dummy:before {
  display: none;
}
.cmn-table.arrow-head.c-list-cnt h2 {
  margin-bottom: 30px;
  margin-top: 14px;
}
.prod-lft-table.arrow-head ul li {
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0.005em;
}
.cmn-table.arrow-head.c-list-cnt ul li {
  font-weight: 300;
  color: #222629;
  font-size: 15px;
  letter-spacing: 0.005em;
}
