*{
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}

a, a:hover{
	text-decoration: none;
}

li{
	list-style: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff; 

}

#header.header-scrolled, #header.header-inner-pages {
  background: rgb(255 255 255 / 80%);
  
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}
@media(max-width: 767px){
  #header .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}
}

#header .logo a {
  color: #2459a7;
}

#header .logo img {
  max-height: 55px;
}

.logo img {
  max-height: 75px;
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 60px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #727377;
  transition: 0.3s;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #2459a7;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #193c5a;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #2459a7;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 16px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #2459a7;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #394047;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #2459a7;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(34, 39, 43, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 39, 43, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*#hero .carousel-item::before {
  content: '';
  background-color: rgba(12, 13, 14, 0.8);
}*/

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #2459a7;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #2459a7;
}

#hero .btn-get-started:hover {
  background: #2459a7;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


/*---------------------------
** Feature Area CSS
---------------------------*/

.feature-area {
    padding: 120px 0px;
}

.feature-bg {
    background-image: url('../images/feature_bg.jpg');
    background-repeat: repeat;
}

.single-feature {
    position: relative;
}

.feature-area .single-feature img {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    max-width: 320px;
    -webkit-transition: .5s;
    transition: .5s;
}

.feature-area .single-feature:hover img {
    -webkit-transform: translate(0px, 82%);
    transform: translate(0px, 82%);
}


.feature-area .single-feature .feature-info {
    background-color: #312f2f;
    padding: 36px 31px 32px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 400px;
    -webkit-transform: translate(25px, -70px);
    transform: translate(65px, -70px);
    -webkit-transition: .5s;
    transition: .5s;
}

.feature-area .single-feature:hover .feature-info {
    -webkit-transform: translate(25px, -82%);
    transform: translate(25px, -82%);
    background-color: #2459a7;
}

.single-feature .feature-info .icon-wrapper i {
    font-size: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}

.single-feature .feature-txt h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

.ad {
    background-color: #f7f7f7;
    color: #727377;
    text-transform: uppercase;
    font-weight: 700;
    padding: 40px 50px;
}

.ad h3 {
    font-weight: 700;
    margin: 0px;
    font-size: 30px;
}

a.ad-btn {
    border: 2px solid #2459a7;
    display: block;
    text-align: center;
    padding: 12px 0px;
    color: #2459a7;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

a.ad-btn span {
    position: relative;
    z-index: 1;
}

a.ad-btn:hover {
    background-color: #2459a7;
    color: #fff;
}

a.ad-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.ad-btn:hover::after {
    visibility: visible;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}

/*---------------------------
** Service Area CSS
---------------------------*/

.service-area {
    padding: 111px 0px 120px;
    position: relative;
    color: #fff;
}

.service-bg {
    background-image: url('../images/service_bg.jpg');
    background-size: cover;
}

.service-bg.home-12 {
    background-attachment: fixed;
}

.service-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #727377;
    opacity: .9;
}

.service-area *:not(.service-overlay) {
    position: relative;
    z-index: 1;
}

.service-area .nav-tabs {
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-area .tab-content {
    padding-top: 59px;
}

.service-area .nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.service-area .nav-tabs .nav-link:hover {
    color: #2459a7;
}

.service-area .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2459a7;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.service-area .nav-tabs .nav-link:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.service-area .nav-tabs .nav-item.show .nav-link,
.service-area .nav-tabs .nav-link.active {
    background-color: rgba(255, 255, 255, .1);
    border: none;
    border-radius: 0px;
    padding: 5px 20px;
    color: #2459a7;
}

.service-area .nav-tabs .nav-link i {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
}

.service-area .nav-tabs .nav-link:focus,
.service-area .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.single-service {
    background-color: rgba(255, 255, 255, .1);
    position: relative;
    text-align: left;
    padding: 40px 40px 37px 40px;
}

.single-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    background-color: #2459a7;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.single-service:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.single-service::after {
    content: "";
    right: -10px;
    top: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 130px solid #2459a7;
    border-left: 130px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover::after {
    border-top: 130px solid #fff;
}

.single-service h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-service i {
    position: absolute !important;
    top: 10px;
    right: 5px;
    font-size: 50px;
    z-index: 2 !important;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover i {
    color: #2459a7;
}


.section-title {
    text-align: center;
}

.section-title span {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .8;
    display: inline-block;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 60px;
}

.section-title h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    bottom: 0px;
    background-color: #2459a7;
    left: 50%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

/*---------------------------
** Warranty Area CSS
---------------------------*/

.warranty-section {
    padding: 60px 0px;
}

.about_bg {
    background-image: url('../images/selected/IMG_1878.JPG');
    background-size: cover;
    height: 100%;
}

.warranty-section .section-title h2 {
    color: #727377;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

.warranty-section .section-title h2::after {
    left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-bottom: -10px;
}

.warranty-txt p {
    font-size: 16px;
}

.warranty-txt p:first-child {
    margin-bottom: 20px;
}
.warranty-txt p:last-child {
    margin-bottom: 40px;
}

a.warranty-btn {
    border: 2px solid #2459a7;
    font-size: 18px;
    font-weight: 600;
    color: #2459a7;
    padding: 5px 12px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
a.new-warranty-btn {
    border: 2px solid #2459a7;
    font-size: 18px;
    font-weight: 600;
    color: #2459a7;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width:767px) {
    a.warranty-btn {
        border: 2px solid #2459a7;
        font-size: 14px;
        font-weight: 600;
        color: #2459a7;
        padding: 5px 15px;
        display: inline-block;
        /* margin-top: 15px; */
        text-decoration: none;
        position: relative;
        -webkit-transition: .3s;
        transition: .3s;
    }
}


a.warranty-btn span {
    position: relative;
    z-index: 1;
}

a.warranty-btn:hover {
    background-color: #2459a7;
    color: #fff;
}

a.warranty-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.warranty-btn:hover::after {
    visibility: visible;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}


.warranty-features {
    margin-top: 80px;
}

.warranty-features .single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #f1f1f1;
    padding: 30px;
    position: relative;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    -webkit-transition: .3s;
    transition: .3s;
}

.warranty-features .single-feature:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.warranty-features .single-feature .icon-wrapper img {
    width: 100%;
}

.warranty-features .single-feature .txt {
    margin-left: 27px;
}

.warranty-features .single-feature .txt p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #727377;
    font-family: sans-serif;
}




/*---------------------------
** Vehicles Area CSS
---------------------------*/

.vehicles-area {
    padding: 111px 0px 120px;
    position: relative;
}

.vehicles-area *:not(.vehicles-overlay) {
    position: relative;
    z-index: 1;
}

.vehicles-overlay {
    position: absolute;
    background-color: #727377;
    opacity: .9;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.verhicle_bg {
    background-image: url('../images/service_bg.jpg');
    background-size: cover;
}

.vehicles-area .section-title span {
    color: #fff;
}

.vehicles-area .section-title h2 {
    text-transform: uppercase;
    color: #fff;
}

.vehicles-area .single-vehicle {
    position: relative;
    overflow: hidden;
}

.vehicles-area .single-vehicle .img-wrapper img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .5s;
    transition: .5s;
}

.vehicles-area .single-vehicle .img-wrapper img:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.vehicles-area .single-vehicle .txt {
    position: absolute;
    bottom: 0px;
    margin: 0px 30px 30px;
    background-color: #2459a7;
    color: #fff;
    text-align: center;
    padding: 29px 30px 27px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
    -webkit-transition: .5s cubic-bezier(1, -0.47, 0, 1.83);
    transition: .5s cubic-bezier(1, -0.47, 0, 1.83);
}

.vehicles-area .single-vehicle:hover .txt {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.vehicles-area .single-vehicle .txt h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.vehicles-area .single-vehicle .txt p {
    font-size: 16px;
    color: #fff;
    opacity: .9;
}

/*---------------------------
** Team Area CSS
---------------------------*/
.team-area1 {
    padding: 70px 0px;
}
.team-area {
    padding: 70px 0px 165px;
}

.team-area .section-title h2 {
    text-transform: uppercase;
    color: #727377;
}

.team-area .section-title span {
    color: #797e82;
}

.team-area .single-team {
    position: relative;
}

.team-area .single-team::before {
    position: absolute;
    content: "";
    background-color: #727377;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover::before {
    visibility: visible;
    opacity: .4;
}

.team-area .single-team .social-links {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-area .single-team .social-links ul {
    padding: 0px;
    list-style: none;
    width: 100%;
    text-align: center;
}

.team-area .single-team .social-links ul li {
    display: inline-block;
    margin-right: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px) rotate(-180deg);
    transform: translateX(-20px) rotate(-180deg);
    -webkit-transition: 1s;
    transition: 1s;
}

.team-area .single-team:hover .social-links ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.team-area .single-team .social-links ul li a {
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #2459a7;
    border: 1px solid #2459a7;
    line-height: 40px;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team .social-links ul li a:hover {
    background-color: #fff;
    color: #2459a7;
}

.team-area .single-team .img-wrapper {
    overflow: hidden;
}

.team-area .single-team img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.team-area .single-team .txt {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 21px 0px 16px;
    background-color: #fff;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
    -webkit-box-shadow: 0px 24px 18px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 18px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover .txt {
    width: 100%;
    background-color: #2459a7;
    color: #fff;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}

.team-area .single-team .txt h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #727377;
    margin: 0px;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover .txt h5 {
    color: #fff;
}

.team-area .single-team .txt span {
    text-transform: uppercase;
    font-size: 14px;
}


/*---------------------------
** Footer Area CSS
---------------------------*/

footer {
    background-color: #292929;
    color: #fff;
}

.footer-top {
    padding: 100px 0px 75px;
}

footer .txt {
    opacity: .8;
    margin-top: 30px;
}

footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

footer ul.links {
    padding-left: 0px;
    list-style: none;
    margin-top: 27px;
}

footer ul.links li {
    margin-bottom: 2px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .3s;
    transition: .3s;
}

footer ul.links li:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

footer ul.links a {
    position: relative;
    color: #fff;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: .8;
    text-transform: uppercase;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

footer ul.links li:hover a {
    color: #2459a7;
}

footer ul.links li i {
    
    font-weight: 700;
    color: #2459a7;
}

footer .contact-infos {
    margin-top: 30px;
}

footer .contact-infos .single-info .icon-wrapper {
    margin-right: 20px;
}

footer .contact-infos .single-info i {
    color: #2459a7;
    font-size: 18px;
}

footer .contact-infos .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom {
    border-top: 2px solid rgba(51, 51, 51, .8);
    padding: 20px 0px;
}

.footer-bottom p {
    color: #fff;
    text-align: center;
    opacity: .8;
}

footer .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

footer .logo a {
  color: #2459a7;
}


/*---------------------------
** About Page CSS
---------------------------*/

.breadcrumb-area {
    position: relative;
}

.breadcrumb-txt {
    padding: 153px 0px 95px;
    position: relative;
    z-index: 1;
}

.breadcrumb-bg {
    background-image: url('https://www.shreekrishnapackaging.com/assets/images/sliders/slider3.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumb-area h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #333;
    opacity: .5;
}

.breadcrumb-links {
    position: relative;
    background-color: #2459a7;
    z-index: 1;
    padding: 28px 0px 27px;
}

.breadcrumb-links::before {
    position: absolute;
    content: "";
    background-color: #2459a7;
    top: 0px;
    left: -80%;
    width: 80%;
    height: 100%;
}

@media(min-width: 767px){



.breadcrumb-links::after {
    position: absolute;
    content: "";
    right: -30px;
    background-color: #2459a7;
    width: 80px;
    height: 100%;
    top: 0px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

}

.breadcrumb-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
}

.breadcrumb-links ul li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.breadcrumb-links ul li:first-child {
    padding-left: 0px;
}

.breadcrumb-links ul li:last-child {
    padding-right: 0px;
}

.breadcrumb-links ul li::after {
    position: absolute;
    content: "/";
    right: -5px;
    color: #fff;
}

.breadcrumb-links ul li:last-child::after {
    display: none;
}

.breadcrumb-links ul li:first-child a {
    opacity: .8;
}

.breadcrumb-links ul li:last-child a {
    font-weight: 600;
}

.breadcrumb-links ul a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.breadcrumb-links ul a:hover {
    color: #333;
}

/*---------------------------
** Services Page CSS
---------------------------*/

.service-area.service-page {
    padding: 120px 0px 120px;
}

.service-area.service-page .nav-tabs .nav-item.show .nav-link,
.service-area.service-page .nav-tabs .nav-link.active {
    background-color: #f5f5f5;
    color: #2459a7;
}

.service-area.service-page .nav-tabs .nav-link {
    color: #727377;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-area.service-page .nav-tabs .nav-link:hover {
    color: #2459a7
}

.service-area.service-page .single-service {
    border: 1px solid #e2e2e2;
}

.service-area.service-page .single-service h3 {
    color: #727377;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-area.service-page .single-service:hover h3 {
    color: #fff;
}

.service-area.service-page .single-service p {
    color: #777272;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-area.service-page .single-service:hover p {
    color: #fff;
}

.service-area.service-page div[class*="col-"]:nth-child(3) .single-service {
    margin-bottom: 50px;
}

/*---------------------------
** Call to Action Area CSS
---------------------------*/

.cta-area {
    padding: 80px 0px;
    position: relative;
}

.cta-area *:not(.cta-overlay) {
    position: relative;
    z-index: 1;
}

.cta-bg {
    background-image: url('../images/cta_bg.jpg');
    background-size: cover;
    background-position: center;
}

.cta-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #727377;
    opacity: .9;
}

a.cta-btn {
    background-color: #2459a7;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 12px 0px;
    display: block;
    opacity: .9;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

a.cta-btn span {
    position: relative;
    z-index: 1;
}

a.cta-btn:hover {
    color: #2459a7;
}

a.cta-btn::after {
    background: #fff;
    content: '';
    position: absolute;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.cta-btn:hover::after {
    height: 100%;
    width: 135%;
}


.cta-area h2 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0px;
}


/*---------------------------
** Service Details Page CSS
---------------------------*/

.service-details-area {
    padding: 120px 0px 112px;
}

.service-details-area .main-img img {
    width: 100%;
}

.service-details-area .description-first .icon-wrapper {
    border: 1px solid #e8e8e8;
    width: 100%;
    display: table;
    text-align: center;
    background-color: transparent;
    height: 140px;
    -webkit-transition: .5s;
    transition: .5s;
}

.service-details-area .description-first .icon-wrapper:hover {
    background-color: #2459a7;
}

.service-details-area .description-first .icon-wrapper i {
    font-size: 60px;
    color: #2459a7;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
}

.service-details-area .description-first .icon-wrapper:hover i {
    color: #fff;
}

.service-details-area .description-first h2.title {
    color: #727377;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.service-details-area .description-first h2.title::after {
    content: "";
    background-color: #2459a7;
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.service-details-area .description-first p {
    margin-bottom: 20px;
}

.service-details-area .description-first {
    padding: 40px 0px 31px;
}

.service-details-area .small-imgs .single-small-img img.main {
    width: 100%;
    max-width: 320px
}

.service-details-area .small-imgs .small-img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f1f1;
    padding: 30px;
    max-width: 280px;
    float: right;
    margin-top: -40px;
    position: relative;
    margin-bottom: 51px;
}

.service-details-area .small-imgs .small-img-txt .img-wrapper {
    max-width: 70px;
    margin-right: 15px;
}

.service-details-area .small-imgs .small-img-txt img {
    width: 100%;
}

.service-details-area .small-imgs .small-img-txt h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #727377;
}

.service-details-area .description-second p {
    margin-bottom: 15px;
}

.service-details-area .description-second p:last-child {
    margin-bottom: 0px;
}

.service-sidebar .sidebar-support {
    border: 1px solid #f1f1f1;
    margin-top: 60px;
    text-align: center;
    padding: 10px 0px 42px;
}

.service-sidebar .sidebar-support .icon-wrapper {
    padding: 60px 0px 40px;
    display: block;
    color: #777272;
}

.service-sidebar .sidebar-support .icon-wrapper i {
    font-size: 150px
}

.service-sidebar .sidebar-support h3 {
    color: #727377;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.service-sidebar .sidebar-support h2 {
    color: #2459a7;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.service-sidebar .categories .card-header {
    background-color: #f5f5f5;
    padding: 0px;
}

.service-sidebar .categories .card-body {
    padding: 0px;
}

.service-sidebar .categories .card {
    margin-bottom: 2px;
}

.service-sidebar .categories .card .card-header {
    border-radius: 0px;
}

.service-sidebar .categories .card .card-header button {
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #777272;
    border-radius: 0px;
    padding: 15px 50px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}





.service-sidebar .categories .card {
    border: none;
    border-radius: 0px;
}

.service-sidebar .categories ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0px;
}

.service-sidebar .categories ul li {
    margin-bottom: 5px;
}

.service-sidebar .categories ul li a {
    display: block;
    background-color: #ededed;
    color: #777272;
    font-size: 16px;
    padding: 15px 0px 15px 77px;
    text-decoration: none;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.service-sidebar .categories ul li a i {
    position: absolute;
    
    left: 60px;
    font-size: 20px;
    top: 14px;
    font-weight: 600;
}

.service-sidebar .categories ul li a:hover {
    color: #2459a7;
}

.service-sidebar .categories .card .card-header button[aria-expanded="true"], .service-sidebar .categories .card .card-header button:hover {
    background-color: #2459a7;
    color: #fff;
}


/*---------------------------
** Gallery Page CSS
---------------------------*/

.gallery-section {
    padding: 120px 0px;
}

.single-pic img {
    width: 100%;
    border-radius: 8px;
}

.gallery-section .single-pic {
    margin-bottom: 30px;
}

.single-pic {
    position: relative;
    border-radius: 8px;
}

.single-pic-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #727377;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-pic:hover .single-pic-overlay {
    visibility: visible;
    opacity: .6;
}

.single-pic .outer,
.single-pic .inner {
    width: 100%;
        margin-top: 40%;
}

.single-pic h4 {
    font-weight: 700;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 9px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-pic:hover h4 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.single-pic h4::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0px;
    background-color: #2459a7;
    left: 50%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.single-pic a.icon-wrapper {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
}

.single-pic:hover a.icon-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.single-pic .txt-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
}

.gallery-section div[class*='col-']:nth-last-child(1) .single-pic,
.gallery-section div[class*='col-']:nth-last-child(2) .single-pic,
.gallery-section div[class*='col-']:nth-last-child(3) .single-pic {
    margin-bottom: 0px;
}


/*---------------------------
** Pricing Page CSS
---------------------------*/

.pricing-section {
    padding: 111px 0px 120px;
}

.pricing-section.page .section-title h2 {
    color: #727377;
}

.pricing-tables {
    color: #ffffff;
    width: 100%;
}

.pricing-tables img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pricing-tables .plan {
    margin: 0px;
    width: 100%;
    padding-top: 18px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #727377;
    border-radius: 8px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #2459a7;
}

.pricing-tables .plan:hover a {
    background-color: #727377;
}

.pricing-tables header {
    color: #ffffff;
}

.pricing-tables .plan-title {
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-tables .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 40px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-tables .plan-cost {
    padding: 0 20px;
    margin: 0;
}

.pricing-tables .plan-price {
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0;
    display: inline-block;
}

.pricing-tables .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.pricing-tables .plan-features {
    padding: 0 0 28px;
    margin: 0;
    list-style: outside none none;
    font-size: 0.9em;
}

.pricing-tables .plan-features li {
    padding: 8px 20px;
}

.pricing-tables .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.pricing-tables .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.pricing-tables .plan-select a {
    background-color: #2459a7;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan-select a:hover {
    background-color: #727377;
}


/*---------------------------
** Projects Details Page CSS
---------------------------*/

.project-details {
    padding: 120px 0 101px;
}

.project-details li {
    font-family: 'Source Sans Pro', sans-serif;
}

.project-details .left-side .part-img img {
    width: 100%;
}

.project-details .left-side .part-text-top h2 {
    color: #727377;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 34px;
}

.project-details .left-side .part-text-top p {
    line-height: 30px;
}

.project-details .left-side .part-text-bottom {
    margin-top: 43px;
}

.project-details .left-side .part-text-bottom.result {
    margin-top: 46px;
}

.project-details .left-side .part-text-bottom h4 {
    color: #727377;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.project-details .left-side .part-text-bottom p {
    line-height: 30px;
    margin-bottom: 24px;
}

.project-details .left-side .part-text-bottom ul {
    padding-left: 30px;
    list-style-type: none;
}

.project-details .left-side .part-text-bottom ul li {
    font-size: 16px;
    margin-bottom: 12px;
}

.project-details .left-side .part-text-bottom ul li {
    position: relative;
}

.project-details .left-side .part-text-bottom ul li:before {
    position: absolute;
    content: "";
    font-weight: 700;
    left: -25px;
    top: 8px;
    background: #2459a7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.project-details .right-side .consultant-form {
    background: #333;
    padding: 50px 40px 50px;
}

.project-details .right-side .consultant-form h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: -6px;
    margin-bottom: 24px;
}

.project-details .right-side .consultant-form form input {
    padding: 20px 0;
    border: none;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #596c7d;
    color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    outline: 0;
}

.project-details .right-side .consultant-form form input::-webkit-input-placeholder {
    color: #fff;
    opacity: .7;
}

.project-details .right-side .consultant-form form button {
    height: 40px;
    width: 120px;
    background: #2459a7;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #2459a7;
    cursor: pointer;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.project-details .right-side .consultant-form form button:hover {
    background: #fff;
    color: #2459a7;
}




.project-infos {
    background-color: #f5f5f5;
    padding: 40px 40px;
    margin-bottom: 60px;
}

.project-infos h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
    color: #727377;
}

.project-infos strong {
    text-transform: capitalize;
    color: #283659;
}

.project-infos span {
    display: inline-block;
    margin-right: 10px;
}



.single-ss img {
    width: 100%;
}

.project-carousel {
    position: relative;
}

.project-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.project-carousel.owl-carousel .owl-nav button.owl-prev {
    float: left;
    color: #fff;
    background-color: #2459a7;
    border: 1px solid #2459a7;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.project-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    color: #2459a7;
    background-color: #fff;
}

.project-carousel.owl-carousel .owl-nav button.owl-next {
    float: right;
    color: #fff;
    background-color: #2459a7;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.project-carousel.owl-carousel .owl-nav button.owl-next:hover {
    color: #2459a7;
    background-color: #fff;
}

/*---------------------------
** Statistics Area CSS
---------------------------*/

.statistics-area {
    padding: 130px 0px 110px;
}

.single-statistic {
    position: relative;
    text-align: center;
}

.single-statistic .icon-wrapper {
    margin-bottom: 19px;
}

.single-statistic i {
    font-size: 50px;
    color: #2459a7;
}

.single-statistic h2 {
    font-size: 36px;
    font-weight: 700;
    color: #312f2f;
    margin-bottom: 0px;
}

.single-statistic h2 span {
    font-family: 'Roboto Condensed', sans-serif;
}

.single-statistic span.title {
    font-size: 14px;
    font-weight: 600;
}

.single-statistic::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 2px;
    background-color: #f1f1f1;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.statistics-area div[class*='col-']:last-child .single-statistic::after {
    display: none;
}


.statistics-area.about {
    position: relative;
}

.statistics-bg {
    background-image: url('../img/service_bg.jpg');
    background-size: cover;
    background-position: center;
}

.statistics-area.about {
    padding: 130px 0px 120px;
}

.about.statistics-area .single-statistic {
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    padding: 42px 0px 42px 30px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.about.statistics-area .single-statistic:hover {
    background-color: #2459a7;
}

.about.statistics-area .single-statistic::after {
    display: none;
}

.about.statistics-area .single-statistic::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 140px solid #2459a7;
    border-right: 140px solid transparent;
    top: -10px;
    left: -10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.about.statistics-area .single-statistic:hover::before {
    border-top: 140px solid #fff;
}

.about.statistics-area .single-statistic:hover i {
    color: #2459a7;
}

.about.statistics-area .single-statistic h2 {
    color: #fff;
}

.about.statistics-area .single-statistic .icon-wrapper {
    position: absolute;
    top: 15px;
    left: 5px
}

.about.statistics-area .single-statistic i {
    color: #fff;
    font-size: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}

.about.statistics-area .single-statistic p {
    color: #fff;

}

.statistics-overlay {
    position: absolute;
    background-color: #727377;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: .9;
}

.cta-area.inner-page {
    background-color: #2459a7;
}

.cta-area.inner-page a {
    background-color: #fff;
    color: #2459a7;
}



/*---------------------------
** Contact Page CSS
---------------------------*/

.contact-breadcrumb-bg {
    background-image: url('../img/contact/breadcrumb.html');
    background-size: cover;
}

.contact-section {
    padding: 120px 0px;
}

.contact-section .single-info {
    margin-bottom: 30px;
    padding: 20px 20px 32px;
}

.contact-section .single-info::after {
    content: "";
    display: block;
    clear: both;
}

.contact-section .single-info:last-child {
    margin-bottom: 0px;
}

.contact-section .single-info .icon-wrapper {
    border: 1px solid #2459a7;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #fff;
    /* float: left; */
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.contact-section .single-info:hover .icon-wrapper {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #2459a7;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.contact-section .single-info .icon-wrapper i {
    font-size: 25px;
    color: #2459a7;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-section .single-info:hover .icon-wrapper i {
    color: #fff;
}

.contact-section .single-info .info-txt {
    float: left;
    width: 73%;
}

.contact-section .single-info p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
}

.contact-section .single-info-col:first-child {
    border: 1px solid #f1f1f1;
}

.contact-section .single-info-col:nth-child(2) {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.contact-section .single-info-col:last-child {
    border: 1px solid #f1f1f1;
}

.contact-form-section .form-element input {
    border: 1px solid #e3e3e3;
}

.contact-form-section {
    margin-top: 90px;
}

.contact-form-section span.title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #797e82;
}

.contact-form-section h2.subtitle {
    margin-bottom: 85px;
    margin-top: 4px;
    color: #727377;
    font-weight: 700;
    position: relative;
}

.contact-form-section h2.subtitle::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #2459a7;
    bottom: -25px;
    left: 0px;
}

.contact-form-section .form-element textarea {
    border: 1px solid #e3e3e3;
}

.contact-form-section input[type="submit"],
.contact-form-section button[type="submit"] {
    border: 1px solid #2459a7;
}

.map-wrapper {
    height: 100%;
}

div#map {
    height: 100%;
}

.contact-form-section .form-element button[type="submit"],
.contact-form-section .form-element input[type="submit"] {
    padding: 10px 30px;
}

.form-element {
    margin-bottom: 20px;
}

.form-element input, .form-element select {
    border: 1px solid #f1f1f1;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4e5861;
}

.form-element textarea {
    height: 150px;
    width: 100%;
    padding: 10px 0px 0px 20px;
    font-family: 'Source Sans Pro', sans-serif;
}


.contact-map {
  overflow: hidden;
}
.contact-map iframe {
  float: left;
  width: 100%;
  height: 550px;
  border: none;
}



/*---------------------------
** Blogs Page CSS
---------------------------*/

.blog-lists {
    padding: 120px 0px;
}

.blog-lists .single-blog .blog-img-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-lists .single-blog .blog-img-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(49, 47, 47, 1)), to(rgba(49, 47, 47, .5)));
    background-image: linear-gradient(to top, rgba(49, 47, 47, 1), rgba(49, 47, 47, .5));
    opacity: .5;
}

.blog-lists .single-blog .blog-img-wrapper img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-lists .single-blog:hover .blog-img-wrapper img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.blog-lists .blog-img-wrapper::after {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    -webkit-transform: skewX(40deg) translateX(-130%);
    transform: skewX(40deg) translateX(-130%);
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0.1));
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-lists .single-blog:hover .blog-img-wrapper::after {
    -webkit-transform: skewX(40deg) translateX(130%);
    transform: skewX(40deg) translateX(130%);
}

.blog-lists .single-blog {
    margin-bottom: 73px;
}

.blog-lists .single-blog:last-child {
    margin-bottom: 0px;
}

.blog-lists .single-blog .blog-txt p.date {
    font-size: 14px;
    margin-top: 19px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: .9;
}

.blog-lists .single-blog .blog-txt h3.blog-title {
    font-size: 30px;
    font-weight: 600;
    margin: 3px 0px 22px;
}

.blog-lists .single-blog .blog-txt h3.blog-title a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.blog-lists .single-blog .blog-txt h3.blog-title a:hover {
    color: #2459a7;
}

.blog-lists .single-blog .blog-txt {
    margin: 0px 30px;
    margin-top: -150px;
    position: relative;
    -webkit-box-shadow: 0px 17px 73px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 17px 73px 0px rgba(0, 0, 0, 0.07);
}

.blog-lists .single-blog .blog-txt p.blog-summary {
    line-height: 25px;
    margin-bottom: 16px;
    background-color: #fff;
    padding: 37px 40px 37px;
}

.pagination-nav {
    font-size: 14px;
    margin-top: 64px;
}

.pagination-nav ul.pagination {
    margin-bottom: 0px;
}

.pagination-nav li.page-item {
    margin: 0px 5px;
}

.pagination-nav a.page-link {
    padding: 10px 15px;
    border: 2px solid #dddddd;
    color: #38383c;
    -webkit-transition: .3s;
    transition: .3s;
}

.pagination-nav a.page-link:hover {
    background-color: #2459a7;
    border: 2px solid #2459a7;
    color: #fff;
}

.pagination-nav .page-item:first-child .page-link {
    border-radius: 0;
}

.pagination-nav .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-nav li.page-item.active a {
    background-color: #2459a7;
    border: 2px solid #2459a7;
}

.blog-sidebar-widgets {
    background-color: #f7f7f7;
    padding: 40px 40px;
    margin-bottom: 40px;
}

.blog-sidebar-widgets.post-widget {
    padding: 36px 40px;
}

.blog-sidebar-widgets.category-widget {
    padding: 36px 40px 34px;
}

.searchbar::after {
    content: "";
    display: block;
    clear: both;
}

.searchbar input[type="text"],
.searchbar input[type="search"] {
    width: 80%;
    float: left;
    border: none;
    height: 50px;
    padding-left: 20px;
    outline: 0;
}

.searchbar button[type="submit"],
.searchbar input[type="submit"] {
    width: 20%;
    float: left;
    padding: 0;
    height: 50px;
    background-color: #2459a7;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}

.searchbar button[type="submit"]:hover,
.searchbar input[type="submit"]:hover {
    background-color: #fff;
    color: #2459a7;
}

.popular-posts-lists h4,
.category-lists h4 {
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 700;
    color: #727377;
    text-transform: uppercase;
}

.category-lists h4 {
    margin-bottom: 17px;
}

.single-popular-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.single-popular-post:last-child {
    margin-bottom: 0px;
}

.single-popular-post::after {
    content: "";
    display: block;
    clear: both;
}

.single-popular-post img {
    width: 60px;
}

.popular-post-txt {
    margin-left: 15px
}

.popular-post-txt h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.popular-post-txt h5 a {
    color: #727377;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.popular-post-txt h5 a:hover {
    color: #2459a7;
}

.popular-post-txt small {
    font-size: 14px;
    font-weight: 400;
    color: #797e82;
}

.category-lists ul {
    padding: 0;
    margin-bottom: 0px;
}

.category-lists ul li {
    display: block;
    margin-bottom: 6px;
}

.category-lists ul li:last-child {
    display: block;
    margin-bottom: 0px;
}

.category-lists ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #727377;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .5s;
    transition: .5s;
}

.category-lists ul li a:hover {
    color: #2459a7;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.category-lists ul li i {
    
    content: "";
    top: 6px;
    left: 0;
    font-weight: 700;
    color: #2459a7;
}

.subscribe-section {
    padding: 30px 40px 40px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
}

.subscribe-section > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #797e82;
    text-transform: uppercase;
}

.subscribe-section h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #727377;
}

.subscribe-section h3::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #2459a7;
}

.subscribe-section .form-element:last-child {
    margin-bottom: 0px;
}

.subscribe-form {
    margin-top: 67px;
}

.subscribe-form input[type="email"] {
    border: 1px solid #bdc3c7;
}

.subscribe-form input[type="submit"],
.subscribe-form button[type="submit"] {
    padding: 6px 0px;
    width: 120px;
    font-size: 14px;
    border: 1px solid #2459a7;
}

.mt-85{
margin-top: 85px;
}



/*---------------------------
** Blog Details Page CSS
---------------------------*/

.blog-details-section {
    padding: 120px 0px 120px;
}

.blog-details-img-1 {
    width: 100%;
}

.blog-details-section small.date {
    font-size: 14px;
    color: #797e82;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.blog-details-title {
    font-size: 30px;
    font-weight: 600;
    margin: 16px 0px 25px;
    color: #727377;
    text-transform: uppercase;
}

.blog-details-body p {
    color: #666666;
}

.blog-details-quote {
    padding: 42px 39px;
    border-left: 3px solid #2459a7;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
    margin: 41px 0px 42px;
    background-color: #f7fafd;
    color: #777272;
}

.blog-share {
    margin-top: 51px;
}

.blog-share ul {
    padding-left: 0px;
}

.blog-share ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-share ul li:last-child {
    margin-right: 0px;
}

.blog-share ul li a {
    display: block;
    width: 115px;
    background-color: #727377;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.blog-share ul li a:hover {
    opacity: .8;
}

.blog-share ul li a.facebook-share {
    background-color: #275baa;
}

.blog-share ul li a.twitter-share {
    background-color: #28c8f0;
}

.blog-share ul li a.pinterest-share {
    background-color: #d6061e;
}

.blog-share ul li a i {
    margin-right: 5px;
}

.author-info {
    margin: 59px 0px 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author-info img {
    border-radius: 50%;
    width: 100px;
}

.author-details {
    margin-left: 35px;
}

.author-info .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #727377;
}

.comment-lists h3 {
    font-size: 24px;
    font-weight: 700;
    color: #727377;
    display: block;
    position: relative;
    margin-bottom: 51px;
    text-transform: uppercase;
}

.comment-lists h3::after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: #2459a7;
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 25px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

.single-comment:last-child {
    margin-bottom: 0px;
}

.single-comment-wrapper {
    margin-right: 20px
}

.single-comment-wrapper img {
    border-radius: 50%;
    max-width: 60px;
}

.single-comment .person-name h5 {
    font-size: 18px;
    font-weight: 600;
    color: #727377;
}

.single-comment .person-info .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.single-comment .person-info .date small {
    font-size: 14px;
    color: #8b8b8b;
}

.single-comment .person-info .date a {
    font-weight: 600;
    font-style: italic;
    color: #727377;
    margin-top: -5px;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.single-comment .person-info .date a:hover {
    color: #2459a7;
}

.single-comment .person-info .comment {
    margin-top: 20px;
}

.single-comment .person-info .comment p {
    color: #666666;
}

.reply-form-section {
    margin-top: 62px;
}

.reply-form-section h3 {
    position: relative;
    margin-bottom: 52px;
    font-size: 24px;
    font-weight: 700;
    color: #727377;
    text-transform: uppercase;
}

.reply-form-section h3::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 70px;
    background-color: #2459a7;
}

.reply-form-section .form-element input,
.reply-form-section .form-element textarea {
    border: 2px solid #f1f1f1;
    width: 100%;
}

.reply-form-section .form-element.reduced-mb {
    margin-bottom: 17px;
}

.reply-form-section .form-element textarea {
    height: 150px;
    padding: 10px 0px 0px 20px;
    font-family: 'Source Sans Pro', sans-serif;
}

.reply-form-section .form-element button[type="submit"],
.reply-form-section .form-element input[type="submit"] {
    letter-spacing: 0px;
    padding: 10px 32px;
    border: 1px solid #2459a7;
}


/*---------------------------
** Category Page CSS
---------------------------*/

.products-area {
    padding: 120px 0px;
}

.single-product .thumbnail img {
    width: 100%;
}

.circle .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.circle .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.circle:hover .tooltiptext {
    visibility: visible;
}

.single-product .thumbnail {
    position: relative;
}

.single-product .thumb-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.single-product:hover .thumb-overlay {
    visibility: visible;
    opacity: 1;
}

.single-product .thumb-overlay .circle-container {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.single-product .thumb-overlay .circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #2459a7;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #2459a7;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px) rotate(-180deg);
    transform: translateX(-50px) rotate(-180deg);
    -webkit-transition: 1s;
    transition: 1s;
}

.single-product:hover .thumb-overlay .circle {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.single-product .thumb-overlay .circle:hover {
    background-color: #fff;
}

.single-product .thumb-overlay .circle i {
    font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product .thumb-overlay .circle:hover i {
    color: #2459a7;
}

.single-product .content {
    text-align: center;
    padding: 27px 20px 30px;
}

.single-product .content h4.title {
    font-size: 20px;
    margin-bottom: 0px;
}

.single-product .content h4.title a {
    color: #727377;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product .content h4.title a:hover {
    color: #2459a7;
}

.single-product {
    border: 1px solid #f1f1f1;
}

.products div[class*="col-"]:nth-child(3n+2) .single-product {
    border-left: none;
    border-right: none;
}

.single-product .price {
    font-size: 16px;
    margin-bottom: 7px;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-product .price span {
    color: #2459a7;
    margin-right: 5px;
}

.single-product button.addtocart {
    border: 1px solid #2459a7;
    padding: 8px 0px;
    background-color: #2459a7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product button.addtocart:hover {
    background-color: #fff;
    color: #2459a7;
}

.price-range-block .ui-slider-horizontal {
    height: 6px;
}

.price-range-block .ui-slider .ui-slider-handle {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #2459a7;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #727377;
    box-shadow: 0px 0px 5px #727377;
}

.price-range-block .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}

.price-range-block .ui-widget-header {
    background: #2459a7;
}

.price-range-block .ui-widget-content {
    background: #f5f5f5;
}

.filters .livecount {
    text-align: center;
    margin-top: 20px;
}

.filters .livecount input {
    border-radius: 5px;
    border: 1px solid #7273770001a;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    width: 40%;
}

.filters .livecount span {
    display: inline-block;
    margin: 0px 7px;
}

.filters .filter {
    margin-bottom: 30px;
}

.filters .filter:last-child {
    margin-bottom: 0px;
}

.filter .filter-header {
    background-color: #2459a7;
    padding: 10px 20px 5px;
}

.filter .filter-header h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.filter .filter-body {
    padding: 30px;
    border: 1px solid #f1f1f1;
}

.filter .applybtn {
    display: block;
    border: none;
    background-color: #2459a7;
    color: #fff;
    border-radius: 50px;
    padding: 2px 30px;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.filter.category ul {
    padding-left: 0px;
    list-style-type: none;
}

.filter.category ul li a {
    color: #727377;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.filter.category ul li a:hover {
    color: #2459a7;
}

.filter.category ul li {
    position: relative;
    padding-left: 20px;
}

.filter.category ul li::before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #2459a7;
    left: 0px;
    top: -1px;
}

.filter .container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.filter .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.filter .container:hover input ~ .checkmark {
    background-color: none;
}

.filter .container input:checked ~ .checkmark {
    background-color: #2459a7;
}

.filter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter .container input:checked ~ .checkmark:after {
    display: block;
}

.filter .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .checkmark.radio {
    border-radius: 50%;
}

.filter select {
    width: 100%;
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #7273770002a;
}

.quickview-slider {
    width: 100%;
}

.quickview-slider .owl-stage {
    background-color: rgba(30, 144, 255, .8);
}

.quickview-slider .owl-item {
    padding: 0;
    position: relative;
    opacity: 0.5;
}

.quickview-slider .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: auto;
}

.quickview-slider .center {
    opacity: 1;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;
}

.quickview-slider .owl-thumbs {
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
    z-index: 1;
}

.quickview-slider .owl-thumb-item {
    width: 20%;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    opacity: 0.7;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-right: 5px;
    cursor: pointer;
}

.quickview-slider .owl-thumb-item:last-child {
    margin-right: 0px;
}

.quickview-slider .owl-thumb-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.quickview-slider .owl-thumb-item.active {
    opacity: 1;
    border: 1px solid #2459a7;
}

.quickview-slider .owl-thumb-item.active img {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
}

.quickview-slider.owl-carousel .owl-nav button.owl-next,
.quickview-slider.owl-carousel .owl-nav button.owl-prev {
    background: #2459a7;
    color: #fff;
    border: none;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.quickview-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 10;
}

.quickview-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 10;
}

.quickview-slider.owl-carousel .owl-stage-outer {
    border: 1px solid #f1f1f1;
}

.product-details button.close {
    height: 30px;
    width: 30px;
    border: 1px solid #7273770004a;
    border-radius: 50%;
}

.product-details-form .filter .container {
    display: inline-block;
    max-width: none;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
}

.color.filter .checkmark {
    height: 25px;
    width: 25px;
}

.color.filter .checkmark.red {
    background-color: red;
}

.color.filter .container input:checked ~ .checkmark.red {
    background-color: red;
}

.color.filter .checkmark.green {
    background-color: green;
}


.color.filter .container input:checked ~ .checkmark.green {
    background-color: green;
}

.color.filter .checkmark.purple {
    background-color: purple;
}

.color.filter .container input:checked ~ .checkmark.purple {
    background-color: purple;
}

.color.filter .checkmark.blue {
    background-color: blue;
}

.color.filter .container input:checked ~ .checkmark.blue {
    background-color: blue;
}

.color.filter .container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
}

.filter.color .container {
    padding-left: 30px;
    padding-right: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.filter.color .checkmark {
    top: 2px;
}

.product-details-form select {
    width: 100%;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #7273770002a;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details .modal-content {
    border-radius: 0px;
}

.product-details-form input {
    border-radius: 3px;
    border: 1px solid #7273770003a;
    width: 100%;
    padding: 2px 0px;
    padding-left: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details-form button.addtocart {
    display: block;
    width: 100%;
    color: #fff;
    background: #2459a7;
    border: 1px solid #2459a7;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.social-share ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.social-share ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-share ul li:last-child {
    margin-right: 0px;
}

.social-share ul li a {
    display: block;
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    color: #fff;
}

.social-share ul li a:hover {
    opacity: .7;
}

.social-share ul li a.facebook {
    background: #3b5998;
}

.social-share ul li a.twitter {
    background: #00acee;
}

.social-share ul li a.linkedin {
    background: #0077B5;
}

.social-share ul li a.google {
    background: #CC3333;
}

.social-share ul li a.pinterest {
    background: #c8232c;
}

.product-details .content h4.title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #727377;
}

.product-details .content .rate {
    margin: 5px 0px 0px;
    display: inline-block;
}

.product-details .price {
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details .price span {
    display: inline-block;
    margin-right: 5px;
    color: #2459a7;
}

.product-details-form h6.label {
    color: #727377;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.product-details .social-share h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.product-details .desc p {
    margin: 15px 0px 25px;
}

.topbar-filters {
    border: 1px solid #f1f1f1;
    padding: 15px 20px 15px 0px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.topbar-filters label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #727377;
}

.topbar-filters .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-filters select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    padding: 5px 0px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #7273770002a;
    font-family: 'Source Sans Pro', sans-serif;
}

.topbar-filters .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}





/*<-------product-css------------------->*/

.section_heading {
    font-family: "Open Sans", sans-serif;
    color: #808080;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    margin-bottom: 80px;
}
.section_heading::before {
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 4px;
    background: #2459a7;
    content: "";
}

.btn-two {
    
    border: 1px solid #2459a7!important;
    color: #808080 !important;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
}
.btn {
    padding: .5rem 2rem !important;
    border-radius: 99px !important;
    font-weight: 500 !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.policy_part .policy-inner-heading {
    background: #808080;
    display: inline-block;
    padding: 5px 25px 5px 15px;
    color: white;
    font-size: 18px;
    border-radius: 0 25px 25px 0;
    border-left: 5px solid #2459a7;
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
}
.policy_part_box {
    margin-top: 15px;
    -webkit-box-shadow: 0 0 5px 1px #727377;
    box-shadow: 0 0 5px 1px #727377;
    min-height: 475px;
    transition: all .5s;
    transform: scale(1);
}
.three_step_process_box, .policy_part_box, .contact-box {
    border: none !important;
    border-radius: 10px !important;
}
.policy_part_box .box_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px !important;
}
.policy_part_box .box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1);
}
.three_step_process_box:hover, .policy_part_box:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%) !important;
    transition: all .5s;
}
.policy_part_box:hover {
    transform: scale(1.02);
}
.policy_part_box .box_img img:hover {
    transform: scale(1.05);
}
.policy_part_box_content {
    height: 350px !important;
    padding: 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 1.8;
    /* position: relative; */
}

.policy_part_box_content h2 {
    color: #2459a7;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
}
.policy_part_box_content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 80px;
    height: 1.5px;
    background: #2459a7;
}
/* .policy_part_box_content a{
    position: absolute;
    bottom: 20px;
    left: 25%;
    padding: 8px 12px;
} */



/*<-------------------About us------------------>*/

.quick-contact {
    background: #f7f7f7;
    padding: 150px 0 200px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quick-contact h1{
  font-family: "Frank Ruhl Libre", serif;
  color: #5b5b5b;
}
.quick-contact .contact-box {
    text-align: center;
    background: white;
    padding: 15px 25px;
    margin-top: 50px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%) !important;
    cursor: pointer;
    color: #5b5b5b;
}
.quick-contact .contact-box p {
    font-size: 20px;
    margin-bottom: 5px;
}
/*.contact-box:hover {
    background-color: #2459a7;
    transition: .5s ease;
    color: #fff;
}*/













/*<-----------------career-css------------------->*/

.career{
  padding: 50px 0;
}
.career h1{
    color: #727377;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Questrial', sans-serif;
    text-transform: capitalize;
    /*margin-top: 50px;*/
    position: relative;
}
.career h1:before{
  position: absolute;
  content: "";
  width: 20%;
  height: 5px;
  background: #2459a7;
  bottom: -15px;
  left: 40%;
  text-align: center;
  display: inline-block;

}
@media(max-width: 767px){
  .career h1 {
    color: #727377;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Questrial', sans-serif;
    text-transform: capitalize;
    /* margin-top: 50px; */
    position: relative;
}
}
.main {
    width: 35%;
    margin: 45px auto;
    background: #2459a7;
    padding: 30px 30px;
}

.contact-forms .first-line {
    margin: 0 -10px;
}
.contact-forms .span6 {
    width: 50%;
}
.contact-forms [class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.contact-forms .main-row {
    position: relative;
    margin-bottom: 25px;
}
.contact-forms .first-line:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.contact-forms .input {
    position: relative;
}

.contact-forms input[type="text"], .contact-forms input[type="password"], .contact-forms input[type="email"], .contact-forms input[type="search"], .contact-forms input[type="url"], .contact-forms textarea, .contact-forms select {
    background: #fff;
    border: 1px solid #A7A7A7;
    color: #424242;
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -ms-transition: all.4s;
    -o-transition: all.4s;
    transition: all.4s;
}

.contact-forms .select {
    position: relative;
}
.contact-forms .input {
    position: relative;
}
.contact-forms label {
    display: block;
    color: inherit;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

label {
    margin: 0;
}
.contact-forms .span8 {
    width: 100%;
}
.contact-forms .input textarea {
    height: 112px;
    resize: none;
}
.contact-forms .select i {
    background: #fff;
    height: 20px;
    position: absolute;
    pointer-events: none;
    top: 10px;
    right: 14px;
    width: 14px;
}
.contact-forms .select i:before {
    border-bottom: 6px solid rgba(0,0,0,.4);
    top: 3px;
}
.contact-forms .select i:after {
    border-top: 6px solid rgba(0,0,0,.4);
    bottom: 1px;
}
.contact-forms .select i:after, .contact-forms .select i:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    position: absolute;
    right: 3px;
}
.contact-forms .append-small-btn .upload-btn, .contact-forms .append-big-btn .upload-btn {
    right: 4px;
}

.contact-forms .prepend-small-btn .upload-btn, .contact-forms .append-small-btn .upload-btn {
    width: 64px;
}
.contact-forms .primary-btn, .contact-forms .upload-btn, .contact-forms .secondary-btn {
    background: #f99104;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.contact-forms .upload-btn {
    color: #fff;
    display: block;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    /* height: 40px; */
    /* line-height: 40px; */
    outline: none;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 4px;
    z-index: 1;
    padding: 7px 0;
}
.contact-forms .upload-btn input {
    bottom: -1px;
    font-size: 34px;
    opacity: 0;
    position: absolute;
    width: 108px;
    z-index: 0;
    color: #757575;
}
.contact-forms span.hint {
    display: block;
    font-size: 15px;
    color: #fff;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    padding: 0 2px;
}
.contact-forms .footer {
    display: block;
}
.contact-forms .primary-btn, .contact-forms .upload-btn, .contact-forms .secondary-btn {
    background: #2459a7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-forms .primary-btn {
    position: relative;
}
.contact-forms .primary-btn, .contact-forms .secondary-btn {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin: 10px 0 10px 20px;
    outline: none;
    padding: 10px 25px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.contact-forms .footer:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*-- responsive media queries --*/

@media (max-width: 1440px){
  
}
@media (max-width: 1366px){
  .main {
    width: 34%;
  } 
}
@media (max-width: 1280px){
  .main {
       /*-- agileits --*/
    width: 37%;
  } 
}
@media (max-width: 1080px){
  .main {
    width: 41%;
  } 
}
@media (max-width: 1024px){
  .content h1 {
    font-size: 35px;
  }
  .main {
    padding: 23px 23px;
    width: 45%;
  } 
}
@media (max-width: 991px){
  .contact-forms .main-row {
    margin-bottom: 17px;
  } 
}
@media (max-width: 800px){
  .content h1 {
    font-size: 30px;
  }
  .main {
    width: 51%;
  } 
}
@media (max-width: 768px){
  .main {
    width: 66%;
  } 
}
@media (max-width: 736px){
  
}
@media (max-width: 667px){
  
}
@media (max-width: 640px){
  
}
@media (max-width: 600px){
  .main {
    width: 74%;
  } 
}
   /*-- w3layouts --*/
@media (max-width: 568px){
  
}
@media (max-width: 480px){
  .contact-forms .span6 {
    width: 100%;
  }
  p.copy_rights {
    font-size: 13px;
    line-height:1.8em;
  } 
  .contact-forms input[type="text"], .contact-forms input[type="password"], .contact-forms input[type="email"], .contact-forms input[type="search"], .contact-forms input[type="url"], .contact-forms textarea, .contact-forms select {
    font-size: 13px;
  }
  .content h1 {
    font-size: 27px;
  }
  .main {
    margin: 33px auto;
  }
  .contact-forms .primary-btn, .contact-forms .secondary-btn {
    font-size: 14px;
    padding: 8px 18px;
  }
}
@media (max-width: 414px){
  .content h1 {
    font-size: 25px;
  }
  p.copy_rights {
    line-height: 1.8em;
    margin: 0 auto;
    width: 94%;
  } 
}
@media (max-width: 384px){
  .contact-forms input[type="text"], .contact-forms input[type="password"], .contact-forms input[type="email"], .contact-forms input[type="search"], .contact-forms input[type="url"], .contact-forms textarea, .contact-forms select {
    padding: 8px 10px;
  }
  .contact-forms .upload-btn {
    padding: 5px 0;
  } 
}
@media (max-width: 375px){
  .content h1 {
    font-size: 23px;
  }
  .main {
    width: 80%;
  }
  .contact-forms .input textarea {
    height: 90px;
  }
}
   /*-- agileits --*/
@media (max-width: 320px){
  .content h1 {
    font-size: 19px;
  }
  .content {
    padding: 40px 0;
  } 
  .main {
    padding: 12px 12px;
    width: 85%;
  }
}










/*<----------------services----------------->*/

.team-area {
    padding: 70px 0px 165px;
}

.team-area .section-title h2 {
    text-transform: uppercase;
    color: #727377;
}

.team-area .section-title span {
    color: #797e82;
}

.team-area .single-team {
    position: relative;
    margin: 30px 0;
}

.team-area .single-team::before {
    position: absolute;
    content: "";
    background-color: #333333;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover::before {
    visibility: visible;
    opacity: .4;
}

.team-area .single-team .social-links {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-area .single-team .social-links ul {
    padding: 0px;
    list-style: none;
    width: 100%;
    text-align: center;
}

.team-area .single-team .social-links ul li {
    display: inline-block;
    margin-right: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-20px) rotate(-180deg);
    transform: translateX(-20px) rotate(-180deg);
    -webkit-transition: 1s;
    transition: 1s;
}

.team-area .single-team:hover .social-links ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.team-area .single-team .social-links ul li a {
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #727377;
    border: 1px solid #727377;
    line-height: 40px;
    font-size: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team .social-links ul li a:hover {
    background-color: #fff;
    color: #727377;
}

.team-area .single-team .img-wrapper {
    overflow: hidden;
}

.team-area .single-team img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.team-area .single-team .txt {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 21px 0px 16px;
    background-color: #fff;
    width: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
    -webkit-box-shadow: 0px 24px 18px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 18px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover .txt {
    width: 100%;
    background-color: #727377;
    color: #fff;
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}

.team-area .single-team .txt h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2459a7;
    margin: 0px;
    -webkit-transition: .5s;
    transition: .5s;
}

.team-area .single-team:hover .txt h5 {
    color: #fff;
}

.team-area .single-team .txt span {
    text-transform: uppercase;
    font-size: 14px;
}






    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }






    .menu a.navbar-brand{
        /* font-family: 'Pattaya', sans-serif; */
        font-size: 35px;
      }
    a.new-logo img{
        width: 170px;
    }
      
      
      .menu ul li{
        padding: 0 8px;
        font-size: 18px;
        /* border-left: 1px solid #4d4d4d; */
      }
      
      .menu ul li:first-child{
        border-left:none;
      }
      
      .menu ul li a.nav-link{
        color: #4d4d4d !important;
      }
      
      /*.menu ul li.nav-item .active{
       color: #f3b007;
      }*/
      
      .navbar-light .navbar-nav .active>.nav-link{
        color: #2459a7!important;
      }

      .space{
        padding: 10px 20px;
      }




      .center-col {float:none; margin-left:auto; margin-right:auto }
section {padding: 80px 0; overflow: hidden;}
section.big-section {padding:160px 0;}
section.extra-big-section {padding:200px 0;}
section.half-section {padding:40px 0;}
.overlap-section {margin-top:-14%; position: relative}
.col-2-nth .col-md-6:nth-child(2n+1) {clear: left;}
.col-2-nth .col-sm-6:nth-child(2n+1) {clear: left;}
.col-3-nth .col-md-4:nth-child(3n+1) {clear: left;}
.col-3-nth .col-sm-4:nth-child(3n+1) {clear: left;}
.col-4-nth .col-md-3:nth-child(4n+1) {clear: left;}
.col-4-nth .col-sm-3:nth-child(4n+1) {clear: left;}

/* input */
.input-border-bottom {background: transparent; border: 0; border-bottom: 1px solid #484848; padding: 10px 0; margin-bottom: 30px; font-size: 14px;}
.input-border-bottom:focus{background: transparent; border: 0; border-bottom: 1px solid #929292; }
.input-border-bottom::-webkit-input-placeholder {font-weight: 300; font-size: 14px; }
.input-border-bottom::-moz-placeholder {font-weight: 300; font-size: 14px;} 
.input-border-bottom:-ms-input-placeholder { font-weight: 300; font-size: 14px;}

.extra-big-input, .extra-big-textarea, .extra-big-select select { padding: 18px 25px; font-size: 14px; line-height: 24px; height: 62px;}
.big-input, .big-textarea, .big-select select { padding: 18px 25px; font-size: 14px; border-radius: 0;}

.medium-input, .medium-textarea, .medium-select select { padding: 12px 20px; font-size: 14px; line-height: normal; border-radius: 0;}
.small-input, .small-textarea { padding: 12px 15px; font-size: 11px; line-height: normal}
.small-select select {padding: 15px 15px; line-height: normal}
.medium-input-light, .medium-textarea-light, .medium-select-light select { padding: 12px 25px; font-size: 12px; line-height: normal}

.extra-small-input, .extra-small-textarea, .extra-small-select select { padding: 9px 17px; font-size: 12px; line-height: normal}

.select-style { width: 100%; overflow: hidden; background: url("../images/select-arrow.png") no-repeat 97% 50%; border: 1px solid #d1d1d1; margin-bottom: 20px }
.select-style select { width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  cursor: pointer; }
.select-style select:focus { outline: none; border: none; box-shadow: none }

.input-group input, .input-group textarea, .input-group select {margin:0; border-radius:4px 0 0 4px; border-color: #fff; padding: 19px 25px;}
.input-group-btn .btn {border-radius:0 4px 4px 0}
.input-group-btn .btn.btn-large {line-height:2px; height:62px; padding:15px 25px!important}
.input-group-404 input {height: 62px;}

.input-group .required-error {border: 1px solid #ee2323 !important}
.input-group .required-error,.input-group .required-error + .input-group-btn button , .input-group .required-error + .input-group-btn a.btn{border: 1px solid #ee2323 !important}

.input-border-white .input-border-bottom {border-bottom: 1px solid #ffffff; color: #fff; border-top: transparent !important;  border-left: transparent !important;  border-right: transparent !important}
.input-border-white .input-border-bottom:focus{background: transparent; border-bottom: 1px solid #ffffff;  color: #fff }
.input-border-white .input-border-bottom::-webkit-input-placeholder {color: #fff; }
.input-border-white .input-border-bottom::-moz-placeholder {color: #fff;} 
.input-border-white .input-border-bottom:-ms-input-placeholder { color: #fff;}

.btn .caret{border-top:4px solid}
input.input-bg {background-color: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0,0,0,.1);padding: 10px 20px; margin-bottom: 15px;}
input.input-bg:focus, textarea.input-bg:focus{ border: 0; border: 1px solid rgba(0,0,0,.3); }
textarea.input-bg {background-color: #f7f7f7; border-radius: 4px; border: 1px solid rgba(0,0,0,.1);padding: 10px 20px; margin-bottom: 15px; min-height: 130px;}
.input-bg::-webkit-input-placeholder {font-weight: 400; font-size: 14px;}
.input-bg::-moz-placeholder {font-weight:400; font-size: 14px;} 
.input-bg:-ms-input-placeholder { font-weight: 400; font-size: 14px;}
.required-error {border: 1px solid #ee2323 !important}
.input-border-bottom.required-error {border-width: 0 !important; border-bottom-width: 1px !important; border-bottom-color: #ee2323 !important}
#success-subscribe-newsletter { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-subscribe-newsletter2 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}

#success-contact-form { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-contact-form-2 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-contact-form-3 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-project-contact-form { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-project-contact-form-4 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
