body {
    background: #fff;
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

:selection {
    background: #2e6e75;
    color: #fff
}

:-moz-selection {
    background: #2e6e75;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

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

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    border-radius: 0 !important;
    background: #fff;
    height: 100px !important;
}

select {
    border-radius: 0 !important;
    background: #fff;
    border: 1px solid #ccc;
    height: 40px !important;
    line-height: 40px !important;
    box-shadow: none;
    padding: 0 10px !important;
    box-sizing: border-box;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
input {
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0;
    background: #fff;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
}

input[type="file"] {
    width: 100%;
    padding: 0px;
    font-size: 12px;
    margin: 0;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    left: 15px;
    top: 15px;
}

.form-control:-moz-placeholder {
    color: #555;
}

.form-control:focus:-moz-placeholder {
    color: #2e6e75;
}

.form-control:focus {
    border-color: #2e6e75;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}

.btn {
    padding: 0 15px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.btn i {
    margin: 0 8px 0 0;
}

.btn.blank {
    border-color: rgba(255, 255, 255, 0.5);
}

.btn.blank:hover {
    background: #fff;
}

.full-width {
    width: 100%;
}

.btn.gary-btn {
    background: #f8f8f8;
    color: #363636;
}

.btn.red-btn:hover {
    background: #f8f8f8;
    color: #363636;
}

.btn.dark {
    background: #000;
}

.btn.black-btn {
    background: #000;
    color: #fff;
}

.blue-btn {
    background: #1c72ce;
    text-transform: capitalize;
    font-size: 15px;
    border-radius: 3px;
}

.btn.lg {
    height: 50px;
    line-height: 47px;
    font-size: 14px;
    min-width: 160px;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons li {
    float: left;
    margin: 0 0 0 8px;
}

.social-icons li:first-child {
    margin: 0;
}

.social-icons li a {
    font-size: 16px;
}

.facebook {
    color: #3c5899;
}

.twitter {
    color: #5ea9dd;
}

.youtube {
    color: #ee1c1b;
}

.pinterest {
    color: #ee1c1b;
}

.btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-list li {
    float: left;
    margin: 0 0 0 20px;
}

.btn-list li:first-child {
    margin: 0;
}

/* Header*/
.web-pulse-header {
    float: left;
    width: 100%;
    position: absolute;
    padding: 0;
    left: 0; top: 0;
    margin: 0;
    z-index: 9;
}

.web-pulse-header .top {
    position: relative;
    /*background-color: #000;*/
    font-size: 14px;
}
.web-pulse-header .top .topbar_info{margin: 0; padding: 0;}
.web-pulse-header .top .topbar_info li {
    display: inline-block;
    margin-right: 20px;
}

.web-pulse-header .top .topbar_info li  p {
    color: #ffffff;
    line-height: 36px;
    margin: 0;
}

 .web-pulse-header .top .topbar_info li {
      background: #f8f08d;
    padding: 0 15px;
     -ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);}
.web-pulse-header .top .topbar_info li a {
    color:#2e6e75;  
    font-weight: 600; 
    line-height: 36px;
    -ms-transform: skewX(15deg);
-webkit-transform: skewX(15deg);
transform: skewX(15deg);
}

.social-icon {
    text-align: right;
}
.social-icon ul{margin: 0; padding: 0;}
.social-icon ul li {
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    background: #f8f08d;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.social-icon ul li a i {
    font-size: 16px;
    line-height: 36px;
    color: #2e6e75;
    width: 45px;
    height: 36px;
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
}



.web-pulse-header .top__menu {
    text-align: center;
}

.web-pulse-header .top__tagline {
    text-align: center;
    padding:10px;
    font-size: 14px;
    color: #fff;
}

.web-pulse-header .top__container {
    position: relative;
}

.web-pulse-header .top__tagline {
    float: left;
}

.web-pulse-header .top__menu {
    float: right;
}

.web-pulse-header .top-navigation {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.web-pulse-header .top-navigation li {
    position: relative;
    display: inline-block;
}

.web-pulse-header .top-navigation li a {
    display: block;
    color: #000;
    background-color: #f2f2f2;
    padding: 5px 10px;
    font-size: 13px;
}

.web-pulse-header .top-navigation li a:focus,
.top-navigation li a:hover {
    color: #8c8c8c;
    text-decoration: none;
}

.webpulse-soluction {
    position: relative;
    z-index: 10;
    /*background: #fff;*/
}

.webpulse-soluction .w-p-s-logo {
    position: relative;
    float: left;
    width: 100%;
}


.header_right {
    float: right;
    width: 100%;
    margin:2px 0px;
    padding: 0;
    text-align: right;
}

.search_icon {
    float: right;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.search_icon a {
    color: #fff;
}

.header-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    color: #fff;
}

.header-dropdown > a {
    position: relative;
    padding-right: 1.1rem;
    display: inline-flex;
    align-items: center;
    line-height: 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}

.header-dropdown > a:hover {
    color: #2e6e75;
}

.header-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border: 1px solid #eee;
    width: 120px;
    display: none;
    transition: all .25s;
}

.header-dropdown:hover > .header-menu {
    display: block;
    opacity: 1;
}

.header-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-menu ul:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    top: -7px;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #fff transparent;
    left: 13px;
}

.header-menu ul li {
    margin: 0;
}

.header-menu ul a {
    padding: 5px 10px;
    display: flex;
    font-size: 13px;
    align-items: center;
    white-space: nowrap;
}

.header-menu ul a:hover {
    color: #2e6e75;
}

/*Header Menu*/
.web-pulse-header .web-pulse-navigation-wps {
    float: right;
    width: 100%;
    position: relative;
    padding: 5px 0;
}

.web-pulse-header .webpulse-soluction.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.web-pulse-header .webpulse-soluction .w-p-s-logo {
    /* position: absolute;
    background: #2e6e75;
    z-index: 999;
    padding: 10px 20px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, .1);
    width: 111px;
    top: -1px;*/
    padding: 3px 0;
    width: 360px;
}
.web-pulse-header .webpulse-soluction .w-p-s-logo #logo {
    display: block;
    position: relative;
}

.web-pulse-header .webpulse-soluction .w-p-s-logo #logo2 {
    display: none;
}

.web-pulse-header .webpulse-soluction.stricky-fixed .w-p-s-logo #logo {
    display: none;
}

.web-pulse-header .webpulse-soluction.stricky-fixed .w-p-s-logo #logo2 {
    display: block;
}
.web-pulse-header .top .search-bar-holder {max-width: 430px; width: 100%; float: left;}
.web-pulse-header .top .search-bar-holder .search-bar{margin:0;min-width:100%; }
.web-pulse-header .top .search-bar-holder .search-bar:before {
    border-bottom: 40px solid #2e6e75;
    border-left: 26px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 30px;
    top: 0;
    bottom: 0;
}
.web-pulse-header .top .search-bar-holder .form-control{height:30px;line-height:30px;background:#fff; font-size: 13px;}
.web-pulse-header .top .search-bar-holder .form-control::-moz-placeholder{color:#fff;}

.web-pulse-header .top .search-bar-holder .search-bar .search_btn{height:100%;padding:0 18px;line-height:36px;background:#f8f08d;color:#2e6e75; border: 0; border-left:1px solid rgba(0, 0, 0, 0.1);border-radius:0px;height: 36px; -webkit-transform: skew(-15deg); -ms-transform: skew(-15deg); transform: skew(-15deg);}
.web-pulse-header .top .search-bar-holder .search-bar .search_btn i{-webkit-transform: skew(15deg); -ms-transform: skew(15deg); transform: skew(15deg);}
.web-pulse-header .top .search-bar-holder .search-bar .search_btn:hover{background:#f8f08d;color:#2e6e75;}
.web-pulse-header .top .search-bar{position:relative;color:#656565;float:right;}
.web-pulse-header .top .search-bar .form-control{height:36px;background:#2e6e75;color:#fff;border:0; width: 95%;}
.web-pulse-header .top .search-bar .search_btn{position:absolute;right:0;top:0;padding:11px;cursor:pointer; -webkit-transform: skew(-15deg); -ms-transform: skew(-15deg); transform: skew(-15deg);}
.web-pulse-header .top .search-bar-holder a{margin:10px 20px 0 0;float:right;font-size:13px;color:#656565;font-weight:100;}
.web-pulse-header .top .search-bar-holder a i{margin:0 5px 0 0;}


.webpulse-soluction .menu_bar{float: left; width: 100%; background-color: rgba(255, 255, 255, 1); position: relative;}
.webpulse-soluction .menu_bar:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    border-left: 20px solid transparent;
    border-bottom: 60px solid rgba(255, 255, 255, 1);
}

.webpulse-soluction .menu_bar:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-right: 20px solid transparent;
    border-top: 60px solid rgba(255, 255, 255, 1);
}


.web-pulse-navigation-wps .nav-header {
    display: none;
    padding: 12px 20px;
}

.web-pulse-navigation-wps .navbar button {
    float: right;
    width: 40px;
    height: 35px;
    background: #2e6e75;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    padding: 0 5px 5px;
    vertical-align: middle;
    display: inline-block;
}

.web-pulse-navigation-wps .navbar button:hover {
    background: #2e6e75;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu {
    display: block;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul {
    float: right;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li {
    float: left;
    display: inline-block;
    position: relative;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > a {
    padding: 10px 15px;
    display: block;
    color: #000;
    text-transform: uppercase;
    transition: all .3s ease;
    font-size: 14px;
    background: none;
    font-weight: 500;
    line-height: 30px;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li:last-child a {
    padding-right: 0;
    
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li:first-child a i{font-size: 30px;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > a i {
    padding-left: 5px;
    font-size: 17px;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li:last-child > a {
    border: none;
    /*padding-right:0px;*/
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li:hover a,
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.active a {
    color: #2e6e75;
    background: none;
    position: relative;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul li:first-child a i{font-size: 17px;}


.web-pulse-header .webpulse-soluction.stricky-fixed .header-dropdown > a {
    color: #000;
}

.web-pulse-header .webpulse-soluction.stricky-fixed .cart-dropdown .dropdown-toggle:before {
    color: #000;
}

.web-pulse-header .webpulse-soluction.stricky-fixed .cart-dropdown .dropdown-toggle:after {
    color: #000;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > ul.cs-dropdown {
    top: 100%;
    left: 0;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li:last-child ul.cs-dropdown {
    right: 0;
    left: auto;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > ul.cs-dropdown.align-right {
    right: 0;
    left: auto;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li:hover > ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown > li > ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > ul.cs-dropdown > li > ul.cs-dropdown.align-right {
    right: 100%;
    left: auto;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li > ul.cs-dropdown > li:hover > ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown {
    position: absolute;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
}
.webpulse-soluction .menu_bar .col-lg-9.col-md-9{position: static;}
.web-pulse-header .web-pulse-navigation-wps{position: static;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) {position: static;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown{width:100%;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown li{width:25%;border-right:1px solid #eee; position: relative;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown li a{line-height: 20px;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown ul.cs-dropdown{width: 250px; overflow: hidden; max-height: 500px; overflow: auto; left: -88%;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown ul li{width: 100%;border-right: 0;}
.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li:last-child a {
    border-bottom: 0;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li:last-child a:after {
    display: none;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li:hover > a {
    color: #fff;
    background: #2e6e75;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li a {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 15px;
    position: relative;
    display: block;
    transition: all .3s ease;
    text-transform: capitalize;
    font-weight: normal;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li a:after {
    width: 0;
    height: 0;
    background: none;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li a i {
    float: right;
}

.web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li a:hover {
    color: #fff;
    background: #2e6e75;
}

.web-pulse-navigation-wps ul .cs-submenu > a > button {
    display: none;
}

.web-pulse-navigation-wps .navbar {
    display: none;
    padding: 12px 0px;
    margin: 0;
}

/*.web-pulse-header .webpulse-soluction.stricky-fixed .web-pulse-navigation-wps ul li ul.cs-dropdown li ul.cs-dropdown{width: 480px;}*/
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega{position: static;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown{width: 100%; transition: 0.1s; margin-top: 0px;padding: 10px;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li{border-bottom: 0; display: inline-block;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li .title{float: left;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li .title a{font-size: 16px; font-weight: 600; color: #2e6e75;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li a:hover{background: transparent; color: #2e6e75!important;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li a {
    color:#222;
    font-weight:300;
    font-size:13px;
    line-height:20px;
    display:flex;
    padding: 3px 0px;
    justify-content:start;
}
.web-pulse-header .webpulse-soluction.stricky-fixed .web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li a{padding: 3px 0px;}

.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    display:inline-block;
    width:15px;
}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li .title a:before{ content: "\f005"; margin-right: 5px;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li ul{margin: 0 0 5px;padding: 0; line-height: normal; font-size: 12px; padding: 0px 3px;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li ul li{width: 100%; border: 0;}
.web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li ul li a{padding:2px 0;}


.otherlinkar {
    float: left;
    width: 100%;
    background: #fffbf4;
    border-bottom: 1px solid #c9c5d2;
    padding: 8px 0;
    margin: 0;
}

.otherlink {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.otherlink li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 6% 0 0;
    display: inline-block;
    float: left;
}

.otherlink li a {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    color: #525a68;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

.otherlink li a:hover {
    color: #000000;
}

.otherlink li a img {
    margin: 0 7px 0 0;
}

.search_btn {
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    transform: rotate(0deg);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.web-pulse-header .webpulse-soluction.stricky-fixed .search_btn {
    color: #000;
}

.search-close:hover {
    transform: rotate(360deg);
}

.search_btn i {
    transition: .5s ease;
}
.search_btn i:hover{color: #2e6e75;}
.search-close {
    display: none;
}

.search_V1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.95);
    transition: all 0.4s linear;
    z-index:8;

}

.search_V1.open {
    width: 4000px;
    height: 4000px;
}

.search_V1 .search_form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    height: 40px;
    display: none;
}

.search_V1.open .search_form {
    display: block;
}

.search_V1.open .search_form form {
    position: relative;
}

.search_V1 .search_form input {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #eee;
    color: #eee;
    padding: 0;
    font-size: 1.3em;
}

.search_V1.open .search_form form button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 0;
}
.request_btn{padding: 10px 0px; background: #2e6e75; border-radius: 4px; border: 1px solid #c18d13; color: #fff; font-size: 16px; width: 100%; text-align: center; margin-top: 12px;}
.request_btn:hover,.request_btn:focus{background: #c18d13; color: #fff;}
/* banner */
.webpulse-home-slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.slider {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}


.slider div {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    cursor: move;
    cursor: grab;
}

/*.slider .slick-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.slick-slide {
    margin: 0
}

.slick-slide img {
    width: 100%
}

.slick-active {
    opacity: 1
}

.slick-current {
    opacity: 1
}

.webpulse-home-slider .slider_caption {
    text-align: left;
    position: absolute;
    bottom: 35%;
    left: 0%;
    z-index: 999;
    text-align: center;
    background: transparent;
}

.webpulse-home-slider .slider_caption:before,
.webpulse-home-slider .slider_caption_up:before,
.webpulse-home-slider .slider_caption_left:before {
    position: relative;
    width: 0%;
    height: 0%;
}

.webpulse-home-slider .slider_caption .h2_title {
    color: #2e6e75;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.webpulse-home-slider .slider_caption p {
    color: #fff;
    font-size: 17px;
    text-transform: inherit;
    line-height: 25px;
    margin-bottom: 15px;
}
.read_more {padding: 12px 20px; background: #378b94; color: #fff; font-size: 14px; text-decoration: none; display: inline-block; border-radius: 4px; border: 1px solid #378b94; text-transform: uppercase;}
.read_more:hover, .read_more:focus{background: #378b94; color: #fff;}


.about-section {float: left; width: 100%; margin: 0; padding: 50px 0;position: relative;}
.sec-title {
	position: relative;
}

.sec-title.small {
	margin-bottom: 35px;
}

.sec-title h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #222;
}

.sec-title.light h1 {
	color: #fff;
}

.sec-title .title_2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #222;
    font-family: 'Poppins',sans-serif;
    margin: 0 0 20px;
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.sec-title.light h3 {
	color: #fff;
}

.sec-title.light .text {
	color: #fff;
}

.sec-title.centered {
	text-align: center;
}

.sec-title .text {
	margin-top: 15px;
	font-size: 18px;
	color: #2e6e75;
	max-width: 960px;
	line-height: 26px;
}

.sec-title.centered .text {
	margin: 0 auto;
	margin-top: 15px;
}

.sec-title .theme-btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
    display: inline-block;
	text-transform: uppercase;
	background: #2e6e75;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.about-text-block {
	position: relative;
	margin-bottom: 30px;
}

.about-text-block .top-content {
	position: relative;
	margin-bottom: 30px;
}

.about-text-block .top-content .inner-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-text-block .top-content .icon {
	position: relative;
	color: #2e6e75;
	font-size: 60px;
	margin-right: 30px;
}

.about-text-block .top-content h4 { margin: 0; padding: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
}

.about-text-block .top-content h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
}

.about-text-block .lower-content {
	position: relative;
	padding-left: 100px;
}

.about-text-block .lower-content h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 15px;
    padding: 0;
}

.about-text-block .lower-content h4:before {
    position: absolute;
    content: '';
    border: 2px solid #e9e6e6;
    top: 9px;
    left: -100px;
    width: 70px;
    height: 2px;
}


.about-text-block .lower-content .text {
	margin-bottom: 20px;
}
.about-text-block .lower-content .text p{text-align: justify;}
.about-text-block .author-info {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e6e6;
	margin-bottom: 25px;
}

.about-text-block .author-info .inner-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-text-block .author-info .image {
	margin-right: 30px;
}

.about-text-block .author-info .name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	color: #2e6e75;
}

.about-text-block .author-info .designation {
	font-size: 18px;
}

.about-text-block .link-btn .theme-btn {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	color: #222;
	padding: 6px 0;
	padding-left: 50px;
	transition: .5s ease;
}

.about-text-block .link-btn .theme-btn:hover {
	color: #2e6e75;
}

.about-text-block .link-btn .theme-btn:before {
    position: absolute;
    content: '';
    border: 1px solid #2e6e75;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.about-text-block .link-btn .theme-btn:after {
    position: absolute;
    content: '';
    background: #2e6e75;
    top: 14.5px;
    left: 14.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.about-text-block .year-of-service {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #cdcdcd;
	left: -20px;
	top: 50%;
	transform: rotate(-90deg);
}

.about-section .video-image-box .image {
	border-radius: 0px;
	margin-bottom: 30px;
}

.about-section .video-image-box .overlay-link span {
    background: transparent;
    font-size: 50px;
    color: #fff;
}

.about-section .more-gallery-btn .theme-btn {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 37px 0;
	background: #222222ad;
	text-align: center;
}
.video-image-box .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.video-image-box img {
	display: block;
	width: 100%;
}

.video-image-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	height: 100%;
	font-size: 50px;
	align-items: center;
	justify-content: center;
	z-index: 9;
	color: #2e6e75;
	text-align: center;
	background: rgba(0, 0, 0, 0.50);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
	background: rgba(0, 0, 0, 0.30);
}

.video-image-box .overlay-link span {
    height: 81px;
    width: 81px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    padding-left: 6px;
}

.video-image-box .ripple,
.video-image-box .ripple:before,
.video-image-box .ripple:after {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-image-box .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-image-box .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}




.funfact-section { float: left; width: 100%; margin: 0; padding: 60px 0 50px;
    background-image:url(../images/home/bg1.jpg);
	position: relative;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}

.funfact-section .sec-title {
	border-bottom: 1px solid #2c2c2c;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.fact-counter {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
}

.fact-counter .item {
	color: #222;
	width: 100%;
}

.fact-counter .column .icon span {
	position: relative;
	top: 0px;
	font-size: 50px;
	position: absolute;
	line-height: 70px;
	top: -5px;
	left: 0;
	margin-bottom: 20px;
	color: #ab7442;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .count-outer {
	margin-top: 10px;
	color: #fff;
	position: relative;
	font-size: 36px;
	font-weight: 600;
	display: flex;
}

.fact-counter .count-outer .count-text {
	margin-top: 8px;
	display: block;
	margin-right: 24px;
    line-height: 36px;
}

.fact-counter .item .inner-box {
	position: relative;
}

.fact-counter .item .inner-box p {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 1.2em;
	padding-top: 30px;
}

.fact-counter .item .inner-box p:before {
    position: absolute;
    content: '';
    background-image: url(../images/home/counter-shape.png);
    top: 0px;
    left: 0px;
    width: 70px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: left top;
}

.funfact-section .text {
	color: #fff;
}

.funfact-section .link-btn {
	position: relative;
	margin-top: 40px;
}

.funfact-section .link-btn .theme-btn {
	margin-right: 20px;
	margin-bottom: 30px;
}

.funfact-section .link-btn .btn-style-one:hover {
	background: transparent;
	border-color: #fff;
}

.btn-style-seven {
	position: relative;
	padding: 12px 48px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: none;
	letter-spacing: 1px;
	border: 2px solid #fff;
}

.btn-style-seven:hover {
	color: #2e6e75;
	border-color: #f8f08d;
	background-color: #f8f08d;
}


.service_sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}
.service-block-three {
	position: relative;
}

.service-block-three .inner-box {
	position: relative;
	margin: 0 15px;
	margin-bottom: 30px;
}

.service-block-three .inner-box .image {
	position: relative;
	overflow: hidden;
    height: 250px;
}

.service-block-three .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 8;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(33, 32, 32, 0.9);
}

.service-block-three .inner-box:hover .image:before {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.service-block-three .inner-box img {
	width: 100%;
	-webkit-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.service-block-three .inner-box:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.service-block-three .inner-box .lower-content {
	position: relative;
	background: #fff;
	padding: 40px;
	border: 1px solid #e9e6e6;
	border-top:0px;
	transition: .5s ease;
}

.service-block-three .inner-box:hover .lower-content{
	border-color: #fff;
}

.service-block-three .icon {
	position: absolute;
	top: 40px;
	right: 40px;
}

.service-block-three .title_h4 {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 28px;
    margin: 0 0 10px;
    padding: 0;
	padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
text-align: left;
font-family: 'Poppins',sans-serif;
}

.service-block-three .title_h4:before {
    position: absolute;
    content: '';
    background: #e9e6e6;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 3px;
}

.service-block-three .title_h4 a {
	color: #222;
	transition: .5s ease;
}

.service-block-three:hover .title_h4 a {
	color: #2e6e75;
}




.service-block-three .title_h3{
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 28px;
    margin: 0 0 10px;
    padding: 0;
	padding-bottom: 15px;
    position: relative;
}

.service-block-three .title_h3:before {
    position: absolute;
    content: '';
    background: #e9e6e6;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 3px;
}

.service-block-three .title_h3 a {
	color: #222;
	transition: .5s ease;
}

.service-block-three:hover .title_h3 a {
	color: #2e6e75;
}

.service-block-three .text {
	transition: .5s ease;
	line-height: 26px;
}

.service-block-three .inner-box:hover .text {
	margin-bottom: 0px;
}

.service-block-three .link-btn {
    margin-top: 12px;
}

.service-block-three .link-btn a {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	transition: .5s ease;
} 

.service-block-three .link-btn a:hover {
	color: #2e6e75;
}

.service-block-three .link-btn a span {
	font-size: 12px;
	margin-right: 10px;
}

.service-block-three .overlay-content {
	position: absolute;
	left: 0;
	bottom: -45px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
	z-index: 9;
}

.service-block-three .inner-box:hover .overlay-content {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.service-block-three .inner-box:hover .overlay-content .lower-content{
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
	border-color: #fff;
}


.why-chooseus-section { float: left; width: 100%; margin: 0; padding: 40px 0 20px; background: #eee;
	position: relative;
}

.why-chooseus-section .sec-title {
	margin-bottom: 15px;
}

.why-chooseus-section .list-style-one {
    margin: 0; padding: 0;
	margin-bottom: 30px;
}

.why-chooseus-section .list-style-one li {
	position: relative;
	font-size: 18px;
	color: #000;
	margin-bottom: 8px;
    list-style: none;
}

.why-chooseus-section .list-style-one li:before {
	color: #2e6e75;
	content: "\f05d";
	font-family: 'FontAwesome';
	font-size: 20px;
    margin-right: 8px;
}

.why-choose-block .inner-box {
	position: relative;
	background: #fff;
	padding:40px 35px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.why-choose-block .inner-box:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 30%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right top, #2e6e75, #2e6e75, #2e6e7561, #ffffff, #ffffff);
    opacity: 0;
    transition: .5s ease;
}

.why-choose-block .inner-box:hover:after {
	width: 100%;
	opacity: 1;
}

.why-choose-block .inner-box .icon {
	position: relative;
	color: #2e6e75;
	font-size: 60px;
	margin-right: 15px;
}

.why-choose-block .inner-box h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 1.4em;
	z-index: 1;
    margin: 0;
    max-width: 215px;
    height: 100px;
}
.why-choose-block .inner-box h4 span{font-size: 15px; line-height: 24px; color: #000; font-weight: normal;}
.why-choose-block .inner-box .shape-icon {
	position: absolute;
	right: 35px;
	top: 35px;
}


.blog-section {float: left; width: 100%; margin: 0; padding: 40px 0;
	position: relative;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#191b1d;
    text-align: center;
    height: 250px;
    
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .image img{
	position:absolute;
	max-width:100%;
    top: 50%; left: 50%; width: auto;
    transform: translate(-50%,-50%);
    max-height: 100%;
}

/*.news-block .inner-box:hover .image{
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}*/

.news-block .inner-box .image:before {
    background: rgba(0, 0, 0, 0.80);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(75deg) translateZ(0px);
    z-index: 3;
    opacity: 0;
}

.news-block .inner-box:hover .image:before{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition-delay: 0.1s; 
    opacity: 1;
}

.news-block .inner-box .image .overlay-link {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 45px;
	z-index: 9;
	opacity: 0;
	transform: scale(0.4) translate(-50%, -50%);
	visibility: hidden;
	transition: .5s ease;
	transition-delay: .5s;
}

.news-block .inner-box:hover .image .overlay-link {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translate(-50%, -50%);
}

.news-block .inner-box .image .overlay-link:hover {
	color: #2e6e75;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding: 0px 30px 30px;
	border:1px solid #f2f2f2;
}

.news-block .inner-box .lower-content .title{
	position:relative;
	color:#2e6e75;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
	text-transform:uppercase;
}

.news-block .inner-box .lower-content .post-info{
	position:relative;
    margin: 0; padding: 0;
	margin-bottom: 20px;
	margin-top: -19px;
	z-index: 9;
    text-align: center;
}

.news-block .inner-box .lower-content .post-info li{
	position:relative;
	font-size: 16px;
	font-weight: 600;
	display:inline-block;
	margin-right:8px;
	color: #fff;
	background: #1b1b1b;
	padding:5px 15px;
}

.news-block .inner-box .lower-content .post-info li.category {
	background: #2e6e75;
}

.news-block .inner-box .lower-content .post-info li.category:before {
	position: absolute;
	content: '';
	background: #2e6e75;
	height: 10px;
	width: 8px;
	left: 0;
	bottom: -9px;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.news-block .inner-box .lower-content .post-info li a{
	position:relative;
	color:#848484;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	color:#303030;
	font-size:18px;
	font-weight:600;
	margin-bottom: 15px;
    height: 50px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	color:#303030;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover .lower-content h4 a{
	color:#2e6e75;
}

.news-block .inner-box .lower-content .author a {
	position:relative;
	color:#7e8597;
	font-size:18px;
	font-weight: 500;
	text-transform:uppercase;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content .author a span {
	position: relative;
	margin-right: 5px;
	top: 1px;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#000;
	line-height: 24px;
    font-size: 14px;
	margin-bottom:12px;
}

.news-block.style-two .inner-box .lower-content h3{
	margin-bottom:12px;
	font-size:24px;
}

.blog-large .news-block{
	margin-bottom:50px;
}

.event-style1 { float: left;width: 100%; margin: 0;
  padding: 80px 0 40px;
background-image: url(../images/home/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.event-style1 h2{display: inline-block;}
.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
	padding: 30px;
	margin: 30px 15px;
	text-align: center;
	border: 1px solid #e9e6e6;
	transition: .5s ease;
}
.web-pulse-testimonials_home .testimonial-block-two .inner-box .author h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
    display: inline-block;
    margin: 0; padding: 0;
    color: #fff;
}
.testimonial-block-two .inner-box .author .name1{text-transform: capitalize; font-family: 'Poppins',sans-serif; font-size:18px;font-weight:600;line-height:1.6em;display:inline-block;margin:0;padding:0;color:#fff}
.testimonial-block-two .inner-box:hover {
	box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-block-two .inner-box .logo {
	line-height: 80px;
	display: inline-block;
	min-height: 55px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    width: 80px;
    height: 80px;
}

.testimonial-block-two .inner-box .logo img{
	width: auto;
	margin: 0 auto;
}

.testimonial-block-two .inner-box .text{
	font-size: 18px;
	margin-bottom: 15px;
    line-height: 30px;
    color: #fff;
    min-height: 200px;
}
.testimonial-block-two .inner-box .text p{font-size: 15px;
    line-height: 24px;
    color: #fff;}
.testimonial-block-two .inner-box .author {
	position: relative;
}

.testimonial-block-two .inner-box .author h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
    display: inline-block;
    margin: 0; padding: 0;
    color: #fff;
}

.testimonial-block-two .inner-box .designation {
	font-size: 16px;
	color: #2e6e75;
	line-height: 1.4em;
}

.testimonial-block-two .inner-box .quote-icon {
	position: absolute;
	top: -30.5px;
	right: 40px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	color: #2e6e75;
	font-size: 20px;
	background: #f8f08d;
	border-radius: 50%;
}

.webpulse_home_clients{float: left; width: 100%; margin: 0; padding: 30px 0; background-color: #eee;}
.webpulse_home_clients .clients{border:solid 1px #d8d8d8;max-width:100%;background:#fff;margin-bottom:26px;position:static;opacity:1;margin:5px 10px 0px;transition:opacity 0.3s ease;top:0;left:0}
.webpulse_home_clients .item .image{position:relative;padding:15px 10px 0px; text-align:center;min-height:100px;max-height:100px;overflow:hidden;}
.webpulse_home_clients .item .image img{position: absolute;max-width: 100%;top: 50%;left: 50%;transform: translate(-50%,-50%);width: auto;max-height: 100%;}

.footer-widgets {float: left; width: 100%;
	    background-color: #000;
    margin: 0;
	    padding: 50px 0;
	    color: #fff
	}
	
	.footer-widgets .widget {
	    margin: 0
	}
	
	.footer-widgets h2,
	.footer-widgets h3,
	.footer-widgets h4,
	.footer-widgets h5,
	.footer-widgets h6 {
	    color: #fff;
	    font-weight: 600
	}
	
	.footer-widgets .widget-title {
	    text-transform: none;
	    font-weight: 600;
	    font-size: 20px;
	    padding-top: 1.875em;
	    margin-bottom: 1.125em;
	    color: #fff
	}
	
	.footer-widgets .widget-title:before {
	    content: '';
	    position: absolute;
	    top: 10px;
	    left: 40px;
	    background: #f8f08e;
	    width: 15px;
	    height: 7px
	}
	
	.footer-widgets .widget-title:after {
	    content: '';
	    position: absolute;
	    top: 10px;
	    left: 55px;
	    background: #000;
	    width: 15px;
	    height: 7px
	}
.footer-widgets ul{margin: 0; padding: 0;}
	.footer-widgets ul li {
	    padding: 0 0 .8em 0;
        list-style: none;
	}
	
	.footer-widgets ul li:last-child {
	    padding: 0
	}
	
	.footer-widgets .widget ul li a,
	.footer-widgets a {
	    color: #fff
	}
	
	.footer-widgets .widget ul li a:hover,
	.footer-widgets a:hover {
	    color: #f8f08e
	}
	
	.footer-widgets .map-link {
	    font-weight: 500;
	    text-transform: uppercase
	}
	
	.footer-widgets .map-link a {
	    color: #fff
	}
	
	.footer-widgets .map-link:hover {
	    color: #f8f08e;
	    cursor: pointer
	}
	
	.footer-widgets .map-link svg {
	    font-size: 23px;
	    position: relative;
	    top: 2px;
	    margin: 0 7px 0 0
	}
	
	.footer-widgets .footer-sidebar {
	    border-right: 1px solid #222;
	    padding: 0 2.5em
	}
.footer-widgets .footer-sidebar p{color: #fff;}
	
	.footer-widgets .footer-sidebar:first-child {
	    padding-left: 15px
	}
	
	.footer-widgets .footer-sidebar:last-child {
	    border: 0;
	    padding-right: 15px
	}
	
	.footer-widgets .widget_media_image {
	    margin-bottom: 1.75em
	}
.footer-widgets .widget_media_image img{background: #fff; border-radius: 4px; padding: 10px; max-width: 200px;}
	.footer-widgets .working {
	    margin-bottom: 1.25em
	}
	
	.footer-widgets .working>div:first-child {
	    font-size: .875em;
	    margin-bottom: .6em
	}
	
	.footer-widgets .working>div:first-child span {
	    text-transform: uppercase;
	    color: #fff
	}
	
	.footer-widgets .working:last-child {
	    margin: 0
	}
	
	.footer-widgets .working .green {
	    color: #f8f08e
	}
	
.footer_contact{float:left;width:100%;list-style:none;padding:0;margin-bottom:0}
.footer_contact li{margin-bottom:10px;position:relative;padding-left:40px!important;color:#fff}
.footer_contact li a{color:#fff}
.footer_contact li a:hover{color:#f8f08e}
.footer_contact li a:focus{color:#f8f08e}
.footer_contact li i{position:absolute;left:0;top:5px;text-align:center;font-size:22px;width:30px;height:30px;line-height:30px}
.footer_contact li strong{display:block;text-transform:uppercase}
.footer_contact li i{position:absolute;left:0;top:0px;text-align:center;font-size:22px;width:30px;height:30px;line-height:18px;color:#f8f08e}
	.footer-widgets.footer-middle {
	    padding: 0
	}
	
	.footer-widgets.footer-middle .container {
	    border-top: 1px solid #222;
	    padding-top: 20px;
	    padding-bottom: 20px
	}
	
	.footer-widgets.footer-middle .email,
	.footer-widgets.footer-middle .social {
	    margin-top: 2.8em
	}
	
	.footer-widgets.footer-middle .email i {
	    color: #f8f08e;
	    margin-right: 5px
	}
	
	.footer-widgets.footer-middle .footer-social {
	    float: right
	}
	
	.footer-widgets.footer-middle .footer-social span {
	    margin-right: .5em;
	    display: inline-block
	}
	
	.footer-widgets.footer-middle .footer-social a {
	    border: 1px solid #000;
        display: inline-block;
	}
	
	.footer-widgets.footer-middle .footer-social a:hover a {
	    border: 0
	}
	
	.footer-widgets.footer-middle .footer-social.socials a {
	    width: 1.875em;
	    height: 1.875em;
	    line-height: 27px; text-align: center;
	}
	
	.footer-widgets.footer-middle .phone {
	    text-align: center;
	    background: url(../images/phone-middle.png) center center no-repeat;
	    padding: 2em 0
	}
	
	.footer-widgets.footer-middle .phone div {
	    font-weight: 500;
	    font-size: 18px;
	    color: #f8f08e;
	    margin: 0 0 .3em 0
	}
	
	.footer-widgets.footer-middle .phone span {
	    color: #fff;
	    font-size: 1.25em
	}
	
	.footer-widgets.footer-middle a:hover {
	    color: #f8f08e;
	    border: 0
	}
	
	.hide-middle_phone .email,
	.hide-middle_phone .social {
	    margin-top: 0
	}
.site-footer{float: left; width: 100%; margin:0; padding: 0;}
	.footer-copyright {
	    padding: 23px 0;
	    color: #848484
	}
.footer-copyright a{display: inline-block;}
.copyright_text{display: inline-block;}
.copyright_text a,.copyright_text i{color: #000333;}
.copyright_text a:hover{color: #2e6e75;}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #2e6e75;
    font-size: 14px;
    font-weight: 700;
    background: #f8f08d;
    display: inline-block;
    padding: 12px 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f8f08d;
    transition: all 0.3s ease;
}

.btn-style-one .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 4px;
    margin-left: 5px;
}

.btn-style-one:hover,
.btn-style-one:focus {
    color: #f8f08d;
    border-color: #f8f08d;
    background: none;
}



.support{
    background: #f8f08d;
    width: 56px !important;
    height: 56px !important;
    color: #2e6e75;
    font-size: 20px;
    position: fixed;
    left: 15px;
    bottom: 70px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.support:hover{
  cursor: pointer;
}
.support img{
  transition: all 300ms ease-in-out;
  width: 60%;
}
.inner-fabs{
    position: fixed;
    left:20px;
    bottom: 30px;
    z-index: 99;
    transition: all 300ms ease-in-out;
   
}
.inner-fabs a {
    background: #2e6e75;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}

.inner-fabs a{
  width: 45px !important;
  height: 45px !important;
  right: 22px !important;
}
.inner-fabs a:nth-child(1) {
  bottom: 80px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    background: #0078d7;
}
.inner-fabs a:nth-child(2) {
  bottom: 130px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs a:nth-child(3) {
    background: #01e675;
  bottom: 180px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.inner-fabs a:nth-child(4) {
  bottom: 230px !important;
}
#whatsapp .modal-dialog{ margin-top: 17%;}
#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #2e6e75;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #f8f08e;
}

#web-pulse-scroll-up:hover {
    background: #000;
    color: #fff;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #000;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: linear-gradient(to bottom, #2e6e75 0%, #af7208 100%);
}

.send_enquiry i {
    font-size: 22px;
    line-height: 50px;
}

.send_enquiry {
    bottom: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

/* Send Enquire */
.enquiry {
    position: fixed;
    z-index: 1000;
    bottom: 28px;
    left: 25px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.enquiry i {
    float: left;
    z-index: 999;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #2e6e75;
    transition: 0.5s;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry strong {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    height: 45px;
    float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-left: 35px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry i:hover {
    color: #fff;
    background: #2e6e75;
}

.enquiry strong:hover {
    color: #2e6e75;
    background: #eee;
}

/* Modal Form*/
.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #2e6e75;
    color: #fff;
}

.modal-header h4 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.modal-header .modal-title{
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.close {
    float: right;
    font-size: 23px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: .9;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="number"] {
    width: 100%;
    padding: 5px 12px;
    border-radius: 0px;
}

.modal-body textarea {
    width: 100%;
    height: 120px;
    padding: 5px 12px;
    border-radius: 0px;
}

.modal-body select {
    width: 100%;
}

.pac-container {
    z-index: 100000;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.modal_btn {
    width: auto;
    background: #000;
    padding: 8px 25px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.modal_btn:hover,
.modal_btn:focus {
    background: #2e6e75;
    color: #fff;
}
.bgeee{background: #eee!important;}

/* Inner Heading Banner*/
.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    padding: 150px 0 70px;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}


/* Breadcrumb*/
.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #000;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    float: left;
    display: inline-block;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #fff;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #f8f08d;
}

.inner_breadcrumb .breadcrumb li + li:before {
    content: "\f105";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li + li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}

/* About Us */
.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #2e6e75;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.left_image:hover .left_centered .image {
    transform: scale(1.1);
}


.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1:hover .left_centered .image {
    transform: scale(1.1);
}


.client_satisfaction {
    float: left;
    width: 200px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.client_satisfaction .client_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 200px;
    overflow: hidden;
    border: 1px solid #eee;
}

.client_satisfaction .client_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform .5s ease;
}

.client_satisfaction .client_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.client_satisfaction:hover .client_centered .image {
    transform: scale(1.1);
}



/* left menu */
.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #000;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #2e6e75;
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: #2e6e75;
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #000;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: #2e6e75;
    color: #fff;
}


/* fixed */
#sidebar {
    width: 274px;
    float: left;
    animation-delay: 5s;
}

#sidebar.stick {
    position: fixed;
    top: 69px;
    z-index: 991;
    border-radius: 0 0 0.5em 0.5em;
}



/* About Right*/
.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.right_side .title_holder_inner h2{
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info h4 {
    font-size: 16px;
}

.right_side .factsheet .info p {
    font-size: 13px;
}

.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


/* About Team*/
.team {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.team_box {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.team_box .team_image {
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 280px;
    border: 1px solid #ccc;
}

.team_box .team_image img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.team_box .team_content {
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #ccc;
    margin: 3px 0 0;
}

.team_box .team_content h4 {
    color: #2e6e75;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.team_box .team_content p {
    letter-spacing: 0.3px;
    color: #000;
    margin: 0;
}





/*** About Page2  */
.about_page2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.certified_area2 {
    float: left;
    width: 100%;
    padding: 0px 0px 50px;
}

.certified-text {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.frame-text {
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    line-height: 100px;
    background: #2e6e75;
    padding: 0px 15px;
    float: left;
    margin-right: 20px;
}

.certified-text h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: none;
    color: #000;
    text-align: left;
    padding: 0;
}

.certified-certi img {
    width: 50%;
    float: left;
}

.certi-img-1 {
    padding-right: 10px;
}

.certi-img-2 {
    padding-left: 10px;
}

.certified-inner {
    margin-bottom: 25px;
}

.certified-inner p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
}

.certified-inner ul {
    margin: 0;
    padding: 0;
}

.certified-inner ul li {
    color: #000;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 14px;
    list-style: none;
}

.certified-inner ul li:after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #2e6e75;
    width: 8px;
    height: 8px;
}

.about_right2 {
    float: right;
    width: 550px;
    margin: 0px 0 15px 15px;
    text-align: center;
}


.about_right2 iframe {
    width: 100%;
    height: 315px;
}

.webpule_quote {
    float: left;
    width: 100%;
    background: #2e6e75;
    display: block;
    overflow: hidden;
    padding: 20px 0px;
}

.banner-contact {
    float: right;
}

.banner-contact span i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 5px;
}

.banner-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}

.banner-btn {
    float: right;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background: #37b872;
    border-radius: 0px;
}

.banner-btn:hover,
.banner-btn:focus {
    background: #000;
    color: #fff;
}

.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    max-width: 600px;
    line-height: 32px;
    text-align: left;
    padding: 7px 0px;
}

/* Products Page */
.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: all 0.4s ease-in-out;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing:hover .product .image1 {
    transform: scale(1.1);
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.right-content .title_h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.product_listing:hover .right-content .title_h3 a {
    color: #2e6e75;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.read_more_product {
    background: #000;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.read_more_product i {
    margin-left: 10px;
}

.read_more_product:hover,
.read_more_product:focus {
    color: #fff;
    background: #2e6e75;
}

.product_listing:hover .right-content h3 a {
    color: #2e6e75;
}

.product_listing:hover .right-content h4 a {
    color: #2e6e75;
}

/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    margin: auto;
}

.product_popup h4 {
    color: #2e6e75;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}
.product_popup h5 {
    color: #2e6e75;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}
.product_popup h6 {
    color: #2e6e75;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}



/* Product Sub Listing */
.product_right_image {
    float: right;
    width: 400px;
    margin: 0px 0 15px 15px;
    text-align: center;
}

.product_right_image iframe {
    width: 100%;
    height: 315px;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.cat_info p {
    font-size: 14px;
    line-height: 24px;
    color: #423f3f;
    text-align: justify;
    margin-bottom: 15px;
}

.product_right_image .detail_enq_btn {
    width: auto;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    display: inline-block !important;
    border: 0;
    border-radius: 4px;
}

.product_right_image .detail_enq_btn:hover,
.product_right_image .detail_enq_btn:focus {
    background-color: #2e6e75;
    color: #fff;
}

.product_right_image:hover .detail_enq_btn {
    background-color: #2e6e75 !important;
    color: #fff;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .product_dimage .detail_image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_right_image:hover .product_dimage .detail_image {
    transform: scale(1.2);
}


/* You May Also Like  */
.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0px 30px;
    text-align: center;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #2e6e75;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
    height: 50px;
    position: relative;
}

.product_more h4 span { position: absolute;
    top: 50%; left: 50%; max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    color: #423f3f;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}

.product_more h5{float: left; width: 100%; text-align: center; margin: 0 0 5px;}
.product_more h5 span{ font-size: 13px;
    line-height: normal;
    font-weight: 400;}
.may_btn {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: #2e6e75;
}

.product_more:hover .may_btn {
    background: #2e6e75;
}

/* Gallery Page */
.gallery_category {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery_category:before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
    opacity: 0;
    top: 20px;
    left: 20px;
    z-index: 1;
    transition: all .4s ease
}

.gallery_category:before {
    opacity: 1
}

.gallery_category .gallery_image {
    transform: scale(1.5) translateY(0);
    transition: all .4s ease-in-out
}

.gallery_category:hover .gallery_image {
    transform: scale(1.5) translateY(-12px)
}

.gallery_category .gallery_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 285px;
}

.gallery_category .gallery_image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.gallery_category .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%
}

.gallery_category:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0
}

.gallery_category:hover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery_category:after {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.gallery_category .caption h3 {
    color: #fff;
    margin-bottom: 10px;
    transform: translateY(20px);
    transition: all .5s ease-in-out;
    opacity: 0
}

.gallery_category .caption p {
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all .5s ease-in-out
}

/*.gallery_category:hover .caption h3,.gallery_category:hover .caption p{opacity:1;transform:translateY(0px)}*/
.gallery_category .caption h3,
.gallery_category .caption p {
    opacity: 1;
    transform: translateY(0px)
}

.gallery_category:hover .caption h3 {
    color: #2e6e75;
}

.gallery_category .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10
}

.gallery_category .link-wrap i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out
}

/*.gallery_category .link-wrap a:first-child{transform:translateY(-30px);margin-right:5px}
.gallery_category .link-wrap a:last-child{transform:translateY(-60px)}*/
/*.gallery_category:hover .link-wrap a{opacity:1;transform:translateY(0px)}*/
.gallery_category .link-wrap i {
    opacity: 1;
    transform: translateY(0px)
}

.gallery_category .link-wrap i:hover {
    background-color: rgba(255, 255, 255, 0.4)
}

.gallery_video iframe {
    width: 100%;
    height: 185px !important;
    margin-bottom: 5px;
}




/* Gallery Details */
.gallery_details {
    position: relative;
    overflow: hidden;
    background: #222;
    margin-bottom: 20px;
}

.gallery_details .gdetails_image {
    width: 100%;
    transition: all .4s ease-in-out;
    opacity: 0.9;
}

.gallery_details:hover .gdetails_image {
    transform: scale(1.1);
    filter: blur(4px);
}

.gallery_details .gdetails_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 262px;
}

.gallery_details .gdetails_image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
}

.gallery_details .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.gallery_details:before,
.gallery_details:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.gallery_details:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.gallery_details:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.gallery_details:hover:before,
.gallery_details:hover:after {
    height: 40px;
    width: 40px;
    opacity: 1;
}

.gallery_details .link-wrap {
    position: absolute;
    top: calc(55% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.gallery_details .link-wrap i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out
}

.gallery_details:hover .link-wrap i {
    opacity: 1;
    transform: translateY(0px);
}

.gallery_details .link-wrap i:hover {
    background-color: rgba(46, 110, 117, 0.76);
}


/* Video Gallery */
.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    padding-top: -2px;
}

.video_gallery i {
    line-height: inherit;
    color: #ff9900;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 14px;
    color: #000;
    padding: 0;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.video_gallery h3 i {
    width: 50px;
    height: 50px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

/* Careers Page  */
.careers_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.careers_right h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.career_list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.career_list h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #eee;
}

.career_list ul {
    display: inline-block;
    margin: 0px 0 10px;
    padding: 0px;
}

.career_list ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.career_list ul li:before {
    content: none;
    margin: 0;
}

.career_list ul li a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.career_list ul li i {
    margin-right: 5px;
    color: #2e6e75;
}

.detail01 {
    padding: 0 10px;
}

.career_list h2 a {
    color: #000;
}

.career_list:hover h2 a {
    color: #2e6e75;
}

.career_list:hover .read_more_product {
    background: #2e6e75;
    color: #fff;
}

.career_list:hover {
    box-shadow: 0 0 15px #c1c1c1;
    border: 1px solid #eee;
}



.career_box {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background: #eee;
    font-size: 16px;
}

.career_box i {
    color: #2e6e75;
    font-size: 20px;
    margin-right: 10px;
}

.upload {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 10px;
    font-size: 12px !important;
    line-height: normal !important;
}


/* select Option */
.product_add {
    position: relative;
}

.product_add .check_product i {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: 100
}

.product_add .check_product i:hover,
.product_add .check_product i:focus,
.product_add .check_product i.active {
    background: #2e6e75;
    color: #fff;
}

.fa-check {
    background: #2e6e75 !important;
    color: #fff;
}



/* View select products */
.product_header {
    float: left;
    width: 100%;
    /*border: 1px solid #eee;*/
    margin-bottom: 20px;
    padding: 0px;
}

/*.product_header.stricky{position: fixed;top: 56px;right:89px;z-index: 999; width: 870px; background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);}*/
.product_header .container {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}

.product_header.stricky {
    position: fixed;
    top: 69px;
    right: 0;
    z-index: 995;
    width: 100%;
}

.product_header.stricky .container {
    width: 1170px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.product_header.stricky .container .col-lg-2 {
    width: 10%;
}

.product_header .image {
    float: left;
    width: 100%;
    position: relative;
    height: 80px;
    text-align: center;
    border: 1px solid #eee;
}

.product_header .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    margin: auto;
    padding: 10px;
}

.select_close {
    position: absolute;
    z-index: 999;
    right: -5px;
    top: -5px;
    background: #000;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 75%;
}

.select_close:hover,
.select_close:focus {
    background: #2e6e75;
    color: #fff;
}


/* List and Grid */
.listing_view {
    float: left;
    width: 100%;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}

.listing_view h3 {
    line-height: 30px;
    padding-left: 5px;
    color: #000;
    font-size: 17px;
    margin: 5px 0;
}

.product_view_btn {
    float: right;
}

.list_btn {
    float: left;
    background: #000;
    color: #fff;
    margin-left: 10px;
    padding: 10px 20px;
}

.list_btn:hover,
.list_btn:focus,
.list_btn.active {
    background: #2e6e75;
    color: #fff;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0
}

.list_item {
    float: none;
    width: 100%;
    margin-bottom: 10px
}

.list_item .list-group-image {
    margin-right: 10px
}

.list_item .thumbnail {
    margin-bottom: 0
}

.list_item .caption {
    padding: 9px 9px 0 9px
}

.list_item:before,
.list_item:after {
    display: table;
    content: " "
}

.list_item img {
    float: left
}

.list_item:after {
    clear: both
}

.list-group-item-text {
    margin: 0 0 11px
}

.list_item .thumbnail .product_view {
    float: left;
    width: 30%;
    padding: 15px;
    margin-right: 25px;
    border-right: 1px solid #eee;
    background: #fff;
    z-index: 2;
    margin-bottom: 0;
}

.product_view {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding:0px;
}

.product_view .image {
    text-align: center;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0;
    transition: transform .5s ease;
}

.product_view .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 0px;
}

.item_view .thumbnail:hover .product_view .image {
    transform: scale(1.1);
}

.item_view .caption {
    text-align: center;
}

.list_item .caption {
    text-align: left;
}

.item_view .caption h3 {
    padding: 10px;
    margin-bottom:0px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
    height: auto;
}

.list_item .caption h3 {
    text-align: left;
    padding: 10px 0 13px;
}

.item_view .caption h3 a {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}
.item_view:hover .caption h3 a{
    color: #2e6e75;
}

/*
.item_view .caption h3 {
    height: 65px;
}
*/

.list_item .caption h3 {
    height: auto;
}

.item_view .caption h4 {
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.list_item .caption h4 {
    text-align: left;
}

.item_view .caption h4 a {
    font-weight: 600;
    font-size: 18px;
    color: #2e6e75;
}

.item_view .caption p {
    text-align: center;
    height: 70px;
    overflow: hidden;
    display: none;
}

.list_item .caption p {
    text-align: justify;
    height: auto;
    display: block;
}

.item_view .caption span {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.list_item .caption span {
    text-align: justify;
    margin-bottom: 10px;
    display: block;
}

.item_view .caption .may_btn {
    display: inline-block;
}

.item_view .caption .may_btn:hover,
.item_view .caption .may_btn:focus,
.item_view .caption .may_btn.active {
    background: #2e6e75;
    color: #fff;
}

.item_view .thumbnail:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}
.list_item .caption .subCatList{margin: 0;padding: 0; max-height: 115px; overflow: hidden; overflow-y: auto;}
.list_item .caption .subCatList li{float: left; width: 33%;}
.right_side ul li:before{float: left;}
.list_item .caption .subCatList li a{color: #000; font-size: 13px;}
.list_item .caption .subCatList li a:hover,.list_item .caption .subCatList li:focus{color: #2e6e75;}
.grid .caption .subCatList{display: none;}


/* Client Page */
.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

/* Blog Page */

.blog_news {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.feature_blog {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
}

.feature_blog .slick-dots {
    bottom: -35px;
}

.feature_blog .feature_blog_item .image {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 290px;
}

.feature_blog .feature_blog_item .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.feature_blog .feature_blog_item .blog_content {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.feature_blog .feature_blog_item .blog_content h2 {
    margin: 10px 0 10px;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
}

.feature_blog .feature_blog_item .blog_content h2 a {
    color: #000;
}

.feature_blog .feature_blog_item:hover .blog_content h2 a {
    color: #2e6e75;
}

.feature_blog .feature_blog_item .blog_content .blog_read_more {
    float: left;
    padding: 7px 20px;
    color: #fff;
    background: #000;
    text-decoration: none;
    border-radius: 4px;
}

.feature_blog .feature_blog_item:hover .blog_content .blog_read_more {
    background: #2e6e75;
    color: #fff;
}

.blog_grid {
    position: relative;
}

.blog_grid .image {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
    height: 290px;
}

.blog_grid .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.blog_grid a img {
    min-width: 100%;
}

.blog_grid .article_title {
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 0;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    padding: 10px;
    padding-top: 15px;
}

.blog_grid .article_title hr.article_line {
    background-color: #2e6e75;
    height: 4px;
    margin: 0;
    padding: 0;
    margin: -10px -12px 10px;
    border: none;
    position: relative;
    top: -7px;
}

.blog_grid h4 {
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    padding: 0;
}

.blog_grid h4 a {
    color: #000;
}

.blog_grid:hover h4 a {
    color: #2e6e75;
}

.blog_grid .article_title .article_category_name {
    position: absolute;
    top: 20px;
    left: 0;
    background: #f2f2f2;
    padding: 5px 10px;
    font-weight: 600;
    color: #000;
}

.blog_grid .article_title .article_category_name a {
    color: #000;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 180px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_news h5 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}

.right_news h5 a {
    color: #000;
}

.right_news:hover h5 a {
    color: #2e6e75;
}

.pager li > a {
    border-radius: 0px;
    color: #2e6e75;
}

.pager li > a:hover,
.pager li > a:focus {
    color: #fff;
    background: #2e6e75;
    border-color: #2e6e75;
}




/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    width: 100%;
    margin-bottom: 15px;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #2e6e75;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.fb-comments {
    width: 100%;
}


/* Recent Blog */

.recent_blog {
    position: relative;
}

.recent_blog .image {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
    height: 190px;
}

.recent_blog .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.recent_blog a img {
    min-width: 100%;
}

.recent_blog .article_title {
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 0;
    margin-bottom: 20px;
    border: 2px solid #f2f2f2;
    padding: 10px;
    padding-top: 15px;
}

.recent_blog .article_title hr.article_line {
    background-color: #2e6e75;
    height: 4px;
    margin: 0;
    padding: 0;
    margin: -10px -12px 10px;
    border: none;
    position: relative;
    top: -7px;
}

.recent_blog h4 {
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    padding: 0;
}

.recent_blog h4 a {
    color: #000;
}

.recent_blog:hover h4 a {
    color: #2e6e75;
}

.recent_blog .article_title .article_category_name {
    position: absolute;
    top: 20px;
    left: 0;
    background: #f2f2f2;
    padding: 5px 10px;
    font-weight: 600;
    color: #000;
}

.recent_blog .article_title .article_category_name a {
    color: #000;
}



/* Old Blog Page */

.blog_news .image_box {
    float: left;
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.blog_news .image_box .blog_image {
    position: relative;
    height: 350px;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

.blog_news:hover .image_box .blog_image {
    transform: scale(1.1);
}

.blog_news .image_box .blog_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.blog_news .content-box {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content-box h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content-box h2 a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.blog_news .content-box p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.blog_btn {
    float: right;
    padding: 7px 20px;
    background: #000;
    color: #fff;
    display: inline-block;
}

.blog_btn:hover,
.blog_btn:focus,
.blog_btn.active {
    background: #2e6e75;
    color: #fff;
}

.blog_news:hover .blog_btn {
    background: #2e6e75;
    color: #fff;
}

.blog_news:hover .content-box h2 a {
    color: #2e6e75;
}

.blog_news .content-box ul {
    display: inline;
    margin: 0px;
}

.blog_news .content-box ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content-box ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content-box ul li a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.blog_news .content-box ul li i {
    margin-right: 5px;
}

.sidebar_post {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background: #eee;
}

.sidebar_post .media {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar_post .media:last-child {
    border-bottom: 0;
}

.sidebar_post .media .media-left {
    float: left;
    width: 80px;
}

.sidebar_post .media .media-left .image {
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.sidebar_post .media .media-left .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    padding: 0;
}

.sidebar_post .media .media-body h4 {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 18px;
    text-align: left;
    padding: 0;
}

.sidebar_post .media .media-body h4 a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.sidebar_post .media .media-body h4 a:hover {
    color: #2e6e75;
}

.sidebar_post .media:hover .media-body h4 a {
    color: #2e6e75;
}

.line1 {
    border-top-color: #ccc;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #2e6e75;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.share-area {
    background: #fff;
    padding: 15px 30px;
}

.share-area .project-name li {
    display: inline-block;
    margin-right: 20px;
}

.share-area .project-name li:last-child {
    margin: 0;
}

.share-area .project-name li a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.share-area .project-name li a:hover {
    color: #526788;
}

.share-area .social-icon {
    display: inline;
    margin-right: 30%;
}

.share-area .social-icon:last-child {
    margin: 0;
}

.share-area .social-icon li {
    display: inline-block;
    margin: 0 !important;
}

.share-area .social-icon li h3 {
    margin: 0;
    font-size: 18px;
    color: #000333;
    margin-right: 10px;
    font-weight: 500;
    line-height: 15px;
}

.share-area .social-icon li i {
    margin-right: 2px;
}

.share-area .social-icon li i:last-child {
    margin: 0;
}

.share-area .social-icon li .fa-facebook {
    color: #ffffff;
    background-color: #3b579d;
    padding: 11px 14px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-facebook:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-twitter {
    color: #ffffff;
    background-color: #1da1f2;
    padding: 11px 12px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-twitter:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-google {
    color: #ffffff;
    background-color: #ea4335;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-google:hover {
    opacity: 0.7;
}

.share-area .social-icon li .fa-linkedin {
    color: #ffffff;
    background-color: #0177b5;
    padding: 11px 13px;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}

.share-area .social-icon li .fa-linkedin:hover {
    opacity: 0.7;
}

/*  Contact Us   */
.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 50px;
    position: relative;
}

.contact_info {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    text-align: justify;
}

.contact_info h2 {
    margin: 10px 0 10px;
    line-height: 24px;
    font-size: 24px;
    color: #2e6e75;
    font-weight: 600;
    text-transform: capitalize;

}

.contact_info p {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}

.contact_form h2 {
    margin: 10px 0 10px;
    line-height: 24px;
    font-size: 24px;
    color: #2e6e75;
    font-weight: 600;
    text-transform: capitalize;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}

.contact_map {
    float: left;
    width: 100%;
    margin-top:0px;
}





/*** Contact Page2  ***/
.contact_page2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 80px;
    background: #fff;
    box-shadow: none;
}

.contact_map2 {
    float: left;
    width: 100%;
    height: 800px;
}

.contact_form_grid {
    float: left;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 10px;
    margin-top: -320px;
    border-radius: 4px;
    background: #fff;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
}

.contact_details {
    background: #2e6e75;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}
.contact_details h1 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.contact_details h4 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #fff;
    margin-bottom: 20px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
}

.contact_details .address_list li a {
    color: #fff;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid h4 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #000;
}




/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 30px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 17px;
    color: #000;
    text-align: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.testimonial_author .loc {
    color: #2e6e75;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}

/* Sitemap page */
.sitemap_page{float:left;width:100%;margin:0;padding:50px 0;background:#eee; position: relative;}
.sitemap_right_side h1{padding: 8px 10px;
margin: 0 0 10px;
line-height: 30px;
background: #2e6e75;
font-size: 24px;
color: #fff;
font-weight: 600;}
.sitemap{
	border-left: 1px solid #666;
	padding:0;
	
}
.sitemap li{ list-style:none!important;
	background: transparent url(../images/sitemap/sitemap_hr.png) no-repeat scroll 0px 9px;
padding: 0px 0px 0px 15px;
margin-bottom: 5px;
}
.sitemap li ul{border-left: 1px solid #666;
	padding:0;}
.sitemap li a{
color: #2e6e75;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
padding-bottom: 5px;
display: block;

}
.sitemap li a:hover{ color:#2e6e75;}
.sitemap li ul li a{
	color: #333;
	font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 0px 0 8px;
    display: block;
}

ul.all_sitemap{
	border-left: 1px solid #333;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 50px;
	
}
ul.all_sitemap li {
    list-style: none!important;
    background: transparent url("../images/sitemap/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

ul.all_sitemap li a{
	color: #2e6e75;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}
.all_sitemap li ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    border-left: 0;
    padding: 0;
    margin-bottom: 15px;
}
.all_sitemap li ul li{background: transparent;}

ul.all_sitemap li ul li{
    list-style: none!important;
    background: transparent url("../images/sitemap/sitemap_hr.png") no-repeat scroll 0 9px;
    padding: 0 0 0 15px;
    padding: 0 0 0 15px;
    margin-bottom: 0;
    border-left: 1px solid #333;
}
ul.all_sitemap li ul li a{
	color: #333;
	font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding:0px 0 8px;
    display: block;
}
ul.all_sitemap li ul li a:hover{color: #2e6e75;}

/* Download PDF  */
.download_pdf {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.download_pdf .image {
    float: left;
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.download_pdf .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 0;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
}

.download_pdf h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px;
}

.download_pdf h3 a {
    color: #000;
}

.download_pdf:hover h3 a {
    color: #2e6e75;
}

.highlight {
    padding: 0 15px;
    background: #2e6e75;
}

.highlight:hover {
    background: #2e6e75;
    color: #fff !important;
}

/*  Product Page1  */

.product_page1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.product_category {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #EAEAEA;
    padding: 15px;
    background: #fff;
}

.product_category h2 {
    font-size: 15px;
    float: left;
    color: #000;
    margin: 0;
    padding: 0;
}

.product_category ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_category ul li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

.product_category ul li strong {
    font-size: 16px;
}

.product_category ul li a {
    color: #000;
    text-decoration: none;
}

.product_category ul li a:hover {
    color: #2e6e75;
}

.product_1 {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out;
    text-align: center;
}

.product_1_image {
    float: left;
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    /*border: 1px solid #eee;*/
}

.product_1_image .product_item {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
}

/*.product_1:hover .product_1_image .product_item{ transform: scale(1.05);}*/
.product_1 .product_1_image .product_item img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 0;
    margin: auto;
}

.product_1 .product_slide .slick-prev {
    display: none !important
}

.product_1 .product_slide .slick-next {
    display: none !important
}

.product_1 .product_slide {
    margin-bottom: 0 !important
}

.product_1:hover .product_slide .slick-prev {
    left: 0px;
    z-index: 50;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    z-index: 50;
    border-radius: 0;
}

.product_1:hover .product_slide .slick-next {
    right: 0px;
    z-index: 50;
    top: 50%;
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    z-index: 50;
    border-radius: 0;
}

.product_1 h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
}

.product_1 h3 a {
    color: #000;
}

.product_1:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.product_1:hover h3 a {
    color: #2e6e75;
}

.product_1 .price {
    font-size: 13px;
}

.product_1 .price strong {
    font-weight: 700;
}

.product_1 h5 {
    font-size: 13px;
    margin-bottom: 10px;
}

.contact_btn {
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 16px;
    text-decoration: none;
    width: auto;
    display: inline-block;
}

.contact_btn:hover,
.contact_btn:focus {
    background: #2e6e75;
    color: #fff;
    border: 1px solid #2e6e75;
}

/* Product Details Page  */
.product_details_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.product_details1 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background: #fff;
}

.app-figure {
    width: 100% !important;
    margin: 0px auto;
    border-right: 1px solid #eee;
    padding: 15px 15px 15px 0px;
    position: relative;
}

.selectors {
    margin-top: 10px;
    text-align: center;
}

.selectors .mz-thumb img {
    max-width: 56px;
}

@media screen and (max-width:600px) {
    .mz-thumb img {
        max-width: 39px;
    }
}

.details_page_content {
    float: left;
    width: 100%;
    padding: 15px 0;
    
}
.full_details{float: left;
    width: 100%;max-height: 450px; margin-bottom: 15px;
    overflow: hidden;
    overflow-y: auto;}
.details_page_content h1 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}

.details_page_content h2 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}


.details_page_content ul {
    margin: 0 0 25px;
    padding: 0;
}

.details_page_content ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.details_page_content ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.price01 {
    float: left;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.price01 strong {
    font-weight: 700;
    font-size: 16px;
    color: #2e6e75;
}

.supplier_btn {
    padding: 8px 20px;
    background: #2e6e75;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.supplier_btn:hover,
.supplier_btn:focus {
    background: #333;
    color: #fff;
}

.details_page_content p strong {
    color: #2e6e75;
    text-transform: uppercase;
}

.a2a_dd {
    padding: 8px 25px;
    border: 1px solid #ccc;
    display: inline-block;
    width: auto;
    color: #000;
    border-radius: 4px;
}

.a2a_dd:hover {
    background: #2e6e75;
    color: #fff;
    border: 1px solid #2e6e75;
}

.product_overview {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product_overview .panel-default {
    border-radius: 0;
}

.product_overview .panel-heading {
    padding: 0;
    border: 0;
}

.nav-tabs > li a {
    color: #000;
    border: 1px solid #fff;
}

.product_overview .panel-heading .nav-tabs li.active > a {
    border: 1px solid #fff;
    color: #2e6e75;
    border-top: 2px solid #2e6e75;
    border-radius: 0;
}

.nav-tabs > li:hover > a {
    border: 1px solid #fff;
    color: #2e6e75;
    border-radius: 0;
}

.product_overview .tab-pane h3 {
    margin: 0 0 10px;
}

.product_overview .tab-pane h4 {
    margin: 0 0 10px;
    text-align: left;
    color: #000;
    padding: 0;
}

.product_overview .tab-pane .dl-horizontal dt {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.product_overview .tab-pane .dl-horizontal dd {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}

.product_overview .tab-pane .quick_details {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.product_details_page h5 {
    float: left;
    margin: 0 0 10px;
    color: #000;
    padding: 0;
    font-size: 18px;
}

/* Product Details Right */
.product_details_right {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.product_details_right .media {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.product_details_right .media:last-child {
    border-bottom: 0;
}

.product_details_right .media .media-left {
    float: left;
    width: 60px;
}

.product_details_right .media .media-left .image {
    width: 100%;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 75%;
}

.product_details_right .media .media-left .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    padding: 0;
}

.product_details_right .media .media-body h4 {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 18px;
    text-align: left;
    padding: 0;
}

.product_details_right .media .media-body h4 a {
    color: #000333;
    transition: all 0.5s ease-out;
}

.product_details_right .media .media-body h4 a:hover {
    color: #2e6e75;
}

.product_details_right .media:hover .media-body h4 a {
    color: #2e6e75;
}

.year {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 3px 10px;
    font-size: 12px;
    float: left;
}

.product_details_right h5 {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0;
}

.alsoLike {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.alsoLike:last-child {
    border-bottom: 0;
}

.alsoLike .image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 140px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.alsoLike .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 0;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
}

.alsoLike h5 {
    text-align: center;
    display: inline-block;
    float: left;
    width: 100%;
}

.alsoLike h5 a {
    color: #000;
}

.alsoLike:hover h5 a {
    color: #2e6e75;
}


.send_btn {
    float: right;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

.send_btn:hover,
.send_btn:focus {
    background: #2e6e75;
    color: #fff;
}

.selected_products {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.selected_products h4 {
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    padding: 0;
}

.selected_products h5 {
    text-align: left;
    color: #000;
    margin: 0 0 10px;
    padding: 0;
}

.selected_products .image {
    float: left;
    width: 100%;
    position: relative;
    height: 80px;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.selected_products .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    margin: auto;
    padding: 10px;
}

.tips {
    width: 100%;
    color: #605f5f;
    font-size: 13px;
    background-color: #fffae4 !important;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 15px;
}

.apply_now {
    padding: 8px 20px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.apply_now i {
    margin-left: 10px;
}

.top_btn {
    width: 100%;
    padding: 15px 15px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.apply_now:hover,
.apply_now:focus {
    background: #f8f08d;
    color: #2e6e75;
}

.slick-prev:hover,
.slick-next:hover {
    color: #2e6e75;
    outline: 0;
    background: #f8f08d;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: 0;
    background: #f8f08d;
    border-color: #f8f08d;
}

.slick-dots li.slick-active button {

    background: #f8f08d;

}

.zoom-gallery {
    text-align: center;
    padding-top: 10px;
}

.zoom-gallery-slide {
    position: relative;
    display: none;
    height: 375px;
    text-align: center;
    border: 1px solid #eee;
}

.zoom-gallery-slide a {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
}

.zoom-gallery-slide.active {
    display: block;
    width: auto;
}

.zoom-gallery .video-slide {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    height: 315px;
    width: 100%;
}

.zoom-gallery .video-slide iframe,
.zoom-gallery .video-slide object,
.zoom-gallery .video-slide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zoom-gallery .selectors {
    text-align: center;
    margin: 10px 0;
}

.zoom-gallery .selectors a {
    margin: 5px;
    border: 1px solid transparent;
    display: inline-block;
}

.zoom-gallery .selectors a:hover,
.zoom-gallery .selectors a.active {
    border-color: #ccc;
}

.zoom-gallery .selectors img {
    box-shadow: none !important;
    filter: none !important;
    max-width: 56px;
}

.zoom-gallery .selectors a[data-slide-id=video-1],
.zoom-gallery .selectors a[data-slide-id=video-2] {
    position: relative;
}

.zoom-gallery .selectors a[data-slide-id=video-1] img,
.zoom-gallery .selectors a[data-slide-id=video-2] img {
    opacity: 0.8;
}

.zoom-gallery .selectors a span {
    position: absolute;
    color: #fff;
    text-shadow: 0px 1px 10px #000;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    z-index: 100;
}


/* Shop Page */
.shop_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.product_filter {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
}

.product_filter ul {
    background: transparent;
    margin: 0 0 10px;
    padding: 0px;
}

.product_filter ul li {
    text-transform: capitalize;
    display: block;
    color: #888888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    border-bottom: 0;
}

.product_filter li label {
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    cursor: pointer;
    color: #000;
}

.product_filter li label:before,
.product_filter li label:after {
    content: "";
    display: table;
}

.product_filter li label:after {
    clear: both;
}

.product_filter li label {
    line-height: 30px;
    margin: 0;
}

.product_filter li label:hover {
    color: #2e6e75;
}

.product_filter li label > span {
    display: block;
    position: relative;
    padding-left: 27px;
}

.product_filter li label > span:before {
    content: '';
    width: 15px;
    height: 14px;
    background: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    border: 1px solid #ccc;
}

.product_filter li label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.product_filter li label input[type=checkbox]:checked + span {
    color: #2e6e75;
}

.product_filter li label input[type=checkbox]:checked + span:before {
    background: #2e6e75;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shop/checked.png);
    border: 1px solid #2e6e75;
}

.product_filter li a {
    display: block;
    color: #666666;
}

.block-filter .filter-options-content .item a:before,
.block-filter .filter-options-content .item a:after {
    content: "";
    display: table;
}

.block-filter .filter-options-content .item a:after {
    clear: both;
}

.block-filter .filter-options-content .item a:hover {
    color: #2e6e75;
}

.product_filter li.count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #a4a4a4;
    line-height: 1;
}

.price {
    float: left;
    width: 100%;
    position: relative;
    width: 85px;
    margin-right: 5px;
}

.price input {
    padding-left: 25px;
}

.price i {
    position: absolute;
    padding: 12px;
    pointer-events: none;
    left: 0;
    top: 1px;
    z-index: 999;
}

.price_btn {
    padding: 10px 13px;
    border: 0;
    background: #000;
    color: #fff;
}

.price_btn:hover {
    background: #2e6e75;
}

.item_view .shop_view {
    height: 220px;
}

.list_item .shop_view {
    height: 300px;
}

.list_item .shop_view .image {
    height: 270px;
}

.result_show {
    display: inline-block;
    text-align: right;
    float: right;
    line-height: 40px;
    margin-right: 10px;
}

.product_ratings {
    width: 100%;
    padding: 0px;
}

.product_ratings i {
    font-size: 15px;
}

.checked {
    color: orange;
}

.price_box {
    color: #666;
}

.item_view .caption span.old_price {
    display: inline-block;
    color: #666;
    font-size: 15px;
    text-decoration: line-through;
}

.item_view .caption span.old_price + .new_price {
    display: inline-block;
    color: #2e6e75;
    margin-left: 1rem;
    font-size: 20px;
}

.add_to_cart {
    background: #fb641b;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.add_to_cart:hover,
.add_to_cart:focus {
    background: #2e6e75;
    color: #fff;
}

.shop_page .item_view .caption h3 a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.shop_page .item_view .caption h3 {
    height: 60px;
}

.shop_page .item_view:hover .caption h3 a {
    color: #2e6e75;
}

.shop_page .list_item .caption h3 {
    height: auto;
}


/* Shop details Page */
.shop_details_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.shop_details_page .details_page_content h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.shop_details_page .details_page_content .product_ratings {
    margin-bottom: 10px;
}

.shop_details_page .details_page_content .product_ratings .rating_link {
    display: inline-block;
    color: #444;
}

.shop_details_page .details_page_content .product_ratings .rating_link:hover {
    color: #2e6e75;
}

.shop_details_page .details_page_content .stock_box {
    margin-bottom: 10px;
}

.shop_details_page .details_page_content .stock_box span {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    padding: 0px;
    font-weight: normal;
    display: inline-block;
}

.shop_details_page .details_page_content .stock_box .value {
    font-size: 13px;
    color: #ff7878;
}

.shop_details_page .details_page_content .price_box {
    color: #666;
    margin-bottom: 10px;
}

.shop_details_page .details_page_content span.old_price {
    display: inline-block;
    color: #666;
    font-size: 18px;
    text-decoration: line-through;
}

.shop_details_page .details_page_content span.old_price + .new_price {
    display: inline-block;
    color: #2e6e75;
    margin-left: 1rem;
    font-size: 24px;
}

.shop_details_page .details_page_content p {
    font-size: 13px;
}

.shop_details_page .details_page_content .size_label {
    color: #000;
    margin-bottom: 5px;
}

.shop_details_page .details_page_content .size {
    width: 150px;
}

.shop_details_page .details_page_content .check {
    position: relative;
    float: left;
    width: 100%;
}

.form-group.check i {
    position: absolute;
    left: 0px;
    top: 12px;
    color: #2e6e75;
}

.shop_details_page .details_page_content .check input {
    float: left;
    border: 0;
    border-bottom: 2px solid #2e6e75;
    padding-right: 0;
    padding-left: 15px;
}

.shop_details_page .details_page_content .check_btn {
    border: 0;
    background: transparent;
    color: #2e6e75;
    padding: 10px 0px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    font-size: 14px;
}

.shop_details_page .details_page_content .qty_group {
    margin-bottom: 10px;
}

.shop_details_page .details_page_content .qty_group .qty_btn {
    display: inline-block;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    border: 0;
}

.shop_details_page .details_page_content .qty_group .qty_value {
    width: 60px;
    text-align: center;
}

.shop_details_page .details_page_content .qty_group .qty_btn:hover {
    background: #2e6e75;
    color: #fff;
}

.shop_details_page .details_page_content .add_to_cart {
    padding: 8px 20px;
    background: #fb641b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 15px;
}

.shop_details_page .details_page_content .add_to_cart:hover,
.shop_details_page .details_page_content .add_to_cart:focus {
    background: #7c962e;
    color: #fff;
}

.shop_details_page .details_page_content .add_to_wishlist {
    padding: 8px 20px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 15px;
}

.shop_details_page .details_page_content .add_to_wishlist:hover,
.shop_details_page .details_page_content .add_to_wishlist:focus {
    background: #7c962e;
    color: #fff;
}

.shop_details_page h5 {
    float: left;
    margin: 0 0 10px;
    color: #000;
    padding: 0;
    font-size: 18px;
}

.tab-content .product_rate {
    float: right;
    font-size: 14px;
    background: transparent;
    border: 1px solid #eee;
    padding: 8px 20px;
}

.tab-content .product_rate:hover,
.tab-content .product_rate:focus {
    background: #2e6e75;
    color: #fff;
    border: 1px solid #2e6e75;
}

.tab-content .review {
    margin-bottom: 20px;
    text-transform: none;
    background: #f8f8f8;
    padding: 20px;
}

.tab-content .review .review-title {
    margin-bottom: 5px;
}

.tab-content .review .review-title .summary {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    /* font-style: italic;*/
}

.tab-content .review .review-title .date {
    font-size: 12px;
}

.tab-content .review .review-title .date span {
    margin-left: 5px;
    color: #2e6e75;
}

.tab-content .review .text {
    line-height: 18px;
}

.tab-content .review .product_ratings {
    margin-bottom: 10px;
}

.tab-content .review_table table {
    border: 1px solid #ccc;
}

.tab-content .review_table table thead tr th {
    background: #2e6e75;
    color: #fff;
}

.tab-content .review_table table tr td {
    border: 1px solid #eee !important;
    padding: 5px 10px;
    line-height: 35px;
    text-align: center;
}

.tab-content .review_table table tr td input[type="radio"] {
    margin: auto;
    line-height: 30px;
    height: 30px;
}

.feature_sec h3 {
    font-size: 17px;
}

.feature_sec .price_box {
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.feature_sec span.old_price {
    display: inline-block;
    color: #666;
    font-size: 15px;
    text-decoration: line-through;
}

.feature_sec span.old_price + .new_price {
    display: inline-block;
    color: #2e6e75;
    margin-left: 1rem;
    font-size: 20px;
}

.relative {
    text-align: center;
}

.relative .add_to_cart {
    margin: 0 auto 10px;
    padding: 8px 20px;
}

.feature_item:hover .relative h3 a {
    color: #2e6e75;
}

.alsoLike .price_box {
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.alsoLike span.old_price {
    display: inline-block;
    color: #666;
    font-size: 15px;
    text-decoration: line-through;
}

.alsoLike span.old_price + .new_price {
    display: inline-block;
    color: #2e6e75;
    margin-left: 1rem;
    font-size: 20px;
}

.alsoLike .add_to_cart {
    margin: 0 auto 10px;
    padding: 8px 20px;
}


/* My Header  */
.mybody .web-pulse-header .w-e-b-p-u-l-s-e-topbar {
    padding: 7px 0;
}




/* Cart Page */
.cart_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.cart_page .cart_table {
    margin-bottom: 15px;
}

.cart_page table {
    border: 1px solid #ccc;
}

.cart_page table thead tr th {
    background: #b1c283;
    color: #fff;
    padding: 8px 15px
}

.cart_page table tr td {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.cart_page table tr td:nth-child(1) {
    width: 15%;
}

.cart_page table tr td:nth-child(2) {
    width: 30%;
}

.cart_page table tr td:nth-child(3) {
    width: 18%;
}

.cart_page table tr td:nth-child(4) {
    width: 12%;
}

.cart_page table tr td:nth-child(5) {
    width: 12%;
}

.cart_page table tr td:nth-child(6) {
    width: 13%;
}

.cart_page table tr td:nth-child(7) {
    width: 3%;
}

.cart_page table tr td input[type="radio"] {
    margin: auto;
    line-height: 30px;
    height: 30px;
}

.cart_page table tr td .cart_info a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}

.cart_page table tr td .cart_info a:hover {
    color: #2e6e75;
}

.cart_page table tr td .cart_info p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.cart_page table tr td .qty_group {
    margin-bottom: 10px;
}

.cart_page table tr td .qty_group .qty_btn {
    display: inline-block;
    padding: 7px 10px;
    background: #000;
    color: #fff;
    border: 0;
}

.cart_page table tr td .qty_group .qty_value {
    width: 45px;
    text-align: center;
    height: 34px;
    line-height: 35px;
}

.cart_page table tr td .qty_group .qty_btn:hover {
    background: #2e6e75;
    color: #fff;
}

.cart_page table tr td .cart_remove {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 1.1rem;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
}

.cart_page table tr td .cart_remove:hover {
    background: #2e6e75;
    color: #fff;
}

.shopping_btn {
    padding: 10px 20px;
    background: #fff;
    color: #000;
    border-radius: 3px;
    text-decoration: none;
    width: auto;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 1px solid #ccc;
}

.shopping_btn:hover,
.shopping_btn:focus {
    background: #2e6e75;
    color: #fff;
    border: 1px solid #2e6e75;
}

.order_btn {
    width: 100%;
    padding: 10px 25px;
    background: #fb641b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    border: 1px solid #fb641b;
    font-weight: 600;
}

.right_side_btn {
    float: right;
    width: auto;
    background: #fb641b;
    border: 1px solid #fb641b;
    font-size: 20px;
    font-weight: 600;
}

.order_btn:hover,
.order_btn:focus {
    background: #2e6e75;
    color: #fff;
    border: 1px solid #2e6e75;
}

.cart_discount {
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
    background: #eee;
}

.cart_discount h4 {
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.cart_discount form {
    padding-bottom: 10px;
}

.cart_discount form input {
    max-width: 350px;
    display: inline-block;
}

.apply_discount {
    background: #000;
    padding: 10px 20px;
    color: #fff;
    border: 0;
}

.apply_discount:hover,
.apply_discount:focus {
    background: #2e6e75;
    color: #fff;
}

.cart_right {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.cart_right .table {
    border: 0;
    margin-bottom: 15px;
}

.table.table-totals tr {
    border: 0;
}

.cart_right .table tr th,
.cart_right .table tr td {
    border: 0;
    padding: .6rem 0;
    font-size: 14px;

}

.cart_right .table tbody tr:first-child td {
    padding-top: 1.6rem;
}

.cart_right .table tbody tr:last-child td {
    padding-bottom: 1.6rem;
}

.cart_right .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;

}

.cart_right .table tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem;
    font-size: 16px;
    color: #000;
    width: auto !important;
}

.cart_page .cart_right table tr td:nth-child(1) {
    width: auto !important;
}

.cart_right .table tr td.free {
    color: #2e6e75;
    text-transform: uppercase;
}

.cart_right .safe_info {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

.cart_right .safe_info i {
    font-size: 36px;
    color: #2e6e75;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.cart_right ul {
    margin: 0;
}

.cart_right ul {
    background: #fff;
}

.cart_right ul li {
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee5e8;
}

.cart_right ul li:after {
    display: block;
    clear: both;
    content: '';
}

.cart_right ul li:last-child {
    border-bottom: 0;
}

.cart_right ul li i {
    float: left;
    color: #301b24;
    font-size: 4rem;
    min-width: 40px;
    line-height: 1;
    margin-left: .7rem;
    margin-top: .3rem;
    font-size: 36px;
    min-width: 40px;
    margin-right: 10px;
}

.cart_right ul li h4 {
    text-align: left;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



/* Checkout */
.checkout_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative
}

.checkout_page .checkout-steps .panel-default {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.checkout_page .checkout-steps .panel .checkout_title {
    margin: 0 !important;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 0
}

.checkout_page .checkout-steps .panel .checkout_title a {
    color: #000;
    text-transform: uppercase;
    display: block;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-radius: 3px
}

.checkout_page .checkout-steps .panel .checkout_title a span {
    background-color: #aaa;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px
}

.checkout_page .checkout-steps .panel .checkout_title > a:not(.collapsed) {
    background: #2e6e75;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}

.checkout_page .checkout-steps .panel .checkout_title > a:not(.collapsed) span {
    background: #fff;
    color: #2e6e75;
}

.checkout_page .checkout-steps .checkout-step-01 form .form-group .info_title {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 13px;
    color: #000
}

.checkout_page .checkout-steps .checkout-step-01 form .forgot-password {
    padding-top: 14px;
    display: inline-block;
    color: #2e6e75;
    position: absolute;
    top: -5px;
    right: 7px;
}

.checkout_page .checkout-steps .checkout-step-01 form .step_login_btn {
    padding: 10px 45px;
    background: #fb641b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0
}

.checkout_page .checkout-steps .checkout-step-01 form .step_login_btn:hover {
    background: #2e6e75;
    color: #fff;
}

.checkout_page .radio .radio_button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    color: #000;
}

.checkout_page .radio .radio_button input[type="radio"] {
    margin: 0 5px 0 0px;
    position: relative;
    float: left;
    line-height: 24px;
    height: 20px;
}

.checkout_page .checkout-steps .panel-body {
    padding: 20px;
    border: none
}

.checkout_page .checkout_right {
    padding: 15px;
    background: #eee;
}

.checkout_page .checkout_right h4 {
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}

.checkout_page .checkout_right ul li {
    font-size: 13px;
}

.checkout_page .checkout_right ul li:before {
    content: none;
}

.checkout_page .checkout_right ul li i.fa-check {
    background: transparent !Important;
    color: #2e6e75;
}

.checkout_page .checkout_right .step_login_btn {
    padding: 8px 25px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0
}

.checkout_page .checkout_right .step_login_btn:hover {
    background: #2e6e75;
    color: #fff;
}

.checkout_page .address {
    float: left;
    width: 100%;
}

.checkout_page .address h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0;
}

.checkout_page .address h5 label input {
    float: left;
    margin-right: 6px;
    height: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.checkout_page .address h5 label span {
    font-size: 16px;
    color: #2e6e75;
    margin-right: 6px;
    font-weight: 600;
}

.checkout_page .address p strong {
    margin-right: 5px;
}

.checkout_page .address h5 label {
    font-size: 14px;
    color: #000;
}

.checkout_page .address h5 .edit {
    float: right;
    font-size: 14px;
    color: #2e6e75;
}

.checkout_page .address h5 .edit:hover {
    color: #000;
}

#edit_panel {
    display: none;
}

.cancel {
    display: inline-block;
    padding: 10px 35px;
}

.save_btn {
    padding: 10px 35px;
    background: #fb641b;
}


.checkout_page .checkout-steps .panel .checkout_title5 {
    margin: 0px !important;
    font-size: 13px;
    text-align: left;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #eee;
}

.checkout_page .checkout-steps .panel .checkout_title5 a {
    color: #2e6e75;
    text-transform: capitalize;
    display: block;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px
}

#add_address_panel {
    display: none;
}



/* Order Summary */
.summary table {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.summary table thead tr th {
    background: #2e6e75;
    color: #fff;
    padding: 8px 15px
}

.summary table tr td {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.summary table tr td:nth-child(1) {
    width: 15%;
}

.summary table tr td:nth-child(2) {
    width: 30%;
}

.summary table tr td:nth-child(3) {
    width: 20%;
}

.summary table tr td:nth-child(4) {
    width: 12%;
}

.summary table tr td:nth-child(5) {
    width: 12%;
}

.summary table tr td:nth-child(6) {
    width: 12%;
}

.summary table tr td:nth-child(7) {
    width: 3%;
}

.summary table tr td input[type="radio"] {
    margin: auto;
    line-height: 30px;
    height: 30px;
}

.summary table tr td .cart_info a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}

.summary table tr td .cart_info a:hover {
    color: #2e6e75;
}

.summary table tr td .cart_info p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.summary table tr td .qty_group {
    margin-bottom: 10px;
}

.summary table tr td .qty_group .qty_btn {
    display: inline-block;
    padding: 7px 10px;
    background: #000;
    color: #fff;
    border: 0;
}

.summary table tr td .qty_group .qty_value {
    width: 45px;
    text-align: center;
    height: 34px;
    line-height: 35px;
}

.summary table tr td .qty_group .qty_btn:hover {
    background: #2e6e75;
    color: #fff;
}

.summary table tr td .cart_remove {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 1.1rem;
    height: 25px;
    text-align: center;
    width: 25px;
    line-height: 25px;
}

.summary table tr td .cart_remove:hover {
    background: #2e6e75;
    color: #fff;
}

.summary_p {
    font-size: 12px !important;
    color: #000;
}

.summary_p a {
    background: #fb641b;
    color: #fff;
    padding: 0px 10px;
    text-decoration: none;
    border-radius: 2px;
}

.summary_p small {
    color: #fb641b;
    font-size: 12px;
}

.summary_p a:hover {
    text-decoration: none;
}

.summary .continue {
    float: right;
    padding: 12px 40px;
    background: #fb641b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0
}

.summary .continue:hover,
.summary .continue:focus {
    background: #2e6e75;
    color: #fff;
}


/*Payment Options */

.payment_option form .radio {
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0 10px 30px;
    user-select: none;
}

.payment_option form .radio:last-child {
    border-bottom: 0;
}

.payment_option form .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.payment_option form .checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border-color: #2e6e75;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.payment_option form .radio input:checked ~ .checkround {
    background: #fff;
}

.payment_option form .checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.payment_option form .radio input:checked ~ .checkround:after {
    display: block;
}

.payment_option form .radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2e6e75;
}

.payonediv {
    display: block;
}

.payonediv {
    padding: 10px 0px;
}

.payonediv p {
    font-size: 12px;
    line-height: 20px;
}

.payonediv img {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
}

.paytwodiv {
    display: none;
}

.paytwodiv p {
    font-size: 12px;
    line-height: 20px;
}

.paytwodiv img {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
}

.paythreediv {
    display: none;
}

.paythreediv p {
    font-size: 12px;
    line-height: 20px;
}

.paythreediv img {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
}

.payfourdiv {
    display: none;
}

.payfourdiv p {
    font-size: 12px;
    line-height: 20px;
}

.payfourdiv img {
    border: 1px solid #ccc;
    padding: 10px;
    width: 150px;
}

.recaptcha {
    margin: 0;
    padding: 0;
}

.recaptcha img {
    float: left;
    display: inline-block;
    margin-right: 3px;
}

.recaptcha img.refress {
    width: 50px;
}

.for_code {
    float: left;
    display: inline-block;
    width: 150px;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px;
}

.confrmorder {
    padding: 12px 40px;
    background: #fb641b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border: 0;
}

.confrmorder:hover,
.confrmorder:focus {
    background: #2e6e75;
    color: #fff;
}

.change {
    float: right;
    background: transparent;
    border: 1px solid #2e6e75;
    color: #2e6e75;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.change:hover {
    background: #2e6e75;
    color: #fff;
}


/* Register Page */
.register-full {
    width: 60%;
    margin: 0 auto;
    height: 550px;
    overflow: hidden
}

.register-left {
    background: #b2c089;
    height: 100%
}

.register-right {
    background: #fff
}

.register-in {
    padding: 3em 25px;
    text-align: center
}

.register_rightin {
    padding: 3em 25px
}

.register-left,
.register-right {
    width: 50%;
    float: left
}

.register-left h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    color: #fff;
    text-align: left
}

.register-left p {
    margin: 10px 0 10px;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff
}

.register-in img {
    margin: 20px 0
}

.register-in a {
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    text-align: center;
    background: 0;
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    margin-bottom: 10px
}

.register_rightin .checkbox label,
.register_rightin .checkbox a {
    display: inline-block
}

.register_rightin .checkbox input[type="checkbox"] {
    position: relative;
    float: left;
    margin: -9px 10px 0 0;
    cursor: pointer
}

.register_rightin .checkbox a {
    color: #2e6e75
}

.register_rightin .radio .radio_button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    color: #000
}

.register_rightin .radio .radio_button input[type="radio"] {
    margin: 0 5px 0 0;
    position: relative;
    float: left;
    line-height: 24px;
    height: 20px
}

.register_rightin .resiger {
    padding: 12px 30px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 15px;
    border: 0
}

.register_rightin .resiger:hover,
.register_rightin .resiger:focus {
    background: #2e6e75;
    color: #fff
}

#forget {
    background: rgba(0, 0, 0, 0.7)
}

.signup_body.forget .modal-body {
    padding: 0;
    min-height: 200px;
    overflow: hidden
}

.forget_p {
    margin: 15% auto
}


/* My Account Page */
.my_account_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 30px;
    background: #eee;
    position: relative
}

.my_sidebar {
    float: left;
    width: 100%;
    padding: 0;
    background: #fff;
    margin-bottom: 15px;
}

.profle_body {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 25px 15px;
}

.profle_body img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.profle_body h5 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.my_sidebar ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.my_sidebar ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
}

.my_sidebar ul li a {
    padding: 10px 15px;
    color: #000;
}

.my_sidebar ul li a:hover,
.my_sidebar ul li a:focus,
.my_sidebar ul li a.active {
    background: #2e6e75;
    color: #fff;
}

.my_account_page .wps_right .radio .radio_button {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
    color: #000;
}

.my_account_page .wps_right .radio .radio_button input[type="radio"] {
    margin: 0 5px 0 0px;
    position: relative;
    float: left;
    line-height: 24px;
    height: 20px;
}

.deactivate {
    color: #000;
    border: 1px solid #000;
    padding: 5px 20px;
    display: inline-block;
    font-size: 13px;
}

.deactivate:hover {
    color: #2e6e75;
    border: 1px solid #2e6e75;
}

/* My Order */
.my_order {
    border: 0;
}

.order_item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.order_top {
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
}

.orderID {
    float: left;
    padding: 5px 15px;
    background: #2e6e75;
    color: #fff;
}

.orderID:hover,
.orderID:focus {
    color: #fff;
    background: #7e992f;
}

.need_btn {
    display: inline-block;
    border: 1px solid #ccc;
    color: #000;
    padding: 5px 15px;
}

.need_btn i {
    margin-right: 5px;
    color: #2e6e75;
}

.need_btn:hover {
    border: 1px solid #2e6e75;
    color: #2e6e75;
}

.order_body {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

.order_body img {
    padding: 5px;
    border: 1px solid #eee;
}

.order_body .order_info a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.order_body .order_info a:hover {
    color: #2e6e75;
}

.order_body .order_info p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.order_body .order_price {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.order_body .delivered p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.order_body .delivered small {
    text-align: left;
    font-size: 11px;
}

.order_body .review_product {
    color: #2e6e75;
    text-transform: uppercase;
}

.order_body .review_product:hover {
    color: #2e6e75;
}

.order_foot {
    float: left;
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-top: 0;
}

.order_foot p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
}

.order_foot p.text-right {
    text-align: right;
}

.refund {
    float: left;
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
}

.refund p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.refund a {
    display: inline-block;
    color: #000;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.refund a:hover {
    color: #2e6e75;
}

.refund_body {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.refund_completed {
    float: left;
    width: 100%;
    padding: 10px;
}

.refund_completed p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
    padding: 0;
}

.refund_completed p span {
    color: #2e6e75;
}

/* Track Page  */
.track_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 40px;
    background: #eee;
    position: relative
}

.account_breadcrumb {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
}

.account_breadcrumb li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.account_breadcrumb li:before {
    float: left;
    content: "/";
    margin-right: 10px;
}

.account_breadcrumb li a {
    display: inline-block;
    color: #000;
}

.account_breadcrumb li:first-child:before {
    content: none;
}

.account_breadcrumb li a:hover {
    color: #2e6e75;
}

.account_breadcrumb li.active {
    color: #2e6e75;
}

.track_info {
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px;
}

.delivery_address_track {
    padding: 20px 15px;
    border-right: 1px solid #ccc;
}

.delivery_address_track h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px;
    background: transparent;
    color: #000;
}

.delivery_address_track h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #000;
}

.more_track {
    padding: 20px 15px
}

.more_track h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px;
    background: transparent;
    color: #000;
}

.more_track p i {
    color: #2e6e75;
}

.request_invoice {
    float: right;
    padding: 3px 8px;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.request_invoice:hover,
.request_invoice:focus {
    border: 1px solid #2e6e75;
    color: #2e6e75;
    text-decoration: none;
}

.process {
    padding: 15px;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

.process_left {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.process_left a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.process_left p {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.deliver_process {
    float: left;
    width: 100%;
    margin: 25px 0 10px;
    padding: 0;
}

.progressbar {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 20px;
    height: 20px;
    content: counter(step);
    counter-increment: step;
    line-height: 15px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background: white;
    position: relative;
    z-index: 5;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 10px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #55b776;
}

.progressbar li.active:before {
    border-color: #55b776;
}

.progressbar li.active + li:after {
    background: #55b776;
}

.progressbar li .process_dec {
    display: none;
    width: 200px;
    position: absolute;
    z-index: 999;
    top: 110%;
    left: 0;
    background: #eee;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.progressbar li:hover .process_dec {
    display: block;
    border-top: 0;
}

.progressbar li:hover .process_dec:after {
    content: "\f0d8";
    font-family: 'FontAwesome';
    position: absolute;
    top: -28px;
    font-size: 31px;
    left: 50px;
    color: #eee;
}

.progressbar li .process_dec p {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.progressbar li .process_dec p span {
    font-size: 11px;
    color: #55b776;
}


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

.deliver_righ_info h4 {
    font-size: 15px;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}

.deliver_righ_info a {
    color: #2e6e75;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    font-size: 13px;
}

.deliver_righ_info a i {
    margin-right: 5px;
}

.deliver_righ_info a:hover {
    color: #2e6e75;
}

.track_footer {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}


/*  Edit profile */
.edit_save_btn {
    width: auto;
    background: #000;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.edit_save_btn:hover {
    background: #2e6e75;
    color: #fff;
}

/*  Wishlist Page */
.wishlist_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 30px;
    background: #eee;
    position: relative
}

.wishlist {
    padding: 0;
    border: 0;
    background: transparent;
}

.wishlist_body {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

.wishlist_body img {
    padding: 5px;
    border: 1px solid #eee;
}

.wishlist_body .wishlist_info {
    vertical-align: middle;
    padding: 15px 0;
}

.wishlist_body .wishlist_info a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.wishlist_body .wishlist_info a:hover {
    color: #2e6e75;
}

.wishlist_body .wishlist_info p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}

.wishlist_body .remove {
    color: #fff;
    background: #666;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    padding: 10px 20px;
}

.wishlist_body .remove:hover {
    color: #fff;
    background: #2e6e75;
}


/* My Address  */
.my_address_right {
    border: 0;
}

.my_address_title5 {
    margin: 0px;
    font-size: 13px;
    text-align: left;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.my_address_title5 a {
    color: #2e6e75;
    text-transform: capitalize;
    display: block;
    background: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 3px
}

#add_address_panel {
    display: none;
}

.address_box {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
}

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

.address_box h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0;
}

.address_box h5 label input {
    float: left;
    margin-right: 6px;
    height: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.address_box h5 label span {
    font-size: 16px;
    color: #2e6e75;
    margin-right: 6px;
    font-weight: 600;
}

.address_box p strong {
    margin-right: 5px;
}

.address_box h5 label {
    font-size: 14px;
    color: #000;
}

.address_box h5 .edit {
    float: right;
    font-size: 14px;
    color: #2e6e75;
    margin-left: 10px;
}

.address_box h5 .edit:hover {
    color: #000;
}

.address_box h5 .delete {
    float: right;
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}

.address_box h5 .delete:hover {
    color: #2e6e75;
}

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

.address h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
}

.address h5 label input {
    float: left;
    margin-right: 6px;
    height: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.address h5 span {
    font-weight: 600;
    color: #2e6e75;
}



.address_box h5 {
    margin: 0;
    padding: 0 0 5px;
    font-weight: 600;
}

.edit_address {
    float: right;
}

.address_box h5 a {
    font-size: 16px;
}

.manage_address {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
    text-align: center;
}

.manage_address a {
    width: 50px;
}

.manage_address ul {
    display: none;
    width: 80px;
    position: absolute;
    z-index: 555;
    background: #fff;
    left: 0%;
    top: 100%;
}

.manage_address:hover ul {
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.manage_address ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.manage_address ul li:last-child {
    border-bottom: 0;
}

.manage_address ul li:before {
    content: none;
}

.manage_address ul li a {
    float: left;
    padding: 1px 10px;
    color: #000;
}

.manage_address ul li a:hover {
    color: #2e6e75;
}

.large_btn {
    padding: 10px 40px;
}




/* Review & Rating Page */
.review_right {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}

.review_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.my_reviews {
    padding: 0;
    border: 0;
}

.reviews_item {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.reviews_info a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px
}

.reviews_info p {
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}

.reviews_info ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px;
}

.reviews_info ul li {
    list-style: none;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}

.rate_heading {
    float: left;
    width: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.rate_block {
    font-size: 18px;
    color: #000;
}

.review_title {
    padding-bottom: 5px;
}

div.stars {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 5px;
    font-size: 20px;
    color: #000;
    transition: all .2s;
    cursor: pointer;
    line-height: 24px;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 10px #c4b865;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

input.star-2:checked ~ label.star:before {
    color: #e09d1b;
}

input.star-3:checked ~ label.star:before {
    color: #ff9f00;
}

label.star:before {
    content: '\f006';
    font-family: 'FontAwesome';
}

.rate_rating {
    width: 100%;
    padding: 0px 0 5px;
}

.rate_rating i {
    font-size: 15px;
}

.right_links {
    float: right;
    text-align: right;
}

.reviews_info ul li a {
    font-size: 13px;
    color: #000;
}

.reviews_info ul li a:hover,
.reviews_info ul li a:focus {
    color: #2e6e75
}


/*  customer_support  */
.wps_right_support {
    margin-bottom: 20px;
}

.customer_support h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #2e6e75;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.wps_right_support {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
}

.wps_right_support .panel-heading {
    padding: 10px 15px;
    text-align: left;
}

.wps_right_support .panel-heading h4 {
    text-align: left;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}

.wps_right_support .panel-body p {
    font-size: 13px;
    line-height: 20px;
}

.wps_right_support .panel-body h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
}

.wps_right_support .panel-body p a {
    color: #2e6e75;
}

.customer_support ul {
    float: left;
    width: 100%;
    margin: 0 0 0 15px;
    padding: 0 0 15px;
}

.customer_support ul li {
    font-size: 13px;
    line-height: 24px;
}

.mail_us {
    float: right;
    display: inline-block;
    padding: 7px 18px;
}

.mail_us:hover {
    text-decoration: none;
}

/*  Thankyou Page */

.transparent-div {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #fff;
    border: solid 1px #c3c3c3;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    color: #7e8488;
}

.transparent-div i {
    font-size: 60px;
    color: #2e6e75;
    margin-bottom: 10px;
}

.transparent-div h1,
.transparent-div h2,
.transparent-div h3 {
    color: #000;
}

.transparent-div h1 {
    font-size: 3.5em;
    margin: 0;
    padding: 0 0 5px;
}

.transparent-div h2 {
    font-size: 16px;
    font-weight: normal;
    color: #2e6e75;
}

.transparent-div p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px;
    color: #555;
}

.back_home_btn {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 8px 30px 5px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
    line-height: 28px;
}

.back_home_btn i {
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
}

.back_home_btn:hover,
.back_home_btn:focus {
    color: #fff;
    background: #2e6e75;
}

@media (min-width: 500px) {
    .absolute-center {
        width: 600px;
        margin: auto;
    }
}

/* Error Page */
.error-col {
    text-align: center;
}

#clip {
    font-size: 72px;
    line-height: 1.2;
    background: #2e6e75;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.error-col h2 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #000;
}


.title3 {
    text-align: center;
}

.title3 h4 {
    color: #2e6e75;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: -3px;
}

.title3 .title-inner3 {
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px;
}

.title3 .line {
    position: relative;
    height: 5px;
    width: 45px;
    background-color: #2e6e75;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 50px;
}

.title3 .line:after,
.title3 .line:before {
    position: absolute;
    height: 5px;
    width: 10px;
    content: "";
    background-color: #2e6e75;
}

.title3 .line:after {
    right: 50px;
}

.title3 .line:before {
    left: 50px;
}

.about-text p {
    line-height: 28px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 50px;
}

.ha-title {
    width: 100%;
    margin-bottom: 1.5rem;
    border-left: solid 6px #2e6e75;
}

.ha-title h5 {
    color: #8C8C9E;
    margin-left: 20px;
    margin-bottom: 10px;
}

.ha-title h2 {
    margin-left: 20px;
}

.home-about p.strong {
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
}

.home-about-pic img {
    width: 100%;
}

.box-layer {
    padding: 30px 25px 35px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #eee;
}

.box-layer h4 {
    margin: 20px 0px 10px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.box-layer p {
    font-size: 14px;
    line-height: 1.8;
    transition: 0.3s;
}

.active-layer {
    background-color: #2e6e75;
}

.bl-icon-active {
    width: 40px;
}

.bl-icon-active img {
    width: 100%;
}

h4.active {
    color: #FFF;
}

p.active {
    color: #FFF;
}

.box-layer .bl-icon {
    width: 40px;
}

.box-layer .bl-icon img {
    width: 100%;
}

.box-layer .bl-icon-hover {
    width: 40px;
    display: none;
}

.box-layer .bl-icon-hover img {
    width: 100%;
}

.box-layer:hover {
    background-color: #2e6e75;
}

.box-layer:hover .bl-icon {
    display: none;
}

.box-layer:hover .bl-icon-hover {
    display: inherit;
}

.box-layer:hover h4 {
    color: #FFF;
}

.box-layer:hover p {
    color: #FFF;
}

.youtube-popup {
    position: relative;
}

.popup-youtube .video-image {
    position: relative;
    display: inline-block;
}

.popup-youtube .video-image img {
    width: 100%
}

.popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.popup-youtube .video-image img a:link {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:visited {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:hover {
    text-decoration: none;
    color: #FFF;
}

.popup-youtube .video-image img a:active {
    text-decoration: none;
    color: #FFF;
}

.pulse-button {
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: 0 0 0 0 rgba(220, 69, 126, 0.7);
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background-color: #2e6e75;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    padding: 0 0px 0 5px;
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}


.organic-pulsing-video .popup-youtube .video-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: none;
}

.youtube-popup {
    position: relative;
}

.video-image img {
    width: 100%
}

.space-break {
    margin-bottom: 30px;
}

.Instructors-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 5px;
}

.Instructors-image img {
    width: 100%
}

.work_overlay img {
    width: 100%;
    height: 0%;
    opacity: 0;
}

.work_overlay {
    position: absolute;
    width: 100%;
    height: 0%;
    opacity: 0;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.work-name {
    position: absolute;
    content: '';
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.work-name h4 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.work-name p {
    text-align: center;
    font-size: 14px;
    color: #f1f1f1;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.work-icon ul {
    text-align: center;
    position: absolute;
    left: 35%;
    top: 45%;
    transform: translate(-25.6%, -47%);
    opacity: 0;
    transition: all 0.4s ease;
}

.work-icon ul li {
    float: left;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    margin-right: 21px;
    border-top: 0;
    transition: all 0.4s ease;
}

.work-icon ul li:last-child {
    margin-right: 0;
}

.work-icon ul li.fac {
    margin-top: 45px;
}

.work-icon ul li.tweet {
    margin-top: 22px;
}

.work-icon ul li a {
    color: #353535;
    font-size: 16px;
}

.work-icon ul .fac:hover {
    background: #3b5998;
}

.work-icon ul .tweet:hover {
    background: #1da1f2;
}

.work-icon ul .link:hover i,
.work-icon ul .fac:hover i,
.work-icon ul .tweet:hover i {
    color: #fff;
}

.work-icon ul .link:hover {
    background: #006097;
}

.Instructors-image:hover .work_overlay img {
    height: 100%;
    opacity: 1;
}

.Instructors-image:hover .work_overlay {
    height: 60%;
    opacity: 1;
}

.Instructors-image:hover .work-icon ul,
.work-icon ul:hover {
    opacity: 1;
    top: 53%;
}

.Instructors-image:hover .work-name,
.Instructors-image:hover h4,
.Instructors-image:hover p,
.work-name h4:hover,
.work-name:hover {
    background: transparent;
    color: #151515;
}

.btn_three {
    border-radius: 3px;
    height: 50px;
    padding: 0px 20px;
    display: inline-block;
    perspective: 600px;
    color: #ffa522;
    line-height: 50px;
    border: 1px solid #ffa522;
    font-family: 'Roboto', serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.btn_three:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffa522;
    content: "";
    transform: rotateX(90deg);
    transform-origin: center top;
    border-radius: 3px;
    z-index: -1;
    opacity: 0;
}

.btn_three:hover:after {
    transform: rotateX(0deg);
    opacity: 1;
}

.btn_three:hover {
    color: #fff;
}

.btn_three:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.choose_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 30px;
}

.testimonial-area-style4 {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    background: url(../images/home/testimonial-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 60px;
    z-index: 1;
}

.testimonial-area-style4:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(1, 148, 68, 0.90) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.testimonial-area-style4 h2 {
    color: #fff;
}

.single-testimonial-item-style4 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-testimonial-item-style4 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 48px 40px 42px;
    z-index: 1;
}

.single-testimonial-item-style4 .text-holder:hover {
    background: #eee;
}

.single-testimonial-item-style4 .text-holder:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    content: "";
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
    width: 60px;
    border-left: 30px solid transparent;
    margin: 0 auto;
}

.single-testimonial-item-style4 .text-holder:hover:before {
    border-top: 30px solid #eee;
}

.single-testimonial-item-style4 .text-holder .quote-icon {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.single-testimonial-item-style4 .text-holder .quote-icon span:before {
    color: #b5b5b5;
    font-size: 65px;
    line-height: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-item-style4:hover .text-holder .quote-icon span:before {
    color: #2e6e75;
}

.single-testimonial-item-style4 .text-holder .text {
    position: relative;
    display: block;
    z-index: 1;
}

.single-testimonial-item-style4 .text-holder .text:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    content: "\e99b";
    font-family: 'icomoon';
    color: #eeeeee;
    font-size: 100px;
    line-height: 100px;
    z-index: -1;
    transform: perspective(1200px) rotateY(-90deg) scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-testimonial-item-style4:hover .text-holder .text:before {
    transform: perspective(1200px) rotateY(0deg) scale(1.0);
}

.single-testimonial-item-style4 .text-holder .text p {
    line-height: 26px;
    margin: 0;
}

.single-testimonial-item-style4 .text-holder .client-info {
    position: relative;
    display: block;
    padding-top: 26px;
}

.single-testimonial-item-style4 .text-holder .client-info h3 {
    margin: 0 0 2px;
}

.single-testimonial-item-style4 .text-holder .client-info span {
    color: #2e6e75;
}

.single-testimonial-item-style4 .img-holder {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 50px auto 0;
}

.single-testimonial-item-style4 .img-holder img {
    border-radius: 50%;
}


.call-action-all {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    background: url(../images/home/background1.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center center;
}

.call-action-all .call-action-all-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px 0 95px;
}

.action-text {
    text-align: center;
}

.action-text h2 {
    margin: 15px 0 23px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.action-text p {
    font-size: 18px;
    color: #ddd;
    padding: 0 17%;
}

.call-action-all .action-btn .btn-primary {
    font-size: 16px;
    padding: 13px 25px;
    max-width: 240px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    background: transparent;
}

.call-action-all .action-btn .btn-primary:hover,
.call-action-all .action-btn .btn-primary:active,
.call-action-all .action-btn .btn-primary:focus {
    color: #fff;
}

.action-btn {
    text-align: center;
}
.mybody .web-pulse-header{background: #2e6e75;}
.slick-prev, .slick-next{border-color: #2e6e75; color: #fff; background: #2e6e75;}
.wps-factsheet{width:100%;float:left;padding:10px 0;background:#f6f6f6;border:1px solid #eaeaea;box-shadow:0 8px 4px -4px #555; margin-bottom: 15px; min-height: 80px;}
.wps-factsheet .icon{height: 55px; float: left;}
.wps-factsheet .icon img{float: left; width:55px;padding-left: 5px;padding-right:10px; }
.wps-factsheet .info{padding-top:2px; text-align: left;}
.wps-factsheet .info h4{margin:0px;padding:2px 5px;font-size:14px;font-weight:600;color:#000; text-align: left; text-transform: inherit;}
.wps-factsheet .info p{ font-size: 12px; margin: 0; line-height: 18px; color: #666;}

.wps-factsheet .info_content{padding-top:2px; text-align: left;}
.wps-factsheet .info_content h4{margin:0px;padding:2px 5px;font-size:14px;font-weight:600;color:#000; text-align: left; text-transform: inherit;}
.wps-factsheet .info_content p{ font-size: 12px; margin: 0; line-height: 18px; color: #666; text-align: left;}
.market_area h3{float: left; display: block;}
.market-list{ float: left; width: 100%; margin: 0!important;
    padding: 0px;
}
.market-list li {
list-style: none;
padding-right: 10px;
line-height: 20px;
width: 25%;
display: inline-block;
float: left;
}

.market-list li:before {
    content: none!important;
    margin-right: 0px!important;
}

.market-list li a{width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
   margin: 0 0 9px 0;  
    display: block!important;
    color: #000!important;
    font-size: 14px;
    background-color: #ddd;}
.market-list li a:hover {
    background:#f8f08d;
    color: #FFFFFF!important;
}

.why-chooseus-section .link-btn .theme-btn {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	color: #222;
	padding: 6px 0;
	padding-left: 50px;
	transition: .5s ease;
    margin-top: 20px;
}

.why-chooseus-section .link-btn .theme-btn:hover {
	color: #2e6e75;
}

.why-chooseus-section .link-btn .theme-btn:before {
    position: absolute;
    content: '';
    border: 1px solid #4242e6e7523d;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.why-chooseus-section .link-btn .theme-btn:after {
    position: absolute;
    content: '';
    background: #2e6e75;
    top: 14.5px;
    left: 14.5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.details_image{text-align: center;}
.details_image img{width: auto; display: inline-block;}
.blog_details1 h2{font-size: 18px;}


.home_testimonials_webpulse{float:left;width:100%;color:#fff;padding:50px 0 30px;background:url(../images/home/testimonial-bg.jpg) no-repeat fixed;text-align:left;background-repeat:repeat;background-size:100%;position:relative;}
.home_testimonials_webpulse:before{background-color:rgba(17, 17, 17, 0.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%;}
.home_testimonials_webpulse h3{float:left;width:100%;font-size:24px;color:#fff;text-align:center;margin-bottom:15px; }
.home_testimonials_webpulse h4{float:left;width:100%;font-size:24px;color:#fff;text-align:left;margin-bottom:15px; }
.web-pulse-testimonials{float:left;width:100%;}
.home_testimonials_webpulse #accordion4 .panel-title{margin-bottom: 0;}
.testimonial-block-two .inner-box .text{height: auto; min-height: inherit;}

.testimonials-item{padding:40px 30px;font-size:15px;font-style:italic;background:#eee;border-radius:4px;line-height:24px;color:#000;}
.dont-know{float:left;width:100%;position:absolute;z-index:999;}
.web-pulse-testimonials .testimonial-info{font-size:16px;padding:0 15px;margin-top:18px;}
.web-pulse-testimonials .testimonial-info span{float:left;top:3px;font-weight:600;position:relative;color:#fff;}
.web-pulse-testimonials .testimonial-info p{color:#fff;display:block;font-size:13px;margin-top:10px;}
.web-pulse-testimonials .testimonial-info img{width:80px;float:left;height:80px;padding:2px;margin-right:15px;border:solid 1px #ccc;}
.web-pulse-testimonials .testimonial-author{overflow:hidden;}
.testimonials-item{position:relative;}
.testimonials-item:after,
.testimonials-item:before{left:80px;bottom:-20px;}
.testimonials-item:after{border-top:22px solid;border-left:0 solid transparent;border-right:22px solid transparent;}
.testimonials-item:after{width:0;height:0;content:" ";display:block;position:absolute;border-top-color:#eee;border-left-style:inset;border-right-style:inset;}
.inner-box .lower-box{text-align: center; margin-bottom: 15px;}
.inner-box .lower-box img{width: auto!important; display: inline-block; margin-bottom: 15px;}
.inner-box .lower-box h3{font-size: 18px;}
.rounded-x{border-radius:50%;}
.global{float:left;width:100%;}
.global p{text-align:left;color:#fff;font-size:15px;}
.global_image{float:right;padding:0 0 15px 15px;}
.testimonial-block-two .inner-box .quote-icon span{line-height: 60px;}
#accordion4{float: left; width: 100%; margin: 0; padding:0;}
#accordion4 .panel{border:0;border-radius:0;box-shadow:none;margin:0 0 10px;overflow:hidden;position:relative}
#accordion4 .panel-heading{padding:0;border:0;border-radius:0;z-index:1;position:relative}
#accordion4 .panel-heading:before,#accordion4 .panel-heading:after{content:"";width:50%;height:20%;position:absolute;bottom:15px;left:10px;transform:rotate(-3deg);z-index:-1}
#accordion4 .panel-heading:after{left:auto;right:10px;transform:rotate(3deg)}
#accordion4 .panel-title{padding:0}
#accordion4 .panel-title a{display:block;padding: 10px 52px 10px 15px;text-align:left;margin:0;background:#2e6e75;font-size:16px;font-weight:500;color:#fff;border-radius:0;position:relative;border-bottom:1px solid #ccc}
#accordion4 .panel-title a:hover,#accordion4 .panel-title a.active{background:#2e6e75;color:#fff}
#accordion4 .panel-title a.collapsed{background:#fff;color:#000}
#accordion4 .panel-title a:before,#accordion4 .panel-title a.collapsed:before{content:"\f106";font-family:"FontAwesome";font-weight:900;width:50px;height:100%;text-align:center;line-height:40px;border-left:1px solid #378b94;position:absolute;top:0;right:0}
#accordion4 .panel-title a:hover:before{border-left:1px solid #378b94}
#accordion4 .panel-title a.collapsed:before{border-left:2px solid #378b94}
#accordion4 .panel-title a.collapsed:before{content:"\f107"}
#accordion4 .panel-title a .icon{display:inline-block;width:55px;height:100%;border-right:2px solid #2e6e75;font-size:20px;color:rgba(0,0,0,0.7);line-height:50px;text-align:center;position:absolute;top:0;left:0}
#accordion4 .panel-body{padding:10px 15px;border-bottom:3px solid #2e6e75;border-top:0;background:#fff;font-size:15px;color:#fff;line-height:27px}


.feature_product_more{float: left; width: 100%; margin: 0 0 15px; padding: 10px; border: 1px solid #efefef; box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);}
.product_add a.check_product{position: absolute; left: 0; right: auto; padding: 15px; border-radius: 0; background:#; z-index: 5; font-size: 0; width: 50px; height: 50px; line-height: 50px;}
.feature_product_more.product_add .check_product{left: 10px; top: 10px;}

.feature_product_more .image{float: left; width: 100%; margin: 0; padding: 0; position: relative; text-align: center; border: 1px solid #efefef; height: 343px;}
.feature_product_more .image img{position: absolute; top: 50%; left: 50%; max-width: 100%; transform: translate(-50%,-50%); max-height: 100%; width: auto;}
.feature_product_specification{float: left; width: 100%; margin: 0; padding: 0px;}
.feature_product_specification h4{line-height: 24px; font-size: 18px; padding: 0px 0 10px; text-align: left; margin: 0; font-weight: 600; color: #000}
.feature_product_specification h4 a{color: #000;}
.feature_product_specification:hover h4 a{color: #2e6e75;}
.feature_product_specification table{margin-bottom: 10px;}
.feature_product_specification table>tbody>tr>td, .feature_product_specification table th{border: 1px solid #eaeaea; width: 68%;}
.feature_product_specification table tr td{
    vertical-align: middle;
    padding: 7px 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.feature_product_specification table>tbody>tr>td:first-child {
    color: #666;
    width: 50%;
}

.feature_product_specification table>tbody>tr>td {
    padding: 4px 10px;
}
.feature_product_specification p{line-height: 18px; font-size: 14px; margin: 0;}

.spec_read_more_btn{background:#000; padding: 7px 25px; font-size:15px;color:#fff;margin:10px 5px 10px 0px;display: inline-block;width: auto;border-radius: 4px;}
.spec_read_more_btn:hover,.spec_read_more_btn:focus{color:#fff; background: #2e6e75;}
.spec_get_quote_btn{background:#000; padding: 7px 25px; font-size:15px;color:#fff;margin:10px 0px 10px 0px;display: inline-block;width: auto;border-radius: 4px;}
.spec_get_quote_btn:hover,.spec_get_quote_btn:focus{color:#fff; background: #2e6e75;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#2e6e75!important;margin-top:7px;}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#2e6e75!important;}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#2e6e75!important;}

/* Home Nature Life */
.web-pulse-choose{float:left;width:100%;color:#fff;padding:80px 0 0;background:url(../images/home/background1.jpg) no-repeat fixed;text-align:center;background-repeat:repeat;background-size:100%!important;position:relative;}
.web-pulse-choose:before{background-color:rgba(17, 17, 17, 0.6);content:"";height:100%;left:0;position:absolute;top:0;width:100%;}

.red-sec-heading{border-bottom:1px solid rgba(255, 255, 255, 0.2);padding:0px 0 50px;margin-bottom:15px;}
.red-sec-heading h5{color:#fff;margin:0;float:left;font-size:30px;font-weight:bold;}
.why_choose_p{ color: #fff; text-align: left; margin-bottom: 15px;}
.icon_box{background:#fff; text-align: left; padding-left: 15px !important; position: relative; padding: 20px !important; margin-bottom: 30px; overflow: hidden; border-radius: 0; transition: all .3s ease; min-height: 220px;}
.icon_box img{
  display: inline-block;
  font-size: 42px;
  transition: all 0.3s ease;
  font-weight: 600;
  vertical-align: text-bottom;
    margin-top: 6px;
}
.media-heading{ text-align: left; padding: 0; margin-bottom: 10px !important; color: #000; font-size: 18px;}
.icon_box p{ color: #000; font-weight: 400; margin: 0; font-size: 14px;}
.icon_box:hover{transform: translateY(-5px);}


.multiple_address{float: left; width: 100%; margin: 0; padding: 40px 0 0;}
.address-column {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 30px #dddddd;
    box-shadow: 0px 0px 30px #dddddd;
    position: relative;
    background-color: #ffffff;
    margin: 0 0 30px;
    min-height: 245px;
    max-height: 247px;
overflow: hidden;
overflow-y: auto;
    
}

.address-column .map_icon_big {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 90px;
    height: 60px;
    font-size: 60px;
    color: #eee;
}
.address-column h4 {
    margin-bottom: 15px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #2e6e75;
    text-align: left;
    padding: 0;
    font-size: 18px;
}
.address-column p {
    color: #333;
    margin: 8px;
    display: flex;
}
.address-column p span {
    font-size: 22px;
    margin-right: 10px;
    color: #333;
}
.address-column p.phone{display: block;}
.address-column p a{ color: #333; display: inline-block;}
.address-column p a:hover{color: #2e6e75;}
.contact_page_2{float: left; width: 100%; margin: 0; padding: 0 0 40px;}
.contact_form_grid2{
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    padding: 20px;
}
.faqs_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 35px 0 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
  .faqs_section h2{
      font-size: 22px;
      padding-bottom: 10px;
      font-weight: 700;
      color: #2e6e75;
      margin: 0;
  }
  
  .faqs_section h3 {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    color: #2e6e75;
    font-weight: 500;
    text-align: left;
    display: block;
  }
  .faq_group{float: left; width: 100%; margin: 0 0 10px; padding: 0;}
  .faqs_section h4 {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
    color: #333;
    font-weight: 500;
    text-align: left;
    display: block;
  }
  .faqs_section p{margin: 0 0 25px; padding: 0; /*👉text-align: justify;👈*/}
  .list_district{float: left; width: 100%; margin: 10px 0 0; padding: 0;}
  .faqs_section p a{color: #39519d; font-weight: normal;}
  .faqs_section p a:hover{color: #2e6e75;}

.wps_featured{margin-bottom:0!important}
.wps_featured .slick-prev{display:none!important}
.wps_featured .slick-next{display:none!important}
.wps_featured{margin-bottom:0!important}
.wps_featured .slick-prev{left:0;z-index:50;top:48.5%;width:40px!important;height:50px!important;display:block!important;z-index:50}
.wps_featured .slick-next{right:15px;z-index:50;top:50%;width:40px!important;height:50px!important;display:block!important;z-index:50}
.feature_item .item{background:#fff;margin:0 15px 0 0;padding:0;border:1px solid #ccc}
.feature_item .feature_image{position:relative;padding:10px;text-align:center;min-height:260px;overflow:hidden;margin-top:10px;border-bottom:3px solid #2e6e75}
.feature_item .feature_image .image{position:relative;padding:0;margin-bottom:15px;text-align:center;min-height:210px;overflow:hidden;transition:all .4s ease-in-out}
.feature_item .image img{position:absolute;margin:auto;padding:0 10px;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;width:auto;max-height:100%}
.feature_sec{display:block;overflow:hidden;padding:15px;text-align:center}
.feature_sec h3{overflow:hidden;width:100%;text-align:center;color:#333;margin-bottom:5px;text-transform:capitalize;height:70px;position:relative;border-bottom:2px solid #dfd9cf}
.feature_sec h3 a{position:absolute;top:50%;left:50%;max-width:100%;transform:translate(-50%,-50%);width:100%;color:#333;font-size:16px;font-weight:600;padding-bottom:10px;line-height:normal;padding:0 15px}
.feature_sec:hover h3 a{color:#2e6e75}
.feature_sec p{font-weight:400;font-size:15px;color:#333; margin: 10px 0 0;}
.categoryCTA{float:left;width:100%;text-align:center;margin:20px 0}
.categoryCTA .ctaButtonPop{
  font-size:18px;
  color:#fff;
  background: #2e6e75;
  border:1px solid #205258;
  border-radius:3px;
  padding:12px 0;
  width:258px;
  display:inline-block;
  text-transform:uppercase;
  cursor:pointer;
}
.categoryCTA .ctaButtonPop i{margin-right:5px}
.categoryCTA .ctaButtonPop:hover{background:#205258;color:#fff;border:1px solid #205258}
@media(max-width:1200px){
    .web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown li a {
        line-height: 18px;
        font-size: 11px;
        padding: 5px 10px;
    }
}

@media(max-width:1023px){
    .web-pulse-navigation-wps ul li.cs-submenu.cs_mega ul.cs-dropdown li a{border-bottom: 1px solid #6b6b6b!important;}
    .web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li ul.cs-dropdown li a {
    border-bottom: 1px solid #555!important;
}
.webpulse-soluction .web-pulse-navigation-wps .web-p-u-l-s-e-menu ul .cs-submenu > a > button{top: 0px!important;}
.web-pulse-header .web-pulse-navigation-wps{padding: 0;}
}
@media(max-width:768px) {
    .web-pulse-navigation-wps .web-p-u-l-s-e-menu ul > li.cs-submenu:nth-child(3) ul.cs-dropdown li {
        width: 100% !important;
        border-right: 0;
    }

    .about-text-block .lower-content {
        padding: 0;
    }

    .about-text-block .year-of-service {
        display: none;
    }

    .fact-counter .count-outer {
        display: block;
        font-size: 30px;
    }

    .fact-counter .item .inner-box p {
        padding-top: 25px;
        margin-top: 15px;
    }

    .fact-counter .item .inner-box {
        position: relative;
        border: 1px solid #333;
        margin-bottom: 20px;
        padding: 15px;
    }
    .link-btn{margin-bottom: 30px;}
    .why-choose-block .inner-box h4{font-size: 16px;}
    .why-choose-block .inner-box{padding: 20px 20px;}
    .mobile_warpper ul li a i{color:#2e6e75!important}
.mobile_warpper ul li a:hover,.mobile_warpper ul li a:focus{color:#2e6e75}
.web-pulse-header .webpulse-soluction .w-p-s-logo{width: 270px;}
.web-pulse-header .top .search-bar-holder{max-width: 185px!important;}
.web-pulse-header .top .search-bar-holder .search-bar:before {
    border-bottom: 36px solid #2e6e75;
}
.social-icon ul li{margin-left: 0;}
.social-icon ul li a i{width: 36px;}
.address-column{max-height: inherit; min-height: inherit;}
.about-text-block .lower-content .text h1{font-size: 24px;}
.about-text-block .lower-content .text h2{font-size: 20px;}
}