
/* ==============================
  1. extarnal styles
=========================== */


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(gradient.css);*/


/* ==============================
  2. Global styles
=========================== */

body {
  color: #292c30;
  font-family: Calibri, sans-serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: .02em;
  background:#f5f5f5;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri, sans-serif;
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pl-30 {
  padding-left: 30px;
}
.pt0 {
  padding-top: 0 !important;
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-60-none{
    margin-bottom: -60px;
}

.mb-30-none{
    margin-bottom: -30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}


.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60-none{
    margin-top: -60px;
}

.mb-90{
    margin-bottom: 90px;
}

.mb-90-none{
    margin-bottom: -90px;
}

.ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt-80{
    padding-top: 80px;
}

.pt-120 {
    padding-top: 120px;
}

.thm-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
   background: #fff;
}
.thm-btn {
  border: none;
  outline: none;
  background: #F7BE3D;
  font-size: 14px;
  line-height: 28px;
  color: #202020;
  text-transform: uppercase;
  font-family: Calibri, sans-serif;
  font-weight: 500;
  padding: 10px 0px;
  padding-left: 20px;
  padding-right: 15px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.thm-btn:hover {
  background: #C71F1F;
  color: #fff;
}
.thm-btn:hover i {
  color: #fff;
  border-color: transparent;
}
.thm-btn:hover i:after {
  background: #fff;
}
.thm-btn i {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  border-left: 1px solid #FFCD47;
  margin-left: 20px;
  padding-left: 15px;
  position: relative;
}
.thm-btn i:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background: #D7A41B;
}
.thm-btn.transparent {
  background-color: transparent;
  border: 1px solid #85A4BE;
  color: #fff;
}
.thm-btn.transparent i {
  color: inherit;
}
.thm-btn.transparent:hover {
  background: #1FB5C7;
  border-color: #1FB5C7;
  color: #fff;
}
.thm-btn.transparent:hover i {
  color: inherit;
}
.bg-none{
  background: none;
}

.higt-fix{
  height: 700px;
overflow-y: scroll;
}
/*-------------------btn new------------------------*/

.thm-btn-new {
  border: none;
  outline: none;
  background: #fff;
  font-size: 17px;
  line-height: 28px;
  color: #202020;
  /*text-transform: uppercase;*/
  font-family: Calibri, sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  /*padding-left: 15px;
  padding-right: 15 px;*/
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  border: 1px solid rgba(131, 129, 129, 0.3);
}
.thm-btn-new:hover {
  background: #F7BE3D;
  color: #000;
  border: 1px solid rgba(219, 162, 34, 0.3);
}
.thm-btn-new:hover i {
  color: #fff;
  border-color: transparent;
}
.thm-btn:hover i:after {
  background: #fff;
}
.thm-btn-new i {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  border-left: 1px solid #FFCD47;
  margin-left: 20px;
  padding-left: 15px;
  position: relative;
}
.thm-btn-new i:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background: #D7A41B;
}
.thm-btn-new.transparent {
  background-color: transparent;
  border: 1px solid #85A4BE;
  color: #fff;
}
.thm-btn-new.transparent i {
  color: inherit;
}
.thm-btn-new.transparent:hover {
  background: #1FB5C7;
  border-color: #1FB5C7;
  color: #fff;
}
.thm-btn-new.transparent:hover i {
  color: inherit;
}
/*-------------------------------------------------*/
.animate-3 {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.animate-5 {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.animate-7 {
  -webkit-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.animate-3-all * {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.animate-5-all * {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.animate-7-all * {
  -webkit-transition: all 0.7s ease;
          transition: all 0.7s ease;
}
.sec-padding {
  padding: 40px 0;
}
.sec-padding.page-title {
  padding-bottom: 30px;
}
.sec-title {
  margin-bottom: 30px;
}
.sec-title h2 {
  margin-top: -9px;
}

.sec-title h2:after {
  content: '';
  width: 55px;
  height: 3px;
  background: #F7BE3D;
  display: block;
  margin-top: 13px;
}
.sec-title h2 span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #323232;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
.sec-title p {
  color: #292c30;
  margin: 0;
  margin-top: 20px;
}

.list-item li {
  color: #292c30;
  line-height: 24px;
  padding-top: 4px;
  padding-left: 8px;
  margin: 2px;
  display: table;
}
.list-item li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  color: #7C7C7C;
  padding-right: 10px;
  display: table-cell;
}

/* ==============================
  3. Caption Effect styles
============================== */


.img-cap-effect:hover .img-box .img-caption {
  top: 0;
}
.img-cap-effect:hover .img-box .img-caption:before {
  bottom: 10px;
  opacity: 1;
}
.img-cap-effect:hover .img-box .img-caption .box-holder ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.img-cap-effect .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.img-cap-effect .img-box .img-caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 177, 47, 0.6);
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.img-cap-effect .img-box .img-caption:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  border: 5px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all .5s ease .5s;
          transition: all .5s ease .5s;
}
.img-cap-effect .img-box .img-caption .box-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.img-cap-effect .img-box .img-caption .box-holder ul {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all .5s ease 1s;
          transition: all .5s ease 1s;
}
.img-cap-effect .img-box .img-caption .box-holder ul li {
  display: inline-block;
}
.img-cap-effect .img-box .img-caption .box-holder ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #13314c;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}

/* ==============================
  4. Accrodion styles
============================== */

.accrodion.active .accrodion-title {
  background: #EBEBEB;
  border-color: #EBEBEB;
}
.accrodion.active .accrodion-title:after {
  content: '-';
  font-size: 40px;
  line-height: 39px;
}
.accrodion:last-child .accrodion-title {
  border-bottom: 1px solid #DEDEDE;
}
.accrodion .accrodion-title {
  cursor: pointer;
  border: 1px solid #DEDEDE;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 20px;
  position: relative;
}
.accrodion .accrodion-title:after {
  content: '+';
  font-family: Calibri, sans-serif;
  font-weight: normal;
  color: #898989;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 48px;
}
.accrodion .accrodion-title h4 {
  color: #242424;
  font-family: Calibri, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
}
.accrodion .accrodion-content {
  padding: 30px;
  background:#fafafa;
}
.accrodion .accrodion-content .img-caption .img-box,
.accrodion .accrodion-content .img-caption .content-box {
  display: table-cell;
  vertical-align: middle;
}
.accrodion .accrodion-content .img-caption .img-box {
  width: 200px;
}
.accrodion .accrodion-content .img-caption .content-box {
  vertical-align: top;
  padding-left: 30px;
}
.accrodion .accrodion-content .img-caption .content-box h4 {
  font-family: Calibri, sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
  margin-top: 10px;
}
.accrodion .accrodion-content .img-caption .content-box p {
  color: #898989;
}
.accrodion .accrodion-content .img-caption .content-box ul {
  margin-top: 3px;
}
.accrodion .accrodion-content .img-caption .content-box ul li {
  display: inline-block;
  color: #757575;
  margin-right: 40px;
}
.accrodion .accrodion-content .img-caption .content-box ul li:last-child {
  margin-right: 0;
}
.accrodion .accrodion-content .img-caption .content-box ul li i {
  color: #757575;
  margin-right: 15px;
}


/* ==============================
  5. Top Bar styles
============================== */

#top-bar {
  padding: 2px 0;
}
#top-bar .mainmenu-area .navbar-nav {
  float: right;
  margin: 0;
  margin-right: -25px;
}
#top-bar .mainmenu-area .navbar-nav li{
  color: #5e0505;
}

#top-bar .mainmenu-area .navbar-nav li a{
  color: #5e0505;
}

#top-bar .mainmenu-area .navbar-nav li a:hover{
  color: #c18600;
}

#top-bar .phone p {
  color: #fff;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
}
#top-bar .phone p span {
  font-size: 18px;
}
#top-bar .top-contact-info li {
  display: inline-block;
  color: #C0C0C0;
  padding-left: 35px;
}
#top-bar .top-contact-info li i {
  color: #4378B1;
  margin-right: 5px;
}
#top-bar .top-contact-info li i.fa-envelope {
  font-size: 17px;
}


/* ==============================
  6. header styles
============================== */

#header {
  background: #13314C;
  padding: 35px 0;
  position: relative;
}
#header .logo {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
#header .header-info {
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
#header .thm-container {
  position: relative;
  z-index: 99;
}
#header:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
  right: 0;
  border: 1px solid #0D263B;
}
#header:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  right: 0;
  border: 1px solid #173957;
}
.header-info {
  padding: 4px 0;
}
.header-info .info-box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.header-info .info-box:last-child {
  padding-right: 0;
}
.header-info .info-box .icon-box,
.header-info .info-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.header-info .info-box .icon-box {
  padding-right: 20px;
}
.header-info .info-box .icon-box i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 5px;
  border-left: 1px solid #435A6E;
  padding-left: 30px;
}
.header-info .info-box .icon-box i:before {
  margin: 0;
  font-size: 30px;
}
.header-info .info-box .social-icons {
  font-size: 0;
  margin-left: -7.5px;
  margin-right: -7.5px;
  line-height: 6px;
  margin-top: 5px;
}
.header-info .info-box .social-icons li {
  display: inline-block;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.header-info .info-box .social-icons li a {
  display: block;
  font-size: 15px;
  color: #D4D4D4;
}
.header-info .info-box .social-icons li a:hover {
  color: #FBB12F;
}
.header-info .info-box p {
  color: #D4D4D4;
  line-height: 20px;
  margin: 0;
}
.header-info .info-box p.highlighted {
  color: #139EA0;
}
.header-info .info-box p.phone-number {
  font-size: 18px;
  font-style: italic;
}
.header-info .info-box .icon-box.no-border i {
  border: none;
}
.header-info .search-box-wrapper {
  position: relative;
  cursor: pointer;
}
.header-info .search-box-wrapper:hover i {
  border-color: transparent;
}
.header-info .search-box-wrapper:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease .3s;
          transition: all .3s ease .3s;
}
.header-info .search-box-wrapper:hover .search-box-holder {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease .3s;
          transition: all .3s ease .3s;
}
.header-info .search-box-wrapper:before {
  content: '';
  width: 72px;
  height: 105px;
  visibility: hidden;
  opacity: 0;
  background: #0F2233;
  position: absolute;
  top: -29px;
  right: 0;
  z-index: 9999;
  -webkit-transition: all .3s ease .0s;
          transition: all .3s ease .0s;
}
.header-info .search-box-wrapper .icon-box {
  position: relative;
  z-index: 9999;
}
.header-info .search-box-wrapper .icon-box i {
  padding-left: 20px;
}
.header-info .search-box-wrapper .search-box-holder {
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  height: 60px;
  padding: 32px 0px 0px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease .0s;
          transition: all .3s ease .0s;
}
.header-info .search-box-wrapper .search-box-holder .search-box {
  background: #0F2233;
  padding: 20px 40px 20px 25px;
}
.header-info .search-box-wrapper .form {
  background: #10181F;
  width: 100%;
  height: 48px;
}
.header-info .search-box-wrapper .form input {
  padding-left: 30px;
  border: none;
  outline: none;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  width: calc(100% - 55px);
  background-color: transparent;
}
.header-info .search-box-wrapper .form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header-info .search-box-wrapper .form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header-info .search-box-wrapper .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.header-info .search-box-wrapper .form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
.header-info .search-box-wrapper .form input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: rgba(255, 255, 255, 0.5);
}
.header-info .search-box-wrapper .form button {
  position: relative;
  left: 2px;
  width: 50px;
  background: #FBB12F;
  color: #000000;
  font-size: 16px;
  padding: 11px 0px;
  border: none;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.header-info .search-box-wrapper .form button span {
  position: relative;
  z-index: 2;
}
.header-info .search-box-wrapper .form button:hover {
  background: #1FB5C7;
  color: #fff;
}
.header-info .search-box-wrapper .form button:hover i {
  color: inherit;
}
.header-info .search-box-wrapper .form button:hover:after {
  background: #1FB5C7;
}
.header-info .search-box-wrapper .form button i {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.header-info .search-box-wrapper .form button:after {
  background: #FBB12F;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-30deg);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.sidenavicon{
  display: none;
}
/* ==============================
  7. Header Menu styles
============================== */


.main-menu-wrapper {
  margin-top: -10px;
  margin-bottom: -55px;
  position: relative;width: 100%;
  /*background: #FBB12F;*/
  z-index: 9;
  -webkit-transition: background .5s ease;
          transition: background .5s ease;
}
.main-menu-wrapper.stricky-fixed {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+19,e2e2e2+69,d7d7d7+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0)
  /* IE6-9 */
}
.main-menu-wrapper.stricky-fixed .free-qoute-button {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper.stricky-fixed .free-qoute-button:before {
  content: '';
  background: #FBB12F;
  right: 100%;
  width: 2500px;
  top: 0;
  height: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper.stricky-fixed .free-qoute-button:hover {
  background: #1FB5C7;
}
.main-menu-wrapper.stricky-fixed .free-qoute-button:hover:before {
  background: #1FB5C7;
}
.main-menu-wrapper.stricky-fixed .free-qoute-button:hover a {
  color: #fff;
}
.main-menu-wrapper .thm-container {
  position: relative;
}
.main-menu-wrapper .thm-container:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.main-menu-wrapper .free-qoute-button {
  background: #FBB12F;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper .free-qoute-button:hover {
  background: #1FB5C7;
}
.main-menu-wrapper .free-qoute-button:hover:before {
  background: #1FB5C7;
}
.main-menu-wrapper .free-qoute-button:hover a {
  color: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper .free-qoute-button:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 80px;
  background: #FBB12F;
  height: 100%;
  -webkit-transform: skewx(-45deg);
      -ms-transform: skewx(-45deg);
          transform: skewx(-45deg);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper .free-qoute-button:after {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 10px;
  background: #13314C;
  height: 100%;
  -webkit-transform: skewx(-45deg);
      -ms-transform: skewx(-45deg);
          transform: skewx(-45deg);
  z-index: 9;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper .free-qoute-button a {
  font-size: 18px;
  color: #010101;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 30px 18px 28px;
  line-height: 29px;
  display: block;
  position: relative;
}
.main-menu-wrapper .free-qoute-button a:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -65px;
  right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
}
.nav-holder {
  position: relative;
}
.nav-holder .nav-header {
  display: none;
  padding: 12px 20px;
}
.nav-holder .nav-header button {
  width: 40px;
  height: 40px;
  background: #0F2233;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}
.nav-holder .nav-footer {
  display: block;
}
.nav-holder .nav-footer ul.nav > li {
  display: inline-block;
  line-height: 24px;
  padding: 18px 0;
  position: relative;
}
.nav-holder .nav-footer ul.nav > li:hover a,
.nav-holder .nav-footer ul.nav > li.active a {
  color: #1278B9;
  background-color: transparent;
}
.nav-holder .nav-footer ul.nav > li:last-child > a {
  border: none;
  padding-right: 0;
}
.nav-holder .nav-footer ul.nav > li > a {
  padding: 0 26px;
  display: block;
  font-size: 16px;
  color: #242424;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px dashed #BABABA;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu {
  left: 0;
  margin-top: 10px;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu.align-right {
  right: 0;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu {
  top: 0;
  left: 100%;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu.align-right {
  right: 100%;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li ul.submenu {
  position: absolute;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li {
  display: block;
  padding: 0;
  background: #D7D7D7;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a {
  border-bottom: 0;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a:after {
  display: none;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a {
  color: #fff;
  background: #bb2129;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a {
  color: #242424;
  font-family: Calibri, sans-serif;
  padding: 7px 26px;
  border-bottom: 1px solid #F3F5F7;
  position: relative;
  display: block;
  font-weight: 500;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 12px;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #C5C5C5;
}
.nav-footer ul.nav li.has-submenu > a > button {
  display: none;
}

.main-menu-wrapper.full-width {
  background: #FBB12F;
  margin-top: 0;
  margin-bottom: 0;
}
.main-menu-wrapper.full-width.stricky-fixed {top:0;}
.main-menu-wrapper.full-width .free-qoute-button a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+19,e2e2e2+69,d7d7d7+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0)
  /* IE6-9 */
}





/* ==============================
  8. Header Two styles
============================== */

#header2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 40px;
}
#header2.stricky-fixed {
  background: #13314C;
  border-color: #13314C;
}
#header2.stricky-fixed .nav-holder .nav-footer ul.nav > li {
  padding: 20px 0;
}
#header2.stricky-fixed .logo {
  padding: 10px 0;
}
#header2.stricky-fixed .logo img {
  width: 85%;
}
#header2 .logo {
  padding: 26px 0;
}
#header2 .nav-holder .nav-footer ul.nav > li {
  padding: 38px 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#header2 .nav-holder .nav-footer ul.nav > li:last-child > a {
  padding-right: 0;
}
#header2 .nav-holder .nav-footer ul.nav > li > a {
  color: #FFFFFF;
  font-size: 15px;
  border: none;
  padding: 0 14px;
}


/* ==============================
  9. Header Three styles
============================== */
#header3 {
  background: brown;
}

#header3.stricky-fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(220, 220, 220, 0.9);
}

#header3 .thm-container{
  background: transparent;
}

#header3.stricky-fixed .nav-holder .nav-footer ul.nav > li {
  padding: 20px 0;
}
#header3.stricky-fixed .logo {
  padding: 4px 0;
}
#header3.stricky-fixed .logo img {
  width: 56%;
}
#header3 .logo {
  padding: 5px 0;
  /*max-width: 146px;*/
  max-width: 138px;
  position: absolute;
  top: 0px;
}
#header3 .nav-holder .nav-footer ul.nav > li {
  /*padding: 35px 0;*/
  padding: 20px 0px 10px 0px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
#header3 .nav-holder .nav-footer ul.nav > li:last-child > a {
  padding-right: 0;
}
#header3 .nav-holder .nav-footer ul.nav > li > a {
  color: #fff;
  font-size: 17px;
  border: none;
  /*padding: 0 10px;*/
  padding: 0px 13px 8px 13px;
}


#header3.stricky-fixed .nav-holder .nav-footer ul.nav > li {
	/* padding: 35px 0; */
	padding: 30px 0px 10px 0px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#header3.stricky-fixed .nav-holder .nav-footer ul.nav > li > a {
	color: #292c30;
	font-size: 17px;
	border: none;
	/* padding: 0 10px; */
	padding: 0 15px 11px 15px;;
}


#header3.stricky-fixed .sidenav {
	display: none;
}

#header3.stricky-fixed .nav-holder .nav-footer ul.nav > li:last-child{
	/*display: none;*/
}
/* ==============================
  10. Banner styles
============================== */
/*---------------Excisting new banner css---------------*/

/*#slider {
  position: relative;
  overflow: hidden;
  margin: 0px 0 0 0;
  border-radius: 4px;
  width: 100%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 500px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1920px;
  height: 500px;
  background: #ccc;
  text-align: center;
  line-height: 500px;
}

.control_prev,
.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  border: 0;
}

.control_prev:hover, .control_next:hover {
  opacity: 1;
  transition: all 0.2s ease;
}

.control_prev {
  border-radius: 0 2px 2px 0;
}

.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}*/

/*---------------Excisting new banner css end---------------*/

.bs-example h2{
    margin: 0;     
    color: #666;
    padding-top: 90px;
    font-size: 52px;
    font-family: "trebuchet ms", sans-serif;    
}

.bs-example .item{
    background: #f1f1f1;    
    text-align: center;
    height: 370px !important;
}

.bs-example .carousel{
    margin-top: 0px;
}

.bs-example{
  margin: 0px;
}
.bs-example .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*height: 355px;*/
  height:auto;
}

.bs-example .carousel.carousel-fade .item {
  opacity:0;
  filter: alpha(opacity=0); /* ie fix */
}

.bs-example .carousel.carousel-fade .active.item {
    opacity:1;
    filter: alpha(opacity=100); /* ie fix */
}
/*-------------------------------------------*/

.thm-banner-wrapper .caption-h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.thm-banner-wrapper .caption-p {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 28px;
}
.thm-banner-wrapper .caption-divider span.divider {
  width: 1px;
  height: 90px;
  background: #fff;
  display: block;
}
.thm-banner-wrapper .thm-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: all .3s ease !important;
          transition: all .3s ease !important;
  font-weight: bold !important;
}
.thm-banner-wrapper .thm-btn i {
  margin: 0;
  border-color: transparent;
}
.thm-banner-wrapper .thm-btn i:after {
  display: none;
}
.thm-banner-wrapper .thm-btn.inverse {
  background: #1FB5C7;
  color: #fff;
}
.thm-banner-wrapper .thm-btn.inverse:hover {
  background: #F7BE3D;
  color: #202020;
}
.thm-banner-wrapper .thm-btn.inverse i {
  color: #fff;
}

/* ==============================
  11. Welcome Section styles
============================== */


.welcome-text {
  background: #183650;
  padding: 80px 0 120px;
}
.welcome-text .title-box,
.welcome-text .text-box {
  display: table-cell;
  vertical-align: middle;
}
.welcome-text .title-box {
  padding-right: 40px;
  border-right: 4px solid #12A0B1;
}
.welcome-text .title-box h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 33px;
  text-transform: uppercase;
}
.welcome-text .text-box {
  padding-left: 46px;
}
.welcome-text .text-box p {
  margin: 0;
  color: #AFC0CF;
  font-style: italic;
  font-size: 16px;
}
.welcome-services {
  margin-top: -80px;
  padding-bottom: 80px;
}
.welcome-services .service-text p {
  margin: 0;
  color: #898989;
  font-family: Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin-top: 55px;
}
.welcome-single-services {
  margin-top: 30px;
  background: #fff;
}
.welcome-single-services:hover .text-box {
  background: #1FB5C7;
}
.welcome-single-services:hover .text-box:before {
  background: #1FB5C7;
}
.welcome-single-services:hover .text-box:after {
  background: #183650;
  left: -23px;
  width: 20px;
  transform: skew(-15deg);
}
.welcome-single-services:hover .text-box h3,
.welcome-single-services:hover .text-box p {
  color: #FFFFFF;
}
.welcome-single-services .img-box,
.welcome-single-services .text-box {
  display: table-cell;
  vertical-align: middle;
}
.welcome-single-services .img-box {
  background: #fff;
  width: 222px;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.welcome-single-services .text-box {
  background: #EFF3F6;
  position: relative;
  padding-left: 25px;
  padding-right: 27px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.welcome-single-services .text-box .content {
  position: relative;
  z-index: 11;
}
.welcome-single-services .text-box:before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: skew(-12deg);
      -ms-transform: skew(-12deg);
          transform: skew(-12deg);
  background: #EFF3F6;
  z-index: 9;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.welcome-single-services .text-box:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -21px;
  -webkit-transform: skew(-13deg);
      -ms-transform: skew(-13deg);
          transform: skew(-13deg);
  background: #DADADA;
  z-index: 8;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.welcome-single-services .text-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #242424;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 9px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.welcome-single-services .text-box p {
  color: #898989;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}


/* ==============================
  12. Featured Services styles
============================== */


.featured-services {
  overflow: hidden;
/*  background: #F3F5F7;*/
}
.featured-services.style-two {
  background: #183650 url(../images/parallax-featured-service.jpg) right top no-repeat fixed;
  background-size: 130% 100%;
}
.featured-services.style-two .featured-service-box {
  position: relative;
  padding-bottom: 55px;
}
.featured-services.style-two .featured-service-box:before {
  content: '';
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #183650;
}
.featured-services.style-two .single-featured-service {
  padding-left: 45px;
}
.featured-services.style-two .single-featured-service .title-box h3 span {
  color: #fff;
}
.featured-services.style-two .single-featured-service .icon-box {
  color: #1FB5C7;
}
.featured-services.style-two .single-featured-service .icon-box i:before {
  color: #1FB5C7; 
}
.featured-services.style-two .single-featured-service p {
  color: #ABC3D8;
}
.featured-services .left-full-img img {
  max-width: none;
}
.featured-services .right-full-img img {
  max-width: none;
  float: right;
}
.featured-service-box {
  padding-top: 25px;
}
.single-featured-service {
  margin-top: 45px;
}
.single-featured-service header {
  margin-bottom: 18px;
}
.single-featured-service .icon-box,
.single-featured-service .title-box {
  display: table-cell;
  vertical-align: middle;
}
.single-featured-service .icon-box {
  color: #000000;
  font-size: 45px;
  padding-right: 25px;
}
.single-featured-service .icon-box i:before {
  font-size: 45px;
  color: #000000;
  margin: 0;
}
.single-featured-service .title-box h3:after {
  content: '';
  background: #F6BA18;
  width: 45px;
  height: 3px;
  display: block;
  vertical-align: top;
  margin-top: 10px;
}
.single-featured-service .title-box h3 span {
  display: block;
  color: #323232;
  font-family: Calibri, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.featured-services.about-page {
  padding-top: 80px;
}
.featured-services.about-page .sec-title {
  margin-bottom: 0;
}


/* ==============================
  13. Call To Action styles
============================== */


.call-to-action {
  background: #1c3a53 url(../images/call-to-action/bg.jpg) center left no-repeat;
  background-size: cover;
}
.call-to-action .right-full-image {
  text-align: center;
}
.call-to-action .right-full-image img {
  position: relative;
  top: 75px;
}
.call-to-action .call-to-action-text {
  padding-top: 71px;
  border-top: 10px solid #12A0B1;
}
.call-to-action .call-to-action-text h3 {
  font-family: Calibri, sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 23px;
}
.call-to-action .call-to-action-text p {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 26px;
}


/* ==============================
  14. FAQ styles
============================== */


.faq-section .accrodion {
  padding-right: 70px;
}
.faq-section .view-location p {
  color: #757575;
  margin-top: 36px;
}
.faq-section.home-two .view-location p {
  margin-top: 90px;
}
.faq-section .view-location a {
  color: #E2A604;
  font-weight: bold;
  text-transform: uppercase;
}
.request-qoute {
  background: #f3f5f7 url(../images/request-qoute-bg.png) no-repeat center right;
}
.request-qoute.service-page {
  background-color: #fff;
}

/* ==============================
  15. Contact From styles
============================== */
.contact-form-wrap {
  padding: 26px;
  background: #f4f4f4;
  border-radius: 10px;
}
.contact-form.contact-page input {
  height: 50px;
  background: #FDFDFE;
}
.contact-form.contact-page textarea {
  height: auto;
  background: #FDFDFE;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 2.75rem;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.contact-form.contact-page select {
  height: 50px;
}
.contact-form.contact-page p {
  margin-bottom: 20px;
}
.contact-form.contact-page h4.nob {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
font-weight: 600;
text-decoration: underline;
}
.contact-form.contact-page button {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact-form .form-grp-box {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-form .form-grp {
  margin-bottom: 15px;
}
.contact-form .form-grp.half {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.contact-form label.error {
  display: none !important;
}

.contact-form .reqr{
  color: #f30000;
}

.contact-form input {
  width: 100%;
  border: 1px solid #dadada;
  outline: none;
  height: 47px;
  padding: 0 20px;
  color: #1a1a1a;
}
.contact-form input:focus {
  border-color: #c07a2c;
  box-shadow: 0 0 7px #c07a2c;
}
.contact-form input.error {
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.5);
}
.contact-form input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #898989;
}
.contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
}
.contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
}
.contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #898989;
}
.contact-form input::-ms-input-placeholder {
  /* Edge */
  color: #898989;
}
.contact-form input:placeholder-shown {
  /* Standard one last! */
  color: #898989;
}
.contact-form textarea {
  width: 100%;
  height: 125px;
  padding: 10px 20px;
  border: 1px solid #dadada;
  outline: none;
  color: #1a1a1a;
}
.contact-form textarea:focus {
  border-color: #c07a2c;
  box-shadow: 0 0 7px #c07a2c;
}
.contact-form textarea.error {
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.5);
}
.contact-form textarea::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #898989;
}
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
}
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
}
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #898989;
}
.contact-form textarea::-ms-input-placeholder {
  /* Edge */
  color: #898989;
}
.contact-form textarea:placeholder-shown {
  /* Standard one last! */
  color: #898989;
}
.contact-form button {
  margin-top: 5px;
}
.contact-form .select-menu + .ui-selectmenu-button {
  width: 100% !important;
  border-radius: 0;
  padding: 0px 20px;
  border: 1px solid #E5E5E5;
  height: 47px;
  background: #fff;
  outline: none;
  color: #898989;
}
.contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  padding: 0;
  font-weight: normal;
  font-family: Calibri, sans-serif;
  line-height: 47px;
}
.contact-form .select-menu + .ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
  background: url(../images/select-menu-arrow.png) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  margin-top: -3px;
  margin-right: 8px;
}
.ui-selectmenu-menu .ui-menu {
  background: #fff;
}
.ui-selectmenu-menu .ui-menu-item {
  font-size: 14px;
  font-family: Calibri, sans-serif;
  padding: 5px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  background: #1FB5C7;
  border-color: #1FB5C7;
  color: #fff;
  font-weight: normal;
}

/* The check */
#ContentPlaceHolder1_chkboxListBusinessType input{
  width: 8%;
}
#ContentPlaceHolder1_chkboxListBusinessType label {
    position: none;
    top: 0;
    margin-left: 0;
    float: left;
    font-size: 17px;
}

/*--------------------------------*/

#ContentPlaceHolder1_chkboxListBullionDealer input{
  width: 20%;
}
#ContentPlaceHolder1_chkboxListBullionDealer label{
  position: relative;
  top: -20px;
  }

#ContentPlaceHolder1_chkboxListManufacturer input{
  width: 20%;
}
#ContentPlaceHolder1_chkboxListManufacturer label{
  position: relative;
  top: -20px;
  }


#ContentPlaceHolder1_chkboxListRetailers input{
  width: 20%;
}
#ContentPlaceHolder1_chkboxListRetailers label{
   position: relative;
  top: -20px;
  }



/*#ContentPlaceHolder1_chkboxListServices input{
  width: 20%;
}
#ContentPlaceHolder1_chkboxListServices label{
   position: relative;
  top: -20px;
  }*/
  

#ContentPlaceHolder1_chkboxListProfessionals input{
  width: 20%;
}
#ContentPlaceHolder1_chkboxListProfessionals label{
   position: relative;
  top: -20px;
  }


/*----------*/
.check {
  display: inline;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 40px;
}

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dadada;
}

/* On mouse-over, add a grey background color */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #c07a2c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 8px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.file-padd input{
  padding-top: 10px;
  }
/* [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
} */
/* ==============================
  16. Testimonials styles
============================== */

.testimonial-box {
  padding-right: 50px;
}
.testimonial-box .content-box {
  background: #F9FAFB;
  padding: 40px 30px;
}
.testimonial-box .top {
  margin-bottom: 13px;
}
.testimonial-box .top .qoute-box,
.testimonial-box .top .title {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-box .content-box .title h3 {
  font-family: Calibri;
  color: #242424;
  font-weight: bold;
  font-size: 18px;
}
.testimonial-box .content-box .qoute-box {
  font-size: 100px;
  color: #F6BA18;
  font-family: Calibri, sans-serif;
  vertical-align: bottom;
  line-height: 0;
  position: relative;
  top: 13px;
  padding-right: 20px;
}
.testimonial-box .content p {
  color: #898989;
  margin: 0;
  margin-bottom: 10px;
}
.testimonial-box .content span {
  color: #3BC2CE;
  font-style: italic;
  display: block;
}
.testimonial-box .content img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  margin-top: 20px;
  margin-bottom: -105px;
}

/* ==============================
  17. Team Page styles
============================== */

.team-page {
  padding-bottom: 30px;
}
.team-page .single-team-member {
  margin-bottom: 50px;
}
.team-page .single-team-member .img-box{
  text-align: center;
}
.team-page .single-team-member .img-box img{
  width: 200px;
  height: 200px;
}
.single-team-member .content {
  background: #F3F5F7;
  padding: 20px;
  padding-top: 25px;
  padding-right: 0;
}
.single-team-member .content .name-box {
  margin-bottom: 12px;
}
.single-team-member .content .name-box:after {
  content: '';
  width: 35px;
  height: 3px;
  background: #F6BA18;
  display: block;
  margin-top: 7px;
}
.single-team-member .content .name-box h3 {
  font-family: Calibri, sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.single-team-member .content .name-box span {
  color: #898989;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  font-style: italic;
}
.single-team-member .content p {
  color: #969595;
}
.single-team-member a.readmore {
  background: #1FB5C7;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 5px 5px 55px;
  position: relative;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.single-team-member a.readmore:hover {
  background: #FBB12F;
  color: #010101;
}
.single-team-member a.readmore:hover:after {
  background: #FBB12F;
}
.single-team-member a.readmore i {
  font-size: 13px;
  margin-left: 25px;
}
.single-team-member a.readmore:after {
  content: '';
  position: absolute;
  top: 0;
  right: -17px;
  width: 36px;
  height: 100%;
  background: #1FB5C7;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}


/* ==============================
  18. Fact Counter styles
============================== */

.fact-counter {
  background: url(../images/fact-counter-bg.jpg) 0 0 no-repeat fixed;
  background-size: 100% 100%;
  position: relative;
}
.fact-counter:before {
  content: '';
  background: rgba(0, 0, 0, 0.68);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-fact-counter {
  padding-left: 15px;
}
.single-fact-counter .icon-box,
.single-fact-counter .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-fact-counter .icon-box i {
  color: #fff;
  font-size: 50px;
}
.single-fact-counter .text-box {
  padding-left: 30px;
}
.single-fact-counter .text-box h4 {
  color: #fff;
  font-family: Calibri, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: normal;
}
.single-fact-counter .text-box p {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  color: #34CCFF;
  margin: 0;
  font-style: italic;
  font-weight: normal;
}

/* ==============================
  19. Latest Blog styles
============================== */


.latest-blog {
  background: #F3F5F7;
}
.single-blog-post .img-box,
.single-blog-post .content-box {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post .img-box {
  width: 270px;
}
.single-blog-post .content-box {
  padding-left: 30px;
}
.single-blog-post .content-box .date {
  font-size: 18px;
  color: #444444;
  margin-bottom: 22px;
}
.single-blog-post .content-box .date span {
  font-size: 45px;
  color: #242424;
}
.single-blog-post .content-box h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Calibri, sans-serif;
}
.single-blog-post .content-box p {
  color: #8E8D8D;
}
.single-blog-post .content-box a.thm-btn {
  font-size: 12px;
  padding: 4px 0;
  padding-left: 22px;
  padding-right: 20px;
  margin-top: 9px;
}
.single-blog-post .content-box a.thm-btn i {
  border: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.single-blog-post .content-box a.thm-btn i:after {
  display: none;
}

/* ==============================
  20. Client Carousel styles
============================== */


.client-carousel .item img {
  /*opacity: .5 !important;*/
  border: 1px solid #F0F0F0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.client-carousel .item img:hover {
  opacity: 1 !important;
}

.bg-shadow{
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.4);
}


/* ==============================
  21. Footer Top styles
============================== */

.footer-top {
  padding: 40px 0 44px;
  margin-bottom: -25px;
  position: relative;
  z-index: 10;
  background: transparent url(../images/footer-top-bg.png) center right no-repeat;
}
.footer-top h3 {
  font-size: 34px;
  font-weight: bold;
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-top p {
  font-size: 25px;
  color: #FFFFFF;
  font-style: italic;
}
.footer-top .thm-btn {
  margin-top: 41px;
}
.footer-top form {
  margin-top: 23px;
}
.footer-top form input {
  height: 45px;
  margin-right: 15px;
  border-radius: 3px;
  border: none;
  outline: none;
  padding: 0 15px;
  width: 66%;
  color: #838383;
}
.footer-top form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #838383;
  opacity: 1;
}
.footer-top form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #838383;
  opacity: 1;
}
.footer-top form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #838383;
  opacity: 1;
}
.footer-top form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838383;
}
.footer-top form input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #838383;
}
.footer-top form .thm-btn {
  padding: 8px 0px;
  padding-left: 20px;
  padding-right: 15px;
}
.footer-top form .thm-btn:hover {
  background: #10151B;
}
#footer {
  /*background: #10181f url(../images/footer-bg.jpg) center center no-repeat;*/
  background: transparent;
  padding-bottom: 0px;
}
#footer.sec-padding {
  padding: 15px 0;
  }

/* ==============================
  22. Footer styles
============================== */

.footer-widget .title {
  margin-bottom: 20px;
}
.footer-widget .title h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #F7BE3D;
  display: block;
  margin-top: 13px;
}
.footer-widget .title h3 span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #323232;
}
.footer-widget .about-widget p {
  color: #62666A;
  margin-top: 30px;
}
.footer-widget .about-widget a {
  color: #202020;
  margin-top: 20px;
}
.footer-widget .about-widget .social {
  margin-top: 45px;
}
.footer-widget .social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #1FB5C7;
  border-radius: 50%;
  margin-right: 6px;
}
.footer-widget .social li a {
  color: #1FB5C7;
  font-size: 18px;
  line-height: 38px;
}
.footer-widget .social li a .fa-google-plus {
  font-size: 16px;
}
.footer-widget .link-list a {
  color: #62666A;
  text-transform: capitalize;
  line-height: 39px;
}
.footer-widget .link-list a:hover {
  color: #208e9b;
}
.footer-widget .footerlogo{
  margin-left: 60px;
}

.footer-widget .footerlogo img{
  width: 80px;
}

.footer-widget .contact-infos{
  margin-top: 0%;
}

.footer-widget .contact-infos li .icon-box,
.footer-widget .contact-infos li .text-box {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget .contact-infos li .icon-box {
  font-size: 17px;
  color: #636363;
  vertical-align: top;
}
.footer-widget .contact-infos li .text-box {
  padding-left: 18px;
  color: #62666A;
}
.footer-widget .contact-infos li .text-box a{
  color: #62666A;
}
.footer-widget .contact-infos li .text-box b {
  font-weight: bold;
  color: #82868A;
}


/* ==============================
  23. Bottom Bar styles
============================== */


.bottom-bar {
  padding: 27px 0;
  border-top: 1px solid #161F27;
  background: #10151B;
}
.bottom-bar p {
  margin: 0;
  color: #464C54;
}

/* ==============================
  24. Inner Banner styles
============================== */

.inner-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e8e9bf;
 /* background: #13314c url(../images/inner-banner.jpg) center center no-repeat;
  background-size: cover;*/
}

.inner-banner h2 {
  font-family: Calibri, sans-serif;
  font-size: 40px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bc990f;
}

.inner-banner ul.breadcumb li {
  display: inline-block;
  margin-right: 6px;
}

.inner-banner ul.breadcumb li:last-child a:after,
.inner-banner ul.breadcumb li:last-child span:after {
  display: none;
}

.inner-banner ul.breadcumb li a,
.inner-banner ul.breadcumb li span {
  display: inline-block;
  color: #bc990f;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}

.inner-banner ul.breadcumb li a i,
.inner-banner ul.breadcumb li span i {
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
}

.inner-banner ul.breadcumb li a:after,
.inner-banner ul.breadcumb li span:after {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  color: #bc990f;
  font-size: 13px;
  margin-left: 7px;
}

/* ==============================
  25. Services styles
============================== */

.services-section {
  background: #F3F5F7;
  padding-bottom: 0;
}
.single-services {
  margin-bottom: 80px;
}
.single-services .img-box {
  margin-bottom: 46px;
}
.single-services .img-box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  border-right: 0;
}
.single-services h3 {
  margin-bottom: 22px;
}
.single-services h3:after {
  content: '';
  background: #F6BA18;
  width: 45px;
  height: 3px;
  display: block;
  vertical-align: top;
  margin-top: 10px;
}
.single-services h3 span {
  display: block;
  color: #323232;
  font-family: Calibri, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.single-services p {
  color: #898989;
  margin: 0;
  margin-bottom: 5px;
}
.single-services a {
  text-transform: uppercase;
  color: #08ADD0;
  font-size: 12px;
  font-weight: 600;
}
.single-services a i {
  margin-left: 8px;
}

/* ==============================
  26. About Info Box styles
============================== */

.about-info-box {
  background: #ffffff url(../images/about-info-box/bg.png) bottom right no-repeat;
}
.about-info-box .img-box {
  display: inline-block;
  overflow: visible;
}
.about-info-box .img-box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #C3C3C3;
}
.about-info-box .img-box img {
  position: relative;
}
.about-info-box .bulleted-list {
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-info-box .bulleted-list li {
  color: #4486BD;
}
.about-info-box .bulleted-list li .fa {
  line-height: 40px;
}

/*-------------------------------*/
  .about-area.profile .sec-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-area.profile .sec-title h2::after {
    content: '';
    width: 55px;
    height: 3px;
    background: #F7BE3D;
    display: inline-block;
    margin-top: 13px;
    text-align: center;
  }
  .about-area .sub-heading {
    line-height: 1.6;
    font-size: 20px;
    text-align: center;
  }

  .about-area .pb-5 {
    padding-bottom: 0rem !important;
  }

  .about-area .plr {
    padding-left: 4%;
    padding-right: 4%;
  }

  .about-area .objectives ul {
    margin-bottom: 16px;
  }

  .about-area .objectives li {
    padding: 6px;
    list-style: circle;
  }

.services-block {
  overflow: hidden;
  position: relative;
  background: #bc990f;
  color: #fff;
}
.services-block .image-frame {
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}
.services-block .block {
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 40px 40px 40px 100px;
  border-color: rgba(255, 255, 255, 0.05);
}

.history-block {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.history-block .image-frame {
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
}
.history-block .block {
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 40px 60px 40px 40px;
  border-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1024px) {
 
  .history-block .image-frame {
    left: 0;
  }

  .history-block .block {
    color: #fff;
    background: rgba(53, 53, 53, 0.8);
    z-index: 9;
  }

  .history-block .block .sec-title h2 span{
     color: #fff;
  }
  .history-block .block {
      height: auto !important;
      padding: 20px 20px 20px 20px;
    }
}
@media (max-width: 991px) {
  .services-block .image-frame {
    right: 0;
  }

  .services-block .block {
    color: #fff;
    background: rgba(53, 53, 53, 0.8);
  }

  .history-block .image-frame {
    left: 0;
  }

  .history-block .block {
    color: #fff;
    background: rgba(53, 53, 53, 0.8);
    z-index: 9;
  }

  .history-block .block .sec-title h2 span{
     color: #fff;
  }
  .history-block .block {
      height: auto !important;
      padding: 20px 20px 20px 20px;
    }

  .about-members .memberlist{
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
    .services-block .image-frame {
        right: 0;
    }
   .services-block .block {
      height: auto !important;
      padding: 20px 20px 20px 20px;
    }
    .history-block .image-frame {
        left: 0;
    }
   .history-block .block {
      height: auto !important;
      padding: 20px 20px 20px 20px;
    }
}
.about-members.has-overlay {
  background: url(../images/welcomebg.png) 0 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; 
  overflow: hidden;
  padding: 40px 0px 0px 0px;
}

.about-members .thm-container {
  background: transparent; 
}

.about-members .sec-title p{
  color:#fff;
}

.about-members .memberlist .list {
  margin: 0 0 30px;
}
.about-members .memberlist .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.about-members .list li::before {
  top: 4px;
  left: 0;
  content: "";
  font-size: 10px;
  line-height: 10px;
  position: absolute;
}
.about-members .list li {
  position: relative;
  padding: 0 0 0 8px;
}
.about-members .memberlist ul {
    margin-bottom: 16px;    
    color:#fff;
  }

 .about-members .memberlist li {
    padding: 6px;
    list-style: circle;
    color:#fff;
  }

.about-members.has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: #081C34;
  opacity: .75;*/
}
.about-members.has-overlay .container {
  position: relative;
}
.about-members.has-overlay .sec-title h2 span {
  color: #fff;
}
.about-members.has-overlay .has-overlay {
  position: relative;
  padding-bottom: 179px;
}
.about-members.has-overlay .has-overlay * {
  position: relative;
}
.about-members.has-overlay .has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  background: #081C34;
  opacity: .8;  
}
.about-members.has-overlay .has-overlay:after {
  content: '';
  position: absolute;
  width: 25000px;
  height: 100%;
  right: 100%;
  top: 0;

  background: #081C34;
  opacity: .8;  
}
.about-members.has-overlay .testimonial-box .content-box {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
}
.about-members.has-overlay .testimonial-box .content-box .title h3,
.about-members.has-overlay .testimonial-box .content p {
  color: #fff;
}

.request-qoute.has-overlay .contact-form input,
.request-qoute.has-overlay .contact-form textarea {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
  color: #fff;
}

.about-members .membersnames{
  padding: 2% 5%;
  background: rgba(0, 0, 0, 0.5);
}
.single-service-page .meta-info {
  padding: 15px 0;
}

.single-service-page .meta-info .date-box, .single-service-page .meta-info .content-box {
  display: table-cell;
  vertical-align: middle;
}

.single-service-page .meta-info .date-box .inner-box {
  width: 60px;
height: 60px;
background:#ad6728;
color:#fff;
border-radius: 50%;
text-align: center;
/* text-transform: uppercase; */
padding-top: 12px;
font-weight: bold;
line-height: 16px;
font-size: 16px;
font-weight: normal;
}

.single-service-page .meta-info .date-box .inner-box b {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.single-service-page .meta-info .content-box {
  padding-left: 10px;
}

.single-service-page .meta-info .content-box h3 {
  color: #fff;
  font-weight: normal;
  text-transform: none;
  font-size: 17px;
  margin-bottom: 6px;
}

.about-members .holidaylist{
   /*overflow-y: scroll;   
    height: 465px;
    scrollbar-color: #ad6728 #554338;*/
  }

.about-members .holidaylist table tr {
  background-color: transparent;
  border: 1px solid #ddd;
  padding: .35em;
  color: #fff;
}

.about-members .holidaylist table th {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  /* text-transform: uppercase; */
}
.about-members .holidaylist table th {
  padding: 2px 8px;
  /* text-align: center; */
  border: 1px solid #ccc;
}
.about-members .holidaylist table td {
  font-size: 16px;
  font-weight: normal;
}
.about-members .holidaylist table td {
  padding: 2px 8px;
  /* text-align: center; */
  border: 1px solid #ccc;
}
/*-------------------------------*/

.contact-info {
  border: 1px solid #EEEEEE;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  background: #fff;
}
.contact-info ul li {
  padding-top: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EEEEEE;
}
.contact-info ul li:last-child {
  border-bottom: 0;
}
.contact-info ul li .icon-box,
.contact-info ul li .content {
  display: table-cell;
  vertical-align: top;
}
.contact-info ul li .icon-box i {
  color: #F6BA18;
  font-size: 45px;
  position: relative;
  top: 5px;
}
.contact-info ul li .content {
  padding-left: 45px;
}
.contact-info ul li .content p {
  color: #8D8D8D;
  margin: 0;
}
#contact-page-google-map {
  margin-top: 80px;
  height: 400px;
  padding: 6px;
  width: 100%;
  background: #fff;
  border: 1px solid #F0F0F0;
}
.contact-page-content {
  background: #ffffff url(../images/contact-page-bg.png) top right no-repeat;
}
.rqa-feature .bg-1 {
  background: #13314C;
}
.rqa-feature .bg-2 {
  background: #145A77;
}
.rqa-feature .bg-3 {
  background: #1D6B8B;
}
.single-rqa-feature {
  padding: 0 25px;
  padding-top: 37px;
  padding-bottom: 60px;
}
.single-rqa-feature i {
  font-size: 55px;
  color: #F6BA18;
  margin-bottom: 20px;
}
.single-rqa-feature h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  font-family: Calibri, sans-serif;
  margin-bottom: 10px;
}
.single-rqa-feature p {
  color: #fff;
  line-height: 24px;
  margin: 0;
}

/* ==============================
  27. Side Bar Widget styles
============================== */

/*
.pull-left .single-sidebar-widget {
  padding-right: 50px;
}
.pull-right .single-sidebar-widget {
  padding-left: 50px;
}
.single-sidebar-widget {
  margin-bottom: 50px;
}
.single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
  margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 span {
  font-size: 22px;
}
.single-sidebar-widget .sec-title h2:after {
  width: 35px;
}
.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  height: 40px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 2px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  line-height: 40px;
}
.single-sidebar-widget .dwnld-broucher a {
  text-transform: uppercase;
  color: #08ADD0;
  font-weight: 600;
  margin-top: 30px;
  font-size: 12px;
  display: inline-block;
}

.single-sidebar-widget.vacancies{
  background: #f5f5f5;
  padding:30px;
}

.single-sidebar-widget.vacancies p{
  
}
.single-sidebar-widget.vacancies p a{
 font-weight: 600;
}

.single-sidebar-widget .special-links li:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
  background: transparent;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
           border-bottom: 1px solid #ccc;
}
.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li.active a {
  background: #F8F8F8;
  color: #000;
}
.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
  opacity: 1;
}
.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
  color: inherit;
}
.single-sidebar-widget .special-links li a:after {
  content: '\f101';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
  color: #6A6969;
  font-weight: normal;
}
.single-sidebar-widget .special-links li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -1px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 50px;
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}*/



.pull-left .single-sidebar-widget {
  padding-right: 50px;
}
.pull-right .single-sidebar-widget {
  padding-left: 50px;
}
.single-sidebar-widget {
  margin-bottom: 80px;
}
.single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
  margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 span {
  font-size: 20px;
}
.single-sidebar-widget .sec-title h2:after {
  width: 35px;
}
.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  height: 40px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 2px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  line-height: 40px;
}
.single-sidebar-widget .dwnld-broucher a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
  font-size: 12px;
  display: inline-block;
}

.single-sidebar-widget .dwnld-broucher .img-cap-effect .img-box .img-caption .caption-text{
  text-align:center; 
  margin-top:45%;
}
.single-sidebar-widget .dwnld-broucher .img-cap-effect .img-box .img-caption .caption-text h4{
  font-weight: 700;
}


.single-sidebar-widget .special-links li:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
  background: #F3E9D5;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  /*line-height: 50px;*/
  position: relative;
 /* padding: 0 20px;*/
 padding: 8px 12px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li.active a {
  background: #DFAD58;
  color: #fff;
}

.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
  opacity: 1;
}
.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
  color: inherit;
}
.single-sidebar-widget .special-links li a:after {
  content: '\f101';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 44px;
  color: #6A6969;
  font-weight: normal;
}
.single-sidebar-widget .special-links li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -1px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 44px;
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

/*------------------------------------------------*/

.single-sidebar-widget .search-box form {
  background: #10181F;
  width: 100%;
  height: 48px;
}
.single-sidebar-widget .search-box form input {
  padding-left: 30px;
  border: none;
  outline: none;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  width: calc(100% - 55px);
  background-color: transparent;
}
.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.single-sidebar-widget .search-box form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.single-sidebar-widget .search-box form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.single-sidebar-widget .search-box form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
}
.single-sidebar-widget .search-box form input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: rgba(255, 255, 255, 0.5);
}
.single-sidebar-widget .search-box form button {
  position: relative;
  left: 2px;
  width: 50px;
  background: #FBB12F;
  color: #000000;
  font-size: 16px;
  padding: 11px 0px;
  border: none;
  outline: none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:hover {
  background: #1FB5C7;
}
.single-sidebar-widget .search-box form button:hover i {
  color: #fff;
}
.single-sidebar-widget .search-box form button:hover:after {
  background: #1FB5C7;
}
.single-sidebar-widget .search-box form button i {
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:after {
  background: #FBB12F;
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  -webkit-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  transform: skew(-30deg);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.single-sidebar-widget .categories ul li:last-child a {
  border: none;
}
.single-sidebar-widget .categories ul li a {
  color: #898989;
  text-transform: capitalize;
  line-height: 42px;
  display: block;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.single-sidebar-widget .categories ul li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #C8C8C8;
  position: absolute;
  top: 0;
  right: 0;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
  border-width: 2px;
}
.single-sidebar-widget .popular-post li {
  margin-bottom: 30px;
}
.single-sidebar-widget .popular-post li:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar-widget .popular-post .img-box {
  width: 110px;
}
.single-sidebar-widget .popular-post .content {
  padding-left: 30px;
}
.single-sidebar-widget .popular-post .content a h4 {
  font-family: Calibri, sans-serif;
  color: #242424;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.single-sidebar-widget .popular-post .content a h4:hover {
  color: #1FB5C7;
}
.single-sidebar-widget .popular-post .content p {
  color: #8E8D8D;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.single-sidebar-widget .popular-post .content span {
  color: #1CBAC8;
  font-size: 13px;
  display: block;
  margin-top: 4px;
  font-weight: 500;
}
.single-sidebar-widget .text-box p {
  color: #8E8D8D;
}
.single-sidebar-widget .insta-feed ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
  border-width: 2px;
}
.single-sidebar-widget .insta-feed ul .img-box {
  width: 106px;
  margin-bottom: 1px;
}
.single-sidebar-widget .tag-cloud {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.single-sidebar-widget .tag-cloud li {
  display: inline-block;
}
.single-sidebar-widget .tag-cloud li a {
  display: block;
  color: #787878;
  text-transform: uppercase;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  padding: 7px 22px;
  font-size: 12px;
  margin: 0 5px;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.single-sidebar-widget .tag-cloud li a:hover {
  background: #E5E5E5;
  color: #787878;
  border-color: #E5E5E5;
}
.single-client-box {
  margin-bottom: 50px;
}
.single-client-box:last-child {
  margin-bottom: 0;
}
.single-client-box .icon-box,
.single-client-box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-client-box .icon-box {
  width: 170px;
  text-align: center;
  border-top: 4px solid #1FB5C7;
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.single-client-box .content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-top: 1px solid #E9E9E9;
}
.single-client-box .content h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: Calibri, sans-serif;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-client-box .content p {
  color: #898989;
  margin: 0;
}

/* ==============================
  28. Fleet Gallery styles
============================== */


.fleet-gallery {
  overflow: hidden;
}
.fleet-gallery .mix {
  display: none;
}
.fleet-gallery.gray-bg {
  background: #F3F5F7;
}
.gallery-filter {
  margin-bottom: 35px;
}
.gallery-filter li {
  display: inline-block;
}
.gallery-filter li span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #242424;
  border: 1px solid transparent;
  padding: 1px 28px;
  cursor: pointer;
}
.gallery-filter li.active span,
.gallery-filter li:hover span {
  border-color: #9B9B9B;
}
.single-fleet-gallery-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.single-fleet-gallery {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 15px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption {
  background: rgba(33, 185, 186, 0.8);
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder ul {
  display: block;
  margin-top: 10px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder ul li a {
  width: 40px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .box-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .caption-text {
  display: block;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .caption-text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .caption-text p {
  color: #fff;
  margin: 0;
}
.single-fleet-gallery-wrapper.style-two {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.single-fleet-gallery-wrapper.style-two .single-fleet-gallery {
  margin: 0;
  padding: 0 7.5px;
  width: 20%;
  float: left;
  margin-top: 15px;
}

/* ==============================
  29. Pricing styles
============================== */

.single-pricing-box {
  text-align: center;
}
.single-pricing-box .pricing-top-bar {
  background: #1FB5C7;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 0;
}
.single-pricing-box .price-box {
  background: #13314C;
  font-size: 18px;
  color: #fff;
  vertical-align: bottom;
  padding: 26px 0;
}
.single-pricing-box .price-box span.amount {
  font-weight: bold;
  font-size: 55px;
  line-height: 55px;
}
.single-pricing-box .price-box span.currency {
  font-size: 37px;
  vertical-align: top;
}
.single-pricing-box .feature-list {
  border: 1px solid #E9E9E9;
  border-top: 0;
  border-bottom: 0;
}
.single-pricing-box .feature-list ul li {
  background: #FFFFFF;
  color: #898989;
  text-transform: uppercase;
  line-height: 58px;
}
.single-pricing-box .feature-list ul li:nth-child(even) {
  background: #F9F9F9;
}
.single-pricing-box .btn-wrap {
  border: 1px solid #E9E9E9;
  border-top: 0;
}
.single-pricing-box .btn-wrap .thm-btn {
  padding: 8px 42px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ==============================
  30. FAQ Page styles
============================== */

.faq-question-one .single-faq {
  margin-bottom: 28px;
}
.faq-question-one .single-faq:last-child {
  margin-bottom: 0;
}
.faq-question-one .single-faq h3 {
  font-size: 16px;
  line-height: 33px;
  font-weight: bold;
  color: #242424;
  font-family: Calibri, sans-serif;
}
.faq-question-one .single-faq p {
  color: #898989;
  margin-top: 4px;
}

/* ==============================
  31. Testimonial Page styles
============================== */


.single-testimonial-box {
  border-top: 1px solid #E6E6E6;
  padding-top: 25px;
  padding-bottom: 30px;
}
.single-testimonial-box:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.single-testimonial-box header .icon-box,
.single-testimonial-box header .info-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-box header .icon-box {
  width: 130px;
}
.single-testimonial-box header .info-box {
  padding-left: 35px;
}
.single-testimonial-box header .info-box h4 {
  font-size: 18px;
  font-weight: normal;
  font-family: Calibri, sans-serif;
}
.single-testimonial-box header .info-box p {
  color: #898989;
  margin: 0;
  margin-top: 11px;
}
.single-testimonial-box header .info-box ul.stars {
  margin-top: 8px;
}
.single-testimonial-box header .info-box ul.stars li {
  display: inline;
  font-size: 14px;
  color: #F6BA18;
}
.single-testimonial-box article {
  margin-top: 20px;
}
.single-testimonial-box .name {
  color: #1FB5C7;
  font-size: 15px;
  font-style: italic;
}
.single-testimonial-box article p {
  color: #898989;
}
.single-testimonial-box article .sign {
  text-align: right;
  margin-top: -20px;
}

/* ==============================
  32. Page Navigation styles
============================== */

.page-navigation {
  margin-top: 50px;
}
.page-navigation li {
  display: inline;
}
.page-navigation li a,
.page-navigation li span {
  width: 46px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  color: #8E8D8D;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  margin-right: 5px;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.page-navigation li span,
.page-navigation li a:hover {
  background: #E7E7E7;
  color: #242424;
}

/* ==============================
  33. 404 Error styles
============================== */

.error-404 .container {
  background: #EEEEEE;
  margin-top: 120px;
}
.error-404 img {
  margin-top: -120px;
}
.error-404 h2 {
  color: #000000;
  font-size: 45px;
  font-weight: bold;
  margin-top: 33px;
  margin-bottom: 23px;
}
.error-404 h2 span {
  font-size: 60px;
}
.error-404 p {
  color: #4B4B4B;
  font-size: 20px;
  font-style: italic;
}
.error-404 .thm-btn {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 13px;
}

/* ==============================
  34. Single service page styles
============================== */
.single-service-page{
   background: #fff;
}

.single-service-page .image-box,
.single-post-page .image-box {
  margin-bottom: 50px;
}
.single-service-page .image-caption-box,
.single-post-page .image-caption-box {
  margin-bottom: 50px;
}
.single-service-page .image-caption-box .text-box,
.single-post-page .image-caption-box .text-box,
.single-service-page .image-caption-box .caption-box-img,
.single-post-page .image-caption-box .caption-box-img {
  display: table-cell;
  vertical-align: middle;
}
.single-service-page .image-caption-box .text-box,
.single-post-page .image-caption-box .text-box {
  padding-right: 46px;
}
.single-service-page .image-caption-box .text-box h2,
.single-post-page .image-caption-box .text-box h2 {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-service-page .image-caption-box .text-box p,
.single-post-page .image-caption-box .text-box p {
  color: #292c30;
}
.single-service-page .image-caption-box .caption-box-img,
.single-post-page .image-caption-box .caption-box-img {
  width: 248px;
}

/* ==============================
  35. FAQ Form styles
============================== */

.faq-form {
  background: #F9F9F9;
  padding: 20px 30px;
  border: 1px solid #EAEAEA;
  margin-bottom: 50px;
}
.faq-form input {
  height: 44px;
  border: 1px solid #E9E9E9;
  outline: none;
  padding-left: 25px;
  width: 81%;
  position: relative;
  top: 1px;
}
.faq-form .thm-btn {
  padding: 8px 39px;
  border-radius: 0;
  margin-left: -4px;
}
.faq-page .accrodion {
  margin-bottom: 20px;
}
.faq-page .accrodion .accrodion-title {
  background: #fff;
}
.faq-page .accrodion .accrodion-title h4 {
  font-size: 14px;
  color: #898989;
  font-weight: normal;
  text-transform: none;
}
.faq-page .accrodion.active .accrodion-title:after {
  background: #1FB5C7;
  color: #fff;
}
.faq-page .accrodion .accrodion-title:after {
  width: 50px;
  right: 0;
  background: #FCFCFC;
  text-align: center;
  border-left: #EDEDED;
  height: 100%;
}
.faq-page .accrodion .accrodion-title {
  border: 1px solid #EDEDED;
}
.faq-page .accrodion .accrodion-content {
  border: 1px solid #EDEDED;
  border-top: 0;
  padding: 30px;
}
.faq-page .accrodion .accrodion-content p {
  color: #898989;
  margin-bottom: 20px;
}
.faq-page .accrodion .accrodion-content h3 {
  font-family: Calibri, sans-serif;
  font-weight: 300;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 10px;
}
.faq-page .accrodion .accrodion-content .img-caption .img-box {
  width: 237px;
}

/* ==============================
  36. Career Page styles
============================== */

.career-page .caption-box {
  margin-bottom: 50px;
}
.career-page .caption-box .content-box,
.career-page .caption-box .img-box {
  display: table-cell;
  vertical-align: middle;
}
.career-page .caption-box .content-box {
  padding-right: 25px;
}
.career-page .caption-box .img-box {
  width: 270px;
}
.career-page .accrodion .accrodion-content .single-job-details {
  margin-bottom: 50px;
}
.career-page .accrodion .accrodion-content .single-job-details:last-child {
  margin-bottom: 0;
}
.career-page .accrodion .accrodion-content h2 {
  text-transform: uppercase;
  color: #242424;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
.career-page .accrodion .accrodion-content .download-app-box {
  margin-top: 50px;
  margin-bottom: -30px;
  background: #F4F4F4;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 40px;
}
.career-page .accrodion .accrodion-content .download-app-box h3 {
  text-transform: capitalize;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.career-page .accrodion .accrodion-content .download-app-box p {
  margin: 0;
  color: #898989;
}
.career-page .accrodion .accrodion-content .download-app-box .btn-box {
  padding: 16px 0;
}
.career-page .accrodion .accrodion-content .download-app-box .btn-box .thm-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 35px;
  padding-right: 15px;
}
.career-page .accrodion .accrodion-content .download-app-box .btn-box .thm-btn i {
  margin-left: 35px;
}
.career-page .accrodion .accrodion-title h4 {
  padding-right: 50px;
  text-transform: uppercase;
  color: #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ==============================
  37. Blog Page styles
============================== */

.blog-page .single-blog-post {
  margin-bottom: 50px;
}
.blog-page .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-page .single-blog-post .img-box {
  display: block;
  width: auto;
}
.blog-page .single-blog-post .img-box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  border-right: 0;
}
.blog-page .single-blog-post .img-box .img-caption {
  text-align: right;
}
.blog-page .single-blog-post:hover .img-box .img-caption .box-holder ul {
  opacity: 1;
  visibility: visible;
}
.blog-page .single-blog-post .img-box .img-caption .box-holder ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  visibility: hidden;
  vertical-align: bottom;
  padding-bottom: 20px;
  padding-right: 10px;
}
.blog-page .single-blog-post .meta-info {
  padding: 30px 0;
}
.blog-page .single-blog-post .meta-info .date-box,
.blog-page .single-blog-post .meta-info .content-box {
  display: table-cell;
  vertical-align: middle;
}
.blog-page .single-blog-post .meta-info .date-box .inner-box {
  width: 78px;
  height: 78px;
  background: #FBB12F;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  padding-top: 16px;
  font-weight: bold;
}
.blog-page .single-blog-post .meta-info .date-box .inner-box b {
  font-size: 28px;
  display: block;
}
.blog-page .single-blog-post .meta-info .content-box {
  padding-left: 26px;
}
.blog-page .single-blog-post .meta-info .content-box h3 {
  color: #363636;
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li {
  display: table-cell;
  vertical-align: middle;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li:last-child {
  padding-right: 0;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a {
  color: #A1A1A1;
  padding-right: 30px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a:hover {
  color: #FBB12F;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a:hover i {
  color: #1FB5C7;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a i {
  color: #FBB12F;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a i.fa-tag {
  font-size: 17px;
}
.blog-page .single-blog-post .meta-info .content-box .post-links li a i.fa-comments-o {
  font-size: 18px;
}
.blog-page .single-blog-post p {
  color: #898989;
}
.blog-page .single-blog-post a.read-more {
  text-transform: uppercase;
  color: #08ADD0;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.blog-page .single-blog-post a.read-more:after {
  content: '\f178';
  font-family: 'FontAwesome';
  margin-left: 10px;
}
.blog-page .single-blog-post a.read-more:hover {
  color: #FBB12F;
}
.single-post-page h2 {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-post-page .qoute-box {
  background: #1FB5C7;
  font-family: Calibri, sans-serif;
  font-style: italic;
  padding: 30px 30px;
  padding-left: 17px;
  margin-top: 15px;
  margin-bottom: 50px;
}
.single-post-page .qoute-box .qoute-icon,
.single-post-page .qoute-box .qoute-text {
  display: table-cell;
  vertical-align: middle;
}
.single-post-page .qoute-box .qoute-icon {
  padding-right: 30px;
}
.single-post-page .qoute-box .qoute-icon i {
  color: #fff;
  font-size: 103px;
  vertical-align: top;
  position: relative;
  bottom: 15px;
}
.single-post-page .qoute-box .qoute-text p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.single-post-page .qoute-box .qoute-text .name {
  text-align: right;
  color: #fff;
  display: block;
}
.single-post-page .sec-title {
  margin-bottom: 30px;
}
.single-post-page .sec-title h2 span {
  font-size: 20px;
}
.single-post-page .sec-title h2:after {
  width: 35px;
}
.single-post-page .tag-social-box {
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 0;
  margin-top: 45px;
  margin-bottom: 50px;
}
.single-post-page .tag-social-box .social-box ul li {
  display: inline-block;
}
.single-post-page .tag-social-box .social-box ul li a {
  color: #787C7F;
  font-size: 16px;
  margin-left: 16px;
}
.single-post-page .admin-info-box .img-box,
.single-post-page .admin-info-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-post-page .admin-info-box .img-box {
  width: 114px;
}
.single-post-page .admin-info-box .text-box {
  padding-left: 30px;
}
.single-post-page .admin-info-box .text-box h3 {
  font-size: 14px;
  letter-spacing: .2em;
  color: #1F1F1F;
  font-family: Calibri, sans-serif;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.single-post-page .comments-box {
  margin-top: 60px;
}
.single-post-page .comments-box .single-comment {
  margin-bottom: 30px;
}
.single-post-page .comments-box .single-comment .comment-img,
.single-post-page .comments-box .single-comment .comment-text {
  display: table-cell;
  vertical-align: top;
}
.single-post-page .comments-box .single-comment .comment-img {
  width: 70px;
}
.single-post-page .comments-box .single-comment .comment-text {
  padding-left: 30px;
}
.single-post-page .comments-box .single-comment .comment-text h3 {
  font-size: 13px;
  letter-spacing: .200em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.single-post-page .comments-box .single-comment .comment-text h3 span {
  color: #1CBAC8;
  font-style: italic;
}
.single-post-page .comments-box .single-comment .comment-text p {
  margin: 0;
}
.single-post-page .comments-box .single-comment .comment-text .inner {
  border: 1px solid #EFEFEF;
  padding: 26px 30px;
}
.single-post-page .comments-box .single-comment .comment-text a.reply-button {
  text-transform: uppercase;
  color: #1F1F1F;
  font-size: 12px;
  font-weight: 600;
}
.single-post-page .comments-box .load-more-comment {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #343434;
  font-weight: bold;
  display: block;
}
.single-post-page .comment-form {
  margin-top: 60px;
}
.single-post-page .comment-form input,
.single-post-page .comment-form textarea {
  width: 100%;
  display: block;
  border: 1px solid #E8E8E8;
  outline: none;
  height: 50px;
  padding: 0 22px;
  color: #959595;
}
.single-post-page .comment-form textarea {
  margin-top: 25px;
  height: 230px;
  padding-top: 15px;
  margin-bottom: 25px;
}
.single-post-page .comment-form button {
  padding-top: 7px;
  padding-bottom: 7px;
}

.qrcode{padding-bottom: 10px !important;}

.qrcodeimg{
  width: 100% !important;
  display: inline-block !important;
  height: auto !important;
}

.qrcode h3{font-size: 28px; color: #000; padding-bottom: 20px;}

.qrcode p{font-size: 18px; line-height: 26px; color: #000; font-weight: 400; padding-bottom: 0px;}

.qrcode .event-venue h4{font-size: 28px;}

.qrcode .event-venue h5{font-size: 26px; padding-bottom: 10px;}

/* ==============================
  38. Text Slider styles
=========================== */

.text-rotator-banner {
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.text-rotator-banner.style-two .caption-wrapper {
  margin-top: 80px;
  padding-left: 23px;
}
.text-rotator-banner .caption-wrapper {
  margin-top: 195px;
}
.text-rotator-banner span.horiz-border {
  width: 120px;
  height: 2px;
  background: #FBB12F;
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 20px;
}
.text-rotator-banner .caption-p {
  margin-bottom: 30px;
}
.text-rotator-banner .type-wrap {
  display: inline-block;
}
.text-rotator-banner .typed-cursor {
  position: relative;
  bottom: 5px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ==============================
  39. Request Qoute New Style
=========================== */


.request-qoute.has-overlay {
  background: url(../images/rqa-bg.jpg) 0 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; 
  overflow: hidden;
}
.request-qoute.has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #081C34;
  opacity: .75;
}
.request-qoute.has-overlay .container {
  position: relative;
}
.request-qoute.has-overlay .sec-title h2 span {
  color: #fff;
}
.request-qoute.has-overlay .has-overlay {
  position: relative;
  padding-bottom: 179px;
}
.request-qoute.has-overlay .has-overlay * {
  position: relative;
}
.request-qoute.has-overlay .has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  background: #081C34;
  opacity: .8;  
}
.request-qoute.has-overlay .has-overlay:after {
  content: '';
  position: absolute;
  width: 25000px;
  height: 100%;
  right: 100%;
  top: 0;

  background: #081C34;
  opacity: .8;  
}
.request-qoute.has-overlay .testimonial-box .content-box {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
}
.request-qoute.has-overlay .testimonial-box .content-box .title h3,
.request-qoute.has-overlay .testimonial-box .content p {
  color: #fff;
}
.request-qoute.has-overlay .contact-form input,
.request-qoute.has-overlay .contact-form textarea {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
  color: #fff;
}

.request-qoute.has-overlay .contact-form input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
}
.request-qoute.has-overlay .contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.request-qoute.has-overlay .contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.request-qoute.has-overlay .contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.request-qoute.has-overlay .contact-form input::-ms-input-placeholder {
  /* Edge */
  color: #fff;
}
.request-qoute.has-overlay .contact-form input:placeholder-shown {
  /* Standard one last! */
  color: #fff;
}
.request-qoute.has-overlay .contact-form textarea::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
}
.request-qoute.has-overlay .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.request-qoute.has-overlay .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.request-qoute.has-overlay .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.request-qoute.has-overlay .contact-form textarea::-ms-input-placeholder {
  /* Edge */
  color: #fff;
}
.request-qoute.has-overlay .contact-form textarea:placeholder-shown {
  /* Standard one last! */
  color: #fff;
}
.request-qoute.has-overlay .contact-form .select-menu + .ui-selectmenu-button {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
  color: #fff;
}
.request-qoute.has-overlay .has-overlay {padding-bottom: 64px;}


/*=====================================
Career 
======================================*/

.career.has-overlay {
  background: url(../images/career.jpg) 0 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; 
  overflow: hidden;
  min-height: 800px;
  padding: 6%;
}
.career.has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DFAD58;
  opacity: .75;
}
.career.has-overlay .container {
  position: relative;
}
.career.has-overlay .sec-title h2 span {
  color: #fff;
}
.career.has-overlay .has-overlay {
  position: relative;
  padding-bottom: 179px;
}
.career.has-overlay .has-overlay * {
  position: relative;
}
.career.has-overlay .has-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  background: #081C34;
  opacity: .8;  
}
.career.has-overlay .has-overlay:after {
  content: '';
  position: absolute;
  width: 25000px;
  height: 100%;
  right: 100%;
  top: 0;

  background: #081C34;
  opacity: .8;  
}
.career.has-overlay .testimonial-box .content-box {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.4);
}
.career.has-overlay .testimonial-box .content-box .title h3,
.career.has-overlay .testimonial-box .content p {
  color: #fff;
}
.career.has-overlay .has-overlay {padding-bottom: 64px;}
  
.career-box{
  background: #d39a46;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.career-box h3{
 text-align: center;
}
.career-box a{
  color: #fff;
}

/* ====================================
  40. Featured Services Style Two
======================================= */

.featured-services.style-two {
    background: #183650;
}
.featured-services.style-two .featured-service-box {
  padding-bottom: 38px;
}
.featured-services.about-page p {
  color: #898989;
}

/* =======================================
  41. Welcome Services Home one styles
========================================== */

.welcome-services.home-one {
  margin-top: 0px;
  padding-top: 80px;
  background: #E3E8EC;
}
.welcome-services.home-one .sec-title {
  margin-bottom: 20px;
}
.welcome-services.home-one .welcome-single-services .text-box,
.welcome-services.home-one .welcome-single-services .text-box:before {
  background: #fff;
}
.welcome-services.home-one .welcome-single-services:hover .text-box,
.welcome-services.home-one .welcome-single-services:hover .text-box:before {
  background: #1FB5C7;
}
.welcome-services.home-one .welcome-single-services .img-box {
  background: #E3E8EC;
  -webkit-clip-path: none;
  clip-path: none;
}

/* ==============================================
  42. Testimonials box with carousel styles
================================================= */

.testimonial-box.with-carousel .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #1FB5C7;
  background-color: transparent;
  width: 15px;
  height: 15px;
}
.testimonial-box.with-carousel .owl-theme .owl-dots .owl-dot.active span, .testimonial-box.with-carousel .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #FBB12F;
  background-color: transparent;
  
  /*background: #FBB12F;*/
}
.testimonial-box.with-carousel .item {padding-bottom: 75px;}


/* ==============================================
  43. Track Your shipment styles
================================================= */

.track-shipment-form > ul > li {
  margin-bottom: 30px;
}
.track-shipment-form > ul > li:last-child {margin-bottom: 0;}
.track-shipment-form ul li .label,
.track-shipment-form ul li .content {
  float: left;
}
.track-shipment-form ul li .label {
  font-size: 14px;
  font-weight: normal;
  color: #242424;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 175px;
  line-height: 47px;
}
.track-shipment-form ul li .content {
  width: calc( 80% - 175px);
  padding-left: 30px;
}
.track-shipment-form ul li .content input[type="radio"] {width: 15px;height: 15px; -webkit-box-shadow: none !important;
box-shadow: none !important; margin-right: 7px;position: relative;top: 3px;margin-bottom: 0;}
.track-shipment-form ul.radio-box li {line-height: 43px;}
.track-shipment-form .thm-btn {padding-top: 5px;padding-bottom: 5px;}
.track-shipment-form button[type="reset"] {background-color: transparent;border: none;color: #1FB5C7;margin-top: 10px;outline: none;}


/*----------------------------------------------------*/
#mySidenav .col-md-3{
  padding-right: 15px;
  padding-left: 6px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 4px;
}

.sidenav .panel-title a {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: #d8d8d8 ;
  display: block;
  transition: 0.3s;
  font-weight: 400 !important;
}

.sidenav a:hover {
  color: #fafafa;
}

.sidenav .closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 50px;
  margin-left: 50px;
 /* position: sticky;
  top: 0;*/
  /*right: 24px;*/
  /*font-size: 31px;*/
  color: #d8d8d8 ;
  font-weight: 700;
  z-index: 1;
  /*border: 1px solid #fafafa;
  background: #8c8c8c;*/
 /* border-radius: 0 0 12px 12px;*/
 float: right;
 /*margin-right: 8px;*/
}


.sidemenu li{
	/*border-bottom: 1px solid rgba(131, 129, 129, 0.3);
  margin-bottom: 6px;
  padding-bottom: 6px;*/
  width: 18%;
  float: left;
  text-align: center;
  margin: 0px 10px 25px 10px;
}
.sidemenu li h4{
  color: #d8d8d8 ;
  margin-top: 10px;
  border-bottom: 1px solid rgba(200, 199, 199, 0.3);
  padding-bottom: 8px;
  min-height: 50px;
   font-weight: 400 !important;
}

.sidemenu.panel-body {
  padding: 15px;
  background: #575757;
}
/*----------------------------------*/


.sidemenu li.menu1_1{
 background: url(../images/our-website-menu/WSC-sm.jpg) left top no-repeat; min-height: 100px;
}
.sidemenu li .one{
background:rgba(0, 0, 0, 0.7); padding-top: 14%; text-align: center; color: #fff; min-height: 100px; width: 94%;
}

.sidemenu li .two{
background:rgba(255, 255, 255, 0.5); padding-top: 14%; text-align: center; color: #fff; min-height: 100px; width: 94%;
}

.sidemenu li h4{
  font-size: 12px;
}
/*----------------------------------*/

.sidemenu li.menu1_2{
 background: url(../images/our-website-menu/ibja-rate-logo-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/
.sidemenu li.menu1_3{
 background: url(../images/our-website-menu/First-Step-logo-sm.jpg) left top no-repeat; min-height: 100px;
}
/*----------------------------------*/

.sidemenu li.menu1_4{
 background: url(../images/our-website-menu/Skill-Development-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/

.sidemenu li.menu1_5{
 background: url(../images/our-website-menu/ibja-summit-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/
.sidemenu li.menu1_6{
 background: url(../images/our-website-menu/ibja-awards-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/
.sidemenu li.menu1_7{
 background: url(../images/our-website-menu/fashion-logo-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/
.sidemenu li.menu1_8{
 background: url(../images/our-website-menu/IBJA-news.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/

.sidemenu li.menu1_9{
 background: url(../images/our-website-menu/IBJA-Assaying-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/
.sidemenu li.menu1_10{
 background: url(../images/our-website-menu/dharamnokanto-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/
.sidemenu li.menu1_11{
 background: url(../images/our-website-menu/ibjacommunicationcenter-sm.jpg) left top no-repeat; min-height: 100px;
}

/*----------------------------------*/



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px; 
  			color: #fff;}
}

.mySidenav .panel-group .panel .panel-collapse .panel-body ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mySidenav .panel-group .panel .panel-collapse .panel-body li{
  margin: 0px;
  padding: 0;
  display: inline-block;
}

.mySidenav .panel-group .panel .panel-collapse .panel-body li img{
  

}
.mySidenav .panel-group .panel .panel-collapse .panel-body li p{
  color:#000;
  font-size: 16px;
  line-height: 24px;  
  text-align: center;
  margin-top: 10px;
}

/*------------------Accordion with plus minus icon toggle pure css---------------------------*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    font-size: 18px;
    font-weight: 300;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

/*-------------------------------------------------------*/

#tickerdiv{
  /*border: 2px solid black;*/
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background:#fff url(../images/ticker-bg.jpg) left top repeat-x;
}

#tickerdiv1 {
  display: inline-block;
  animation: marquee 44s linear infinite;
  font-size: 15px;
  width: 100%;
}

#tickerdiv1 img{ 
  margin-left: 10px;
}
.dn{
  color: red;
}

.up{
  color: green;
}

#tickerdiv2 {
  display: inline-block;
  animation: marquee2 22s linear infinite;
  animation-delay: 12s;
}
#tickerdiv2 img{ 
  margin-left: 10px;
}



@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes marquee3 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}

.rate-box{
  /*border: 1px solid #e0e0e0; 
  display: inline-block;
  padding: 30px;*/  
  border: 1px solid #e0e0e0;
  display: inline-block; 
  min-height: 200px
}

.rate-box.bg{ 
 /* overflow: hidden;
  white-space: nowrap;
  width: 100%;*/
  background:url(../images/ibja-rates-logo.png) no-repeat right center,
             url(../images/bullionrates-bg.jpg) left top no-repeat;
}
.rate-box.lt{
   padding: 15% 15px 0px 15px;
}

.rate-box h3{
   font-size: 22px;
  margin: 10px 0px;
  text-align: center;
}
.rate-box.lt h3 {
  font-size: 22px;
  margin: 10px 0px;
  text-align: center;
  padding-right: 50px;
  /* width: 70px; */
}

.rate-box.lt h3 a{
  color: #292c30;
}

/*-------------------------------------------*/

.rate-box.rt{
   padding: 3% 15px 0px 15px;
}
.rate-box.rt h3 {  
  font-size: 22px;
  margin: 10px 0px;
  text-align: center;
  padding-right: 60px;
  /* width: 70px; */
}
.rate-box.rt h3 a{
  color: #292c30;
}

/*--------------------------------*/

.rate-box h4{
  margin: 10px 0px;
  text-align: center;
}

.rate-box ul{
  margin: 0px;
  padding: 0px;
}
.rate-box li{
  margin: 10px;
  padding: 0px;
  list-style: disc;
  width: 70%
}

.rate-box li span{
 float: right;
}

.l-box-img{
  position: absolute;
  top: 26%;
  right: 24px;
}

.left-brd{
   border-right: 1px solid rgba(131, 129, 129, 0.3);
   margin: 25px 0px;
}

.left-section{
  padding: 5px 20px;
}

.divider-line{
  border-top:1px solid rgba(131, 129, 129, 0.3);
  margin: 42px 10px 42px 10px;
}

.foundation{
  background:#fff url(../images/sponsors/foundation-bg-img.jpg) left top no-repeat;
  width: 100%;
  height: 270px;
}

.txt-b{
  padding-top: 40%;
}

.foundation h2{
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.foundation p{
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 20%;
}

/*-------------------------------------*/

.event-box{
  border: 1px solid #e0e0e0; 
  display: inline-block;
  padding: 20px;  
  width: 100%;
}

.event-box img{
   box-shadow: 5px 8px 4px -3px #757575;
 /*box-shadow: 4px 4px 4px rgba(82, 82, 82, 0.5);*/

}

.event-box h3{
  margin-bottom: 10px;
}

.event-box h4{
 margin-bottom: 10px;
 font-weight: 600;
}

.event-box p{
  color: #000;
}

.event-box p span{

}
/*-------------------------------------------*/

.event-box-inner{
	border: 1px solid #e0e0e0;
	/*display: inline-block;
	 padding: 30px;
	border: 1px solid #e0e0e0;
	display: inline-block; */
	min-height: 205px;
	padding:15px 20px;
	text-align: center;
  margin-bottom: 30px;
}

.event-box-inner .divider{
	background: #e0b573;
	padding: 3px;
	margin: 0px 40px;
}
.event-box-inner h3{
	font-size: 20px;	
 font-weight: 500;
	margin-top:15px;
  margin-bottom: 5px;
}

.event-box-inner h4{
 margin-bottom: 15px;
 font-weight: 500;
}
.event-box-inner h5{
	font-size: 18px;
	margin-top: 16%;
 font-weight: 600;
}

.event-box-inner p{
  color: #000;
}


/*--------------------------------------------*/
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
/*---------------------------------------------*/
.msg-outer {
  position: relative;
  min-height: 1px;
  top: 20px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.msg {
  position: relative;
  margin-bottom: 30px;
  margin-left: 50px;
 /* padding: 30px 35px 30px 115px;*/
  border: 1px solid #e0e0e0; 
  background-color: #ffffff;
  padding-left: 12%;
}

.msg blockquote {
  text-align: justify;
 margin-bottom: 10px;
  /* border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;*/
  border-left: none !important;
    
}
.msg blockquote p{
  display: -webkit-box;
  overflow : hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  }

.msg img {
  position: absolute;
  top: 25%;
  left: -60px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #e0e0e0; 
}

/*.about::after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.about {
  border-color: #cc9966;
  background-color: #ffffff;
}*/

.msg h6 {
  color: #cc9966;
}

.msg h6 span {
  color: #3e3d3d;
}

.abt-box{
  background: #f4f3f4;
  padding: 20px 
}

/*-------------------------------News slider css------------------------------*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 /*.active > div { display:none; }*/
 .active > div { }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -100%; }
  .carousel-inner .active.right { left: 100%; }
  .carousel-inner .next        { left:  100%; }
  .carousel-inner .prev        { left: -100%; }
  .carousel-col                { width: 100%; }
  .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev        { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
  .carousel-inner .next        { left:  50%; }
  .carousel-inner .prev        { left: -50%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
  .carousel-inner .next        { left:  25%; }
  .carousel-inner .prev        { left: -25%; }
  .carousel-col                { width: 50%; }
  .active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
  .active > div:first-child + div + div + div { display:block; }
}
.card{
  border: 1px solid rgba(131, 129, 129, 0.3);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-body p{
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.card-text{
  text-align: center;
}

/*.homenews .card h3.card-title{
  min-height: 60px;
}
*/
.homenews .card p.card-text{
  min-height: 105px;
}

/*--------------------contact footer---------------------*/

.flex-rw {
  display: flex;
  flex-flow: row wrap;
}

.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px);
}

.footer-social-section {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 5px;
}

.footer-social-connect {
  display: flex;
  align-items: center;
  font: 2.5em "Calibri", sans-serif;
  color: #292c30;
}

.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  padding: 0 20px;
}

.footer-social-small {
  font-size: 0.6em;
  padding: 6px 14px 0px;
}

.footer-social-overlap > a {
  font-size: 2.2em;
  padding: 0px 4px;
}

.generic-anchor {
  /*color: #8DB9ED;*/
}

.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

.footer-bottom-wrapper {
  font-size: 13px;
  color: #292c30;
  text-align: center;
}
.footer-address {
  display: inline;
  font-style: normal;
}
/*------------------------*/

.footer-social-overlap.footer-social-icons-wrapper {
  padding: 0px 0;
}

.footer-social-overlap.footer-social-icons-wrapper a {
  color: #292c30;
}

.fa-3x {
  font-size: 1.5em;
}
.footer-social-overlap.footer-social-icons-wrapper .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.footer-social-overlap.footer-social-icons-wrapper .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
/*
    Multicoloured Hover Variations
*/

.footer-social-overlap.footer-social-icons-wrapper #social-fb:hover {
  color: #3B5998;
}

.footer-social-overlap.footer-social-icons-wrapper #social-tw:hover {
  color: #4099FF;
}

.footer-social-overlap.footer-social-icons-wrapper #social-in:hover {
  color: #007bb5;
}

.footer-social-overlap.footer-social-icons-wrapper #social-yt:hover {
  color: #bb0000;
}

.footer-social-overlap.footer-social-icons-wrapper #social-inst:hover {
  color: #d32f92;
}

/*------------------------*/

#footer .thm-container{
  background: transparent;
}

#footer .mid-content{
  margin: 0px;
  text-align: center;
  font-size: 13px;
  line-height: 8px;
letter-spacing: .01em;
}

#footer .mid-content p{
  margin: 10px;
}

#footer .mid-content p a{
 color: #292c30; 
}

#footer .mid-content ul{
  margin: 0px;
  padding: 0px; 
}
#footer .mid-content li{
  margin: 0px;
  padding: 0px 6px;
   display: inline-block;
}

#footer .mid-content li i{
   padding-right: 5px;
}

/*------------------------------------------*/

table {
  /* border: 1px solid #ccc;
  border-collapse: collapse; */
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: 6px 10px;
  /*text-align: center;*/
  border: 1px solid #ccc;
}

table tr.shade-bg{
  background: linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(247,247,247,1) 100%);
}

table td {
font-size: 18px;
font-weight:normal; 
}
table td.txt-red {
color:#ff0000;
font-weight: 500;
}

table th {
  font-size: 18px;
  font-weight:600;  
  letter-spacing: .02em;
  /* text-transform: uppercase; */
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.events .pastbg{
	margin-top: 30px;
	padding: 10px 0px 30px 0px;
	background: #f8f8f8;
}

/*----------------------news section--------------------*/
.news h1 {
    font-size: 18px;
    font-weight: 600;
  }

  .news h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
  }

  .news p {
    margin: 0px;
  }

  .newsbox {
    /*padding: 15px 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5bcbd;
    margin-bottom: 3%;*/
  }
  .c-margin-b-20 {
    margin-bottom: 20px;
  }
  .c-margin-t-10 {
    margin-top: 10px !important;
  }
  .c-padding-t-40 {
    padding-top: 20px;
  }


  .list-wrapper {
    padding: 15px;
    overflow: hidden;
  }

  .list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
  }

  .list-item h4 {
    color: #c78945;
    font-size: 18px;
    margin: 10px 0 5px;
    font-weight: 600; 
  }
  .list-item h4 i{
    font-size: 20px;
    vertical-align: middle;
  }

  .list-item p {
    margin: 0;
  }

  .simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  .simple-pagination li {
    display: inline-block;
    margin-right: 5px;
  }

  .simple-pagination li a,
  .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
  }

  .simple-pagination .current {
    color: #FFF;
    background-color: #F7BE3D;
    border-color: #F7BE3D;
  }

  .simple-pagination .prev.current,
  .simple-pagination .next.current {
    background: #c78945;
  }


.pastevent-wrapper {
    /*padding: 15px;*/
    overflow: hidden;
  }

  .pastevent-item {
   /* border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;*/
  }


  /*---------------------------------------------*/

  /*-----------------------------Contact Us------------------------*/
  .md-bottom-space {
    padding-bottom: 30px;
}
.contactus .loc-container {
    position: relative;
    /* float: left; */
    width: 100%;
}

.contactus .loc-container .content-location {
    position: relative;
    float: left;
    opacity: 1;
    width: 100%;
    height: 340px;
    text-align: center;
    padding: 30px;
    color: #fff;
    transition: all .2s ease-in-out;
    background: #bc990f;
    border:1px solid #bc990f; 
}
.contactus h1 {
    font-size: 28px;
    margin: 0;
    color: #fff;
}
.contactus .loc-container .content-location>img {
    padding: 60px 30px 30px;
}
.contactus .loc-container .content-location .location-pin {
    display: none;
    max-width: 44px;
    padding: 20px 0;
    margin: auto;
}
.contactus .loc-container .content-location .loc-address {
    display: none;
}
.contactus .loc-container:hover .content-location {
    opacity: 0;
}

.contactus .loc-container .content-location2 {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 340px;
    background-color: transparent;
    text-align: center;
    padding: 12px;
    transition: all .2s ease-in-out;
    border:1px solid #bc990f; 
    color: #bc990f;
}
.contactus .loc-container .content-location2 h1 {
    margin: 0;
     color: #bc990f;
}
.contactus .loc-container .content-location2 .location-icon {
    display: none;
}
.contactus .loc-container .content-location2>img {
    padding: 50px;
}
.contactus .loc-container .content-location2 .location-pin {
    max-width: 44px;
    padding: 6px 0;
    margin: auto;
}
.contactus .loc-container .content-location2 .loc-address {
    display: block;
}
.contactus .loc-container .content-location2 .loc-address p{
    margin: 0 0 2px;   
    font-size: 14px;
  }
.contactus .loc-container .content-location2 .loc-address p a{
    color: #bc990f;    
    font-size: 14px;
  }
.contactus .loc-container .content-location2 .loc-address p i{
  font-size: 12px;
  }
.contactus .loc-container:hover .content-location2 {
    opacity: 1;
}
.contactus .head-office .c-address {
  clear: both;
  padding: 0;
  margin-top: 8px;
}
.contactus .head-office .c-address > li {
    list-style: none;
    padding: 6px 0;
    display: table;
}

.contactus .head-office .c-address > li > i {
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: table-cell;
  padding-right: 15px;
}

.contactus .head-office ul{
  margin-top: 16px;
}

.contactus .head-office li{
  padding: 6px;
  list-style: circle;
}

.framemap .contact-form {
    width: 400px;
    height: auto;
    min-height: 567px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    padding: 45px 50px;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-585px);
    -moz-transform: translateX(-585px);
    transform: translateX(-585px);
}
.framemap  form#contact-us {
    min-height: 400px;
}
.framemap .contact-form h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #9c9c9c;
    margin-bottom: 20px;
}
.framemap .contact-logo {
    position: absolute;
    z-index: 22;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.framemap .contain-logo {
    margin: auto;
    width: 64px;
    height: 64px;
    background: white;
    border: 1px solid #bcbcbc;
    padding: 18px 0;
    text-align: center;
    position: absolute;
    top: -32px;
    border-radius: 100px;
}
.framemap .contain-logo i {
    font-size: 30px;
    font-weight: light;
    color: #444444;
}
  .framemap
  {
    position: relative;
  }

.framemap .overlay{
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  }
  .framemap .contactmap{
    width: 100%;
    height: 562px;
  }
  /*****=====*****=====*****=====*****=====
    16. Gallery Style css
  =====*****=====*****=====*****=====*****/
  .gallery-area .mrl{
    margin-right: 5px;
    margin-left: 5px;
  }
.gallery {
    margin-bottom: 20px;
}

.gallery .gallery-item {
    float: left;
    padding: 3px;
}

.gallery .gallery-item .mpli{
  margin: 0px; padding: 0px; list-style: none;
}
.gallery .gallery-item .thumb {
    position: relative; 
}

.gallery .gallery-item .thumb img{
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid #dadada;
}

.gallery-hover {
    position: absolute;
    background-color: rgba(225, 177, 90, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item .gallery-hover {
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
}

.gallery-hover .gallery-info {
    position: absolute;
    top: 40%;
    left: 50%;
    height: 0;
    width: 100%;
}

.gallery-hover .gallery-btn {
    position: absolute;
    margin-top: -55px;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    text-align: center;
    font-size: 30px;
}

.gallery-info,
.gallery-info h4,
.gallery-hover .gallery-btn{
    text-align: center;
    color: #FFF;
}

/*.gallery-info,
.gallery-info h4 a,
.gallery-hover .gallery-btn a {
  text-align: center;
  color: #FFF;
}*/
.gallery-info {
    opacity: 0;
}

.gallery-with-title .gallery-hover .gallery-btn {
    margin-top: -15px;
}

.gallery-info h4 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
}

.gallery-info p {
    font-size:12px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;
    line-height: 22px;
}

.gallery-info a,
.gallery-title a {
    color: #fff;
}

.gallery-item:hover .gallery-hover {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item:hover .gallery-hover .gallery-info,
.gallery-item:hover .gallery-hover .gallery-btn {
    width: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gallery-inner-title {
    padding: 15px 0;
}
.gallery-inner-title h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.gallery-inner-title p a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2facde;
}

/*gutter*/

.gallery.gutter .gallery-item {
    padding: 10px;
}


/*portfolio 2 grid*/

.gallery.col-2 .gallery-item {
    width: 49.99%;
}


/*portfolio 3 grid*/

.gallery.col-3 .gallery-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/

.gallery.col-4 .gallery-item {
    width: 25%;
}

/*portfolio 5 grid*/

.gallery.col-5 .gallery-item {
    width: 19.99%;
}

/*portfolio 6 grid*/

.gallery.col-6 .gallery-item {
    width: 16.666666667%;
}

.gallery-filter {
    margin:0px;
    padding: 20px;
    list-style: none;
}

.gallery-filter li {
    display: inline-block;
}

.gallery-filter li a {
    border: 1px solid #2facde;
    color: #2facde;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 3px;
    min-width: 68px;
    padding: 6px 10px;
}

.gallery-filter li a:hover,
.gallery-filter li.active a{
    background-color: #2facde;
    color: #fff;
    border: 1px solid #2facde;
}

.gallery-filter.style-white li a{
  color: #fff;
}

.gallery1 {
    margin-bottom: 20px;
}

.gallery1 .gallery-item {
    float: left;
    padding: 3px;
}
.gallery2 {
    margin-bottom: 20px;
}

.gallery2 .gallery-item {
    float: left;
    padding: 3px;
}

.gallery3 {
    margin-bottom: 20px;
}

.gallery3 .gallery-item {
    float: left;
    padding: 3px;
}

.gallery4 {
    margin-bottom: 20px;
}

.gallery4 .gallery-item {
    float: left;
    padding: 3px;
}

.gallery4 .thumb img{
  border: 1px solid #e8e8e8;
}

@media screen and (max-width: 767px) {

.gallery .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery2 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery3 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery4 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
     .gallery5 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery-btn .fa.fa-search-plus {
        margin-top: 15px !important;
    }
    .gallery-hover .gallery-info {
        position: absolute;
        top: 30% !important;
        left: 50%;
        height: 0;
        width: 100%;
    }
    /*.gallery-info h4 {
        margin-bottom: 0;
        font-size: 9px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 12px !important;
    }*/
     .gallery-info p {
        font-size: 10px !important;
        margin-bottom: 0;
        font-style: italic;
        font-weight: normal;
        letter-spacing: 1px;
        color: #fff;
        line-height: 12px !important;
    }
}
@media screen and (max-width: 391px) {

    .gallery .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery2 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery3 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery4 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
     .gallery5 .gallery-item .thumb {
        position: relative;
        border: 2px solid darkgrey;
        margin-bottom: 10px;
    }
    .gallery-btn .fa.fa-search-plus {
        margin-top: 15px !important;
    }
    .gallery-hover .gallery-info {
        position: absolute;
        top: 30% !important;
        left: 50%;
        height: 0;
        width: 100%;
    }
   /* .gallery-info h4 {
        margin-bottom: 0;
        font-size: 9px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 12px !important;
    }*/
     .gallery-info p {
        font-size: 10px !important;
        margin-bottom: 0;
        font-style: italic;
        font-weight: normal;
        letter-spacing: 1px;
        color: #fff;
        line-height: 12px !important;
    }
}

/*---------------------------------*/

.dailyupdate-box {  
  border: 1px solid #e0e0e0;
  display: inline-block;  
  width: 100%;
}

.dailyupdate-box.lt{
  padding: 12px 10px;
}

.dailyupdate-box .daily-menu {
  display: table;
  width: 100%;
}

.daily-menu > li.dashed::after {
  content: '|';
  position: absolute;
  top: 0px;
  right: 0;
  color: #000;
  font-size: 14px;
  font-family: none;
  font-weight: normal;
  padding: 0px 18px;
}

.dailyupdate-box .daily-menu > li {
  display: table-cell;
  /* margin: 0 15px; */
  position: relative;
} 

.dailyupdate-box .daily-menu > li > a {
  padding: 0px 18px;
  text-align: center;
}
/*------------------*/

.livert-dailyupdate-box {  
  border: 1px solid #e0e0e0;
  display: inline-block;  
  width: 100%;
}

.livert-dailyupdate-box h3{  
  text-align: center;
  }

.livert-dailyupdate-box .g-pr{
  background: #2f69b4;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 20px 25px 0px 25px;
}
.livert-dailyupdate-box.lt{
  padding: 12px 10px;
}
#goldImg
       {
           /*width :100%;
           height: 100%;*/
       }

/*.livert-dailyupdate-box .dupdate-box{
  background: #eee;
  box-shadow: 2px 2px 8px -2px #ababab;
  padding: 20px 15px;
  margin-top: 20px;
}*/
.livert-dailyupdate-box .dupdate-box {
  background: #eee;
  box-shadow: 2px 2px 8px -2px #ababab;
  padding: 0px 15px;
  margin-top: 20px;
  min-height: 200px;
  text-align: center;
  margin-bottom: 20px;
}

/*.livert-dailyupdate-box .dupdate-box .daily-menu1 {
  margin-top: 20px;
}*/
.livert-dailyupdate-box .dupdate-box a {
  padding: 18px 40px 18px 0;
  display: block;
  border-bottom: 1px solid #454545;
  position: relative;
  z-index: 1;
}
.livert-dailyupdate-box .dupdate-box li:last-child a{
  border-bottom: none;
}

.livert-dailyupdate-box .caption1{  
  margin-bottom: 20px;
}
.livert-dailyupdate-box .dmu img{
  text-align: center;
  width: 232px;
}

/*-------------------------*/
/*.checkout-badge {
      height: 80px;
      width: 190px;
      text-align: center;
      transform: rotate(-36deg) translateY(0);
      background-color: #fff55b;
      position: absolute;
      top: -48px;
      left: -60px;
      font-size: 14px;
  }


    .checkout-price {
      color: #434343;
      font-size: 20px;
      font-weight: bold;
      padding-top: 52px;
      margin-left: -46px;
    }*/
.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    color: red;
  }
  100% {
    opacity: 1;
  }
}
/*.checkout-price span {
    font-size: 30px;
    margin-right: 10px;
    font-weight: normal;
    margin-left: -60px;
}*/


.card-slider .col-lg-12{
  padding-right: 15px;
  padding-left: 0px;
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.checkout-badge {
  height: 84px;
width: 196px;
text-align: center;
transform: rotate(-36deg) translateY(0);
background-color: #fff55b;
position: absolute;
top: -57px;
left: -60px;
font-size: 14px;
}
.checkout-price {
  color: #434343;
  font-size: 20px;
  font-weight: bold;
  padding-top: 57px;
  margin-left: -54px;
}


/*---------topbar navigation----------*/
.navbar {
  position: relative;
   min-height: 0px; 
   margin-bottom: 0px; 
   border: none;
   margin-left: 36px; 
}

/*nav {
  display: none;
}*/

/*.menu ul {
  padding-right: 49px;
  margin-bottom: 0px;
  list-style: none;
  padding-top: 6px;
  float: right;
}

.menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.top-bar .sidebar-menu-btn {
  margin-left: 25px;
  overflow: hidden;
  width: 25px;
  cursor: pointer;
}

.top-bar .sidebar-menu-btn > span {
  background-color: #000;
  display: block;
  height: 2px;
  margin-bottom: 7px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
}

.top-bar .sidebar-menu-btn > span:nth-child(2) {
  margin-left: 8px;
  width: calc(100% - 8px);
}

.top-bar .sidebar-menu-btn > span:last-child {
  margin-bottom: 0;
}
*/
/*-----------------------------new mega menu css------------------------------------*/
.navbar-default{
color: #fff;
background-color: #ccc6c6;
border-color: #aca1a2;
}
.navbar-default .navbar-nav > li > a{
  color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
  border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
  color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  border: none;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 16px;
}

.dropdown.menu-large{
  padding-left: 25px;
}

.dropdown-menu.megamenu.row{
  margin-top: 5px;
  /*background: rgba(233, 193, 109, 0.9);*/
  background: white;
  /*min-height: 370px;*/ /*Akansha*/
}

.dropdown-menu.megamenu.row li{
 text-align: center; 
}

.dropdown-menu.megamenu.row .inner h5{
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.dropdown-menu.megamenu.row .inner{
 
}
.dropdown-menu.megamenu.row .inner li{
  width: 16%;
  float:  left;
  display: inline-block;
 margin-top: 0;
 min-height: 108px;
 vertical-align: top;/*paste*/ /*4313 also paste*/
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 0.8em;
    font-weight: 500;
    color: #5e0505;
    font-family: 'Montserrat', sans-serif;
  }
 /* 
  .dropdown-menu.megamenu.row .inner li:hover {
box-shadow: 0 9px 6px -5px #9d9c9c; /*Akansha*/
/*}*/
  
  
  .dropdown-menu.megamenu.row .inner li img{
    /*border: 1px solid #ccc;
    padding: 3px;*/
    box-shadow: 0 9px 6px -5px #9d9c9c;
    border: 1px solid #CCC;
    opacity: 0.8;
  }


.dropdown-menu.megamenu.row .inner h5{
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}


.dropdown-menu.megamenu.row .col-md-3 {
  float: left;
}

@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
  color:#fff;
  }
}

.megamenu #megamenu_form {
  margin: 0 0 20px 0;
  display: block;
}

.megamenu #megamenu_form label {
  /* width: 94%; */
  float: left;
  padding-right: 5px;
  margin: 0 0 12px 0;
  padding-top: 3px;
  font-size: 12px;
}

.megamenu #megamenu_form .required {
  color: #e9266d;
}
.megamenu #megamenu_form input.form-input, .megamenu #megamenu_form textarea {
  /* width: 90%; */
  padding: 6px;
  border: 1px solid #dddddd;
  box-shadow: none;
  margin: 0 0 12px 0;
  transition: border-color 0.2s;
  font-size: 12px;
}

.megamenu #megamenu_form .form-buttons {
  list-style: none;
  width: 94%;
  margin: 6px 0 0 0;
}

.megamenu #megamenu_form .form-buttons li {
  float: left;
  margin: 0 12px 0 0;
}

.megamenu_light .megamenu > li > div a, .megamenu_light .megamenu li ul li, .megamenu_light .megamenu li ol li {
  color: #888888;
  font-size: 14px;
}

.megamenu #megamenu_form .form-buttons li input {
  float: left;
  /* margin: 0 12px 0 0; */
  padding: 9px 0;
  width: 90px;
  font-size: 12px;
  cursor: pointer;
  color: #eeeeee;
  border: none;
  background: #505050;
}


/*---------- vertical tab nav */

#vertical_tab_nav {
  display: block;
  width: 100%;
}

#vertical_tab_nav .tabs {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 30%;
  /*border-radius: 10px 0 0 10px;
  background: #555;*/
}

#vertical_tab_nav .tabs li {
  border-bottom: 1px solid #deb365;
  margin-bottom: 1px;
  text-align: left;
  padding: 0px;
}

#vertical_tab_nav li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#vertical_tab_nav li a {
  display: block;
  font-size: 14pt;
  color: #000;
  text-decoration: none;
 padding: 8px 12px;
  background: #F3E9D5;
}

#vertical_tab_nav li a.selected {
  background: #DFAD58;
  color: #fff;
}

#vertical_tab_nav .tab_container {
  display: block;
  background: #fff;
  width: 80%;
  min-height: 500px;
}

#vertical_tab_nav div article {
  display: none;
  margin: 0px;
  color: #555;
  padding: 10px 3% 3% 3%;
}

#vertical_tab_nav div article p {
  margin: 0px 0px 20px 0px;
}

#vertical_tab_nav .tab_container h3.bname{
  margin: 10px 0px;
  text-align: center;
}

.tbg{
  background:#ededed;
  border-bottom: 1px solid #DFAD58;
  margin-bottom: 30px;
  padding-top: 30px;
}

.tbg h3{
  margin: 10px 0px;
}

.tbg .sec-title{
  text-align: center;
}
.tbg .sec-title h2::after {
  content: '';
  width: 55px;
  height: 3px;
  background: #F7BE3D;
  display: inline-block;
  margin-top: 13px;
}

@media screen and (max-width: 781px) {
 #vertical_tab_nav .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px #bbb;
  }
  .d_active {
    background: #fff;
  }
}

#vertical_tab_nav .tabs {
    display: none;
}

/*// style accordion links*/
.tab_drawer_heading {
    margin: 0;
    font-size: 14pt;
    color: #fff;
    text-decoration: none;
    padding: 3%;
    background:  #DFAD58;
    border-bottom: 1px solid #c48d2f;
}

@media screen and (min-width: 480px) {
    #vertical_tab_nav .tab_container {
        float: left;
        padding: 10px 3% 3% 3%;
        border-radius: 0 10px 10px 0;
        width: 70%;
    }
   #vertical_tab_nav .tabs {
        display: block;
    }
    .tab_drawer_heading {
        display: none;
    }
    article {
        padding: 0;
    }
}

/*----------------------------*/
.ibjamv-banner {
    position: relative;
    background: #c98a3f;
    color: #fff;
    display: inline-block;
  }
  .ibjamv-banner .sec-title{  
    color: #fff;  
    text-align: center; 
  }
  .ibjamv-banner .sec-title h2 span {
    color: #fff;
  }
  .ibjamv-banner .sec-title h2::after {
    content: '';
    width: 55px;
    height: 3px;
    background: #F7BE3D;
    display: inline-block;
    margin-top: 13px;
  }

  .ibjamv-banner .box-wrap1 {
    background: #a75e27;
    padding: 35px;
  }
  .ibjamv-banner .box-wrap .ibjamv-banner-box.box-1 {
    text-align: left;
    /* top: 30px; */
    /* left: 30px; */
    width: 100%;
    padding-bottom: 55px;
  }
  .ibjamv-banner .box-wrap .ibjamv-banner-box {
    position: relative;
  }
  .ibjamv-banner .box-wrap2 {
    padding: 35px;
  }
  .ibjamv-banner .box-wrap .ibjamv-banner-box.box-2 {
    width: 100%;
    padding: 55px 0px;
  }

  .ibjamv-banner h5{
    font-weight: 600;
    font-size: 30px;
    color:#fff;
    text-align: center;
    margin-bottom: 20px;
  }

  .ibjamv-banner .box-wrap .ibjamv-banner-box.box-1 ul {
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .ibjamv-banner .box-wrap .ibjamv-banner-box.box-1 li {
    padding: 6px;
    list-style: circle;
  }

  .circal-bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 64%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 100%;
  }
    

  @media (max-width: 600px) {
    .circal-bg{
      left:50%;
    }
  }

  /*----------------------------------*/
  .awareness .boxx{
    box-shadow: 1px 4px 9px -2px #878787;
    padding: 20px;
    min-height: 622px;
  }
 .awareness .logo1 img{
    width:56px;
  }

  .awareness h3{
    min-height: 85px;
  }

 .awareness ul {
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .awareness li {
    padding: 3px;
    list-style: circle;
  }
  .awareness ul.inlinelist1 {
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .awareness .inlinelist1 li {
    padding: 3px;
    list-style: disc;
  }
  .awareness ul.inlinelist2 {
    margin-bottom: 0px;
  }

  .awareness .inlinelist2 li {
    padding: 3px;
    list-style: disc;
    display: inline-block;
  }

  /*-----sitemap-----*/
  .sitemap .c-content-list-1 {
    padding: 0;
    margin: 20px 12px;
  }
  .sitemap .c-font-uppercase {
    text-transform: uppercase;
  }
  .sitemap .c-content-list-1 > li {
    list-style: none;
    font-size: 15px;
    /* font-weight: 500; */
    color: #3f444a;
    margin-bottom: 5px;
    list-style: circle;
  }
  .sitemap .c-content-list-1 > li a {
    color: #3f444a;
  }
  .sitemap .c-content-list-1 li .insidelist li{
    list-style: none;
    font-size: 15px;
    /* font-weight: 500; */
    color: #3f444a;
    margin: 3px 24px;
    list-style: disc;
  }
  .sitemap .c-content-list-1 li .insidelist li a {
    color: #3f444a;
  }
