/*
Theme Name: Reflex Theme
Description: Reflex Corporate Responsive Wordpress Theme
Theme URI: http://bootexperts.com/
Author: BootExperts
Author URI: http://bootexperts.com/
Tags: slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, one-column, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: layerswp

*/

/*----------------
Main Css 

1. Header css
2. Main Menu css
3. Slider css
4. Service css
5. Features css
6. Portfolio css
7. Team css
8. Testimonial css
9. Blog css
10. Pricing css
11. Fun css
12. call to action css
13. Blog Details css
14. Contact css

-----------------*/


/* Common css*/
html{
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: calc(100%) !important;
}
[class*="column"] {
  margin-bottom: 0px;
}
.container {
  max-width: 1200px;
}
.container.list-masonry {
  max-width: 1200px;
}
.content-vertical-massive {
  padding-bottom: 80px;
  padding-top: 80px;
}
.fix {overflow:hidden}
.no-padding{padding:0}
a{-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;}
a:hover{text-decoration: none;}
a:focus {outline:0px solid; text-decoration: none;}
img {max-width:100%;height:auto}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none;}
a:active, a:hover {
  outline: 0 none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear{clear:both}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
	color:#565656;
	font-family: 'montserratlight';
}
/*----------------------------------------*/
/*  2.  Webfont CSS
/*----------------------------------------*/
@font-face {
    font-family: 'montserratlight';
    src: url('assets/fonts/webfont/montserrat-light-webfont.eot');
    src: url('assets/fonts/webfont/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/webfont/montserrat-light-webfont.woff2') format('woff2'),
         url('assets/fonts/webfont/montserrat-light-webfont.woff') format('woff'),
         url('assets/fonts/webfont/montserrat-light-webfont.ttf') format('truetype'),
         url('assets/fonts/webfont/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('assets/fonts/webfont/montserrat-semibold-webfont.eot');
    src: url('assets/fonts/webfont/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/webfont/montserrat-semibold-webfont.woff2') format('woff2'),
         url('assets/fonts/webfont/montserrat-semibold-webfont.woff') format('woff'),
         url('assets/fonts/webfont/montserrat-semibold-webfont.ttf') format('truetype'),
         url('assets/fonts/webfont/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #28435f;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 10px 15px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
}
input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"] {
  background-color: #00436b;
  color: #ffffff;
}
/* set default title */
.section-title .heading{
color: #282828;
font-family: "Raleway",sans-serif;
font-size: 28px;
font-weight: 700;
margin-bottom: 13px;
text-transform: uppercase;
}
.section-title .heading span{
font-family: "montserratsemi_bold";
font-size: 24px;
text-transform: lowercase;
}
.section-title .excerpt, .section-title .excerpt p {
  color: #565656;
  font-family: "montserratlight";
  font-size: 14px;
}
/* sub title */
.media.medium  .heading{
color: #282828;
font-family: "Montserrat",sans-serif;
font-size: 18px;
text-transform: capitalize;
 font-weight: 500;	
}
.media.medium  .excerpt,
.media.medium  .excerpt p{
color: #565656;
font-family: "montserratlight";
font-size: 14px;
margin-bottom: 5px;	
line-height:24px;	
}
/* end title */
.header-site .container {
  padding: 25px 20px;
}
.site-logo-link img, .custom-logo-link img, .mark img {
	max-height: 100%;
}
.header-secondary {
    background-color: #28435f;
    color: #ffffff;padding:15px 0;
}
.nav-horizontal li a{
	font-family: 'Montserrat', sans-serif;
}

.header-secondary .pull-left ul li a{
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #d7d7d7;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
	font-weight:normal;
}
.header-secondary .pull-left ul li a i{
	margin-right:5px;
}
.header-secondary .pull-left ul li:first-child a{
    margin-right: 40px;
}


.header-secondary .pull-right ul li a{
    margin-right: 10px;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-secondary .pull-right ul li:last-child a{
    margin-right: 0;
}
.header-secondary .pull-right ul li a{
    color: #d7d7d7;
}
/* search box header */
.search-box {
}
.search-box input {
  border: 1px solid #cccccc;
  color: #282828;
  font-family: "montserratlight";
  font-size: 14px;
  padding: 6px 10px;
  width: 170px;
}
.search-box > form {
    position: relative;
}
.search-box button {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  color: #28435f;
  position: absolute;
  right: 5px;
  top: 2.4px;
}
.search-box button:hover{
	background:transparent !important;
	color:#0a95be;
}
.header-site{
	border-bottom:1px solid #f1f1f1;
	z-index:9999;
}
/* main Menu css */
.nav-horizontal ul li a {
	display: block;
	color: #303030;
	font-size: 14px;
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-horizontal ul li:hover a{
	color:#0A95BE;
}
/* submenu */
.nav-horizontal ul li .children,
.nav-horizontal ul li .sub-menu{
	padding:20px 20px;
	border:0px;
	border-top:2px solid #0A95BE;
}
.nav-horizontal ul li:hover > .children ,
.nav-horizontal ul li:hover > .sub-menu {
	top: 100%;
	z-index:999;
}
.nav-horizontal ul li .children > li,
.nav-horizontal ul li .sub-menu > li{
	border:0px;
}
.nav-horizontal ul li .children > li a,
.nav-horizontal ul li .sub-menu > li a{
padding: 10px 5px;
}

.nav-horizontal ul li .children> li a,
.nav-horizontal ul li .sub-menu > li a{
	font-weight: 400;
    margin-bottom: 9px;
    text-transform: capitalize;
    color: #303030;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}	
.nav-horizontal ul li .children > li:hover a,
.nav-horizontal ul li .sub-menu > li:hover a{
	background:transparent;
	border:0px;
    color: #0A95BE;
    margin-left: 5px;	
}
.header-site .nav-horizontal > ul > li > a {
  padding: 0 10px 20px;
}
.nav-horizontal > ul {
  margin-top: 25px;
}
.nav-horizontal ul > li {
  display: inline-block;
  float: none;
}
.sub-menu, .nav .children {
  top: 130%;
}
.header-site.invert .children li a:hover ,
.header-site.invert .sub-menu li a:hover {
  background-color: transparent;;
}
/* submenu third */
.nav-horizontal ul li .sub-menu li .sub-menu{}
.nav-horizontal ul li .sub-menu li .sub-menu li{}

.nav-horizontal ul li .children li .children li a,
.nav-horizontal ul li .sub-menu li .sub-menu li a
{
	 color: #303030;
}
/* slider css*/
.swiper-slide.image-right .reflex-slider-width.copy-container {
  width: 67%;
}
.reflex-slider-style{}
.reflex-slider-style .section-title .heading{
    font-family: "Raleway",sans-serif;
    font-weight: 400;
	font-size:30px;
	text-transform:capitalize;
}
.reflex-slider-style .section-title .heading span {
  display: block;
  font-family: "Raleway",sans-serif;
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 3px;
  text-transform: uppercase;
}
.reflex-slider-style .section-title .excerpt,
.reflex-slider-style .section-title .excerpt p {
  font-family: "montserratlight";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 12px;
  color:#fff;
}
.reflex-slider-style .button{
	
}

.reflex-slider-style .default-button {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff; 
    padding: 10px 18px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	background:transparent;
}
.reflex-slider-style .default-button:hover{
	border-color:#0a95be;
	background:#0a95be;
}

/* service css*/
.home-1.service .container .grid {
  z-index: 999;
}
/*----------------------------------------*/
/*  9.  Features CSS
/*----------------------------------------*/
.feature-info{
    background: #28435F;
    margin-left: 30px;
    padding: 57px 50px 34px 155px;
    position: relative;

}
.feature-info::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
}
.single-feature{
    color: #fff;
}
.features-area {
    margin-bottom: 72px;
}
.single-feature > h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
	color:#fff;
}
.single-feature > p {
  color: #eee;
  font-size: 14px;
  line-height: 24px;
}
.feature-info .single-feature:nth-child(2){
    margin: 40px 0;
}

.declarations {
    border-left-color: #fff;
    border-style: solid none solid solid;
    border-width: 261px 0 261px 85px;
    font-size: 0;
    left: 45px;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 99;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.declarations::before, .declarations::after {
    background: #0b96be none repeat scroll 0 0;
    content: "";
    height: 205px;
    left: -45px;
    position: absolute;
    top: -206px;
    transform: skewX(18deg);
    width: 12px;
}
.declarations::after {
    top: -1px;
    transform: skewX(-18deg);
}
/* feature two */
.single-feature-left > h5, .single-feature-right > h5 {
    color: #282828;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 16px;
    margin-top: 65px;
    position: relative;
}
.single-feature-left > h5 > span.circle, .single-feature-right > h5 > span.circle {
    border: 1px solid #28435f;
    border-radius: 50%;
    content: "";
    height: 19px;
    position: absolute;
    right: -38px;
    top: 4px;
    width: 19px;
}
.single-feature-right > h5 > span.circle{
    left: -38px;
}
.single-feature-left > h5::after, .single-feature-right > h5::after {
	background: #28435f none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	content: "";
	height: 13px;
	margin-top: 3px;
	position: absolute;
	right: -37px;
	top: 2px;
	width: 13px;
}
.single-feature-right > h5:after {
    left: -37px;
}
.feature-img {
    margin-left: 17px;
}
.single-feature-left > h5::before, .single-feature-right > h5::before {
    background: #28435f none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: -96px;
    top: 13px;
    width: 59px;
}
.single-feature-right > h5::before{
    left: -96px;
}
.single-feature-left > p, .single-feature-right > p {
    color: #565656;
    font-size: 14px;
    font-family: 'montserratlight';
    line-height: 24px;
}
.feature-left{
    padding-left: 40px;
}
.feature-right{
    padding-right: 40px;
}
.feature-img.text-center > img {
	margin-top: 20px;
	position: relative;
	z-index: 9;
}
/* policy area css */
.single-policy-icon i {
    font-size: 25px;
    margin-bottom: 8px;
}
.marg-27 {
    margin: 27px 0;
}
.policy-info .extra:nth-child(3){
    margin-bottom: 30px;  
}
.single-policy-info > p {
    line-height: 24px;
	color:#333;
}
.single-policy-icon-info > h3{
    color: #282828;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.single-policy-no{
    display: inline-block; 
    float: left;
    margin-right: 22px;
    margin-top: 15px;
    position: relative;
    border: 1px solid #DCDCDC;
    height: 29px;
    width: 29px;
    background: #fff;
}
.single-policy-no > h4 {
    font-size: 20px;
    color: #282828;
    font-family: 'montserratsemi_bold';
    display: inline-block;
    padding: 3px 8px;
    z-index: 1;
    text-transform: capitalize;
}
.single-policy-no::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 29px;
    position: absolute;
    right: -7px;
    top: -6px;
    width: 29px;
    z-index: -1;
}
.single-policy-icon, .single-policy-icon-info {
    display: block;
}
.single-policy-right{
    float: left;
}
.single-policy-info{
    display: inline-block;
}
.policy-img{
   position: relative;
}
.single-service {
  position: relative;
  z-index: 9;
}
.style-declarations {
	border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) -moz-use-text-color;
	border-style: solid solid solid none;
	border-width: 168px 53px 168px 40px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
.style-declarations::before, .style-declarations::after {
    background: #28435f none repeat scroll 0 0;
    content: "";
    height: 140px;
    left: 20px;
    position: absolute;
    top: -141px;
    transform: skewX(-16deg);
    width: 12px;
}
.style-declarations::after {
    top: -1px;
    transform: skewX(16deg);
}

.policy-info{
   counter-reset: policy-counter;
}
.policy-info .extra{
	position:relative;
}
.policy-info .extra::before {
  color: #282828;
  content: counter(policy-counter, decimal);
  counter-increment: policy-counter;
  font-family: "montserratsemi_bold";
  font-size: 20px;
  left: 10px;
  position: absolute;
  text-transform: capitalize;
  top: 14px;
  z-index: 1;
}



/*----------------------------------------*/
/*  11. Latest Portfolio CSS
/*----------------------------------------*/
 .portfolio-menu{
    margin-bottom: 40px;
}
.portfolio-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-menu ul li{
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    color: #282828;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
	transition:.5s;
}
.portfolio-menu ul li:last-child{
    margin-right: 0px;
}
.portfolio-menu ul li:hover{
    background: #28435F;
    color: #fff;
    border: 1px solid #28435F;
}
.portfolio-detail-info {
    bottom: -75px;
    color: #ffffff;
    left: 35px;
    position: absolute;
    text-align: left;
    transition: all 0.3s ease 0s;
	z-index:3;
}
.single-portfolio-item:hover .portfolio-detail-info {
    bottom: 20px;
}
.portfolio-detail-info h5{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:capitalize;
}
.portfolio-detail-info h5 a{
     font-size: 18px;
    font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:capitalize;
}
.portfolio-detail-info h6{
    font-size: 14px; 
    font-family: 'montserratlight';
}
.single-portfolio{position: relative;
margin-bottom:20px;}
.single-portfolio-item {
    overflow: hidden;
    position: relative;
}
.portfolio-detail::after {
    background-color: #28435f;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.77;
    position: absolute;
    top: -100%;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
	display:block;
}
.portfolio-detail > a {
    color: #ffffff;
    display: block;
    height: 35px;
    left: 45%;

    position: absolute;
    text-align: center;
    width: 35px;
    font-size: 30px;
    top:-50%;
	z-index:2
}
.single-portfolio:hover .portfolio-detail::after{
    top: 0
}
.single-portfolio-item:hover .portfolio-detail > a {
  margin-bottom: -17.5px;
  top: 48%;
  transform: translateY(-50%); 
}
.grid-item.span-3 .single-portfolio-item:hover .portfolio-detail > a {
  margin-bottom: -17.5px;
  top: 40%;
  transform: translateY(-50%); 
}

.single-portfolio-item > img{
	display:block;
	width:100%;
}
 .cat-wrapper {

}
.category-text {
  color: #fff;
  margin: 0 2px;
  position: relative;
  text-transform:capitalize;
   font-size: 14px;
    font-weight: normal;
}
.category-text::before {
  content: ",";
  position: absolute;
  right: 0;
} 
.category-text:last-child::before {
  content: ""; 
  position: absolute;
  right: 0;
} 
.cat-wrapper .category-text {
  text-transform:capitalize;
}
 

/*----------------------------------------*/
/* Team CSS */
/*----------------------------------------*/
.steam {
  padding: 0 20px;
}
.single-member {
    position: relative;
    overflow: hidden;
}
.single-member-info{
    background: #28435F;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 1px;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-member-info::before, .single-member-info::after {
    background: #28435f none repeat scroll 0 0;
    content: "";
    height: 38px;
    left: -3%;
    position: absolute;
    top: -21px;
    transform: rotate(16deg);
    width: 60%;
}
.single-member-info::after{
    transform: rotate(-16deg);
    right: -3%;
    left: auto;
}
.single-member-info-wrapper{
    position: relative;
}
.single-member-info-wrapper::before, .single-member-info-wrapper::after {
    background: #0b96be none repeat scroll 0 0;
    content: "";
    height: 93px;
    left: 70px;
    position: absolute;
    top: -73px;
    transform: rotate(-74deg);
    width: 7px;
}
.single-member-info-wrapper::after{
    transform: rotate(74deg);
    right: 70px;
    left: auto;
}
.single-member-info-wrapper > h5 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2px;
	color:#fff;
}
.single-member-info-wrapper > p{
    font-size: 12px;
	font-weight:normal;
    margin-bottom: 5px;
}
.single-member-info-wrapper{
    z-index: 9;  
    position: relative;
}

.single-member-social {
    bottom: -30px;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.single-member:hover .single-member-social {
  bottom: 0px;
}
.single-member:hover .single-member-info{
    padding-bottom: 30px;
}
.single-member-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-member-social ul li{
    display: inline-block;
    margin-right: 25px;
}
.single-member-social ul li:last-child{
    margin-right: 0px;
}
.single-member-social ul li a{
    display: block;
    color: #adadad;
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-member-social ul li:hover a{
    color: #fff;
}

/*----------------------------------------*/
/*  13. Testimonial CSS
/*----------------------------------------*/
.testimonial-area{
    background: #FAFAFA;
}
.testimonial-area.white{background: none}
.testimonial-image-slider {margin-top: 5px}
.slick-list {margin: 0 5px}
.sin-opacity{
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin-top: 25px;
    outline: 0 none;
    overflow: hidden;
    position: relative;
    width: 100px;
    box-shadow: 0 0 3px 3px #cccccc;
}
.sin-testiImage.slick-current .sin-opacity::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.sin-opacity:after{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}
.sin-testiImage.slick-current .sin-opacity {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    height: 123px;
    margin-top: 0px;
    opacity: 1;
    width: 128px;
}
.sin-testiImage.slick-current {
    height: 135px;
    margin-top: 5px;
    opacity: 1;
    filter:alpha(opacity=100);
    width: 135px;
}
.testimonial-text-slider h2 {
    display: block;
    font-size: 18px;
    color :#282828;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.testimonial-text-slider h2 > span{
    font-size: 14px;
    color :#565656;
    font-family: 'montserratlight';
}
.testimonial-text-slider {
    margin: auto;
    padding: 20px 55px 4px;
    position: relative;
    width: 80%;
    z-index: 9;
}
.sin-testiText{outline: none}
.sin-testiText p {
    color: #565656;
    font-family: "montserratlight";
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.client-rating {margin-bottom: 5px}
.client-rating i {
    color: #7d7d7d;
    font-size: 18px;
}
.client-rating i.color {color: #f1c30d}
.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 25px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 38%;
    width: 25px;
}
.slick-prev {left: -31px}
.slick-next {right: -31px}
.slick-prev::before, .slick-next::before {
    color: #2d3e50;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 50px !important;
    height: 25px;
    left: 3px;
    position: absolute;
    top: -15px;
    transition: all 0.3s ease 0s;
    width: 16px;
}
.slick-prev:hover:before, .slick-next:hover:before {color: #7a9757}
.slick-next:before {
    right: 0; 
    content: "";
}


/*----------------------------------------*/
/*  15. Latest Blog CSS
/*----------------------------------------*/
.single-latest-blog-img{
    position: relative;
}
.latest-blog .col-md-4 {
    padding: 0 20px;
}
.latest-blog .row {
    margin-left: -20px;
    margin-right: -20px;
}
.single-latest-blog-date {
    bottom: 15px;
    left: 15px;
    position: absolute;
}
.single-latest-blog-date > h4, .single-latest-blog-date > h6 {
    color: #fcfcfc;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    background: #0B96BE;
    padding: 9px 15px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.single-latest-blog-date > h6{
    font-size: 14px;
    background: #28435F;
    border-radius: 0 0 3px 3px;
}
.single-latest-blog-info{
    margin-top: 16px;
}
.single-latest-blog-info h4 a{ 
    font-size: 18px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.single-latest-blog-info h4 a:hover{
    color: #0B96BE;
}
.single-latest-blog-info h6{
    font-size: 12px;
    color: #565656;
    font-family: 'montserratlight';
    margin-bottom: 12px;
}
.single-latest-blog-info p {
  color: #565656;
  font-family: "montserratlight";
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
a.read-more {
  background: #0b96bf none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  left: 50%;
  opacity: 0;
  padding: 8px 15px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.5s ease 0s;
  z-index: 99;
}
a.read-more:hover{
    color: #28435F;
}
.single-latest-blog-img:after{
    background: rgba(40, 67, 95, 0.66);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
     -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-latest-blog:hover .single-latest-blog-img:after, .single-latest-blog:hover a.read-more{
    opacity: 1;
}
.single-latest-blog-img img{
	display:block;
}

/*----------------------------------------*/
/*   14. Pricing CSS
/*----------------------------------------*/

.single-price-table-head{
    background: #28435F;
}
.single-pricing-table{
    position: relative;
}
.single-price-table-head > h4{
    color: #fefefe;
    font-size: 24px;
    font-family: 'montserratsemi_bold';
    padding-top: 30px;
    padding-bottom: 20px;
}
.price-table-angle {
    border-color: rgba(0, 0, 0, 0) #28435f #f4f4f4;
    border-style: solid;
    border-width: 0 137px 41px 138px;
    font-size: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 73px;
    width: 0;
}
.price-table-angle::before, .price-table-angle::after {
    background: #0b96be none repeat scroll 0 0;
    content: "";
    height: 96px;
    left: -50px;
    position: absolute;
    top: -30px;
    transform: rotate(73deg);
    width: 10px;
}
.price-table-angle::after{
    right: -50px;
    left: auto;
    transform: rotate(-73deg);
}
.single-pricing-table-body{
    background: #F4F4F4;
    padding-top: 40px;
    padding-bottom: 30px;
}
.single-pricing-table-body > h5 {
    background: #0b96be none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    padding: 8px 18px;
}
.single-pricing-table-body li{
    font-size: 14px;
    color: #565656;
    font-family: 'montserratlight';
    padding-top: 20px;
}
.single-pricing-table-body a.order{
    font-size: 14px;
    color: #28435f;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #CCCCCC;
    padding: 9px 25px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 28px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-pricing-table-body a.order:hover{
    background: #28435F;
    border: 1px solid #28435F;
    color: #fff;
}
.single-pricing-table{
	transition:.5s;
}
.single-pricing-table:hover{
    box-shadow: 0px 2px 2px 2px #CECECE;
}

/*----------------------------------------*/
/*   14. Fun CSS
/*----------------------------------------*/
.single-fun-factor-wrapper {
    position: relative;
    width: 100%;
    z-index: 99;
}
.single-fun-factor {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #28435f;
    display: inline-table;
    font-size: 34px;
    height: 60px;
    width: 60px;
}
.single-fun-factor i{
    display: table-cell;
    vertical-align: middle;
}
.single-fun-factor-info > h2, .single-fun-factor-info > h5 {
    color: #fefefe;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
    margin-bottom: 0px;
}
.single-fun-factor-info > h5 {
    font-size: 16px;
}


/* call to action */
.call-button {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  padding: 12px 18px 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.call-button:hover {
  background: #0a95be none repeat scroll 0 0;
  border: 1px solid #0a95be;
  color: #fff;
}
.callp,.callp p{
	color:#fff !important;
}
.consultation-button {
  padding-top: 36px;
}
.reflex-about-us .media .heading{
	color: #282828;
font-family: "Raleway",sans-serif;
font-size: 27px;
font-weight: 700;
margin-bottom: 13px;
text-transform: uppercase;
}
.reflex-about-us-2 .media .heading{
	color: #282828;
font-family: "Raleway",sans-serif;
font-size: 27px;
font-weight: 700;
margin-bottom: 13px;
text-transform: uppercase;
}
.reflex-about-us-2 .media-body.text-center {
  background: #fafafa none repeat scroll 0 0;
  margin: -66px auto auto;
  padding-bottom: 66px;
  padding-top: 60px;
  position: relative;
  width: 83%;
  z-index: 99999;
}
.reflex-about-us-2 .excerpt,
.reflex-about-us-2 .excerpt p
{
	width:90%;
	margin:auto;
}

/*----------------------------------------*/
/*  22. Blog Details CSS
/*----------------------------------------*/
.title-container {
  background-color: #cfcfcf !important;
}
.content-main{
  padding: 4% 20px;
}
.content-main.single-area-pad {
  padding: 4% 0px;
}
body.single.single-post{
	background:#fff;
}
.pull-left.sidebar h5{
border-bottom: 1px solid #cccccc;
color: #282828;
font-family: "Montserrat",sans-serif;
font-size: 18px;
margin-bottom: 22px;
padding-bottom: 12px;
text-transform: capitalize;	
}



.blog-info-left{
	margin-bottom:30px;
}
.blog-info-left:nth-of-type(9){
	margin-bottom:0px;
}
.blog-info-left:nth-of-type(10){
	margin-bottom:0px;
}
.blog-info-left .single-latest-blog-info h4 a {
	margin-bottom:0px;
}
.blog-info-left .single-latest-blog-info {
  margin-top: 0;
}
.blog-info-left .single-latest-blog-info > h4 {
  color: #282828;
  font-family: "Montserrat",sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.blog-info-left .single-latest-blog-info > h6 {
  margin-bottom: 8px;
}
.blog-info-left .single-latest-blog-info > p {

}
.quotation {
    display: block;
    font-style: italic;
    padding-left: 55px;
    padding-right: 110px;
    color: #565656;
    margin-bottom: 30px;
}
.tag-share{
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    padding-bottom: 10px;
}
.share{
    float: right;
}
.tags ul, .share ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags ul li, .share ul li{
    display: inline-block;
}
.share ul li{
    padding: 0 12px;
}
.tags ul li.title, .share ul li.title{
    color: #282828;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.tags ul li a, .share ul li a{
    display: block;
    font-size: 14c
    color: #565656;
    font-family: 'montserratlight';
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tags ul li:hover a, .share ul li:hover a{
    color: #0B96BF;
}

.pull-left.sidebar h5,
.pull-right.sidebar h5
{
    font-size: 18px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 12px;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.pull-left.sidebar ul,
.pull-right.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pull-left.sidebar ul li,
.pull-right.sidebar ul li{
    display: block;
    padding-bottom: 8px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ccc;
}
.sidebar .widget li:not(:last-child) {
  border-bottom: 0px solid rgba(0, 0, 0, 0.12);
}
.pull-left.sidebar ul li a,
.pull-right.sidebar ul li a{
    text-transform: capitalize;
    color: #565656;
    font-size: 14px;
    font-family: 'montserratlight';
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pull-left.sidebar ul li:hover a,
.pull-right.sidebar ul li:hover a{
    color: #0B96BE;
}
.pull-left.sidebar ul li a span,
.pull-right.sidebar ul li a span{
    /* float: right; */
}
.blog-info-left .latest-post-img{
    float: left;
    margin-right: 15px;
}
.blog-info-left .latest-post-info{
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.blog-info-left .latest-post-info h4{margin-bottom: 5px}
.blog-info-left .latest-post-info h4 a{
    font-size: 15px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
}
.blog-info-left .latest-post-info h4 a:hover{
    color: #0B96BE;
}
.blog-info-left .latest-post-info h6, .blog-info-left .latest-post-info p{
    font-size: 12px;
    color: #565656;
    font-family: 'montserratlight';
}
.blog-info-left .latest-post-info p{
    font-size: 14px;
}
.single-tweets{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.single-tweets p{
    font-size: 14px;
    color: #565656;
    line-height: 22px;
}
.single-tweets p span{
    color: #0b96bf;
    font-size: 15px;
}
.single-tweets h6{
    color: #565656;
    font-size: 12px;
    font-family: 'montserratlight';
}
.blog-info-left .single-latest-blog-img > img {
    width: 100%;
}
.tagcloud{

}
.tagcloud ul li{

}
.pull-left.sidebar .tagcloud a,
.pull-right.sidebar .tagcloud a
{
	font-family: "montserratlight";
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-bottom: none;
    margin-right: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #565656;
    font-size: 14px !important;
    border: 1px solid #ccc;
    padding: 7px 12px;
	font-weight:normal;
	margin-bottom:15px;	
	text-transform: capitalize;
}
.tagcloud a:hover{
    background: #0B96BE;
    color: #fff !important;
    border-color:#0B96BE !important;
}
/* blog both side*/
.reflex-blog-both-side.blog-info-left{
	margin-bottom:30px;
}
.blog-info-left.reflex-blog-both-side:nth-child(10){
	margin-bottom:0px;
}

.extra-paginition .pagination ul{
	margin-left:10px;
}
.pull-left.sidebar .content, 
.pull-right.sidebar .content 
{
  padding: 0 10px 13px;
  background:#fff;
}
.pull-left.sidebar .content {
	margin-left:10px;
}
.pull-right.sidebar .content {
	margin-right:10px;
}
#wp-calendar caption {
	  margin-bottom: 10px;
color: #565656;
font-family: "montserratlight";
font-size: 14px;
text-transform: capitalize;
transition: all 0.5s ease 0s;	  
}
#wp-calendar {
}
#wp-calendar {
    border: 1px solid #e5e5e5;

}
table#wp-calendar td {
  border: 1px solid #e5e5e5;
   padding: 5px 10px;
     text-align: center;
}
#wp-calendar th, #wp-calendar td {
  padding: 8px;
}
table#wp-calendar th {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  text-align: center;

}
table#wp-calendar td#today{
	color:#fff ;
	background-color:#0b96bf ;
}
/*--------------------------------------------*/
/* 24. Contact CSS
/*--------------------------------------------*/
.contact-address{
    text-align: center;
    margin-right: 80px;
}
.single-address{
    margin-bottom: 45px;
}
.single-address-icon {
    display: inline-table;
    margin-bottom: 20px;
}
.single-address-icon i{
    background: #28435F;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    font-size: 24px;
}
.single-address-info > h4 {
    color: #282828;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.single-address-info > p {
    color: #565656;
    font-size: 12px;
    font-family: 'montserratlight';
}
.map-area{
    border-bottom: 1px solid #A8C3DF;
}



.leave-comment.comments {
  margin: 0 -10px;
}
.leave-comment.comments .wpcf7 .wpcf7-form span.name,
.leave-comment.comments .wpcf7 .wpcf7-form span.email {
  display: inline-block;
  float: left;
  width: 50%;
  
}
.leave-comment.comments .wpcf7 .wpcf7-form input{
	max-width: 100%;
}
.leave-comment.comments .wpcf7 .wpcf7-form span{
	padding: 0 10px;
	margin-bottom: 20px;
	overflow:hidden;
}
.leave-comment.comments .wpcf7 .wpcf7-form textarea {
  -moz-appearance: none;
  max-width: 100%;
  padding: 10px 8px;
}


.comments-title h4 {
    font-size: 18px;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}
.leave-comment.comments input, .leave-comment.comments textarea{
    border: 1px solid #dddddd;
    padding: 7px 10px;
    color: #565656;
    font-family: 'montserratlight';
    margin-top: 10px;
}
.comment-form input:first-child{
    margin-right: 30px;
}
.comment-form textarea{
    width: 100%;
}
.leave-comment.comments input[type="submit"] {
  background: #28435f none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  padding: 8px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.leave-comment.comments input[type=submit]:hover{
	 background: #0B96BE;
}
.single-address:nth-last-child(-n+1){
	margin-bottom:0px;
}

/*----------------------------------------*/
/*  17. Footer CSS
/*----------------------------------------*/
.pdd-90{
    padding: 90px 0;
}
.footer-site {
  padding-top: 65px;
  background: #28435F;
   color: #fff;
}
.footer-logo > p
 {
color: #ffffff;
font-family: "montserratlight";
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
margin-top: 20px;
}

.footer-add-icon{
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-right: 15px;
    float: left;
}
.footer-add-info p{
    color: #fff;
    font-size: 12px;
    font-family: 'montserratlight';
    display: inline-block;
}
.invert .footer-top-style .section-title-style  h5,
.footer-top-style .section-title-style  h5
{
    color: #fff;
    font-size: 16px;
    font-family: 'montserratsemi_bold';
    text-transform: capitalize;
    margin-bottom: 20px;
	 font-weight: 500;
}
.footer-top-style .section-title-style  ul li{
    margin-bottom: 8px;
}
.footer-top-style .section-title-style  ul li:last-child{
    margin-bottom: 0px;
}
.footer-top-style .section-title-style ul li a, .footer-widget.payment p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  font-family: 'montserratlight';
}
.footer-top-style .wpcf7-form p{
color: #ffffff;
font-weight: normal;
font-family: "montserratlight";
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
margin-top: 20px;
}

.footer-widget input, .footer-widget textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #A5ACB2;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
	 color: #8f8f8f;
	 font-size:12px;
	 color:inherit;
}
.footer-widget input[type="submit"] {
  background: #ffffff !important;
  color: #28435f !important;
  width: 30%;
  transition:.5s;
}
.footer-widget input[type=submit]:hover{
	background:transparent !important;
	color:#fff !important;
	border-color:#fff !important;
}
.footer-widget textarea{
    margin-bottom: 15px;
	height:75px;
}
.fbtn{
    color: #28435f;
    padding: 6px 20px;
    font-family: 'montserratsemi_bold';
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fbtn:hover{
    background: #28435f;
    color: #fff;
}
.footer-top-style .section-title-style  ul li:hover a{
    color: #0A95BE;
    margin-left: 5px;
}
.footer-bottom-area{
    background: #122F4D;
    padding: 5px 0;
}
.footer-bottom-area p, .footer-bottom-area p a{
    margin-bottom: 0;
    color: #d7d7d7;
    font-size: 13px;
    text-align: center;
}
.footer-bottom-area p a:hover{
    color: #0A95BE;
}
.footer-widget input[placeholder], .footer-widget textarea[placeholder] {
    font-size: 12px;
}
.copyright{
	text-align:center;
}
.alignleft {
  margin-right: 10px;
}
.sub-menu li a,
.nav .children li a{
	
}
.nav > ul > li .sub-menu .sub-menu,
.nav > ul > li .children .children
{
opacity:0;	
}
.nav li .sub-menu li:hover > .sub-menu,
.nav li .children li:hover > .children{
	opacity:1;
}

/*----------------------------------------*/
/*  18. Scroll Up CSS
/*----------------------------------------*/
#scrollUp {
    background: #ffffff none repeat scroll 0 0;
    bottom: 52px;
	border:1px solid #122f4d;
    color: #122f4d;
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    line-height: 32px;
    position: fixed;
    right: 50px;
    text-align: center;
    transform: rotate(45deg);
    transition: all 4ms linear 0s;
    width: 35px;
    z-index: 9999;
	transition: all 0.3s ease 0s;
}
#scrollUp i{
    transform: rotate(-45deg);
}
#scrollUp:hover {
    background: #0B96BE;
	border:1px solid #0B96BE;
    color: #fff;
}
.sk{
	margin-bottom:15px;
}
.sk .sticky{
	border:1px solid #ddd;
	padding:10px 10px 0 10px;
}
.column-flush .single-portfolio{
	margin-bottom:0px;
}


/* team stitle */
.team-image-style .media-image{position: relative}
.team-image-style .media-image:before, .team-image-style .media-image:after{
    position: absolute;
    background: #28435F;
    width: 12px;
    height: 325px;
    content: "";
    left: 0;
    top: 34px;
}
.team-image-style .media-image:after{
    width: 325px;
    height: 12px;
    bottom: 0;
    top: auto;
}

.stitle{
	display:block;
	color: #565656;
font-family: "montserratlight";
font-size: 14px;
margin-bottom: 40px;
}
.single-blog-pd{
	margin-bottom:20px;
}
.single-blog-pd:nth-last-child(-n+3){
	margin-bottom:0px;
}
.pagination {
  clear: both;
  display: inline-block;
  margin: 0 20px 0 0;
  overflow: hidden;
  padding: 30px 0 0;
}
.pagination ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination  ul li{
    display: inline-block;
    margin-right: 8px;
}
.pagination  ul li a{
    display: block;
    border: 1px solid #A6A6A6;
    font-size: 14px;
    color: #656565;
    font-family: 'montserratsemi_bold';
    height: 28px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pagination  ul li:hover a{
    background: #28435f none repeat scroll 0 0;
    color: #ffffff;
    border-color:#28435f;
}
.pagination ul li span.current {
  background: #28435f none repeat scroll 0 0;
  border: 1px solid #28435f;
  color: #ffffff;
  padding: 5px 10px;
}
.reflex-call-to-action-widget.content-vertical-massive{
	padding-bottom:42px;
}
.copy h6 {
  font-weight: 700;
}
/* comment css */

.grid.comments-nested.push-top {
  border-top: 1px solid #ddd;
}
.push-top-large .children {
  margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well
 {
  display: block;
  width: 100%;
}
.comment.odd.content.well,
.comment-list .odd.content.well
 {
  display: block;
  width: 100%;
}

small {
  color: #666;
}

.single .meta-item {
  color: #565656;
}
.story ul li,
.story ol li {
  font-size: 15px;
  margin-bottom:10px;
}
dl dt, dl dd {
  font-size: 15px;
}
.comment-notes {
  color: #666;
}

.post-password-form p input {
  padding: 6px 10px;
}
.post-password-form > p {
  display: inline-block;
}
/* shop page style */
.orderby option {
  padding: 3px 10px;
}
.woocommerce-result-count-container {
  padding: 15px 10px 0;
}
.onsale {
  background: #0b96be none repeat scroll 0 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 2px 10px 2px;
}
.products h3 {
  color: #282828;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  transition: all 0.5s ease 0s;
}
.products h3 + .price, .products .star-rating + .price {
  margin-top: 0;
}
.amount {
  color: #282828;
  font-weight: 600;
}
.add_to_cart_button {
  border: 0;
  font-size: 12px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}
.products .added_to_cart {
  float: right;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 10px;
  text-transform: uppercase;
}
.products .img-wrap img {
  width: 100%;
}
/* single shop */
.entry-title {
  color: #282828;
  font-family: "Montserrat",sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
  transition: all 0.5s ease 0s;
}
.column.purchase-options-container p {
 color: #565656;
font-family: "montserratlight";
font-size: 15px;
line-height: 24px;
margin-bottom: 0; 
}
.single_add_to_cart_button.button.alt {
  border: 0 none;
  font-size: 13px;
  height: inherit;
  padding: 7px 15px;
}
.column.purchase-options-container .woocommerce-Price-amount.amount {
  display: block;
  margin: 10px 0 8px;
}
/* cart page */
.checkout-button.button.alt.wc-forward {
  padding: 8px 10px;
}
.actions input[type="button"]:disabled, .actions input[type="submit"]:disabled {
  background: #00436b;
  color: #fff;
}

/* price slider */
.ui-slider .ui-slider-handle {
  background: #00436b none repeat scroll 0 0;
  border-radius: 1em;
  height: 16px;
  margin-top: 0;
  width: 16px;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -15px;
}
.price_slider_wrapper .price_slider {
  margin-bottom: 18px;
}


/*--------------------------------------------*/
/* 28. Single Product CSS
/*--------------------------------------------*/
.banner-info, .branding-img {
  margin-bottom: 30px;
}
.banner-info h4{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner-info p{margin-bottom: 25px}
.row .col-md-6 .banner-info p:nth-child(4){margin-bottom: 25px}
.banner-info p, project-info p{
    color: #565656;
    font-size: 14px;
    font-family: 'montserratlight';
    line-height: 24px;
}
.banner-info p span{
    color: #28435f;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.banner-info h5, .project-info h5{
    font-size: 18px;
    color: #282828;
    font-family: 'Montserrat', sans-serif; 
    text-transform: capitalize;
}
.banner-info ul{}
.banner-info ul li{
    font-family: 'montserratlight';
    color: #565656;
    font-size: 14px;
    margin-bottom: 20px;
}
.banner-info ul li span{
    color: #282828;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase;
}
.project-info p {
    line-height: 24px;
    margin-bottom: 35px;
	font-family: "montserratlight";
	color: #565656;
}
.project-info p:last-child {
    margin-bottom: 0px;
}
.banner-info {
    margin-left: 15px;
}
.project-img{position: relative; float: right}
.project-img:before, .project-img:after{
    position: absolute;
    background: #28435F;
    width: 9px;
    height: 340px;
    content: "";
    right: 0;
    bottom: 0
}
.project-img:after{
    width: 305px;
    height: 9px;
}
.project-img-info {
    left: 85px;
    position: absolute;
    top: 77px;
}
.project-img-info i{
    color: #5C5C5C;
    font-size: 16px;
}
.project-img-info p{
    font-style: italic;
    font-family: 'montserratlight';
    margin-top: 12px;
    margin-bottom: 28px;
    line-height: 25px;
    color: #565656;
}
.project-img-info h6{
    font-size: 14px;
}
.project-img-info img{
    margin-bottom: 10px;
}
/*-----------------------------------*/
/*- 1. RELATED PROJECTS CSS ---------*/
/*-----------------------------------*/
.related-projects-area {
	padding-top:50px;
}
.related-projects-area .grid {

}
.related-projects-title {
color: #282828;
font-family: "Montserrat",sans-serif;
font-size: 18px;
text-transform: capitalize;
margin-bottom:30px;
}
.single-related-project {
	position: relative;
	overflow: hidden;
}
.single-portfolio-item.column {
    margin-bottom: 20px;
} 
.single-related-project .overlay {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0; 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.single-related-project .related-project-img a,
.single-related-project .related-project-img img {
  	display: block;
}
.single-related-project .related-project-img img {
    width: 100%;
}
.single-related-project .related-project-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.single-related-project .portfolio-item-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.single-related-project .portfolio-item-info {
  	left: 9%;
  	position: absolute;
  	top: 69%;
  	z-index: 10;
}
.single-related-project .portfolio-item-info h3 > a,
.single-related-project .portfolio-item-info span {
	color: #fff;
}
.single-related-project .portfolio-item-info h3 > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
}
.single-related-project .portfolio-item-info span {
	font-family: 'montserratlight';
	font-size: 14px;
	line-height: 24px;
}
.single-related-project .zoom-btn {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	opacity: 0;
  	transition: all 0.4s ease-in-out 0s;
  	-webkit-transform: translate(-50%,-50%);
  	        transform: translate(-50%,-50%);
}
.single-related-project:hover .related-project-img img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
}
.single-related-project:hover .overlay,
.single-related-project:hover .portfolio-item-info,
.single-related-project:hover .zoom-btn {
	opacity: 1;
}
.project_p.project-img-info p {
  width: 60%;
  	font-family: "montserratlight";
	 color: #565656;
}
.story p,.copy p {
color: #565656;
font-family: "montserratlight";
font-size: 14px;
line-height: 24px;
margin-bottom: 20;
}
.story p:last-child{
	margin-bottom:0px;
}
.blog-single-page .section-title .heading {
  color: #444;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
}

.blog-single-page .section-title .heading span {
  color: #555;
  font-size: 20px;
}
.heading.comment-title {
  color: #555;
  font-family: "Raleway",sans-serif;
  font-size: 17px !important;
  font-weight: 600;
}
.heading.comment-title > span {
  font-family: "Raleway",sans-serif;
  font-size: 17px !important;
  font-weight: 500;
}
.story h6 {
  font-weight: 700;
}
pre {
  padding: 20px 20px 17px;
  white-space: unset;
}
body.page .section-title.large .heading {
  color: #444;
  font-family: "Raleway",sans-serif;
  font-size: 26px;
}

.story h1{
  color: #444;	
}
.story h2{
	  color: #444;
}
.story h3{
	  color: #444;
}
.story h4{
	  color: #444;
}
.story h5{
	  color: #444;
}
.story h6{
	  color: #444;
}
 
.blog-single-page .section-title {
  margin: 40px 0 -8px;
}
.blog-single-page .single-blog-meta {
  margin-bottom: 20px;
}
.well {
  background-color: #fff;
}
.recent-post-blog .latest-post-img{
	width:30%;
	float:left;
}
.recent-post-blog .latest-post-info{
}

.recent-post-blog .latest-post-info h4 {
  margin-bottom: 0;
  margin-top: -5px;
}
.recent-post-blog .latest-post-info h6 {
color: #565656;
font-family: "montserratlight";
  margin-bottom: 0;
  font-size: 10px;
  padding:0px;
}
.recent-post-blog .latest-post-info p {
color: #565656;
font-family: "montserratlight";
font-size: 13px;
line-height: 22px;
margin-bottom: 0;
}
.recent-post-blog .latest-post-info h4{
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.recent-post-blog .latest-post-info h4 a {
  color: #282828;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.recent-post-blog {
  border-bottom: 1px solid #ddd;
  clear: both;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 10px;
}
.recent-post-blog .latest-post-info {
  float: left;
  padding-left: 10px;
  width: 70%;
  padding-top:3px;
}

.form-submit input[type="submit"] {
  background: #28435f none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  margin-top: 30px;
  padding: 8px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.form-submit input[type="submit"]:hover {
background: #0b96be none repeat scroll 0 0;
  color: #fff;
}
/*----------------------------------------*/
/*  20. About Us CSS
/*----------------------------------------*/
.banner-area{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-area:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(40, 67, 95, 0.66);
}
.banner-text {
  padding: 125px 0 120px;
  position: relative;
  z-index: 9;
}
.banner-title h2{
    color: #fff;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
} 
.breadcrumbs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs ul li, .breadcrumbs ul li a{
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumbs ul li a{
    margin-right: 8px;
}
.breadcrumbs ul li{
    margin-left: 5px;
}
.breadcrumb-banner-area.singlebg-banner {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 67px 0 50px;
  text-align: center;
}
.bread-crumbs a:hover {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb-banner-area.singlebg-banner h1{
	color:#333333;
}
.breadcrumb-banner-area.singlebg-banner .bread-crumbs a:hover {
  color: #28435f;
  text-decoration: none;
}
.off-canvas-right {
  background: #2c435b none repeat scroll 0 0;
}
div[class*=" off-canvas-"] .section-nav-title {
  color: #ffffff;
}
div[class*=" off-canvas-"] .nav-vertical .sub-menu {
	opacity:0;
	display:none;
	transition:1s;
}
div[class*=" off-canvas-"] .nav-vertical li:hover .sub-menu {
  border: medium none;
  box-shadow: none;
  font-size: 1.2rem;
  opacity: 1;
  position: static;
  visibility: visible;
  width: auto;
  display:block;
  opacity:1;
}
.off-canvas-right .search-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 1px solid #0b96bf;
  color: #ffffff !important;
  margin-top: 5px;
  width: 50%;
}
.off-canvas-right .search-submit:hover {
  background: #0b96bf !important;
  color:#fff !important;
}
.btn-search .search-field {
  border-color: #0b96bf;
  color: #333333;
  float: left;
  height: 45px;
  margin-right: 5%;
  max-width: 70%;
}
.btn-search .search-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #0b96bf;
  color: #333333;
  display: block;
  height: 45px;
  margin-top: 0;
  width: 21%;
}
.btn-search .search-submit:hover {
  background: #0b96bf !important;
  border-color:#0b96bf !important;
  display: block;
  color:#fff;
}
.sub-menu li, .nav .children li {
  width: 190px;
}
.nav > ul > li .sub-menu .sub-menu, .nav li:hover > .sub-menu .sub-menu, .nav > ul > li .children .children, .nav li:hover > .children .children {
  left: 210px;
  top: -3px;
}
.single-latst-fix {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: relative;
  z-index: 1;
}

.blog-last a.read-more {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.page-numbers.dots {
  border: 1px solid #999;
  padding: 3px 0 7px;
}
.nav-links .page-numbers.dots {
  border: 0px solid #999;
  padding: 3px 0 5px;
}



.testimonial-image-slider .slick-arrow:hover {
  background: transparent none repeat scroll 0 0;
}
.consultation-button .call-button:hover {
  background: #0a95be none repeat scroll 0 0;
  border: 1px solid #0a95be;
  color: #fff;
}
.single-latest-blog a.read-more:hover {
  color: #fff;
}

/*------------------------------------------
 Reflex RESPONSIVE STYLE 
--------------------------------------------*/



/*-------------------------------------
  Normal desktop :1366px. 
----------------------------------------*/
@media (min-width: 993px) and (max-width: 1024px) {
.nav-horizontal ul li a {
  font-size: 12px;
}
.single-member-info-wrapper::before, .single-member-info-wrapper::after {
  display:none;
}	
.single-member-info::before, .single-member-info::after {
  transform:none;
}
#wp-calendar {
  border: 0 solid #e5e5e5;
  display: block;
  overflow-x: scroll;
}
}

/*-----------------------------------------------
  Normal desktop :992px. Start
-------------------------------------------------*/
@media (min-width: 960px) and (max-width: 992px) {
.nav-horizontal ul li a {
  font-size: 12px;
    letter-spacing: 0px;
}
.reflex-policy-widget .rs-p2{
	width:100%;
}
.single-member-info-wrapper::before, .single-member-info-wrapper::after {
  display:none;
}	
.single-member-info::before, .single-member-info::after {
  transform:none;
}
.consultation-button {
  padding-top: 0;
}
.reflex-about-us .column{
	padding-top:0px !important;
}
.testimonial-text-slider {
  width: 90%;
}
.price-table-angle {
  display: none;
}
.declarations {
  display: none;
}
.reflex-service-widget .rs-s2{
	width:100%;
}
.feature-info {
  padding: 57px 20px 34px 40px;
}
.feature-info::before{
	display:none;
}
.policy-img > img {
  display: block;
  margin: auto auto 25px;
  width: 70%;
}
#wp-calendar {
  border: 0 solid #e5e5e5;
  display: block;
  overflow-x: scroll;
}
.pull-left.sidebar .tagcloud a, .pull-right.sidebar .tagcloud a {
  padding: 7px 7px;
}
.sidebar .search-submit {
  font-size: 14px;
}

}

/*-----------------------------------------------------
 Tablet desktop :768px style start
-------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
.header-site {
  border-bottom: 0px solid #f1f1f1;
}	
.search-box {
  display: none;
}
.reflex-call-to-action-widget [class*="span-"]{
	width:100%;
}
.reflex-call-to-action-widget.content-vertical-massive {
  padding-bottom:70px;
}
.reflex-service-widget .rs-s{
	width:100%;
}
.feature-img {
  text-align: center;
}
.reflex-policy-widget .rs-p[class*="span-"]:first-child{
	width:100%;
}
.policy-img > img {
  width: 70%;
}
.style-declarations {
  display: none;
}
.portfolio-menu ul li {
  font-size: 12px;
  padding: 8px 16px;
}
.single-portfolio-item:hover .portfolio-detail > a {
  top: 37%;
  transform: translateY(-37%);
}
.portfolio-detail > a {
  left: 40%;
}
.reflex-team-widget [class*="span-"] {
  margin-bottom:20px;
}
.reflex-team-widget [class*="span-"]:nth-of-type(3) {
  margin-bottom:0px;
}
.reflex-team-widget [class*="span-"]:nth-of-type(4) {
  margin-bottom:0px;
}
.single-member-img img{
	width:100%;
}
.brand-style [class*="span-"]{
	margin-bottom: 40px;
}
.brand-style [class*="span-"]:nth-last-child(-n+3){
	margin-bottom: 0px;
}
.single-fun-factor-wrapper:nth-of-type(1) {
 margin-bottom: 50px;
}
.header-secondary {
  display: none;
}
.single-latest-blog-info h4 a {
  font-size: 15px;
}
.price-table-angle {
  display: none;
}

.logged-in.admin-bar div[class*=" off-canvas-"] {
  margin-top: 42px;
}
.close-canvas {
  right: 15px;
}
#wp-calendar {
  border: 0 solid #e5e5e5;
  display: block;
  overflow-x: scroll;
}

}


/* ----------------------------------------------------
  Small mobile :320px. 
-------------------------------------------------------*/
@media (max-width: 767px) {
	.header-site {
  border-bottom: 0px solid #f1f1f1;
}
.header-secondary {
  display: none;
}	
.swiper-slide.image-right .reflex-slider-width.copy-container {
  text-align: center;
  width: 100%;
}	
.section-title .heading {
  font-size: 26px;
}	
.reflex-slider-style .section-title .heading span {
  font-size: 21px;
}
.home-1.service .media-image {
  margin-bottom: 30px;
}
.has-image .media-body {
  text-align: center;
}
.consultation-button {
  padding-top: 0;
}
.feature-info::before {
display:none;
}
.feature-info {
  padding: 80px 0;
  text-align: center;
}
.declarations {
  display: none;
}
.style-declarations {
  display: none;
}
.portfolio-menu ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial-text-slider {
  padding: 0;
  width: 100%;
}
.single-fun-factor-wrapper {
  margin-bottom: 50px;
}
.single-blog-pd {
  margin-top: 30px;
}
.single-blog-pd:first-child {
  margin-top: 0px;
}
.brand-style [class*="span-"]{
	width:100%;
	margin-bottom: 40px;
}
.brand-style [class*="span-"]:last-child{
	margin-bottom: 0px;
}
.footer-site {
  text-align: center;
}
.section-title-style{
	margin-bottom:30px;
}
.footer-add-icon {
  float: none;
}
.search-box {
  display: none;
}
.reflex-service-widget .res-style2[class*="span-"]{
	width:100%;
	text-align:center !important;
}
.feature-left {
  text-align: center;
}
.single-pricing-table {
  margin-bottom: 20px;
}
.price-table-angle {
  display: none;
}
.contact-address {
  margin-right: 0;
}
.breadcrumb-banner-area.singlebg-banner h1 {
  font-size: 20px;
}
/* ------------ */
.banner-text {
  padding: 75px 0 60px;
}
.banner-title h2{
    font-size: 26px;
	font-weight:bold;
} 
.breadcrumbs ul li, .breadcrumbs ul li a {
  font-size: 14px;
}

.pull-left.sidebar, .pull-right.sidebar {
  margin-top: 20px;
}

.pull-left.sidebar aside:first-child,
.pull-right.sidebar aside:first-child {
  margin-top: 45px;
}

body.page .section-title.large .heading {
  font-size: 16px;
  line-height: 26px;
}
.reflex-slider-style .section-title .heading span {
  font-size: 20px;
}
.reflex-slider-style .section-title .excerpt, .reflex-slider-style .section-title .excerpt p {
  font-size: 14px;
  line-height: 24px;
}
.section-title .heading {
  font-size: 20px;
}
.reflex-about-us .media .heading {
  font-size: 20px;
}
.reflex-about-us-2 .media .heading {
  font-size: 20px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.single-member-info::before, .single-member-info::after {
  height: 42px;
}
.portfolio-menu ul li {
  padding: 8px 15px;
}
.contact-address {
  margin-bottom: 50px;
}
.feature-img {
  margin-left: 0;
  text-align: center;
}
.products .img-wrap img {
  width: 100%;
}
.woocommerce-result-count-container {
  padding: 15px 10px 20px;
  text-align: center;
  margin-bottom:15px;
}
.woocommerce-ordering {
  float: none;
}
.woocommerce-result-count {
  float: none;
}
#scrollUp {
  background: #0b96be none repeat scroll 0 0;
  border: 1px solid #0b96be;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  height: 30px;
  line-height: 26px;
  position: fixed;
  right: 10px;
  text-align: center;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  width: 30px;
  z-index: 9999;
}

.admin-bar div[class*=" off-canvas-"] {
  padding-top: 120px;
}
.logged-in.admin-bar div[class*=" off-canvas-"] .close-canvas {
  top: 60px;
}
html.canvas {
  margin-top: 0 !important;
}
.logged-in .header-site {
  margin-top: 45px;
}
.close-canvas {
  right: 15px;
  top: 10px;
}
.blog-info-left:nth-of-type(9) {
  margin-bottom: 30px;
}

}


/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
.single-feature {
  padding: 0 25px;
}
.single-police {
  text-align: center;
}
.single-policy-right {
  float: none;
}
.reflex-team-widget [class*="span-"] {
  margin: auto auto 20px;
  width: 60%;
}
/* .reflex-team-widget [class*="span-"]:last-child{
	margin-bottom:0px;
} */
.single-latest-blog-img img {
  width: 100%;
}
.reflex-service-widget .res-style2[class*="span-"]{
	width:100%;
	text-align:center !important;
}
.feature-left {
  text-align: center;
}
.feature-img {
  margin-left: 0;
  text-align: center;
}



}
/* -------------------------------------------------
  Large Mobile :600px. 
---------------------------------------------------*/
@media only screen and (min-width: 481px) and (max-width: 640px){
.reflex-about-us [class*="span-"]{
	width:100%;
}
.reflex-call-to-action-widget [class*="span-"]{
	width:100%;
}
.reflex-policy-widget .rs-p[class*="span-"]:first-child{
	width:100%;
}
.policy-img > img {
  width: 100%;
}
.reflex-service-widget [class*="span-"]{
	width:100%;
}
.reflex-service-widget .res-style2[class*="span-"]{
	width:100%;
	text-align:center !important;
}
.feature-left {
  text-align: center;
}
.portfolio-detail-info h5 a {
  font-size: 14px;
}
.category-text {
  font-size: 10px;
}	
.portfolio-detail > a {
  display: none;
}
.reflex-team-widget [class*="span-"] {
  width: 47%;
}
.swiper-slide.image-right .reflex-slider-width.copy-container {
  width: 90%;
}
.brand-style [class*="span-"] {
  width:46%;
}
.feature-img {
  margin-left: 17px;
  text-align: center;
}
.reflex-contact-widget .c-full{
	width:100%;
}
.contact-address {
  margin-right: 0;
}
.single-policy-info > p {
  text-align: left;
}
.portfolio-detail-info {
  left: 17px;
}
.single-blog-pd:first-child {
  margin-top: 30px;
}
.content-vertical-massive {
  padding-bottom: 25px;
  padding-top: 80px;
}
/* ------------ */
.single-latest-blog-date > h4, .single-latest-blog-date > h6 {
  display: none;
}
.products h3 {
  font-size: 15px;
}
.add_to_cart_button {
  font-size: 11px;
}
.products .added_to_cart {
  float: left;
}
.pull-left.sidebar aside:first-child, .pull-right.sidebar aside:first-child {
  margin-top: 0px;
}



}
/* -------------------------------------------------
  Large Mobile :840px. 
---------------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 840px){
.reflex-team-widget [class*="span-"] {
  width: 47%;
}
.single-member-info-wrapper::before, .single-member-info-wrapper::after {
  display:none;
}	
.single-member-info::before, .single-member-info::after {
  transform:none;
}
.reflex-about-us .column{
	padding-top:0px !important;
}
.declarations {
  display: none;
}
.reflex-service-widget .rs-s2{
	width:100%;
}
.feature-info {
  padding: 57px 50px 34px 138px;
}
.feature-info::before {
  display:none;
}
.consultation-button {
  padding-top: 0;
}
.header-site .nav-horizontal > ul > li > a {
  padding: 0 6px 20px;
}
.nav-horizontal ul li a {
  font-size: 11px;
}
.reflex-policy-widget .rs-p2{
	width:100%;
}
.footer-widget input[type="submit"] {
  width: 37%;
}
.testimonial-text-slider {
  width: 90%;
}
#wp-calendar {
  border: 0 solid #e5e5e5;
  display: block;
  overflow-x: scroll;
}
.sidebar .search-submit {
  font-size: 11px;
}

}