/*
Theme Name: perforge
Theme URI: http://www.webfirm.com/
Author: the Webfirm team
Author URI: http://www.webfirm.com/
Version: 2.0;
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@font-face {
  font-family: 'Helvetica-Bold';
  src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Helvetica-Bold.otf')  format('opentype'),
         url('fonts/Helvetica-Bold.woff') format('woff'), url('fonts/Helvetica-Bold.ttf')  format('truetype'), url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'),  url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf')  format('truetype'), url('fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-size: 14px;
    color: #333333;
    padding-top: 78px;
    background: #f4f4f4;
    -webkit-font-smoothing: antialiased;
}
ul {
    margin: 10px 0;
    padding: 0 0 0 16px;
}
ul li {
    line-height: 1.9;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #0260e0;
}
img{
    display: inline-block;
    max-width: 100%;
    border:none;
}
h1{
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
  color:#333333;
  font-size: 3.571em;
  line-height: 1.4;
}
h2{
  font-weight: 600;
  position: relative;
  margin: 0 0 10px 0;
  color:#333333;
  font-size: 2.500em;
  line-height: 1.5;
}
h3 {
  font-weight: 900;
  position: relative;
  margin: 0 0 10px 0;
  color:#333333;
  font-size: 1.786em;
}
h4 {
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
  color:#333333;
  font-size: 1.571em;
}
h5 {
 font-weight: 600;
 position: relative;
 margin: 0 0 10px 0;
 color:#333333;
 font-size: 1.429em;
 line-height: 2.16;
}
h6 {
 font-weight: 600;
 position: relative;
 margin: 0 0 10px 0;
 color:#333333;
 font-size: 1em;
}
p {
    margin: 0 0 12px 0;
    font-weight: 400;
    line-height: 2.35;
}
section,.section {
    width: 100%;
    float: left;
}
.clearfix:after{
    content: '';
    display: table;
    clear: both;

}
.btn {
    padding:  0;
    display: inline-block;
    padding: 17px 48px 17px 30px;
    font-size: 12px;
    font-family: 'Helvetica-Bold';
    min-width: 200px;
    border-bottom-right-radius: 22px;
    background-position: 91% center !important;
}
.btn:hover {background-position: 95% center !important;border-top-left-radius: 22px;background-color: #ffbf00;}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:after {
    content:  '';
    display:  table;
    width:  100%;
    float:  left;
    clear:  both;
}

header {
    width: 100%;
    float: left;
    padding: 0;
    z-index: 10;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    position: fixed;
    top: 0;
    background: #fff;
}

.header_left {
    float:  left;
    z-index:  999;
    width: 254px;
    position: relative;
    height: 1px;
}
.header_right {
    width: auto;
    float: left;
}
.nav-menu > li {
    float: left;
    margin-right: 19px;
    padding: 31px 0px 33px;
    line-height: normal;
    font-family: 'Helvetica';
    position: relative;
}
.nav-menu > li:last-child {
    margin-right: 0;
}
.nav-menu {
    padding:  0;
    margin:  0;
    list-style:  none;
}
.nav-menu > li > a {
    font-size: 1em;
    text-transform: capitalize;
    color: #333;
}
.nav-menu > li.active > a {
    color: #ff3636;
}
.nav-menu > li > a:hover {
    color: #000 !important;
}
header .logo img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.logo {
    padding: 22px;
    border-bottom-right-radius: 22px;
    background: #fff;
    margin-right: 0;
    display: inline-block;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.contact_info {
}



.header_call a {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #0260e0 url(images/phoneround.png)no-repeat;
    padding: 21px 61px 21px 89px;
    font-size: 1.786em;
    font-weight: 500;
    color: #fff;
    background-position: 35px center;
    font-family: 'Helvetica-Bold';
}
.header_call * {
    margin: 0;
    line-height: 1.5;
}
footer, .footer_top, .footer_bottom {
    width: 100%;
    float: left;
}
.footer_top {
    background: #ffbf00;
    padding: 63px 0 52px;
    border-bottom-right-radius: 22px;
}
.footer_top .container .footertop1 {display: inline-block;vertical-align: middle;padding: 20px 0;}
.footer_top .container .footertop1:first-child p {
    font-size: 1.643em;
    font-weight: 400;
    line-height: 1.5;
}
.footer_top .container .footertop1:first-child {
    width: 35%;
    margin-right: 87px;
}

.footer_top .container .footertop1:nth-child(2) {
    width: 26%;
    margin-right: 63px;
}

.footer_top .container .footertop1:nth-child(2) a {
    font-size: 3.214em;
    font-weight: 600;
    color: #333;
}
.footer_top .container .footertop1:nth-child(2) h3 {
    margin-bottom: 3px;
}
.footer_top .container .footertop1:last-child p {
    margin: 0;
    font-size: 1.286em;
    line-height: 1.5;
}

.footer_top .container .footertop1:last-child {}

.footer_top .container .footertop1:last-child p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    position: relative;
    top: -2px;
}
.footer_top .container .footertop1:last-child p a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    position: relative;
    top: -1px;
}
.footer_bottom {
    padding: 62px 0 135px;
}
.footer_bottom .footer_col {
    float: left;
}
.footer_bottom .footer_col:first-child {
    width: 34%;
    margin-bottom: 35px;
}
.footer_bottom .footer_col ul {
    list-style: none;
    padding: 0;
}
.footer_bottom .footer_col:nth-child(2) {
    width: 26.2%;
}
.footer_bottom .footer_col:nth-child(3) {width: 25.3%;}
.footer_bottom .footer_col:last-child {
    width: 14.5%;
}
.footer_bottom .footer_col h6 {
    margin-bottom: 21px;
    margin-top: 15px;
}
.footer_bottom .footer_col:last-child h6 {
    margin-bottom: 15px;
}

.footer_bottom .footer_col:last-child ul {
    margin-bottom: 28px;
}
.homeslider_slide {
    height: 700px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    background-size: cover;
    background-position: center;
    position: relative;
    /* border-bottom-right-radius: 22px; */
    /* overflow: hidden; */
}

.homeslider_slideinner {
    max-width: 834px;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}
.footer_bottom .footer_col a:hover {
    color: #ffbf00;
}
.footer_top a:hover {
    color: #ffffff !important;
}
.homeslider {
    width: calc(100% - 135px) !important;
}
.banner h2, .banner h1 {color: #fff;margin-bottom: 13px;font-size: 3.571em;line-height: 1.4;}
.blue_btn {
    background: #0260e0 url(images/bluebtnarrow.png)no-repeat;
    color: #fff !important;
}
.homeslider .btn {
    margin-top: 42px;
    min-width: 272px;
    font-family: 'Helvetica';
    letter-spacing: .5px;
}
.header_call a:hover {
    background-color: #ffbf00;
}
.owl-carousel .owl-nav button {
    width: 65px !important;
    height: 65px !important;
    background-color: #fff !important;
    position: absolute;
    border-radius: 50% !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.owl-carousel .owl-nav button span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url(images/sliderleftarrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    pointer-events: all;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/sliderrightarrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    pointer-events: all;
}
.homeslider.owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    top: 45%;
}
.homeslider.owl-carousel .owl-nav button.owl-next {
    top: 45%;
    right: -33px;
}
.owl-carousel .owl-nav button:focus{
    outline: none;
}
.owl-carousel .owl-nav button:hover {
    background-color: #ffbf00 !important;
}
.homeslider .owl-dots {
    position: absolute;
    top: 49.5%;
    right: -75px;
    display: block;
    text-align: center;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

.homeslider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #c6c6c6;
    margin: 20px auto !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.homeslider .owl-dots button.owl-dot.active {
    background: #ffbf00;
    width: 22px;
    height: 22px;
}

.homeslider .owl-dots button.owl-dot:hover {
    background: #ffbf00;
}
.homeslider .owl-dots button.owl-dot span {
    display: none;
}
.home_contect_sec {
    padding: 70px 0 22px;
    position: relative;
}

.home_contect_sec:before {
    content: '';
    display: block;
    width: 55.5%;
    background: #ffbf00;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 22px;
}

.home_contect_sec .container {
    position: relative;
}
.home_contect_left {
    width: 49%;
    float: left;
}

.home_contect_right {
    width: 51%;
    float: left;
    padding-left: 197px;
}

.home_contect_leftinner p:nth-child(2) a {
    font-family: 'Helvetica-Bold';
    font-size: 3.929em;
}

.home_contect_leftinner p:last-child {
    margin: 0;
    font-size: 1.286em;
    margin-top: 20px;
    border-top: 1px solid #333333;
    padding-top: 33px;
    margin-top: 38px;
    line-height: 1.5;
}

.home_contect_leftinner p:last-child img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    position: relative;
    top: -2px;
}

.home_contect_leftinner p:last-child a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1.5;
    position: relative;
    top: -1px;
}
.home_contect_right img {
    margin-bottom: 51px;
    display: block;
}

.home_contect_right strong {
    font-size: 1.214em;
    line-height: 1.7;
    font-weight: 600;
}
.banner p {
    line-height: 1.5;
    font-weight: 300;
    max-width: 411px;
    letter-spacing: .25px;
}
.who_weare_sec {
    padding: 100px 0 100px;
}

.who_weare_left {
    width: 51.3%;
    float: left;
    padding-right: 47px;
}

.who_weare_right {
    width: 48.7%;
    float: left;
}

.who_weare_sec h2, .who_weare_sec h1 {
    margin-bottom: 50px !important;
}
.who_weare_left p {
    margin-bottom: 45px;
    letter-spacing: .3px;
}
.who_weare_left p:last-child {
    margin-bottom: 0;
}
.who_weare_right a:last-child {
    margin-top: 7px;
    float: left;
}
.who_weare_right a:nth-child(2) {
    margin-right: 59px;
    margin-top: 8px;
    margin-left: 6px;
    float: left;
}
.available_product_sec h2 {
    text-align: center;
    margin-bottom: 93px;
}

.available_product_sec {
    padding: 44px 0 47px;
}

.available_product_sec .container {display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.single_avl_product {
    width: calc(33.33% - 40px);
    margin-right: 60px;
    height: 351px;
    position: relative;
    background-size: cover !important;
    margin-bottom: 30px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
}

.available_product_sec .container .single_avl_product:last-child {
    margin-right: 0;
}
.single_avl_product .single_avl_productinner {
    padding: 90px 58px 0;
    background: rgba(0,0,0,.34);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
}
.single_avl_productinner h4 a {
    color: #fff;
}
.single_avl_productinner p {
    line-height: 1.4;
    font-size: 1.071em;
    margin-bottom: 40px;
}
.feature_product_sec h2 {text-align: center;margin-bottom: 20px;}

.white_btn {
    background-color: #fff;
    background-image: url(images/whitebtnarrow.png);
    background-repeat: no-repeat;
}

.single_avl_product .single_avl_productinner .btn {
    width: 100%;
    min-width: auto;
}

.single_avl_productinner h4 {
    margin-bottom: 12px;
}
.white_btn:hover {
    color: #0260e0;
    background-color: #fff;: #fff !: #fff: #fff: #ff: #f: #:
}
.single_avl_product:hover .single_avl_productinner {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.single_feature_product {
    padding: 78px 0;
    width: 100%;
    float: left;
}
.feature_product_sec {
    padding: 69px 0 167px;
}
.feature_product_sec .container {
    padding: 0 30px;
    max-width: 1030px;
}
.single_feature_productinner {
    width: 100%;
    float: left;
}
.single_feature_left {
    width: 38.9%;
}
.single_feature_right {
    width: 41%;
}
.single_feature_leftinner {
    max-width: 370px;
    width: 100%;
    position: relative;
}
.single_feature_rightinner p {
    letter-spacing: .25px;
}
.single_feature_product .single_feature_left {
    float: right;
}

.single_feature_product .single_feature_right {
    float: left;
}
.single_feature_product.row_rev  .single_feature_right {
    float: right;
    position: relative;
    right: -28px;
}
.single_feature_product.row_rev  .single_feature_left {
    float: left;
}
.like_sec {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: -30px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(59, 90, 134, 0.41);
}
.star_sec {
    position: absolute;
    right: -30px;
    top: 30px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(59, 90, 134, 0.41);
}
.like_sec img {
    display: block;
}
.star_sec img {
    display: block;
}
.single_feature_rightinner h3 {
    margin-top: 48px;
    margin-bottom: 36px;
}
.home_contect_leftinner p:nth-child(2) a:hover {
    color: #fff;
}

.home_contect_leftinner p:last-child a:hover {
    color: #fff;
}
.nav-menu > li > a:before {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #0260e0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.nav-menu > li:hover > a:before, .nav-menu > li.current-menu-item > a:before {
    width: 100%;
    left: 0;
}
.nav-menu > li:hover > a, .nav-menu > li.current-menu-item > a {
    color: #333;
}
.nav-menu > li > a:hover{color: #333 !important;}
.sticky .logo {
    padding-top: 0;
    padding-bottom: 0;
}
.footer_bottom .footer_col:first-child p:last-child {
    margin-left: 75px;
    position: relative;
    padding-top: 13px;
    color: #125b75;
}
.footer_bottom .footer_col:first-child p:last-child:before {
    content: '';
    display: block;
    max-width: 193px;
    height: 1px;
    position: absolute;
    background: #bfceda;
    top: -3px;
    width: 100%;
    left: 0;
    right: 0;
}
.sizeslider_slide {
    height: 700px;
    background-size: cover !important;
    position: relative;
    background-position: center !important;
    padding-top: 336PX;
}
.sizeslider_slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.34);
}
.sizeslider_slide .container {
    position: relative;
    z-index: 1;
}
.sizeslider_slide_left {
    width: 56%;
    float: left;
    padding-top: 106px;
}
.sizeslider_slide_right {
    float: right;
}
.banner p {
    color: #fff;
    font-size: 1.143em;
    line-height: 1.65;
}
.double_border_sec {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 75px;
    overflow-x: hidden;
}

.double_border_right {
    width: 56%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.double_border_left {}
.pdf_btn {
    padding: 23px 60px 23px 84px;
    display: inline-block;
    border-bottom-right-radius: 22px;
    min-width: 370px;
    background-repeat: no-repeat, no-repeat !important;
    background-position: 23px center, 92.5% center !important;
    vertical-align: middle;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}
.pdf_blue_btn {
    background-color: #0260e0;
    background-image: url(images/pdfforblue.png), url(images/pdfarrowforblue.png);
}
.pdf_btn h4 {
    margin-bottom: 0;
    font-size: 1.429em !important;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-weight: 700;
}
.pdf_btn p {
    font-size: 0.857em !important;
    margin-bottom: 0;
    line-height: 1.7;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-weight: 400;
}
.pdf_blue_btn h4 {
    color: #fff;
}

.pdf_blue_btn p {
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    font-weight: 400;
}
.sizeslider .owl-nav button {
    position: static;
    margin-right: 31px;
}

.sizeslider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
}
.sizeslider .owl-dots {
    display: none;
}
.owl-nav {
}
.sizeslider .owl-nav {
    left: 0 !important;
    right: 0 !important;
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0 auto !important;
    bottom: 296px;
    padding: 0 19px;
}
.sizeslider {
    position: relative;
}
.double_border_left {
    width: 44%;
    background-size: cover !important;
    background-position: center !important;
    min-height: 356px;
}

.double_border_right_inner {
    max-width: 612px;
}
.double_border_sec.sec_rev .double_border_right_inner {
    float: right;
    padding-right: 80px;
    padding-bottom: 46px;
    padding-left: 12px;
}
.double_border_right_inner p {
    font-size: 1.429em;
    line-height: 2.3;
    letter-spacing: .15px;
}
.double_border_sec .double_border_right_inner h2 {
    margin-bottom: 37px;
}
.double_border_sec.sec_rev .double_border_left {
    height: 838px;
}

.double_border_right_inner_wrap {
    width: 100%;
}
blockquote p {
    font-size: 1.429em;
    font-weight: 600;
    line-height: 2.16;
    letter-spacing: .1px;
}
blockquote {
    background-color: #ffbf00;
    padding: 55px 132px 55px 170px;
    margin: 0;
    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    background-position: 69px 69px;
}
blockquote p:last-child {
    margin-bottom: 0;
}
.page-template-page-about .quote_sec {
    position: relative;
    top: -198px;
    margin-bottom: -86px;
    overflow-x: hidden;
}
.double_border_sec .double_border_right_inner {
    padding-left: 72px;
}
.double_border_sec:not(.sec_rev) .double_border_left {
    border-bottom-right-radius: 22px;
}
.double_border_sec.sec_rev .double_border_left {
    border-bottom-left-radius: 22px;
}
.quote_sec .container {
    padding-right: 115px;
}
.btm_con_section .container {
    padding-left: 116px;
    padding-right: 100px;
}

.btm_con_section p {
    font-size: 1.429em;
    line-height: 2.3;
    letter-spacing: .15px;
}
.btm_con_section {margin-bottom: 68px;}
.quote_sec {margin-bottom: 60px;}
.page-template-page-about .page-content {
    padding-top: 0;
}
.btm_btn_sec .container h5 {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #8f8f8f;
    margin-bottom: 0;
}
.btm_btn_sec .pdf_btn {
    margin-right: 57px;
}
.pdf_blue_btn:hover {
    background-image: url(images/pdfforyellow.png), url(images/pdfarrowforyellow.png);
    background-color: #ffbf00;
}
.pdf_blue_btn:hover h4, .pdf_blue_btn:hover p {
    color: #333;
}
.top_section {
    width: 100%;
    float: left;
    padding: 41px 0 28px;
}

.filter_inner.singleavailable_product_sec _avl_product {}

.banner_small .sizeslider_slide_left {
    padding: 0;
}

.banner_small:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.45);
}

.banner_small .banner_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}

.banner_small .sizeslider_slide_right {
    padding-top: 25px;
}

.top_inner {
    width: 100%;
    float: left;
    text-align: center;
}

.top_inner ul.category-group.filters-category-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_inner ul.category-group.filters-category-group li {
    display: inline-block;
    margin: 0 16px;
}

.top_inner ul.category-group.filters-category-group li span {
    padding: 19px 0;
    display: block;
    font-size: 1.429em;
    position: relative;
    cursor: pointer;
}

.top_inner ul.category-group.filters-category-group li span:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0260e0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.top_inner ul.category-group.filters-category-group li span:hover:before, .top_inner ul.category-group.filters-category-group li.active span:before {
    width: 100%;
    left: 0;
}

.top_inner ul.category-group.filters-category-group li.active span {
    font-weight: 600;
    color: #333;
}
.top_inner ul.category-group.filters-category-group li span:hover {
    color: #333;
}
.pdf_yellow_btn {
    background-image: url(images/pdfforyellow.png), url(images/pdfarrowforyellow.png);
    background-color: #ffbf00;
}
.pdf_yellow_btn h4, .pdf_yellow_btn p {
    color: #333;
}
.available_product_sec.filter_by .filter_inner.single_avl_product {
    width: calc(33.33% - 60px);
    margin: 30px 30px;
}

.available_product_sec.filter_by .container {
    max-width: 1260px;
}
.single_avl_productinner h4 a:hover {
    color: #ffbf00;
}
.page-id-16 .page-content {
    padding-top: 0;
}
.available_product_sec.filter_by {
    width: 100%;
    float: left;
    padding: 0px 0 137px;
}
.pdf_yellow_btn:hover {background-color: #0260e0;background-image: url(images/pdfforblue.png), url(images/pdfarrowforblue.png);}
.pdf_yellow_btn:hover h4, .pdf_yellow_btn:hover p {
    color: #fff;
}
.contact_row {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.contact_detail_sec {
    width: 51%;
    float: left;
    padding-top: 73px;
}

.contact_form_sec {
    width: 49%;
    float: left;
}

.contact_detail_sec_inner {
    max-width: 480px;
    float: right;
    width: 100%;
}

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

.contact_list {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.contact_list .contact_icon {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
}

.contact_list .contact_txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 57px);
}

.contact_list .contact_txt h5 {
    line-height: 1.6;
    margin: 0;
    letter-spacing: .2px;
}

.contact_list .contact_txt p {
    line-height: 1.2;
    margin: 0 0 4px 0;
    font-size: 1.286em;
}
.contect_form {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 81px 100px 90px;
    width: 100%;
    float: left;
    border-bottom-right-radius: 22px;
}

contact_form_sec_inner h4 {}

.contact_form_sec_inner h5 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
}

.contact_form_sec_inner {
    position: relative;
    top: -334px;
    margin-bottom: -334px;
    width: 100%;
    float: left;
}

.form_social_sec {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 59px;
}

.form_social_sec img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    display: none;
}

.form_social_sec a {
    display: inline-block;
    color: #fff;
    font-size: 1.429em;
    background-image: url('images/facekook.png');
    background-repeat: no-repeat;
    background-position: center left;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0px 45px;
}
.contect_form h3 {
    text-align: center;
    margin-bottom: 48px;
}
body .gform_wrapper input.button {
color: #fff;
border: 1px solid #002d62;
transition: all 0.5s;
font-size: 0.906em !important;
padding: 10px 33px!important;
text-transform: uppercase;
font-family: 'Perpetua';
}
body .gform_wrapper input.button:hover {
color: #fff;
background-color: #8c744e;
border-color: #8c744e;
}
body .gform_wrapper {
margin: 0;
}
body .gform_wrapper .gfield label.gfield_label {
font-size: 18px !important;
color: #38383a;
font-weight: 300;
line-height: 1.4;
letter-spacing: .2px;
margin-bottom: 7px;
display: none;
}
body .gform_wrapper .gfield .ginput_container {
margin-top: 0px !important;
}
body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper .gfield textarea, body .gform_wrapper .gfield select {border: 1px solid #979797 !important;box-shadow: none !important;font-size: 1.48em;color: #333;font-weight: 400;line-height: 1.4;letter-spacing: .2px;background: rgba(255,255,255,.2);width: 100%;padding: 20px;border-bottom-right-radius: 22px;}
body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper .gfield textarea:focus, body .gform_wrapper .gfield select:focus{
outline: none;
}
body .gform_wrapper .top_label li.gfield.gf_right_half {
margin-right: 0 !important;
}
body .gform_wrapper .top_label li.gfield.gf_right_half, body .gform_wrapper .top_label li.gfield.gf_left_half {
padding: 0 !important;
margin-right: 15px;
width: calc(50% - 8px);
margin-top: 10px;
}
body .gform_wrapper .top_label li.gfield {padding: 0 !important;margin-top: 20px;position: relative;}
body .gform_wrapper .gfield textarea {
height: 150px;
}
body .gform_wrapper .gform_footer.top_label {padding: 0;margin-top: 6px;}
body .gform_wrapper #field_1_3 label.gfield_label, body .gform_wrapper #field_1_4 label.gfield_label, body .gform_wrapper #field_1_7 label.gfield_label, body .gform_wrapper #field_1_8 label.gfield_label, body .gform_wrapper #field_1_10 label.gfield_label, body .gform_wrapper #field_1_1 label.gfield_label, body .gform_wrapper #field_1_2 label.gfield_label {
display: none;
margin-top: 0;
padding-top: 0;
}

body .gform_wrapper #field_1_3 .ginput_container, body .gform_wrapper #field_1_4 .ginput_container,body .gform_wrapper #field_1_7 .ginput_container, body .gform_wrapper #field_1_8 .ginput_container {
margin: 0 !important;
padding: 0;
}
body .gform_wrapper .gfield .ginput_container ul li {
display: inline-block;
}
body .gform_wrapper #field_1_5 label.gfield_label, body .gform_wrapper #field_4_47 label.gfield_label, body .gform_wrapper #field_1_5 .ginput_container, body .gform_wrapper #field_4_47 .ginput_container, body .gform_wrapper #field_4_12 .ginput_container, body .gform_wrapper #field_4_12 label.gfield_label, body .gform_wrapper #field_4_25 label.gfield_label, body .gform_wrapper #field_4_25 .ginput_container, body .gform_wrapper #field_4_48 label.gfield_label, body .gform_wrapper #field_4_48 .ginput_container, body .gform_wrapper #field_4_49 label.gfield_label, body .gform_wrapper #field_4_49 .ginput_container, body .gform_wrapper #field_4_39 label.gfield_label, body .gform_wrapper #field_4_39 .ginput_container, body .gform_wrapper #field_4_41 label.gfield_label, body .gform_wrapper #field_4_41 .ginput_container, body .gform_wrapper #field_4_44 label.gfield_label, body .gform_wrapper #field_4_44 .ginput_container{
display: inline-block;
vertical-align: middle;
font-size: .95em;
color: #38383a;
}
body .gform_wrapper #field_1_5 .ginput_container input, body .gform_wrapper #field_1_9 .ginput_container input {
padding: 8px !important;
margin: 0 7px;
border-radius: 5px;
}
body .gform_wrapper #field_1_5 .ginput_container ul li:first-child, body .gform_wrapper #field_4_47 .ginput_container ul li:first-child, .gform_wrapper #field_4_12 .ginput_container ul li:first-child, .gform_wrapper #field_4_49 .ginput_container ul li:first-child, .gform_wrapper #field_4_25 .ginput_container ul li:first-child, .gform_wrapper #field_4_48 .ginput_container ul li:first-child, .gform_wrapper #field_4_39 .ginput_container ul li:first-child, .gform_wrapper #field_4_41 .ginput_container ul li:first-child, .gform_wrapper #field_4_44 .ginput_container ul li:first-child {
margin-right: 22px;
}
body .gform_wrapper .gfield label.gfield_label span.gfield_required {
color: #fff;
margin-left: 0;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-top: 0;
border: none !important;
}
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
max-width: calc(50% - 7px) !important;
}
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error {
margin-bottom: 0 !important;
border: none;
background: none;
padding: 0 !important;
}
body .gform_wrapper .validation_message {
 padding-top: 4px !important;
 font-weight: 300;
 font-size: 14px;
 }
body .gform_wrapper div.validation_error {
display: none;
}
.inner_content h3 {
font-size: 1.750em;
}
body .contect_form .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .contect_form .gform_wrapper .gfield textarea, body .contect_form .gform_wrapper .gfield select {
    padding-left: 83px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: 27px 26px;
    -webkit-appearance:none;
}
/*body .contect_form .gform_wrapper .gfield input#input_1_1 {
    background-image: url(images/usericon.png);
}
body .contect_form .gform_wrapper .gfield input#input_1_2 {
    background-image: url(images/formmailicon.png);
}*/
body .contect_form .gform_wrapper .gfield textarea {
    /*background-image: url(images/formchat.png);*/
    height: 117px;
}
body .gform_wrapper .gform_footer.top_label input.gform_button {
    display: inline-block;
    padding: 17px 48px 17px 30px !important;
    font-size: 12px !important;
    font-family: 'Helvetica-Bold';
    min-width: 272px;
    border-bottom-right-radius: 22px;
    background-position: 91% center !important;
    background: #0260e0 url(images/bluebtnarrow.png)no-repeat;
    color: #fff !important;
    text-align: left;
    border-color: #0260e0;
        transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    cursor: pointer;
}
body .gform_wrapper .gform_footer.top_label input.gform_button:hover {
    background-position: 95% center !important;
    border-top-left-radius: 22px;
    background-color: #ffbf00;
    border-color: #ffbf00;
}
div#map {
    width: 100%;
    float: left;
    height: 736px !important;
    position: relative !important;
    top: -189px;
    z-index: 0;
    margin-bottom: -189px;
}
.page-id-19 .page-content {
    padding-bottom: 0;
}
body .gform_wrapper .gform_footer.top_label input.gform_button:focus {
    outline: none;
}
body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, body .gform_wrapper .gfield textarea::-webkit-input-placeholder, body .gform_wrapper .gfield select::-webkit-input-placeholder{
color: #333;
opacity: 1;
}
body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .gform_wrapper .gfield textarea::-moz-placeholder, body .gform_wrapper .gfield select::-moz-placeholder{
color: #333;
opacity: 1;
}
body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, body .gform_wrapper .gfield textarea:-ms-input-placeholder, body .gform_wrapper .gfield select:-ms-input-placeholder{
color: #333;
opacity: 1;
}
body .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, body .gform_wrapper .gfield textarea:-moz-placeholder, body .gform_wrapper .gfield select:-moz-placeholder{
color: #333;
opacity: 1;
}
.banner_small {
    padding: 83px 0 70px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    min-height: 300px;
}

.blog_section {    margin: 0 -15px;display: flex;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.blog_section .inner_blog_wrp {width: calc(33.333% - 30px);margin: 0 15px 30px;background-color: #fff;position: relative;}

.blog_section .inner_blog_wrp .blog_image a {height: 246px;display: block;background-size: cover !important;background-position: center !important;}

.blog_section .inner_blog_wrp .blog_image {overflow: hidden;padding: 0;}

.blog_section .inner_blog_wrp .blog-text {padding: 25px 25px 87px 25px;}

.blog_section .inner_blog_wrp .blog_image img {
transition: all 0.5s ease-in-out;
transform: scale(1);
}
.blog_section .inner_blog_wrp .blog_image:hover img {
transform: scale(1.1);
}
.blog_section .inner_blog_wrp .blog-text p {
line-height: 1.8;
}
.blog_section .inner_blog_wrp .blog-text a:hover h3 {
color: #ffbf00;
}
.pagination {width: 100%;display: block;float: left;text-align: center;margin: 30px 0 0px;}
.pagination a.active, .pagination a:hover {
background-color: #0260e0;
color: #fff;
}
.pagination a, .pagination a.active {
border: 1px solid #0260e0;
}
.pagination a {
display: inline-block;
padding: 8px 15px;
margin: 0 5px;
overflow: hidden;
}
.pagination a.next {
background-image: url(images/sliderrightarrow.png) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
padding: 17px 18px;
border: none;
}
.pagination a.next:hover{
background: transparent;
transform: translateX(15px);
}
.pagination a.prev:hover{
background: transparent;
transform: translateX(-15px);
}
.pagination a.prev {
background-image: url(images/sliderleftarrow.png) !important;
background-repeat: no-repeat !important;
background-position: center center !important;
padding: 17px 18px;
border: none;
}
.page-content {width: 100%;float: left;padding: 80px 0;min-height: 200px;}
.page-content label .screen-reader-text {
clip: rect(1px,1px,1px,1px);
height: 1px;
overflow: hidden;
position: absolute!important;
width: 1px;
word-wrap: normal!important;
}
.page-content .search-form input {
background-color: #ffffff;
    border: none !important;
    border-radius: 0 !important;
    font-size: 0.9em;
    outline: none;
    height: 45px;
    padding: 8px 10px;
    width: 270px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 0;
    height: 45px;
    font-family: 'Roboto', sans-serif;
}
.page-content button.search-submit {
    width: 120px;
    background-color: #0260e0;
    color: #fff;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    height: 45px;
    padding: 8px 10px;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    vertical-align: middle;
}
.page-content button.search-submit:hover {
background-color: #ffbf00;
}
.blog_section .inner_blog_wrp .blog-text .read_more {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.blog_section .inner_blog_wrp .blog_image:hover a {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.single_bolg_main_img {
    margin-bottom: 25px;
}
.single_bolg_main_img img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.single-post .page-content .container {
    max-width: 1000px !important;
}
.single_blog_content {
    width: 100%;
    float: left;
}
.post_pagination {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.post_pagination .left_post {
    background: #ffbf00 url(images/sliderleftarrow.png) !important;
    padding: 15px 25px 15px 55px;
    float: left;
    background-position: 23% center !important;
    background-repeat: no-repeat !important;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    cursor: pointer;
    font-family: 'Helvetica-Bold';
}
.post_pagination .right_post {
    background: #ffbf00 url(images/sliderrightarrow.png) !important;
    padding: 15px 55px 15px 25px;
    float: right;
    background-position: 77% center !important;
    background-repeat: no-repeat !important;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    cursor: pointer;
    font-family: 'Helvetica-Bold';
}
.post_pagination .left_post:hover {background-position: 10% center !important;}
.post_pagination .right_post:hover {
    background-position: 90% center !important;
}
.page-content form.search-form > label {
    display: inline-block;
    vertical-align: middle;
}
.sizeslider .owl-nav {
    pointer-events: none;
}
.homeslider_slide:before {
    content: '';
    display: inline-block;
}

.homeslider_slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.45);
    top: 0;
}
.homeslider_slideinner h1, .homeslider_slideinner h2 {
    font-weight: 500;
}
.owl-dots button.owl-dot:focus {
    outline: none !important;
}
.single_feature_leftinner .main_featured_proimg {
    border-bottom-right-radius: 22px;
}
.star_sec:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(images/star.png)no-repeat center;
}
.like_sec:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(images/heart.png)no-repeat center;
}
.who_weare_left h1, .double_border_sec .double_border_right_inner h1 {
    font-weight: 600;
    position: relative;
    margin: 0 0 10px 0;
    color: #333333;
    font-size: 2.500em;
    line-height: 1.5;
}
.single-product .singleimages_left {
    width: 35%;
    float: left;
    padding-right: 40px;
}

.single-product .content_right {
    width: 65%;
    float: left;
}
.single-product .singleimages_left img{
    height: auto !important;
}
.admin-bar header {
    top: 32px;
}
.archive .available_product_sec {
    padding: 0 !important;
}
.nav-menu .sub-menu li.current-menu-item a {
    color: #ffbf00;
}
.banner_small {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tax-product_category .page-content {
    padding: 40px 0 20px;
}
.single-product .singleimages_left img {
    border-bottom-right-radius: 22px;
}
.single_avl_product:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/overlay.png)no-repeat center center;
    background-size: cover;
}
.homeslider .owl-stage-outer:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/sildercorner.png) no-repeat;
    background-position: right  bottom;
    z-index: 33;
}
.page-content .single_avl_product .single_avl_productinner .btn {
    background-image: url(images/downblue.png);
    background-repeat: no-repeat;
}
.page-content .single_avl_product .single_avl_productinner .btn:hover {
    background-position: 91% 65% !important;
}
.contect_form {
    min-height: 704px;
}
.gform_confirmation_message {
    font-size: 17px;
    color: #008000;
    border: 1px solid #008000;
    padding: 15px;
}
.gform_wrapper ul.gform_fields li#field_1_3:before {
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    position: absolute;
    z-index: 2;
    background: url(images/formchat.png);
    top: 27px;
    left: 28px;
}
body .gform_wrapper .top_label li#field_1_2:before {
    content: '';
    display: block;
    width: 25px;
    height: 19px;
    position: absolute;
    z-index: 2;
    background: url(images/formmailicon.png);
    top: 27px;
    left: 28px;
}
body .gform_wrapper .top_label li#field_1_1:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 2;
    background: url(images/usericon.png);
    top: 27px;
    left: 28px;
}
.form_social_sec a:hover {
    color: #ffbf00;
}
body .gform_wrapper .ginput_recaptcha div {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.home_contect_leftinner p:nth-child(2) {
    line-height: initial;
}
.available_product_sec_new.filter_by {
    width: 100%;
    float: left;
}
.work-type {
    width: 100%;
    float: left;
    padding: 41px 0 28px;
}
.main_filter .single_avl_product {
    margin: 30px 0;
    padding: 0 30px;
    width: 33.33%;
}
.main_filter .single_avl_product .single_avl_outer {
    width: 100%;
    height: 351px;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
        border-bottom-right-radius: 22px;
    overflow: hidden;
}
.main_filter .single_avl_product .single_avl_outer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/overlay.png)no-repeat center center;
    background-size: cover;
}
.main_filter .single_avl_product:before {
    display: none;
}
.main_filter .container {
    max-width: 1260px;
}
.home_contect_rightinner p {
    line-height: 1.9;
}
.home_contect_leftinner h2 {
    line-height: 1.2;
}
.gform_wrapper ul.gform_fields li.gfield#field_1_4 {
    margin-top: 12px;
}
.btm_con_section {
    overflow-x: hidden;
}
.who_weare_right a:hover {
    opacity: .5;
}
div#map:before {
    content: '';
    background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    z-index: 4;
    pointer-events: none;
}
body .content_map h3#firstHeading {
    font-weight: 600;
    position: relative;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 1.25em !important;
    line-height: 1.5;
    margin-bottom: 26px;
}
.content_map {
    padding: 24px 74px 30px 58px;
    width: 374px;
}
.content_map a {
    display: inline-block;
    padding: 11px 51px 11px 28px;
    font-size: 12px;
    font-family: 'Helvetica-Bold';
    border-bottom-right-radius: 22px;
    background-position: 93% center !important;
    border: 1px solid #0260e0;
    border-radius: 30px !important;
    color: #0260e0;
    background-image: url(images/whitebtnarrow.png);
    background-repeat: no-repeat;
}
.content_map a:hover{
    background-position: 97% center !important;
}
#map .gm-style-iw {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2) !important;
    border-bottom-right-radius: 22px;
}
#map .gm-style-iw button.gm-ui-hover-effect {
    display: none !important;
}
#map .gm-style .gm-style-iw-t::after {
    /* width: 25px; */
    /* height: 25px; */
    left: 24px;
}


.single_feature_product:nth-child(3) .single_feature_left {
    padding: 172px 0 0;
}