* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none
}

body {
  color: #525252;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #1a7bb2
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: inherit;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em
}

input,
button,
select,
textarea {
  font-family: inherit
}

p {
  position: relative;
  font-weight: 400;
  text-align: justify
}

.strike-through {
  text-decoration: line-through
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 500px
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px
}

.theme-btn {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.centered {
  text-align: center
}

.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease
}

.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease
}

.default-btn {
  position: relative;
  line-height: 24px;
  background: none;
  color: #ffffff !important;
  font-size: 14px;
  border: 2px solid #ffffff !important;
  font-weight: 700;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #023a5a
}

.default-btn .fa {
  padding-right: 5px
}

.default-btn:hover {
  background: #c5845c
}

.default-btn-style-two,
.content .tab-apply a,
.form-group .btn {
  position: relative;
  padding: 5px 20px;
  line-height: 24px;
  background: none;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #023a5a;
  display: inline-block
}

.default-btn-style-two:hover,
.content .tab-apply a:hover,
.form-group .btn:hover {
  background: #c5845c;
  text-decoration: underline
}

.normal-btn {
  position: relative;
  padding: 5px 20px;
  line-height: 24px;
  text-transform: uppercase;
  background: #1a7bb2;
  color: #ffffff !important;
  font-size: 14px;
  border: 2px solid #ffffff !important;
  font-weight: 700;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease
}

.normal-btn .fa {
  padding-right: 5px
}

.normal-btn:hover {
  background: #1a7bb2;
  color: #ffffff !important;
  border-color: #1a1a1a !important
}

.theme_color {
  color: #ff9000
}

.text-white {
  color: #ffffff !important
}

.padd-top-20 {
  padding-top: 20px !important
}

.padd-top-30 {
  padding-top: 30px !important
}

.padd-top-40 {
  padding-top: 40px !important
}

.padd-bott-20 {
  padding-bottom: 20px !important
}

.padd-bott-30 {
  padding-bottom: 30px !important
}

.padd-bott-40 {
  padding-bottom: 40px !important
}

.margin-top-20 {
  margin-top: 20px !important
}

.margin-top-30 {
  margin-top: 30px !important
}

.margin-top-40 {
  margin-top: 40px !important
}

.margin-bott-20 {
  margin-bottom: 20px !important
}

.margin-bott-30 {
  margin-bottom: 30px !important
}

.margin-bott-40 {
  margin-bottom: 40px !important
}

.no-padd-bottom {
  padding-bottom: 0px !important
}

.no-padd-top {
  padding-top: 0px !important
}

.no-margin-bottom {
  margin-bottom: 0px !important
}

.no-margin-top {
  margin-bottom: 0px !important
}

.no-bg {
  background: none !important
}

.topsection_menu {
  position: relative;
  float: none;
  padding: 27px 0px 0px;
  margin: 0 auto;
  text-align: center;
  margin-left: 0%;
  color: #fff
}

.topsection_search {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 16px
}

.topsection_search a {
  color: #fff
}

.topsection_search span.sbtnover {
  background-color: #185694;
  padding: 4px;
  border-radius: 50%;
  color: #fff !important;
  margin: 2px 2px 2px 0px
}

.topsection_search span.sbtnover a:hover {
  background-color: #185694
}

.app {
  margin-top: 0px
}

.app ul li {
  color: #1a7bb2;
  display: inline-block;
  margin-right: 4%;
  margin-top: 0px;
  font-size: 14px
}

.app ul li a {
  color: #fff;
  text-decoration: none
}

.app ul li i {
  color: #fff;
  font-size: 1.0em
}

.sr {
  position: relative
}

.sr input[type="text"],
.sr input[type="search"] {
  height: 40px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding-right: 20px;
  width: 0px;
  position: absolute;
  top: -10px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer
}

.sr input[type="text"]:focus:hover,
.sr input[type="search"]:focus:hover {
  width: 500px;
  z-index: 3;
  background: #fff;
  margin-top: 2px;
  color: #1a7bb2;
  background-repeat: no-repeat
}

.sr input[type="text"]:focus,
.sr input[type="search"]:focus {
  width: 500px;
  z-index: 3;
  background: #fff;
  margin-top: 2px;
  color: #1a7bb2;
  background-repeat: no-repeat
}

.sr input[type="submit"] {
  height: 18px;
  width: 17px;
  display: inline-block;
  color: red;
  background: url(search.png) no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 3px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease
}

.sr input[type="submit"]:hover {
  opacity: 1;
  border: none
}

.sr input[type="submit"]:focus {
  border: none
}

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  _height: 99px;
  height: 99px\9;
  height: 99px\0
}

.main-header .header-top {
  position: relative;
  border-bottom: 0px solid rgba(0, 0, 0, 0.30);
  padding: 0px 0px;
  background: #fff
}

.main-header .header-top .top-left {
  position: relative;
  float: left
}

.main-header .header-top ul li {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-bottom: -5px
}

.main-header .header-top .top-left ul li {
  margin-right: 20px;
  margin-left: 0px
}

.main-header .header-top ul li a {
  position: relative;
  display: block;
  line-height: 30px;
  color: #333;
  font-size: 13px
}

.main-header .header-top ul li .fa {
  position: relative;
  top: 1px;
  font-size: 13px;
  padding-right: 5px
}

.main-header .header-top ul li a:hover {}

.main-header .header-top .top-right {
  position: relative;
  float: right
}

.main-header .header-lower {
  position: relative;
  border-bottom: 0px solid rgba(0, 0, 0, 0.20);
  padding: 0px 0px;
  background: #1a7bb2;
  width: 100%;
  left: 0px;
  top: 0px
}

.fixed-header .header-lower {
  position: fixed;
  padding: 0px !important;
  webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.header-top .mt-controls {
  margin-right: -15px
}

.main-header .header-lower .outer-box {
  position: relative;
  padding: 0px 150px 0px 0px
}

.main-header .header-lower .search-box-btn {
  position: absolute;
  right: 80px;
  top: 35px;
  width: 40px;
  padding-left: 10px
}

.main-header .header-lower .search-box-btn .search-btn {
  position: relative;
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer
}

.main-header .header-lower .search-box-btn .search-btn:hover {}

.main-header .header-lower .logo {
  position: relative;
  padding: 0px;
  background: #fff;
  border-top: 8px solid #00aed9
}

.main-header .header-lower .logo:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0%;
  width: 1000px;
  height: 100%
}

.main-header .header-lower .logo:after {
  content: '';
  position: absolute;
  top: 0%;
  width: 100px
}

.main-header .header-lower .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
  margin: 6px 0px
}

.main-menu {
  position: relative;
  float: right;
  padding: 8px 0px
}

.main-menu .navbar-collapse {
  padding: 0px
}

.main-menu .navigation {
  position: unset;
  float: none;
  margin: 0px
}

.main-menu .navigation > li {
  position: unset;
  border-left: 1px solid rgb(255, 255, 255)
}

.main-menu .navigation > li > a {
  color: #07273a;
  opacity: 1
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  padding: 0px;
  z-index: 100;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition-delay: .2s, .3s, 0s;
  min-height: 325px
}

.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible
}

.main-menu .navigation > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50)
}

.main-menu .navigation > li > ul > li:last-child {
  border: none
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background-color: #b14e3a
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  z-index: 5
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #1a1a1a
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: -1px;
  width: 180px;
  padding: 0px;
  border: 1px solid #ffffff;
  border-top-width: 2px;
  z-index: 100;
  background: #1a7bb2;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 5px 5px 5px;
  -ms-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  -o-border-radius: 0px 5px 5px 5px
}

.main-menu .navigation > li > ul > li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #ffffff
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border: none
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background-color: #b14e3a
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute
}

.downArrow {
  border: solid #07273a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  position: relative;
  top: 9px;
  font-size: 18px;
  line-height: 30.8px;
  font-family: FontAwesome;
  font-weight: 500
}

.upArrow {
  border: solid #07273a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  position: relative;
  top: 9px;
  font-size: 18px;
  line-height: 30.8px;
  font-family: FontAwesome;
  font-weight: 500
}

.megamenu {
  padding-bottom: 0px;
  width: 20%
}

.dropdown ul > li > span {
  width: 100%;
  float: left
}

.megamenu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal
}

.menuhead {
  color: #1a7bb2
}

span.menuhead a {
  color: #1a7bb2 !important
}

.megamenu > span > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: normal;
  color: #333
}

.megamenu > span > a:hover {
  background-color: #F0F0F0;
  color: #333
}

.megamenu sup {
  top: -.5em;
  color: #F8080C;
  padding-left: 2px
}

.bgnavmenu {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(254, 254, 254, 1) 100%)
}

.main-header .search-box {
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  background: #944738;
  color: #ffffff;
  display: none
}

.main-header .search-box .search-title {
  position: relative;
  float: left
}

.main-header .search-box .search-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px
}

.main-header .search-box .search-form {
  position: relative;
  float: right;
  max-width: 350px;
  overflow: hidden
}

.main-header .search-box .form-group {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 40px 6px 15px;
  border: 2px solid rgba(255, 255, 255, 0.30);
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: none
}

.main-header .search-box .form-group input[type="search"]:focus,
.main-header .search-box .form-group input[type="text"]:focus {
  border-color: rgba(255, 255, 255, 0.70)
}

.main-header .search-box .form-group .search-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #5d1d10;
  display: block;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px
}

.main-header .search-box .form-group .search-submit:hover {
  background: #343434
}

.main-slider {
  position: relative;
  background: none;
  color: #1c1c1c;
  margin-top: 30px
}

.main-slider:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 1;
  box-shadow: -20px 2px 20px 0px #888888
}

.main-slider h1 {
  line-height: 1.8em;
  font-size: 56px
}

.main-slider h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700
}

.main-slider h3 {
  line-height: 2em;
  font-size: 32px
}

.main-slider .tp-bullets {
  display: block
}

.tp-bullets.preview4 .bullet {
  border-color: #202020 !important;
  margin: 0px 5px
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {}

.main-slider.default-slider .carousel-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto
}

.main-slider.parallax-background .carousel-inner {
  width: 100%;
  max-width: none;
  padding: 0px;
  text-align: center
}

.default-banner .window-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top
}

.default-banner .window-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.with-parallax-bg.window-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.static-banner .static-content {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff
}

.window-size .auto-container {
  position: relative;
  left: 0px;
  top: 0px;
  display: table;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 50px 15px 50px;
  text-align: center
}

.window-size .auto-container .box-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle
}

.window-size .text {
  color: #ffffff;
  font-size: 16px
}

.main-slider .links-box {
  position: relative;
  display: block;
  padding-top: 10px
}

.default-banner .window-size .big-title,
.default-banner .window-size .text,
.default-banner .window-size p,
.default-banner .window-size .theme-btn {
  margin-bottom: 15px
}

.main-slider .window-size .big-title,
.main-slider .window-size .text,
.main-slider .window-size .theme-btn {
  animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  -o-animation: none;
  -moz-animation: none;
  margin-bottom: 15px
}

.default-banner .window-size.active .big-title {
  animation-name: bounceInDown;
  -webkit-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms
}

.default-banner .window-size.active .text {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms
}

.default-banner .window-size.active .theme-btn {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -ms-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms
}

.scroll-to-top {
  position: fixed;
  bottom: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #c5845c;
  font-size: 14px;
  line-height: 38px;
  border: 1px solid #c5845c;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 3px;
  display: none
}

.scroll-to-top:hover {
  background: #ffffff;
  color: #000000
}

.featured-three-column {
  position: relative;
  background: none;
  margin: -250px 0px 0px;
  z-index: 100
}

.featured-three-column.style-two {
  margin-top: 0px
}

.featured-three-column .column {
  position: relative;
  margin-bottom: 50px;
  text-align: center
}

.featured-three-column .column .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.featured-three-column .column .overlay .left-curve {
  position: absolute;
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
  opacity: 0;
  background: #1a7bb2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.featured-three-column .column:hover .overlay .left-curve {
  left: 0px
}

.featured-three-column .column .overlay .right-curve {
  position: absolute;
  right: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
  opacity: 0;
  background: #1a7bb2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.featured-three-column .column:hover .overlay .right-curve {
  right: 0px
}

.featured-three-column .column .overlay .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(205, 95, 73, 0.50);
  z-index: 1;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.featured-three-column .column:hover .overlay .overlay-link {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1)
}

.featured-three-column .inner-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #252525;
  color: #cccccc;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.featured-three-column .column .inner-box:hover {
  box-shadow: 0px 0px 10px 2px rgba(205, 95, 73, 0.50);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(205, 95, 73, 0.50);
  -ms-box-shadow: 0px 0px 10px 2px rgba(205, 95, 73, 0.50);
  -o-box-shadow: 0px 0px 10px 2px rgba(205, 95, 73, 0.50);
  -moz-box-shadow: 0px 0px 10px 2px rgba(205, 95, 73, 0.50)
}

.featured-three-column .inner-box .content {
  position: relative
}

.featured-three-column .column:nth-child(even) .inner-box {
  background: #1a7bb2;
  color: #ffffff
}

.featured-three-column .image {
  position: relative;
  overflow: hidden
}

.featured-three-column .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.featured-three-column .column:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1)
}

.featured-three-column h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
  padding: 15px 0px
}

.featured-three-column .link {
  position: relative;
  bottom: -30px
}

.featured-three-column .column:nth-child(even) .normal-btn {
  background: #252525
}

.featured-three-column .column .normal-btn:hover {
  background: #ffffff !important
}

.award .sec-title {
  margin-bottom: 0px
}

.sec-title {
  position: relative;
  margin-bottom: 0px
}

.sec-title h3 {
  position: relative;
  font-size: 15px;
  margin-bottom: 0px
}

.sec-title h2 {
  position: relative;
  font-size: 20px;
  color: #069;
  text-align: center
}

section.award h2 {
  margin-top: 20px
}

.sec-title p {
  position: relative;
  font-size: 15px;
  color: #3a4145;
  margin-bottom: 10px;
  margin-left: -1px
}

.sec-title.style-two h3,
.sec-title.style-two h2,
.sec-title.style-two p {
  color: #ffffff
}

.sec-title .line {
  position: relative;
  width: 200px;
  height: 4px;
  background: #cccccc;
  margin: 10px auto 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 20px
}

.sec-title.style-two .line {
  background: #ffffff
}

.top-services {
  position: relative
}

.top-services .column {
  position: relative;
  margin-bottom: 30px
}

.top-services .column .inner-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #e9e9e9
}

.top-services .column .icon {
  font-size: 70px;
  color: #c5845c;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 20px 20px;
  text-align: center;
  margin: 0 auto
}

.top-services .column .icon a {
  font-size: 70px;
  color: #c5845c
}

.top-services .column:hover .icon {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8)
}

.top-services .column h3 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #3a4145;
  text-align: center
}

.top-services .column .text {
  position: relative;
  color: #888888;
  min-height: 55px;
  padding: 15px
}

.top-featuredisplayicon {
  position: relative;
  padding: 0px 0px 0px;
  background-color: #fff
}

.top-featuredisplayicon .column {
  position: relative;
  margin-bottom: 40px
}

.top-featuredisplayicon .column:hover {
  border-radius: 15px
}

.top-featuredisplayicon .column:hover a {
  color: #636363
}

.top-featuredisplayicon .column .inner-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto
}

.top-featuredisplayicon .column .icon {
  position: absolute;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.top-featuredisplayicon .column:hover .icon {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8)
}

.top-featuredisplayicon .column h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1a7bb2;
  text-transform: capitalize
}

.top-featuredisplayicon .column .text {
  position: relative;
  color: #888888
}

.top-featuredisplayicon .column .text p {
  line-height: 1.6em
}

.gallery-section {
  position: relative;
  padding: 35px 0px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center
}

.gallery-section .column {
  position: relative;
  padding: 0px
}

.gallery-section .column .image {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: 0 auto
}

.gallery-section .column .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.gallery-section .column:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1)
}

.gallery-section .column .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden
}

.gallery-section .column .image .overlay-box .link {
  position: absolute;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  color: #ffffff;
  background: rgba(205, 95, 73, 0.80);
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.gallery-section .column .image .overlay-box .txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 800;
  font-size: 14px
}

.gallery-section .column:hover .image .overlay-box .link {
  left: 0px;
  opacity: 1
}

.get-quote {
  position: relative
}

.get-quote .sec-title {
  margin-bottom: 20px
}

.get-quote .sec-title .line {
  margin-top: 20px
}

.get-quote .sec-title h3,
.get-quote .sec-title h2 {
  margin-bottom: 0px
}

.get-quote .column {
  position: relative;
  z-index: 1
}

.get-quote .column .image {
  position: absolute;
  top: 0px;
  z-index: 1
}

.get-quote .column .image1 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1
}

.get-quote form input[type="text"],
.get-quote form input[type="password"],
.get-quote form input[type="email"],
.get-quote form input[type="url"],
.get-quote form input[type="tel"],
.get-quote form textarea,
.get-quote form select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 5px 15px;
  background: #ffffff;
  font-style: italic;
  border: 1px solid #cccccc;
  color: #1a1a1a;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.30)
}

section.parallax-section.get-quote form select {
  margin: 0px auto;
  width: 50%;
  padding: 10px;
  font-style: normal
}

.get-quote form textarea {
  height: 150px;
  resize: none
}

.get-quote form button {
  padding: 8px 50px
}

.get-quote .form {
  position: relative;
  margin: 20px 0px 0px;
  z-index: 2
}

.get-quote .form .note {
  position: relative;
  padding: 10px 0px;
  font-style: italic
}

.fact-counter {
  position: relative;
  padding: 20px 0px 20px;
  color: #333;
  background-image: url(bgcurrency.gif);
  background-repeat: repeat;
  background-position: top left;
  background-color: #c1e0ec;
  -webkit-box-shadow: inset -2px -12px 26px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset -2px -12px 26px -8px rgba(0, 0, 0, 0.45);
  box-shadow: inset -2px -12px 26px -8px rgba(0, 0, 0, 0.45)
}

.fact-counter .auto-container {
  position: relative;
  z-index: 1
}

.fact-counter .column {
  position: relative;
  margin-bottom: 20px;
  text-align: center
}

.fact-counter .count-outer {
  position: relative;
  font-size: 42px;
  font-weight: 700
}

.fact-counter .column .line {
  position: relative;
  width: 50px;
  height: 2px;
  background: #cccccc;
  margin: 30px auto
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700
}

.why-us-section {
  position: relative;
  padding: 30px 0px 0px 0px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.45);
  background-image: url(opinion.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  min-height: 390px
}

.why-us-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  z-index: 0
}

.why-us-section .bg-grey {
  position: absolute;
  left: 90px;
  top: 0px;
  width: 45%;
  height: 100%;
  background-color: #242424;
  z-index: 1
}

.why-us-section .bg-image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  -webkit-box-shadow: inset -2px -12px 26px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset -2px -12px 26px -8px rgba(0, 0, 0, 0.45);
  box-shadow: inset -2px -12px 26px -8px rgba(0, 0, 0, 0.45)
}

.why-us-section .auto-container {
  position: relative;
  z-index: 2
}

.why-us-section .sec-title h2,
.why-us-section .sec-title h3 {
  margin-bottom: 0px
}

.why-us-section .sec-title .line {
  margin-top: 25px
}

.why-us-section .block {
  position: relative;
  margin-bottom: 30px
}

.block_bottmargin {
  top: 15px;
  float: left;
  width: 100%
}

.why-us-section .block li {
  width: 100%;
  padding-bottom: 10px
}

.why-us-section .block .number {
  position: absolute;
  top: 15px;
  font-style: italic;
  font-weight: 800;
  font-size: 92px
}

.block input[type=checkbox],
input[type=radio] {
  margin: 0px 5px 0px
}

.why-us-section .block:hover .number {
  color: #1a7bb2
}

.why-us-section .block h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  margin-bottom: 10px
}

.why-us-section .block p {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
  font-style: normal;
  margin-bottom: 10px
}

.team-section {
  position: relative;
  padding: 20px 0px 10px
}

.team-section .column {
  position: relative;
  margin-bottom: 30px
}

.team-section .column img {
  display: block;
  width: 100%
}

.team-section .column .title-box {
  padding-top: 0px
}

section.team-section i {
  font-size: 79px;
  padding: 45px;
  background-color: #d08c64;
  color: #fff
}

section.team-section i:hover {
  background-color: #74c8ee;
  color: #fff
}

.team-section .column .title-box h4 {
  font-size: 16px;
  font-weight: 800;
  color: #3a4145
}

.team-section .column .title-box p {
  font-style: italic;
  color: #888888
}

.team-section .column .text {
  margin: 0px 0px 0px
}

.team-section .column .read-more {
  font-weight: 800;
  color: #57b6d9;
  text-transform: uppercase;
  font-size: 14px
}

.team-section .column .read-more .fa {
  padding-right: 5px
}

.team-section .column .read-more:hover {
  color: #1a7bb2
}

.parallax-section {
  position: relative;
  padding: 20px 0px 1px 0px;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat
}

.parallax-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(194, 100, 73, 0.70);
  z-index: 0
}

.parallax-section .auto-container {
  position: relative;
  z-index: 5
}

.parallax-section h2 {
  position: relative;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px
}

.parallax-section strong {
  font-weight: 700
}

.parallax-section h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px
}

.parallax-section.style-two h3 {
  margin-bottom: 0px
}

.parallax-section .line {
  position: relative;
  width: 100px;
  height: 3px;
  background: #ffffff;
  margin: 0px auto 20px
}

.parallax-section.style-two .text {
  position: relative;
  padding-right: 150px
}

.parallax-section .theme-btn {
  margin: 0px 12px 10px;
  color: rgba(255, 255, 255, 0.80);
  border-radius: 25px;
  display: inline-block
}

.parallax-section .normal-btn {
  border-color: #ffffff;
  background: #ffffff;
  color: #1c1c1c !important
}

.default-two-column {
  position: relative;
  padding: 5px 0px 0px !important;
  background: #ededed url(2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.default-two-column .sec-title {
  margin-bottom: 30px
}

.default-two-column .sec-title .line {
  margin-top: 20px
}

.default-two-column .sec-title h3,
.default-two-column .sec-title h2 {
  margin-bottom: 0px
}

.default-two-column .column {
  margin-bottom: 50px
}

.default-two-column .column .inner-box {
  position: relative;
  padding: 0px 10px
}

.testimonial-slider {
  position: relative
}

.testimonial-slider img {
  width: 100%;
  height: 150px
}

.slide-content span.fa.fa-caret-right {
  margin: 6px
}

.testimonial-slider .slide-content {
  position: relative;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  color: #3a4145;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 354px;
  min-height: 250px;
  max-height: auto
}

.slide-info a {
  color: #ffffff;
  font-size: 18px
}

.newstitle {
  float: left;
  width: 100%
}

.newstitle h4 {
  font-weight: bold
}

.newsdate {
  color: #d85405
}

.slide-content .pull-right {
  margin-bottom: 5px
}

.more-link a {
  margin-bottom: 1px
}

.more-link a:hover {
  color: #d85405
}

.readmore-link a {
  float: none;
  margin-bottom: 1px
}

.readmore-link a:hover {
  color: #d85405
}

.testimonial-slider .slide-info {
  position: relative;
  padding-left: 0px;
  padding-top: 0px;
  min-height: 0px;
  color: #fff;
  margin-top: 8px
}

.testimonial-slider .slide-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 74px;
  height: 74px;
  border: 2px solid #57b6d9
}

.testimonial-slider .slide-info .author-thumb img {
  position: relative;
  display: block;
  width: 100%
}

.testimonial-slider .slide-info h5 {
  font-size: 15px;
  color: #3a4145;
  font-weight: 700
}

.testimonial-slider .slide-info p {
  font-style: italic
}

.testimonial-slider .bx-pager {
  position: absolute;
  bottom: 0px;
  z-index: 100
}

.testimonial-slider .bx-pager-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 3px
}

.testimonial-slider .bx-pager-link {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #f0f0f0;
  background: none;
  overflow: hidden;
  text-indent: 100px;
  font-size: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%
}

.testimonial-slider .bx-pager-link:hover,
.testimonial-slider .bx-pager-link.active {
  border-color: #fff;
  background: #fff
}

.clients-column {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  height: 360px;
  min-height: 250px;
  max-height: auto
}

.clients-column .image {
  position: relative;
  padding: 0px 5px 14px 5px !important;
  text-align: center;
  border-right: none;
  border-top: none
}

.clients-column .image img {
  display: inline-block;
  min-width: 99%;
  height: 170px;
  max-width: 99%;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  padding: 5px 5px 5px 5px;
  background: #fff
}

.clients-column-info {
  position: relative;
  padding-top: 24px;
  min-height: 100px;
  color: #fff
}

.main-footer {
  position: relative;
  border-top: 3px solid #1a7bb2;
  color: #dddddd
}

.main-footer .go-up {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff
}

.main-footer .go-up .icon {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin: 0 auto
}

.main-footer .go-up .curve {
  position: relative;
  display: inline-block;
  width: 50px;
  top: 0px;
  background-color: #1a7bb2;
  cursor: pointer;
  padding: 20px;
  border-radius: 0px 0px 50% 50%
}

.main-footer .go-up .curve:hover {
  position: relative;
  display: inline-block;
  width: 50px;
  top: 0px;
  color: #fff;
  background-color: #c5845c;
  cursor: pointer;
  padding: 20px;
  border-radius: 0px 0px 50% 50%
}

.main-footer .footer-upper {
  position: relative;
  padding: 50px 0px 0px;
  background: #333;
  background-color: #545454;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%232b2a2b' fill-opacity='0.1'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-box-shadow: inset 0px 14px 51px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0px 14px 51px -7px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 14px 51px -7px rgba(0, 0, 0, 0.45)
}

.main-footer .footer-upper .column {
  position: relative;
  margin-bottom: 10px
}

.footer-upper .column h2 {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  line-height: 1em;
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
  color: #ffffff
}

.footer-upper .column h2:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #b9b9b9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px
}

.footer-upper .column h2 strong {
  font-weight: 400
}

.main-footer .footer-upper .links ul li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative
}

.main-footer .footer-upper .links ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 3px
}

.bulletlist .links ul li:before,
.bullet-list li:before {
  font-family: 'FontAwesome';
  color: #333;
  font-size: 15px;
  line-height: 18px;
  position: relative
}

.main-footer .footer-upper .links ul li:hover:before {
  color: #c5845c
}

.main-footer .footer-upper .links ul li a {
  color: #dddddd;
  display: block
}

.main-footer .footer-upper .links ul li a:hover {
  color: #c5845c
}

.main-footer .social-links {
  position: relative;
  padding-top: 5px;
  margin-right: 25px
}

.main-footer .social-links a {
  position: relative;
  display: inline-block;
  margin: 0px 5px 3px 0px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #dddddd;
  border: 1px solid #999999;
  background: #1b1b1b;
  font-size: 13px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease
}

.main-footer .social-links a:hover {
  border-color: #ffffff;
  background: #1a7bb2;
  color: #ffffff
}

.footer-upper .form-box {
  position: relative
}

.footer-upper .form-group {
  position: relative;
  margin-bottom: 20px;
  min-height: auto !important
}

.footer-upper .form-group input {
  position: relative;
  display: block;
  width: 96%;
  line-height: 22px;
  background: #e0e0e0;
  color: #ffffff
}

.footer-upper .form-box button {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  color: #1a7bb2;
  font-size: 14px;
  text-align: center;
  background: none
}

.footer-upper .form-box input:focus {
  background: #000000
}

.footer-upper .form-box input:focus + button {
  color: #ffffff
}

.footer-upper .contact-info li {
  margin-bottom: 7px
}

.footer-bottom {
  position: relative;
  background: #2f2f2f;
  border-top: 1px solid #3a3a3a;
  padding: 5px 0px;
  font-size: 14px;
  text-align: center;
  height: auto;
  width: 100%;
  float: left
}

.copyright ul li:last-child {
  border-right: 0px solid !important
}

.footer-bottom .copyright a {
  position: relative;
  color: #c5845c
}

.footer-bottom .copyright a:hover {
  color: #ccc
}

.footer-bottom .copyright strong {
  font-weight: 400;
  color: #ffffff
}

.footer-bottom .copyright .fa {
  color: #1a7bb2
}

.main-footer .contact-info {
  position: relative;
  margin: 0px 0px 0px;
  color: #cacaca;
  text-align: center
}

.main-footer .contact-info li {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: #1b1b1b;
  border-radius: 10px
}

.main-footer .contact-info li .fa {
  color: #d0d0d0
}

.main-footer .contact-info .info-desc {
  font-size: 17px;
  color: #d0d0d0;
  line-height: 2.2em;
  margin-bottom: 1px
}

.copyright li {
  margin: 0 auto;
  padding: 10px 8px;
  line-height: 0px;
  margin-top: 10px
}

.imgTitle {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  height: 375px
}

.page-title {
  position: relative;
  padding: 0px 0px;
  color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 0px
}

.page-title h1 {
  position: absolute;
  margin: 7% auto;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ca7947;
  text-shadow: 2px 2px #333;
  width: 100% !important
}

section.page-title img {
  width: 100%;
  height: auto
}

.page-title:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.0);
  z-index: 0;
  box-shadow: -20px 2px 20px 0px #888888
}

.page-title .auto-container {
  position: relative;
  z-index: 5
}

.bread-crumb {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  border-bottom: 2px dotted #c5845c
}

.bread-crumb li {
  position: relative;
  display: inline-block;
  line-height: 24px
}

.bread-crumb li:last-child {
  padding-right: 0px
}

.bread-crumb li:after {
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  top: 0px;
  text-align: center;
  line-height: 26px;
  width: 15px;
  display: block;
  color: #1a7bb2
}

.bread-crumb li:last-child:after {
  display: none
}

.bread-crumb li a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #636363;
  font-size: 15px;
  font-weight: 600
}

.bread-crumb li a:hover,
.bread-crumb li:last-child a {
  color: #1a7bb2
}

.page-title .go-down {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  text-align: center
}

.page-title .go-down .icon {
  position: absolute;
  width: 100%;
  left: 0px;
  top: -10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px
}

.page-title .go-down .curve {
  position: relative;
  display: inline-block;
  width: 50px;
  top: -10px;
  color: #1c1c1c;
  border: 20px solid #ffffff;
  cursor: pointer;
  border-radius: 30px 30px 0px 0px
}

.page-title .go-down .curve:hover {
  position: relative;
  display: inline-block;
  width: 50px;
  top: -10px;
  color: #fff;
  border: 20px solid #c5845c;
  cursor: pointer;
  border-radius: 30px 30px 0px 0px
}

.about-section {
  position: relative
}

.desc-box {
  position: relative;
  background-color: #fff
}

.sec-title.no-underline h2 {
  margin-bottom: 10px;
  margin-top: 10px
}

.sec-title.no-underline li {
  text-indent: -19px
}

.sec-title.no-underline li:before {
  font-family: 'FontAwesome';
  color: #333;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  top: 0px
}

.about-section .lower-content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: fixed
}

.about-section .lower-content .content-box {
  position: relative;
  padding: 40px 60px;
  background: #ffffff
}

.about-section .lower-content .content-box .main-title {
  position: relative;
  font-size: 24px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 25px;
  padding-bottom: 20px
}

.about-section .lower-content .content-box .main-title:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 6px;
  width: 40px;
  background: #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px
}

.about-section .lower-content .content-box h2 {
  position: relative;
  font-size: 24px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 10px
}

.about-section .lower-content .content-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #5f6467;
  margin-bottom: 15px
}

.about-section .lower-content .content-box p {
  position: relative;
  margin-bottom: 20px
}

.styled-list {
  position: relative;
  margin-bottom: 20px
}

.styled-list li {
  line-height: 24px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 25px
}

.styled-list li:before {
  content: '\e0a6';
  font-family: 'Flaticon';
  color: #1a7bb2;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px
}

.styled-list li:hover:before {
  color: #555555
}

.about-section .lower-content .featured-box {
  position: relative;
  margin-bottom: 30px
}

.about-section .lower-content .featured-box .image {
  position: relative;
  margin-bottom: 15px
}

.about-section .lower-content .featured-box .image img {
  position: relative;
  display: block;
  width: 100%
}

.about-section .lower-content .featured-box .read-more {
  font-weight: 800;
  color: #57b6d9;
  text-transform: uppercase;
  font-size: 14px
}

.about-section .lower-content .featured-box .read-more .fa {
  padding-right: 5px
}

.locations-section {
  position: relative;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top
}

.locations-section .sec-title h2,
.locations-section .sec-title h3 {
  color: #ffffff
}

.locations-section:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50)
}

.locations-section .column {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  color: #ffffff
}

.locations-section li {
  position: relative;
  margin-bottom: 5px
}

.locations-section .inner-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto
}

.locations-section .inner-box ul li {
  padding-left: 15px
}

.locations-section .inner-box ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #cccccc;
  font-size: 12px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
  opacity: 1
}

.locations-section .inner-box ul li:hover:before {
  opacity: 1
}

.locations-section li a {
  position: relative;
  color: #ffffff;
  font-weight: 500
}

.locations-section li a:hover {
  color: #cccccc
}

.sponsors-section {
  position: relative;
  padding: 70px 0px 50px;
  background: #ffffff;
  text-align: center
}

.sponsors-section li img {
  display: inline-block !important;
  width: auto;
  max-width: 100% !important
}

.sponsors-section .owl-dots {
  display: none !important
}

.services-section {
  position: relative;
  padding: 80px 0px 40px
}

.services-section.style-two {
  padding: 30px 30px 0px;
  background: #ffffff
}

.services-section .column {
  position: relative;
  margin-bottom: 40px
}

.services-section .column h2 {
  position: relative;
  font-size: 24px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 10px
}

.services-section.style-two .main-title {
  position: relative;
  font-size: 24px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 15px
}

.services-section .column h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #5f6467;
  margin-bottom: 15px
}

.services-section.style-two .column h2 {
  position: relative;
  font-size: 16px;
  font-weight: 800
}

.services-section .column .image {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden
}

.services-section .column .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.services-section .column:hover .image img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1)
}

.services-section .column .read-more {
  font-weight: 800;
  color: #57b6d9;
  text-transform: uppercase;
  font-size: 14px
}

.services-section .column .read-more .fa {
  padding-right: 5px
}

.services-section .column .read-more:hover {
  color: #1a7bb2
}

.service-details {
  position: relative;
  margin-bottom: 10px
}

.service-details .content-outer {
  position: relative;
  padding: 20px;
  background: #ffffff
}

.service-details h2 {
  font-size: 24px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 20px
}

.service-details h3 {
  font-size: 16px;
  color: #3a4145;
  font-weight: 800;
  margin-bottom: 20px
}

.service-details .full-image {
  position: relative
}

.service-details .full-image img {
  position: relative;
  display: block;
  width: 100%
}

.sidebar-section {
  position: relative;
  padding: 70px 0px 40px;
  background: #f3f3f3
}

.sidebar-section .sidebar {
  position: relative;
  margin-bottom: 30px
}

.sidebar-section .content-side {
  position: relative;
  margin-bottom: 30px
}

.sidebar {
  position: relative
}

.sidebar .widget {
  position: relative
}

.sidebar .widget h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3a4145;
  font-weight: 800
}

.sidebar .links-widget {
  position: relative
}

.sidebar .links-widget li {
  position: relative;
  margin-bottom: 7px
}

.sidebar .links-widget ul li:before {
  font-family: 'FontAwesome';
  color: #888888;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  top: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease
}

.sidebar .links-widget ul li:hover:before {
  color: #1a7bb2
}

.sidebar .links-widget li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease
}

.sidebar .links-widget li a:hover {
  color: #1a7bb2
}

.sidebar .testimonial-slider .bx-pager {
  display: none !important
}

.sidebar .search-form {
  position: relative
}

.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"] {
  position: relative;
  width: 100%;
  line-height: 24px;
  padding: 8px 42px 8px 15px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  color: #3d3d3d;
  height: 42px;
  font-size: 14px;
  color: #292929
}

.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus {
  border-color: #1a7bb2
}

.sidebar .search-form .form-group {
  position: relative
}

.sidebar .search-form button {
  position: absolute;
  right: 1px;
  top: 1px;
  line-height: 24px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 7px 10px 8px;
  text-align: center;
  font-size: 16px;
  color: #cccccc;
  background: none
}

.sidebar .search-form button:hover {
  color: #1a7bb2
}

.sidebar .popular-tags {
  position: relative
}

.sidebar .popular-tags .tags a {
  position: relative;
  display: inline-block;
  padding: 3px 12px;
  line-height: 20px;
  margin: 0px 5px 10px 0px;
  color: #333333;
  font-size: 13px;
  background: #e1e1e1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px
}

.sidebar .popular-tags .tags a:hover {
  background: #1a7bb2;
  color: #ffffff
}

.sidebar .recent-posts {
  position: relative
}

.sidebar .recent-posts .post {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 70px;
  padding: 0px 0px 0px 84px;
  color: #cccccc
}

.sidebar .recent-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px
}

.sidebar .recent-posts .post .post-thumb img {
  width: 100%;
  display: block
}

.sidebar .recent-posts .post h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0px 0px 5px;
  line-height: 2em;
  color: #292929
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
  color: #1a7bb2
}

.sidebar .recent-posts .post h4 a {
  color: #292929
}

.sidebar .recent-posts .post .fa {
  font-size: 18px
}

.contact-section {
  position: relative;
  padding: 90px 0px 50px;
  color: #888888
}

.contact-section .column {
  position: relative;
  margin-bottom: 40px
}

.contact-section .sec-title {
  margin-bottom: 30px;
  text-align: left
}

.contact-section .sec-title .line {
  margin: 20px 0px 0px;
  background: #dfdfdf
}

.contact-section .info-box {
  position: relative;
  margin-bottom: 30px
}

.contact-section .info-box h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  color: #1c1c1c;
  margin-bottom: 15px
}

.contact-section .info-box li {
  position: relative;
  padding-left: 30px
}

.contact-section .info-box li .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 16px
}

.contact-section .info-box .social-links a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #c8d9e0;
  color: #c8d9e0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px
}

.contact-section .info-box .social-links a:hover {
  color: #2db0e6
}

.contact-section .form-box {
  position: relative;
  padding: 20px;
  background: #f3f3f3;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px
}

.contact-section .form-box .form-group {
  position: relative;
  margin-bottom: 20px
}

.contact-section .form-box .field-label {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000
}

.contact-section .form-box input[type="text"],
.contact-section .form-box input[type="email"],
.contact-section .form-box input[type="number"],
.contact-section .form-box input[type="tel"],
.contact-section .form-box input[type="password"],
.contact-section .form-box textarea,
.contact-section .form-box select {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  color: #1c1c1c;
  line-height: 24px;
  padding: 7px 15px;
  border: 1px solid #cccccc;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease
}

.contact-section .form-box input[type="text"]:focus,
.contact-section .form-box input[type="email"]:focus,
.contact-section .form-box input[type="number"]:focus,
.contact-section .form-box input[type="tel"]:focus,
.contact-section .form-box input[type="password"]:focus,
.contact-section .form-box textarea:focus,
.contact-section .form-box select:focus {
  background: #ffffff;
  border-color: #1a7bb2
}

.contact-section .form-box input[type="text"].error,
.contact-section .form-box input[type="email"].error,
.contact-section .form-box input[type="number"].error,
.contact-section .form-box input[type="tel"].error,
.contact-section .form-box input[type="password"].error,
.contact-section .form-box textarea.error,
.contact-section .form-box select.error {
  background: #e0a99e;
  color: #ffffff;
  border-color: #ff0000
}

.contact-section .form-box label.error {
  display: none !important
}

.contact-section .form-box textarea {
  height: 140px;
  resize: none
}

.contact-section .form-box button {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  padding: 8px 30px
}

.map-section {
  position: relative
}

.map-section .map-container {
  position: relative;
  height: 550px
}

.blog-section {
  position: relative
}

.blog-section .blog-post {
  position: relative;
  margin-bottom: 50px
}

.blog-section.style-two .blog-post {
  position: relative;
  margin-bottom: 30px
}

.blog-section .image {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #1a7bb2;
  overflow: hidden
}

.blog-section .image img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}

.blog-section .blog-post:hover .image img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%)
}

.blog-section .post-title {
  position: relative;
  margin-bottom: 10px
}

.blog-section .post-title h2,
.blog-section .post-title h2 a {
  position: relative;
  font-size: 24px;
  color: #36392e;
  font-weight: 700
}

.blog-section .post-title h2 a:hover {
  color: #1a7bb2
}

.blog-section .post-info {
  position: relative;
  margin-bottom: 10px;
  color: #999999
}

.blog-section .post-info a {
  position: relative;
  color: #999999;
  font-style: italic
}

.blog-section .post-info a:hover {
  color: #1a7bb2
}

.blog-section .post-info a .fa {
  padding-right: 5px;
  font-size: 16px
}

.blog-section .post-desc {
  position: relative;
  margin-bottom: 20px
}

.blog-section .blog-post .read-more {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 40px;
  border: 2px solid #e1e1e1;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
  border-radius: 20px
}

.blog-section .blog-post .read-more:hover {
  background: #1a7bb2;
  border-color: #1a7bb2;
  color: #ffffff
}

.blog-section.style-two .post-title h2,
.blog-section.style-two .post-title h2 a {
  font-size: 16px
}

.blog-section .blog-details {
  position: relative
}

.blog-section .blog-details h2 {
  font-size: 24px;
  font-weight: 800
}

.blog-section .blog-details h3 {
  position: relative;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3a4145
}

.blog-section .blog-details p {
  margin-bottom: 20px
}

.blog-section .blog-details ol li {
  list-style-type: decimal
}

.blog-section .blog-details ul li {
  list-style-type: disc
}

.blog-section .blog-details ul,
.blog-section .blog-details ol {
  margin-left: 20px;
  margin-bottom: 20px
}

.blog-section .review-box {
  position: relative;
  margin: 20px 0px;
  text-align: center
}

.blog-section .review-box .divider {
  position: relative;
  background: #f1f1f1;
  max-width: 200px;
  margin: 0 auto 15px;
  height: 1px
}

.blog-section .review-box .review-content {
  font-size: 18px;
  font-style: italic
}

.blog-section .review-box .separator {
  position: relative;
  width: 30px;
  height: 10px;
  margin: 15px auto
}

.blog-section .review-box .author-info {
  position: relative
}

.blog-section .review-box .author-info strong {
  font-size: 15px;
  color: #3a4145;
  font-weight: 800
}

.blog-section .review-box .author-info p {
  font-style: italic
}

.blog-section .post-author {
  position: relative;
  padding: 25px;
  background: #cbecf8;
  border: 1px solid #57b6d9;
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px
}

.blog-section .post-author .inner-box {
  position: relative;
  padding-left: 100px;
  min-height: 100px
}

.blog-section .post-author .author-thumb {
  position: absolute;
  left: 0px;
  top: 10px
}

.blog-section .post-author .author-title {
  margin-bottom: 15px
}

.blog-section .post-author .author-title strong {
  font-weight: 800;
  color: #3a4145
}

.blog-section .post-author .social-links a {
  position: relative;
  display: inline-block;
  margin-right: 1px;
  font-size: 14px;
  color: #999999;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #999999;
  text-align: center;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px
}

.sidebar-section .comments-area {
  position: relative
}

.sidebar-section .comments-area .comment-box {
  position: relative
}

.sidebar-section .comments-area .comment {
  position: relative;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 10px 110px
}

.sidebar-section .comments-area .reply-comment {
  margin-left: 50px
}

.sidebar-section .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 84px;
  height: 84px
}

.sidebar-section .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block
}

.sidebar-section .comments-area .comment-info {
  margin-bottom: 20px;
  color: #bcbcbc
}

.sidebar-section .comments-area .comment-box strong {
  color: #292929;
  font-weight: 600
}

.sidebar-section .comments-area .comment-box .text {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #f3f3f3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px
}

.sidebar-section .comments-area .comment-box .text:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -18px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f3f3f3
}

.sidebar-section .comments-area .reply-comment .text {
  background: #cbecf8
}

.sidebar-section .comments-area .reply-comment .text:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #cbecf8
}

.sidebar-section .comments-area .reply-btn {
  position: relative;
  display: inline-block;
  padding: 7px 25px 4px;
  min-width: 100px;
  font-size: 14px;
  background: #1a7bb2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px
}

.sidebar-section .comments-area .reply-btn span {
  padding-right: 10px
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px
}

.comment-form .form-group-inner {
  position: relative;
  display: table;
  width: 100%;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px
}

.comment-form .form-group .icon-box {
  position: relative;
  display: table-cell;
  vertical-align: middle
}

.comment-form .form-group .icon-box label {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  margin: 0px;
  background: #ffffff;
  border-right: 1px solid #d0d0d0
}

.comment-form .form-group label.error {
  display: none !important
}

.comment-form .form-group .field-outer {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle
}

.comment-form .form-group-inner input[type="text"],
.comment-form .form-group-inner input[type="password"],
.comment-form .form-group-inner input[type="tel"],
.comment-form .form-group-inner input[type="email"],
.comment-form .form-group-inner select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease
}

.comment-form .form-group input[type="text"].error,
.comment-form .form-group input[type="password"].error,
.comment-form .form-group input[type="tel"].error,
.comment-form .form-group input[type="email"].error,
.comment-form .form-group select.error,
.comment-form .form-group textarea.error {
  background: rgba(255, 0, 0, 0.20)
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222222;
  height: 200px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease
}

.comment-form button {
  position: relative;
  display: inline-block;
  background: #ececec;
  color: #777777 !important;
  padding: 8px 30px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px
}

.comment-form button .icon {
  position: relative;
  top: 2px
}

.comment-form button:before {
  background: #f06626
}

.best-seller .sec-title.style-three .line,
#checkout-content .sec-title.style-three .line,
.shop-page-content .sec-title.style-three .line {
  margin: 5px 0px 0px
}

.shop-page-content .row,
.shop-page-content.row {
  margin-left: -10px;
  margin-right: -10px
}

.shop-page-content .single-shop-item {
  padding: 0px;
  margin-bottom: 20px
}

.shop-page-content .single-shop-item img {
  width: 100%;
  margin-bottom: 10px
}

.shop-page-content .single-shop-item .meta {
  background: #F8F8F8;
  padding: 17px 17px;
  text-align: center;
  border: 1px solid #F0F0F0;
  margin: 0px 10px
}

.shop-page-content .single-shop-item .meta h4 {
  color: #000000;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: all .3s ease;
  min-height: 50px;
  max-height: 50px
}

.shop-page-content .single-shop-item .meta h4 a {
  color: #1a7bb2;
  transition: all .3s ease
}

.shop-page-content .single-shop-item .meta h4:hover a {
  color: #1a7bb2
}

.shop-page-content .single-shop-item .meta p {
  font-size: 15px;
  font-weight: 400;
  color: #656565;
  text-align: center
}

.shop-page-content .single-shop-item .meta span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #7E7E7E
}

.shop-page-content .single-shop-item .meta span b {
  font-size: 20px;
  line-height: 28px;
  color: #E22D2D;
  font-weight: 600
}

.shop-page-content .single-shop-item a.add-to-cart {
  background: #c5845c;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  font-size: 13px;
  margin-top: 0px;
  border-radius: 0px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #fff
}

.shop-page-content .single-shop-item a.add-to-cart:before {
  background: #1a7bb2;
  border-radius: 0px
}

.shop-page-content .best-seller {
  margin-top: 80px;
  margin-left: 10px
}

.product-details-box {
  margin-bottom: 80px
}

.product-details-box h3 {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase
}

.product-details-box p {
  font-size: 14px;
  color: #999999;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
  margin: 20px 0;
  font-weight: 600;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 2em
}

.product-details-box span {
  display: block;
  font-size: 18px;
  color: #999999;
  font-weight: 600;
  margin-bottom: 20px
}

.product-details-box span b {
  font-size: 24px;
  color: #E22D2D;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-left: 10px
}

.product-details-box span input {
  width: 36px;
  height: 36px;
  border: 1px solid #EAEAEA;
  color: #999999;
  text-align: center;
  margin-left: 10px
}

.product-details-box a.add-to-cart {
  background: #CD5F49;
  text-transform: uppercase;
  display: inline-block;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  margin-top: 25px;
  border-radius: 20px;
  overflow: hidden
}

.product-details-box a.add-to-cart:before {
  background: #1a1a1a;
  border-radius: 20px
}

.product-details-box img {
  border: 5px solid #F4F4F4
}

.product-details-page-content .best-seller {
  margin-left: 0px
}

.product-details-tab-title {
  margin: -15px
}

.product-details-tab-title .col-lg-12 {
  padding: 0
}

.product-details-tab-title ul li {
  display: inline
}

.product-details-tab-title ul li.active span {
  background: #fff;
  border: 1px solid #E6E6E6;
  border-top: 2px solid #c5845c;
  border-bottom: 0;
  position: relative;
  top: 1px;
  z-index: 2;
  color: #000
}

.product-details-tab-title ul li span {
  display: inline-block;
  background: #1a7bb2;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
  margin-right: 0px;
  cursor: pointer
}

.product-details-tab-content {
  margin-bottom: 45px;
  background-color: #fff;
  margin-top: 15px
}

.product-details-tab-content .col-lg-12 {
  padding: 20px;
  background-color: #fff
}

.product-details-tab-content .col-lg-12 p {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 2em
}

.cart-page {
  padding: 80px 0 155px
}

.cart-page .table {
  margin: 0
}

.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
  border: none
}

.cart-page .table thead {
  background: #F9F9F9
}

.cart-page .table > thead > tr > th {
  font-weight: normal;
  color: #000000;
  font-size: 16px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 500;
  border: 1px solid #EBEBEB;
  border-bottom: 0
}

.cart-page .table > thead > tr > th.close {
  color: transparent
}

.cart-page .table > tbody > tr > td.preview {
  padding: 25px 50px
}

.cart-page .table > tbody > tr > td {
  border: 1px solid #EBEBEB;
  padding: 80px 40px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600
}

.cart-page .table > tbody > tr > td.del-item {
  text-align: center
}

.cart-page .table > tbody > tr > td .select-box {
  padding: 0;
  margin: 0;
  border: 1px solid #EDEDED;
  width: 95px;
  overflow: hidden;
  background-color: #fff
}

.cart-page .table > tbody > tr > td .select-box select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.cart-page .table > tbody > tr > td .select-box select:focus {
  outline: none
}

.cart-page .table > tbody > tr > td.del-item {
  color: #CD5F49;
  font-size: 18px;
  font-weight: normal
}

.cart-page .bottom-box {
  padding: 30px 25px;
  background: #F9F9F9;
  margin: 0 0 50px
}

.cart-page .bottom-box .cupon-box input {
  width: 130px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #EEEEEE;
  outline: none;
  margin-right: 10px
}

.cart-page .bottom-box .cupon-box button {
  padding: 0 20px;
  color: #fff;
  background: #E3E3E3;
  border: none;
  outline: none;
  font-weight: normal;
  line-height: 36px;
  color: #000000
}

.cart-page .add-to-cart-wrap {
  text-align: right
}

.cart-page .add-to-cart-wrap a {
  background: #CD5F49;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  border-radius: 20px;
  overflow: hidden
}

.cart-page .add-to-cart-wrap a:before {
  background: #1a1a1a;
  border-radius: 20px
}

.cart-page .cart-total-box li {
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  padding: 0 25px
}

.cart-page .cart-total-box li:first-child {
  border-top: 1px solid #EBEBEB
}

.cart-page .cart-total-box li span {
  margin-left: 50px
}

.cart-page .cart-total-box .cart-total {
  background: #F9F9F9
}

.cart-page .cart-total-box .proceed-to-checkout {
  text-align: right
}

.cart-page .cart-total-box .proceed-to-checkout a {
  background: #CD5F49;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  overflow: hidden;
  border-radius: 20px
}

.cart-page .cart-total-box .proceed-to-checkout a:before {
  background: #1a1a1a;
  border-radius: 20px
}

#checkout-content {
  padding: 80px 0 130px
}

#checkout-content .return-customer {
  background: #F9F9F9;
  border: 1px solid #EBEBEB;
  padding: 25px 30px;
  margin-bottom: 50px
}

#checkout-content .return-customer p {
  margin-bottom: 0;
  font-size: 14px;
  color: #8E8E8E;
  line-height: 26px
}

#checkout-content .return-customer a {
  color: #CD5F49
}

#checkout-content label,
#checkout-content input[type="text"] {
  display: block
}

#checkout-content label {
  font-size: 14px;
  line-height: 26px;
  color: #8E8D8D;
  margin-bottom: 5px;
  font-weight: 500
}

#checkout-content input[type="text"] {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #E2E2E2;
  outline: none;
  padding: 0 20px
}

#checkout-content input[type="text"]:last-child {
  margin-bottom: 0
}

#checkout-content .left-checkout > .row {
  margin-bottom: 30px
}

#checkout-content .select-box {
  padding: 0;
  margin: 0;
  border: 1px solid #E2E2E2;
  width: 100%;
  overflow: hidden;
  background-color: #fff
}

#checkout-content .select-box select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

#checkout-content .select-box select:focus {
  outline: none
}

#checkout-content .row span {
  font-size: 14px;
  font-weight: 500;
  color: #8E8D8D
}

#checkout-content input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
  margin-right: 15px
}

#checkout-content textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #E2E2E2;
  padding: 10px 20px;
  outline: none
}

#checkout-content .ship-different {
  margin-top: 80px
}

#checkout-content .order-box {
  border: 1px solid #D9D9D9;
  padding: 30px
}

#checkout-content .order-box ul li {
  display: block;
  color: #8E8D8D;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600
}

#checkout-content .order-box ul li.total {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2
}

#checkout-content .order-box ul li span {
  float: right;
  display: inline-block
}

#checkout-content .order-box ul li span.bold {
  font-size: 18px;
  color: #000;
  font-weight: 700
}

#checkout-content .order-box ul li a span {
  color: #CD5F49
}

#checkout-content .order-box ul li input[type="radio"] {
  margin-right: 10px
}

#checkout-content .order-box ul li .note {
  background: #ECECEC;
  padding: 25px;
  color: #8E8D8D;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  position: relative
}

#checkout-content .order-box ul li .note .fa {
  font-size: 35px;
  position: absolute;
  top: -25px;
  left: 25px;
  color: #ECECEC
}

#checkout-content .order-box ul li a.place-order {
  background: #CD5F49;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  margin-top: 30px
}

.overeffect div {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #fff
}

.overeffect div img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1
}

.overeffect div figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 0px
}

.overeffect div figcaption::before,
.overeffect div figcaption::after {
  pointer-events: none
}

.overeffect div figcaption,
.overeffect div figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 25%
}

.overeffect1 div {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #fff
}

.overeffect1 div img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8
}

.overeffect1 div figcaption {
  color: #fff;
  font-size: 1.1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 0px
}

.overeffect1 div figcaption::before,
.overeffect1 div figcaption::after {
  pointer-events: none
}

.overeffect1 div figcaption,
.overeffect1 div figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff
}

.overeffect2 {
  width: 260px;
  height: 80px;
  margin: 5px;
  border: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px #2f2f2f;
  -moz-box-shadow: 2px 2px 5px #2f2f2f;
  box-shadow: 2px 2px 5px #2f2f2f;
  cursor: default;
  background: #fff;
  margin: 0px
}

.overeffect2 .mask,
.overeffect2 .content {
  width: 100%;
  height: 80px;
  position: absolute;
  overflow: hidden;
  left: 0
}

.overeffect2 img {
  display: block;
  position: relative
}

.overeffect2 h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  margin: 30px 0 0 0;
  background: rgba(197, 132, 92, 0.5)
}

.overeffect2 h2 a {
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-shadow: 1px 2px #000;
  font-weight: 600
}

.overeffect2 h2 a:hover {
  text-align: center;
  font-size: 17px;
  margin: 30px 0 0 0
}

.overeffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000
}

div.effect-bubba {
  background: #9e5406
}

div.effect-bubba a {
  color: #fff
}

div.effect-bubba a:hover {
  color: #fff
}

div.effect-bubba:hover img {
  opacity: 0.4
}

div.effect-bubba figcaption::before,
div.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s
}

div.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 2)
}

div.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0)
}

div.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0)
}

div.effect-bubba p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0)
}

div.effect-bubba:hover figcaption::before,
div.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #fff
}

div.effect-bubba:hover h2,
div.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

div.effect-sarah {
  width: 100%
}

div.effect-sarah img {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.effect-sarah p > a {
  color: #fff;
  text-shadow: 2px 2px #000
}

div.effect-sarah:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.6)
}

div.effect-sarah figcaption {
  text-align: center
}

div.effect-sarah h4 {
  position: relative;
  overflow: hidden
}

div.effect-sarah h4::after {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

div.effect-sarah:hover h4::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

div.effect-sarah p {
  padding: 0px;
  opacity: 1;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 21px;
  text-shadow: 2px 2px #000
}

div.effect-sarah:hover p {
  opacity: 1
}

.view-ninth .mask-1,
.view-ninth .mask-2 {
  background: rgba(197, 132, 92, 0.5);
  height: 361px;
  width: 361px;
  background: rgba(197, 132, 92);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1
}

.view-ninth .mask-1 {
  left: auto;
  right: 0;
  display: none
}

.view-ninth .mask-2 {
  top: auto;
  bottom: 0;
  display: none
}

.view-ninth .content {
  position: absolute;
  left: 0%;
  transform: translate(0%, -50%);
  font-weight: 600
}

.view-ninth .content:hover {
  height: 78px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 1;
  width: 361px;
  overflow: hidden;
  left: 0%
}

.view-ninth a.info {
  display: none
}

.view-ninth:hover .content {
  height: 150px;
  width: 260px;
  filter: alpha(opacity=90);
  opacity: 1;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0)
}

#cur .country_item {
  margin-top: 12px;
  padding-top: 10px
}

.flag {
  float: left;
  margin-right: 10px
}

.rate span {
  display: block;
  font-size: 13px;
  margin-bottom: 0px;
  float: left;
  width: 50%;
  line-height: 17px;
  color: #fff
}

section.fact-counter .mt-prev {
  color: #fff;
  -webkit-filter: invert(100%);
  opacity: 1
}

section.fact-counter .mt-play {
  color: #fff;
  -webkit-filter: invert(100%);
  opacity: 1
}

section.fact-counter .mt-next {
  color: #fff;
  -webkit-filter: invert(100%);
  opacity: 1
}

section.aboutqib {
  background: url(about-qib-1.png) no-repeat;
  padding-top: 1em;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}

section.aboutqibar {
  background: url(about-qib-ar.png) no-repeat;
  padding-top: 1em;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed
}

.aboutq {
  background: #1b7bb2;
  color: #fff;
  padding: 25px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  margin-top: 2em;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 30px
}

.white {
  color: #fff !important
}

.whitebg a {
  background: #fff !important;
  color: #1b7bb2
}

.dg-container {
  height: auto;
  padding-bottom: 15px;
  position: relative;
  width: 100%
}

.dg-container .container {
  padding-top: 25px;
  padding-bottom: 20px
}

.dg-wrapper {
  width: 481px;
  height: 210px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px
}

.dg-wrapper a {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center
}

.dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.dg-wrapper a .dg-img {
  padding: 41px 0px 0px 0px;
  width: 168px;
  height: 239px
}

.dg-wrapper a .qt {
  text-align: center;
  background: rgba(0, 0, 0, .4);
  line-height: 1.4;
  text-shadow: 2px 2px 1px rgba(79, 79, 79, .6);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  top: 20px;
  display: none;
  position: relative;
  padding: 10px 10px 5px 10px
}

.dg-wrapper .quote-img {
  position: relative;
  padding-bottom: 10px
}

.dg-wrapper a.dg-center .qt {
  display: block
}

.dg-wrapper a.dg-center .qt p {
  padding: 0;
  margin: 0 0 5px
}

.qt .name {
  font-weight: 500
}

.qt p {
  font-size: 15px;
  padding-top: 5px;
  line-height: 1.7;
  text-shadow: 2px 2px 1px rgba(79, 79, 79, .6);
  text-align: center
}

.qt i {
  margin-left: 15px;
  transition: .5s
}

.qt i:hover {
  color: #4d9ae2;
  transition: .5s
}

.dg-container nav {
  width: 100%;
  position: relative;
  z-index: 2;
  bottom: 166px;
  left: 0%;
  margin-left: 0px;
  background: none
}

.dg-container nav span {
  text-indent: -9000px;
  float: left;
  cursor: pointer;
  width: 40px;
  height: 157px;
  opacity: 0.9
}

.dg-container nav span:hover {
  opacity: 1
}

.dg-container nav span.dg-prev {
  margin-left: 0px;
  background: url(arrow-left.png) no-repeat 0px 10px;
  float: left
}

.dg-container nav span.dg-next {
  margin-left: 10px;
  background: url(arrow-right.png) no-repeat 0px 10px;
  float: right
}

.shadow-1 {
  -webkit-box-shadow: 0 32px 16px -26px black;
  -moz-box-shadow: 0 32px 16px -26px black;
  box-shadow: 0 32px 16px -26px black
}

.shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black
}

.shadow-1 {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out
}

.shadow-1:hover {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out
}

p.info-desc.downlodapp a {
  font-size: 22px;
  color: #fff !important
}

.downlodapp {
  text-align: center !important
}

p.info-desc a {
  color: #c5845c
}

.info-title img {
  width: 23px;
  border: 1px solid #1b1b1b
}

.tickercontainer {
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.tickercontainer .mask {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  top: 8px;
  height: 18px;
  overflow: hidden
}

ul.newsticker {
  -webkit-transition: all 0 linear;
  -moz-transition: all 0 linear;
  -o-transition: all 0 linear;
  transition: all 0 linear;
  position: relative;
  margin: 0;
  padding: 0
}

ul.newsticker li {
  float: left;
  margin: 0;
  padding-right: 15px
}

ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: red;
  font: 700 10px Verdana
}

#webticker2 li,
.stock-ticker p {
  margin: 0;
  color: #1A7BB2
}

.stock-ticker p {
  padding-right: 45px;
  padding-left: 15px;
  line-height: normal
}

.price-up {
  color: #4ddd04;
  padding-left: 15px;
  font-weight: normal
}

.price-down {
  color: red;
  padding-left: 15px;
  font-weight: normal
}

.top-services .column .text p a {
  color: #888888
}

.top-services .column h3 a {
  color: #888888
}

.relatedlink_con {
  padding: 20px 50px 20px 50px;
  -webkit-border-radius: 0px 0px 35px 0px;
  -moz-border-radius: 0px 0px 35px 0px;
  border-radius: 0px 0px 35px 0px;
  margin-top: 0px
}

.relatedlink_con #owl-demo .item {
  margin: 0px 15px 0px 15px
}

.relatedlink_con #owl-demo .item img {
  display: block;
  width: 100%;
  height: auto
}

.relatedlink_con #owl-demo .item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}

.relatedlink_con .owl-next,
.owl-prev {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  line-height: 33px;
  margin-top: -23px;
  position: absolute;
  text-align: center;
  top: 60%;
  transition: 400ms ease 0s;
  width: 40px;
  z-index: 5;
  cursor: pointer
}

.relatedlink_con .owl-next {
  right: -50px
}

.relatedlink_con .owl-prev {
  left: -50px
}

.relatedlink_con .overeffect2 img {
  height: 100% !important
}

.table-responsive {
  overflow-x: visible
}

div#tab-1 table {
  border: 1px solid #ddd;
  width: 100%
}

div#tab-1 table > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 7px
}

div#tab-1 table > tbody > tr > th {
  border: 1px solid #ddd;
  padding: 7px;
  background-color: #ccc;
  font-weight: bold
}

div#tab-2 table,
.bulletlist table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px
}

div#tab-2 table > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 7px
}

div#tab-2 table > tbody > tr > th {
  border: 1px solid #ddd;
  padding: 7px;
  background-color: #ccc;
  font-weight: bold
}

div#tab-2 div {
  margin-bottom: 0px
}

.tabawards div#tab-2 div {
  margin-bottom: 10px
}

div#tab-2 ul {
  margin-bottom: 15px
}

div#tab-3 table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px
}

div#tab-3 table > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 7px
}

div#tab-3 table > tbody > tr > th {
  border: 1px solid #ddd;
  padding: 7px;
  background-color: #ccc;
  font-weight: bold
}

div#tab-3 div {
  margin-bottom: 0px
}

.tabawards div#tab-3 div {
  margin-bottom: 10px
}

div#tab-3 ul {
  margin-bottom: 15px
}

div#tab-4 table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px
}

div#tab-4 table > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 7px
}

div#tab-4 table > tbody > tr > th {
  border: 1px solid #ddd;
  padding: 7px;
  background-color: #ccc;
  font-weight: bold
}

div#tab-4 div {
  margin-bottom: 0px
}

.tabawards div#tab-4 div {
  margin-bottom: 10px
}

div#tab-4 ul {
  margin-bottom: 15px
}

table > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 7px
}

table > tbody > tr > th {
  border: 1px solid #ddd;
  padding: 7px;
  background-color: #ccc;
  font-weight: bold;
  color: #525252
}

.auto-container.div {
  margin-bottom: 15px
}

.auto-container.ul {
  margin-bottom: 15px
}

.auto-container h3 {
  font-size: 17px;
  font-weight: normal;
  color: #069
}

.auto-container h4 {
  font-size: 16px;
  font-weight: normal;
  color: #035891
}

.dining {
  background: #fcfcfc;
  padding: 17px !important;
  border: 1px solid #F0F0F0;
  margin: 0px 10px;
  width: 98%
}

.dining table {
  border: none
}

.dining table > tbody > tr:first-child {
  background-color: transparent !important;
  font-weight: normal !important
}

.dining table > tbody > tr > td:first-child {
  width: 20%;
  font-weight: bold
}

.dining table > tbody > tr > td {
  border: none
}

.usefultools label {
  width: 100%;
  font-weight: 600
}

.usefultools .col-lg-12 {
  margin-bottom: 0px
}

.usefultools .input-lg {
  font-size: 15px;
  font-weight: 500
}

.usefultools #rdn_yes,
.usefultools #rdn_no,
.usefultools #rdn_languagear,
.usefultools #rdn_languageen,
.requiredradio #rdn_IsCustomer_0,
.requiredradio #rdn_IsCustomer_1,
.requiredradio #rdn_Gnder_0,
.requiredradio #rdn_Gnder_1,
.usefultools #rdn_qatari,
.usefultools #rdn_expat {
  top: 2px
}

.usefultools .col-lg-2 {
  margin-bottom: 0px
}

.usefultools .col-lg-10 {
  width: 82%
}

.usefultools .col-lg-12.col-sm-12.button-section {
  margin-top: -5px
}

.usefultools .col-lg-12.col-sm-12.finance-button {
  margin-top: 20px;
  margin-bottom: 20px
}

.usefultools .col-lg-12.col-sm-12.content-section {
  margin-bottom: 5px
}

.usefultools .form-group {
  margin-bottom: 0px;
  margin: 5px 0px
}

.usefultools .captha {
  margin-top: -70px
}

.usefultools .comment {
  margin-top: 15px
}

.btn-expand {
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
  background: 0 0;
  border: 0
}

.inner img {
  margin: 0px;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  width: 100%
}

.tabawards ul li:before {
  font-family: 'FontAwesome';
  color: #333;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  top: 0px
}

.i-thumb {
  padding: 20px 20px 25px;
  border: 1px solid #DDD;
  box-shadow: 0 0 15px 0 #f5f2f2 inset;
  float: left;
  width: 100%;
  max-height: 250px
}

.news li.thumbnail.i-thumb {
  margin-bottom: 10px;
  height: auto
}

.thumbnail h6 a {
  font-size: 1.05em;
  line-height: 16px
}

.thumbnail h6 a {
  color: #1A7BB2;
  font-weight: 600;
  float: left;
  margin-bottom: 5px
}

a.pull-left {
  display: block;
  height: 75px
}

.inner .i-thumb h2 {
  margin-top: 2px
}

.inner h3 {
  font-size: 1.3em;
  font-weight: 400
}

.media-body h3 {
  font-size: .965em !important;
  color: #A45A17;
  margin: 0 0 5px;
  float: none
}

.inner .i-thumb p {
  width: 100%;
  height: 58px;
  text-align: left
}

.thumbnail a,
.thumbnail a:hover {
  color: #1A7BB2
}

.contWrap {
  margin: 0px 15px
}

.news-filter {
  padding-top: 8px;
  padding-bottom: 18px;
  display: inline-block
}

a.basic,
a.reset-listing {
  display: inline;
  color: #FFF;
  padding: 7px;
  min-width: 70px;
  background: #00B0DC;
  margin: 2px;
  font-weight: 600
}

#basic-modal-content {
  display: none
}

.modal-body {
  padding: 5px
}

.col-one {
  width: 50%
}

.col-two {
  width: 46%
}

.col-one,
.col-two {
  display: inline-block;
  margin-bottom: 7px
}

#paging_container table > tbody > tr:first-child {
  background-color: transparent !important
}

#paging_container table,
.content .text table {
  margin-top: 0px;
  margin-bottom: 0px
}

#paging_container table > tbody > tr > td {
  border: 0px solid rgb(221, 221, 221);
  padding: 0px
}

.auto-container h4 {
  margin: 0px
}

#basic-modal-content .default-btn-style-two {
  position: relative;
  padding: 2px 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(255, 255, 255) !important;
  font-size: 12px;
  border: 0px solid rgb(255, 255, 255) !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border-radius: 20px 20px 20px 20px;
  transition: all 0.3s ease 0s;
  background: none repeat scroll 0% 0% rgb(2, 58, 90);
  display: inline-block
}

#simplemodal-container {
  background-color: #F5F5F5;
  border: 4px solid #BEBEBE;
  height: 150px !important;
  height: 150px !important;
  width: 355px !important;
  top: 25% !important;
  color: #bbb;
  padding: 0px
}

a.learn-more {
  height: auto;
  width: auto;
  float: left;
  text-decoration: none;
  font-size: 13px;
  color: #f90;
  padding: 0 20px 0 0;
  margin: 2px 0 0
}

a.learn-more {
  float: none;
  display: block;
  width: 92px;
  background-position: right 11px
}

.i-thumb p {
  margin: 0
}

.i-thumb .media-body .media-heading {
  margin-top: 0px !important;
  margin-bottom: 5px
}

#simplemodal-container select {
  border: 1px solid #ccc;
  padding: 5px;
  width: 90%;
  margin-bottom: 5px
}

#simplemodal-container a.modalCloseImg {
  background: url(x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  cursor: pointer
}

#simplemodal-overlay {
  background-color: #000
}

#simplemodal-container a {
  color: #ddd
}

.col-sm-3 .i-thumb span a {
  margin-top: 10px
}

.i-thumb span a {
  position: relative;
  padding: 2px 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgb(255, 255, 255) !important;
  font-size: 12px;
  border: 0px solid rgb(255, 255, 255) !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border-radius: 20px 20px 20px 20px;
  transition: all 0.3s ease 0s;
  background: none repeat scroll 0% 0% rgb(2, 58, 90);
  display: inline-block;
  margin-top: 5px
}

a.cnt-map-ico {
  margin: -5px !important;
  padding: 0px !important
}

.cnt-map-ico img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  border: 0px solid #E2E2E2;
  border-radius: 4px
}

ul.site-sub-items li:before {
  font-family: 'FontAwesome';
  color: #333;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  top: 0px
}

td.sub-name.single-item:before {
  font-family: 'FontAwesome';
  color: #333;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  top: -3px
}

.site-sub > tbody > tr:first-child {
  background-color: #fff !important
}

.site-main table {
  border: 0px !important
}

li.sub-name h4 {
  margin-top: 10px;
  margin-bottom: 0px
}

.inner .site-main h3,
.inner .site-main h4 {
  margin-top: 11px
}

.inner .site-main h3 {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #1A7BB2;
  color: #fff;
  margin-bottom: 0px
}

.inner .site-main h4 {
  border-bottom: 0;
  font-size: 1.2em;
  background-color: #D5ECF9;
  margin-bottom: 5px
}

.site-main li a h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px
}

.site-sub-items .listcontent,
td.sub-name.single-item a {
  background: url('../images/icn_cta_blue_hover.gif') no-repeat scroll 100% 50%
}

li.sub-name {
  background-color: #F8FDFE
}

.site-main table tr td {
  border: 0;
  line-height: 18px;
  color: transparent;
  width: 50%;
  padding: 2px 15px
}

ul.site-main li table {
  margin-bottom: 5px;
  margin-top: 0px
}

.inner .site-main h4:hover,
.inner .site-main h3:hover {
  background-color: #00B0DC;
  color: #FFF
}

.site-sub-items .listcontent:hover,
td.sub-name a:hover {
  color: #44ACE4
}

.site-main .table-responsive {
  border: 1px solid #e7e7e7;
  background: #fff;
  margin-bottom: 20px
}

ul.site-main a strong {
  font-size: 16px;
  font-weight: 700
}

ul.site-sub-items {
  min-height: 175px;
  line-height: 24px
}

.compareColBox tr:nth-child(2) {
  height: 250px
}

.compareColBox tr:nth-child(4) {
  overflow-x: auto
}

.compareColBox tr:nth-child(5) {
  overflow-x: auto
}

ul.bullet-list.top-list {
  overflow-x: auto
}

ul.bullet-list.middle-list {
  overflow-x: auto
}

ul.bullet-list.bottom-list {
  min-height: 200px;
  overflow-x: auto
}

.compareColBox td ul {
  margin: 0;
  padding: 0
}

.compareColBox table {
  width: auto
}

.compareTblWrap .compare-btn-block {
  margin-top: 10px !important
}

.inner-content.tags {
  margin-top: 10px
}

.checkbox,
.radio {
  margin: -6px 35px 0 0;
  padding: 9px
}

.two-colmn {
  width: 100%;
  float: left;
  margin: 10px 0px 15px
}

.btn-lm img {
  width: auto;
  margin: 0;
  background: 0 0;
  box-shadow: none
}

.btn-lm,
.btn-lm img {
  padding: 0;
  border: none
}

.btn-lm {
  color: #FFF;
  position: absolute;
  z-index: 100
}

input[type=text].search-box-lm {
  width: 250px;
  height: 37px
}

.btn-lm,
.btn-lm img {
  padding: 0;
  border: none
}

.inner-content {
  width: 100%
}

.mT20 {
  margin-top: 20px
}

.col-xs-3 {
  width: 30%;
  height: 502px;
  overflow: hidden;
  overflow-y: scroll
}

.lm-left ul li span {
  width: auto;
  background: url(phase2/sharesmall.jpg) left top no-repeat;
  margin-top: -18px
}

div.col-xs-3.lm-left.nano {
  height: 502px;
  width: 98%
}

.lm-left ul {
  border: 1px solid #CCC;
  margin: 0px -15px 0px 0px;
  padding: 0
}

.lm-left ul li {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 5px;
  border-collapse: collapse;
  color: #069
}

.border {
  border: 1px solid #CCC
}

#formlocator .border {
  border: 1px solid #CCC
}

#formlocator .border-locator {
  border: 1px solid #CCC
}

#gmap_canvas {
  height: 500px;
  width: auto
}

#gmap_canvas_atm {
  height: 500px;
  width: auto
}

.getMap {
  display: block
}

.lm-link-b {
  display: none
}

div#pnlcaptcha table {
  border: 0px
}

input#txtCaptcha {
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 6px
}

.results li h5 {
  margin-bottom: 0;
  max-width: 190px
}

.header-lower.blue {
  background-color: #02336b !important
}

.blue .logo {
  border-top: 6px solid #666 !important
}

.blue span.lablehide {
  color: #666
}

.blue a.personal {
  background: #666
}

.blue a.corporate {
  background: #666
}

.blue a.newuser {
  background: #666
}

.blue .ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  background: transparent url(blue_arrow_down.png) no-repeat center center
}

.blue .ac-container input:checked + label:hover:after {
  background-image: url(blue_arrow_up.png)
}

.blue .shop-page-content .single-shop-item .meta h4 a {
  color: #02336b !important
}

.blue .default-btn-style-two,
.form-group .btn a {
  background-color: #666 !important
}

.blue .default-btn-style-two:hover {
  background: #c5845c !important;
  text-decoration: underline
}

.header-lower.brown {
  background-color: #937c5d !important
}

.brown .logo {
  border-top: 6px solid #000 !important
}

.brown .main-header .header-lower .cart-box-btn .cart-btn {
  color: #000
}

.brown span.lablehide {
  color: #000
}

.brown a.personal {
  background: #000
}

.brown a.corporate {
  background: #000
}

.brown a.newuser {
  background: #000
}

.brown .ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  background: transparent url(brown_arrow_down.png) no-repeat center center
}

.brown .ac-container input:checked + label:hover:after {
  background-image: url(brown_arrow_up.png)
}

.header-lower.ladies {
  background-color: #6E267B !important
}

.ladies .logo {
  border-top: 6px solid #a97fb2 !important
}

.ladies .main-header .header-lower .cart-box-btn .cart-btn {
  color: #a97fb2
}

.ladies span.lablehide {
  color: #a97fb2
}

.ladies a.personal {
  background: #a97fb2
}

.ladies a.corporate {
  background: #a97fb2
}

.ladies a.newuser {
  background: #a97fb2
}

.ladies .ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  background: transparent url(ladies_arrow_down.png) no-repeat center center
}

.ladies .ac-container input:checked + label:hover:after {
  background-image: url(ladies_arrow_up.png)
}

.ladies .shop-page-content .single-shop-item .meta h4 a {
  color: #6E267B
}

.ladies .default-btn-style-two,
.form-group .btn a {
  background-color: #a97fb2
}

.ladies .default-btn-style-two:hover {
  background: #c5845c !important;
  text-decoration: underline
}

.brown .default-btn-style-two,
.form-group .btn a {
  background-color: #000
}

.brown .shop-page-content .single-shop-item .meta h4 a {
  color: #000 !important
}

.brown .default-btn-style-two:hover {
  background: #c5845c !important;
  text-decoration: underline
}

.side-menu-holder {
  position: absolute;
  display: block;
  right: 0px;
  margin-top: -347px;
  width: 30px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: 0 0 1px 0 #1a7bb2;
  box-shadow: 0 0 1px 0 #1a7bb2;
  z-index: 0
}

.side-menu-holder nav {
  margin: 0;
  padding: 0
}

.side-menu-holder ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.side-menu-holder li {
  display: block
}

.side-menu-holder a {
  display: block;
  height: 32px;
  width: 30px;
  color: #00B0DC;
  text-decoration: none;
  line-height: 29px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #E1E1E1;
  border-right: 0;
  background-color: #00B0DC;
  left: 0;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.side-menu-holder a.expandable:hover {
  width: 218px;
  left: -188px;
  text-indent: 20px;
  color: #FFF
}

.side-menu-holder .section-marker {
  position: absolute;
  text-indent: 0;
  display: block;
  top: 0;
  left: 0
}

.side-menu-holder img.tool-image {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0;
  top: 0;
  -webkit-font-smoothing: antialiased;
  color: #00B0DC;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
  bottom: 0;
  z-index: 100;
  text-indent: 0;
  background-color: #00B0DC;
  overflow: hidden;
  font-size: 45px;
  margin: 2px 3px 1px 0
}

@media print {
  body {
    line-height: 1.3;
    font-size: 10pt;
    color: #000000;
    background-color: #FFFFFF
  }

  @page {
    size: A4 portrait;
    margin: 2mm
  }

  .referrer {
    display: none !important
  }

  a[href]:after {
    content: none !important
  }

  .topsection_menu {
    visibility: hidden;
    display: none
  }

  .topsection_search {
    display: none;
    visibility: hidden
  }

  .cart-box-btn {
    display: none;
    visibility: hidden
  }

  .sticky-links {
    display: none;
    visibility: hidden
  }

  .go-up {
    display: none;
    visibility: hidden
  }

  .gallery-section {
    display: none;
    visibility: hidden;
    margin-top: -400px
  }

  .bulletlist .links ul li:before,
  .bullet-list li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #333;
    font-size: 15px;
    left: -9px;
    line-height: 18px;
    position: relative;
    top: 0px;
    float: none;
    margin: 4px 8px 0px 13px
  }

  .links li {
    text-indent: -19px
  }
}

.parallax-section.get-quote .auto-container h4 {
  color: #fff !important
}

.home-top-services {
  margin-top: 20px
}

#lblMessSubs {
  color: #fd4848
}

.applynow-submitted {
  margin-top: 15px;
  color: #006600 !important
}

.poll-vote-list li span {
  padding: 7px 20px;
  border-radius: 50px;
  float: left;
  width: 100%;
  border: 1px solid #ffffff
}

.poll-vote-list li {
  padding-bottom: 10px !important;
  width: 49% !important;
  float: left;
  margin-right: 10px
}

.poll-vote-list li span label {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.poll-vote-list li span input {
  visibility: hidden;
  float: left
}

.poll-vote-list li label {
  cursor: pointer
}

.inner-box .block h2 {
  margin-bottom: 40px
}

.poll-vote-list li span:clicked {
  background: #1a7bb2;
  color: #fff
}

.clicked {
  background: #1a7bb2 !important;
  color: #fff
}

@media only screen and (max-width:767px) {
  td.CaptchaR1C1 {
    width: 80% !important
  }

  td.CaptchaLettersRow {
    width: 45% !important
  }

  td.CaptchaAnswerRow {
    width: 45% !important
  }

  input#txtCaptcha {
    width: 90%
  }

  td.CaptchaRefreshButton {
    height: 85px;
    padding-top: 15px;
    text-align: center
  }
}

@media only screen and (max-width:479px) {
  td.CaptchaRefreshButton {
    height: 74px
  }

  div.effect-sarah p {
    font-size: 15px;
    text-shadow: 1px 1px #000
  }
}

.media-body .media-heading {
  margin-top: 15px !important;
  margin-bottom: 5px
}

.poll-vote-list li {
  width: 100% !important
}

.openionpoll h2 {
  font-size: 16px
}

.openionpoll .number {
  font-size: 50px !important;
  left: 35px !important
}

.col-md-10 links {
  width: 100% !important
}

.remove_style {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  all: initial;
  all: unset
}

.desc-box .elementor-section.elementor-section-boxed > .elementor-container {
  position: static;
  max-width: 1200px !important;
  padding: 0px;
  margin: 0 auto
}

.desc-box .elementor-column-wrap {
  padding: 0 0px !important
}

.desc-box .dining .bullet-list li {
  font-weight: bold;
  color: #525252
}

.desc-box .sec-title .dining p {
  font-size: 14px;
  color: #525252;
  margin: 0 0 10px;
  position: relative;
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
  font-family: 'Open Sans', sans-serif
}

.desc-box .elementor-widget-text-editor {
  font-family: 'Open Sans', sans-serif
}

.template5 .elementor-widget:not(:last-child) {
  margin-bottom: 0px
}

.template11 .desc-box .elementor-column-wrap {
  padding: 0 15px !important
}

.inner .thumbnail.i-thumb a img {
  margin: 0px auto;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  background: #FFF;
  border: 1px solid #E2E2E2;
  border-radius: 4px
}

.inner .i-thumb span a {
  margin-top: 10px
}

.desc-box .elementor-accordion .elementor-accordion-item,
.desc-box .elementor-accordion .elementor-accordion-item + .elementor-accordion-item,
.desc-box .elementor-toggle-item {
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ddd
}

.desc-box .elementor-accordion .elementor-accordion-item + .elementor-accordion-item,
.desc-box .elementor-toggle-item + .elementor-toggle-item {
  margin-top: 5px
}

.desc-box .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.desc-box .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #035891;
  border: 0
}

.desc-box .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  font-family: 'Open Sans', sans-serif;
  background: #FFF
}

.desc-box .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
  color: #c5845c
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: normal;
  font-size: inherit
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.desc-box .elementor-widget-accordion .elementor-accordion .elementor-tab-content .bullet-list {
  margin-left: 17px;
  margin-bottom: 15px
}

.sec-title.no-underline .bullet-list li {
  margin-right: 18px;
  font-size: 14px;
  color: #525252;
  line-height: 1.8em;
  font-weight: 400
}

.about-section .lower-content {}

.template3 .elementor-section.elementor-section-boxed > .elementor-container {
  position: static;
  max-width: 1200px !important;
  padding: 0px;
  margin: 0 auto
}

.template3 .elementor-section-full_width {
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: fixed;
  background-image: url(Circle-Pattern-002.png)
}

.elementor-tabs-content-wrapper {
  background-color: #ffffff
}

/* .elementor-widget-tabs .elementor-tab-title{font-family:'Open Sans',sans-serif!important;display:inline-block;padding:12px 15px!important;text-decoration:none;outline:0;font-size:1.05em;font-weight:500;color:#FFF!important;background:#1a7bb2!important;border:0!important;margin:0px!important;display:inline-block!important} */
.elementor-tabs-view-horizontal .elementor-tab-title {
  font-family: 'Open Sans', sans-serif !important;
  display: inline-block;
  padding: 12px 15px !important;
  text-decoration: none;
  outline: 0;
  font-size: 1.05em;
  font-weight: 500;
  color: #FFF !important;
  background: #1a7bb2 !important;
  border: 0 !important;
  margin: 0px !important;
  display: inline-block !important
}

.elementor-tabs-view-vertical .elementor-tab-title {
  margin-top: ddd;
  font-family: 'Open Sans', sans-serif !important;
  display: inline-block;
  padding: 12px 13px !important;
  text-decoration: none;
  outline: 0;
  font-size: 1.05em;
  font-weight: 500;
  color: #FFF !important;
  background: #1a7bb2 !important;
  border: 1 !important;
  margin: -1px !important;
  display: inline-block !important;
  margin-bottom: 4px !important;
  /* margin-left: 76px !important; */
}

.elementor-widget-tabs .elementor-tab-title.elementor-active {
  color: #000 !important;
  text-shadow: none;
  background-color: #FFF !important
}

.elementor-widget-tabs .elementor-tab-title {
  font-weight: normal !important
}

.elementor-tabs-content-wrapper .elementor-tab-mobile-title {
  display: none !important
}

.template3 .elementor-section-full_width .elementor-container {
  position: static;
  max-width: 1200px !important;
  padding: 0px;
  margin: 0 auto
}

.template3 .elementor .thumbnail {
  display: inline-block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.template3 .elementor-widget-tabs .elementor-tab-content .col-md-2 {
  padding: 0 13px;
  text-align: right
}

.template3 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
  border: 0 !important
}

.template3 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 15px
}

.template3 .elementor-widget-tabs .elementor-tab-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #525252;
  line-height: 1.8em;
  font-weight: 400
}

.elementor-widget-text-editor {
  color: #525252 !important;
  line-height: 1.8em;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif !important
}

.template3 .sec-title {
  position: relative;
  padding: 20px 0px 20px;
  background-color: #fff
}

.template3 .sec-title .text {
  margin: 10px 0px 40px
}

.template3 .sec-title .text .tab-apply {
  float: none;
  display: inline-block
}

.elementor-tabs .elementor-tabs-wrapper {
  display: block !important
}

.template3 .sec-title.no-underline {
  padding-bottom: 0
}

.template3 .elementor-section:nth-child(1) {
  padding-bottom: 20px
}

.template3 .content .text table {
  float: none
}

.template3 .elementor-widget-tabs .elementor-tab-content .bulletlist ul {
  margin-left: 17px;
  margin-bottom: 15px
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 20px 0 5px !important
}

.template3 .elementor-widget-text-editor h2 {
  position: relative;
  font-size: 20px;
  color: #069;
  margin-bottom: 10px
}

.template3 .top-featuredisplayicon .column {
  margin-bottom: 0
}

.bgnavmenu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
  width: 20% !important
}

.black_colour {
  color: #525252 !important
}

.bread-crumb span {
  color: #FFF;
  font-size: 0
}

.bread-crumb a {
  position: relative;
  line-height: 24px;
  color: #636363;
  font-size: 15px;
  font-weight: 700;
  padding-right: 25px;
  display: inline-block
}

.bread-crumb a:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: -1px;
  text-align: center;
  line-height: 26px;
  width: 15px;
  display: block;
  color: #1a7bb2;
  font-size: 13px
}

.bread-crumb a:hover,
.bread-crumb .breadcrumb_last {
  font-size: 15px;
  color: #1a7bb2
}

.desc-box .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  padding-left: 40px;
  line-height: 1.6em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  position: absolute;
  left: 20px
}

#elementor-tab-title-1204,
#elementor-tab-title-1206,
#elementor-tab-title-1207 {
  background: #6e267b;
  color: #FFF
}

#elementor-tab-title-1206 {
  background: #02336b
}

#elementor-tab-title-1207 {
  background: #907a5b
}

.idealforms-field-width {
  margin: 0 !important;
  padding: 0 !important
}

.usefultools .content-section .col-sm-6 {
  margin-bottom: 15px
}

.usefultools .content-section div#pnlcaptcha table {
  margin: 0 0 10px 0
}

.usefultools select.input-lg {
  height: 40px;
  line-height: 40px;
  padding: 7px 16px
}

.radio-section .wpcf7-radio {
  display: inline-block;
  width: 100%
}

.usefultools label {
  margin-right: 0;
  display: block;
  width: 100% !important
}

.usefultools #pnlcaptcha {
  margin-right: 0px !important
}

.page-id-688 .main-header-new .header-lower,
.parent-pageid-688 .main-header-new .header-lower,
.page-id-691 .main-header-new .header-lower,
.parent-pageid-691 .main-header-new .header-lower {
  background-color: #937c5d !important
}

.page-id-688 a.personal,
.parent-pageid-688 a.personal,
.page-id-688 a.corporate,
.parent-pageid-688 a.corporate,
.page-id-691 a.personal,
.parent-pageid-691 a.personal,
.page-id-691 a.corporate,
.parent-pageid-691 a.corporate {
  background: #000
}

.page-id-676 .main-header-new .header-lower,
.parent-pageid-676 .main-header-new .header-lower,
.page-id-679 .main-header-new .header-lower,
.parent-pageid-679 .main-header-new .header-lower {
  background-color: #02336b !important
}

.page-id-676 a.personal,
.parent-pageid-676 a.personal,
.page-id-676 a.corporate,
.parent-pageid-676 a.corporate,
.page-id-679 a.personal,
.parent-pageid-679 a.personal,
.page-id-679 a.corporate,
.parent-pageid-679 a.corporate {
  background: #666
}

.page-id-682 .main-header-new .header-lower,
.parent-pageid-682 .main-header-new .header-lower,
.page-id-685 .main-header-new .header-lower,
.parent-pageid-685 .main-header-new .header-lower {
  background-color: #6E267B !important
}

.page-id-682 a.personal,
.parent-pageid-682 a.personal,
.page-id-682 a.corporate,
.parent-pageid-682 a.corporate,
.page-id-685 a.personal,
.parent-pageid-685 a.personal,
.page-id-685 a.corporate,
.parent-pageid-685 a.corporate {
  background: #a97fb2
}

.wpcf7-list-item-label {
  display: block
}

span.wpcf7-list-item {
  margin: 0 2em 0 0
}

.usefultools .form-group.financecal {
  display: inline-block;
  width: 100%
}

.dining table h2 {
  line-height: 1.6em
}

.dining table .bullet-list {
  margin-bottom: 10px
}

.dining table > tbody > tr > td p {
  text-align: left
}

.not-found .sec-title h2 {
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px
}

.search-form .screen-reader-text,
.search-form .search-field {
  height: 52px;
  position: initial;
  width: auto
}

.search-form label {
  float: left;
  margin: 0 20px 0 0
}

.search-form label .screen-reader-text {
  display: none !important
}

.search-form .search-field {
  background: #FFF;
  border: 1px solid rgba(12, 61, 86, .7);
  padding: 0 18px;
  color: #114f83;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 500
}

.search-form button {
  border: 0;
  padding: 0
}

.search-form .screen-reader-text {
  line-height: 52px;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #091E2D !important;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  background: #091E2D !important;
  padding: 0 20px
}

.disclaimer-box a,
.cookies-box a {
  line-height: 25px
}

#st-2 {
  top: 40% !important;
  right: 0 !important;
  text-align: right !important;
  left: auto !important;
  width: auto !important
}

#st-2.st-left {
  right: 0px !important;
  left: auto !important
}

#st-2 .st-toggle {
  right: -35px !important;
  left: auto !important;
  width: 35px !important;
  display: none !important
}

#st-2:hover .st-toggle {
  right: 0 !important;
  left: auto !important
}

#st-2.st-hidden:hover .st-toggle {
  right: 35px !important;
  left: auto !important
}

#st-2 > div {
  clear: right !important;
  float: right !important
}

#st-2 .st-btn {
  display: inline-block !important;
  position: relative;
  padding: 10px 12px !important;
  height: 28px !important;
  background: #035891 !important;
  width: 35px !important;
  height: 35px !important;
  margin-bottom: 2px !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-right: 0 !important;
  line-height: 12px !important
}

#st-2 .st-btn > img {
  height: 14px !important;
  width: 14px !important;
  vertical-align: middle !important;
  float: right
}

#st-2 .st-btn[data-network='sharethis'],
#st-2 .st-btn[data-network='email'],
#st-2 .st-btn[data-network='print'] {
  background: #035891 !important
}

#st-2.st-has-labels .st-btn:hover {
  width: 120px !important
}

#st-2 .st-btn > span {
  display: block !important
}

#st-2 {
  display: block !important
}

.why-us-section .block .poll-vote-list li {
  padding-bottom: 10px !important;
  width: 49% !important;
  float: left;
  margin-right: 10px
}

.poll-vote-list li span label {
  font-size: 14px
}

.CaptchaR1C1 span.wpcf7-not-valid-tip {
  display: none
}

.usefultools .content-section .col-sm-12 {
  margin-bottom: 15px
}

.newsletter-widget .tnp-subscription {
  position: relative
}

.newsletter-widget .tnp-field label {
  display: none !important
}

.newsletter-widget .tnp-subscription .tnp-field {
  margin-bottom: 20px !important
}

.newsletter-widget .tnp-subscription input[type=text],
.newsletter-widget .tnp-subscription input[type=email],
.newsletter-widget .tnp-subscription input[type=submit],
.newsletter-widget .tnp-subscription select {
  background: #e0e0e0;
  color: #ffffff;
  color: #000;
  line-height: 20px
}

.newsletter-widget .tnp-subscription input[type=text]:hover,
.newsletter-widget .tnp-subscription input[type=text]:focus,
.newsletter-widget .tnp-subscription input[type=email]:hover,
.newsletter-widget .tnp-subscription input[type=email]:focus,
.newsletter-widget .tnp-subscription input[type=submit],
.newsletter-widget .tnp-subscription select {
  color: #ffffff
}

.newsletter-widget .tnp-subscription input.tnp-submit {
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  font-size: 0;
  top: 0
}

.newsletter-widget .tnp-subscription .tnp-field-button {
  right: 0px;
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 40px;
  color: #1a7bb2;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0 !important
}

.newsletter-widget .tnp-subscription .tnp-field-button:before {
  font-family: Flaticon;
  content: "\e0a6";
  line-height: 40px
}

.newsletter-widget .tnp-subscription input[type=text]:focus,
.newsletter-widget .tnp-subscription input[type=email]:focus {
  background: #000000
}

.totalpoll-question-content {
  margin-bottom: 40px !important;
  line-height: 1.6em !important;
  font-size: 30px !important
}

.totalpoll-question-content p {
  margin: 0 !important;
  color: #FFF !important
}

.totalpoll-question-choices-item-selector.totalpoll-question-choices-item-selector-single {
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important
}

.totalpoll-question-choices-item-selector-box {
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important
}

.totalpoll-question-choices-item-label span {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  display: block !important
}

.totalpoll-question-choices-item-control {
  border: 1px solid #ffffff !important;
  background: none !important
}

.totalpoll-question-choices-item.totalpoll-question-choices-item-type-text.totalpoll-question-choices-item-checked .totalpoll-question-choices-item-control,
.totalpoll-question-choices-item.totalpoll-question-choices-item-type-text.totalpoll-question-choices-item-checked:hover .totalpoll-question-choices-item-control,
.totalpoll-question-choices-item.totalpoll-question-choices-item-type-text.totalpoll-question-choices-item-checked:focus .totalpoll-question-choices-item-control {
  background: #1a7bb2 !important;
  color: #ffffff;
  border: 1px solid #ffffff
}

.totalpoll-buttons {
  justify-content: flex-start !important
}

.usefultools .wpcf7-list-item-label {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #525252
}

.usefultools input[type=checkbox],
.usefultools input[type=radio] {
  display: inline-block;
  line-height: 25px;
  top: 3px;
  position: relative
}

body.home #st-2 {
  display: none !important
}

.sec-title .usefultools h2 {
  font-size: 30px;
  color: #525252;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* To hide the click to continue button in total poll plugin */
button.totalpoll-button.totalpoll-button-primary.totalpoll-buttons-continue {
  display: none;
}

.thumbnail a.learn-more span.screen-reader-text,
.page_navigation .screen-reader-text,
.pagination .screen-reader-text {
  display: none !important;
}

.usefultools label.error {
  color: red;
}

sup.superscript {
  color: red;
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 20px 20px !important;
}

.elementor-text-editor li,
.elementor-tab-content li {
  list-style: none;
  margin: 0;
  position: relative;
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.elementor-text-editor li:before,
.elementor-tab-content li:before {
  font-family: 'FontAwesome';
  color: #333;
  font-size: 15px;
  line-height: 18px;
  content: '\f0da';
  float: left;
  margin: 0 !important;
  position: absolute !important;
  left: 2px !important;
  top: 4px !important;
}

#total_poll_result_msg {
  color: white;
}

.elementor-text-editor ol,
.elementor-tab-content ol {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.elementor-text-editor ol li,
.elementor-tab-content ol li {
  list-style: decimal;
  padding-left: 0;
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.elementor-text-editor ol li:before,
.elementor-tab-content ol li:before {
  display: none;
}

.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tab-title {
  display: block !important;
}

.elementor-tabs-view-vertical .elementor-tab-content {
  padding: 20px !important;
}

.wpsl-store-location strong,
.wpsl-store-location span,
.wpsl-direction-wrap,
.wpsl-info-window strong {
  display: none !important;
}

.wpsl-store-location .wpsl-street {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #1a7bb2 !important;
  display: block !important
}

.wpsl-info-window span {
  font-weight: 700 !important;
}

#wpsl-result-list li .wpsl-store-location p,
.wpsl-info-window p {
  margin: 0 !important;
  text-align: left !important
}

#wpsl-result-list {
  float: left !important;
}

#wpsl-gmap,
#wpsl-result-list {
  float: left !important;
}

.last-child {
  padding-right: 0 !important;
}