/*
Author       : WBT
Author  Uri  : 
Template Name: Voicer
Version      : 2.0                                          
*/

/*  Basic HTML Elements Style */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Poppins:400,700,800');
html {
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    color: #666;
    background-color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    opacity: .9;
}



:focus {
    outline: none;
}

a {
    color: #444;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

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

a.highlight:hover {
    color: #aeaeae;
}

section {
    background-position: center center;
    background-size: cover;
}

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

p {
    font-size: 15px;
    line-height: 24px;
}


/*---------- BASIC TYPOGRAPHY ----------*/

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: #232323;
    font-family: 'Poppins', sans-serif;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}

h2 {
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h4 {
    font-size: 17px;
    line-height: 26px;
}

h5 {
    font-size: 12px;
    line-height: 22px;
}



section {
    padding: 80px 0px;
}


/* Nav Bar Style */

nav.navbar.navbar-expand-lg.trans-nav.fixed-top{
	    background: #fff;
    box-shadow: -8px -3px 20px 0px;
}

.ox-content{
	padding: 180px 0px 150px;
}
.ox-img{
	padding-top: 125px;
}

.bshadow{
    box-shadow: 0px 0px 13px 2px rgba(149, 141, 142, 0.25);
}

.center{
   text-align:center;
   box-shadow: 1px 2px 15px 0px;
   margin-right: 20px;
   margin-left: 20px;
   padding-top: 20px;
}

.h2class{
	
    padding: 10px;
    font-size: 23px;
    color: #2980B9;

}
.middle-col{
	
    padding: 55px;
    color: #fff;
}
.bg-cool{
background-color: #cbe5ff !important;
}

.nw1 {
    margin-top: 30px;
}

.our-blog-contnet {
  padding: 30px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.our-blog-contnet h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.our-blog-contnet .post_meta {
  margin-bottom: 10px;
  font-size: 12px;
}
.our-blog-contnet .post_meta ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.our-blog-contnet .post_meta ul li:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #7c7c7c;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.our-blog-contnet .post_meta ul li:last-child:before {
  display: none;
}
.our-blog-contnet .post_meta ul li a {
  color: #ff5951;
}
.our-blog-contnet > p {
  font-size: 14px;
}
.our-blog-contnet .button-block {
  margin-top: 20px;
}
.our-blog-contnet .button-block .botton-border {
  padding: 5px 30px;
  border: 2px solid #ff5951;
  color: #ff5951;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.our-blog-contnet .button-block .botton-border:hover {
  background: #ff5951;
  color: #ffffff;
}

.single-our-blog:hover .our-blog-image a {
  position: relative;
}
.single-our-blog:hover .our-blog-image a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.single-our-blog:hover .our-blog-image .in-our-blog-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  margin-top: 0px;
}

.our-blog-image {
  position: relative;
}
.our-blog-image a {
  position: relative;
}

.blog-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f6f6f6;
  padding: 10px 20px;
  color: #ff5951;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-top-bar {
    padding: 6px;
  }
}
.blog-top-bar .blog-item-filter-list li a {
  font-size: 20px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.blog-top-bar .blog-item-filter-list li a:before {
  background: #ff5951;
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: 0;
  top: 6px;
}
.blog-top-bar .blog-item-filter-list li:first-child a:before {
  display: none;
}

.single-blog-list-view .our-blog-contnet {
  padding: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .single-blog-list-view .our-blog-contnet {
    margin-top: 30px;
  }
}

.blog-details-area .our-blog-contnet {
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.blockquote-blog {
  background: #ff5951;
  padding: 20px 70px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.blockquote-blog:after {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/icon/small-quote-icon.png) no-repeat;
  content: "";
  left: 35px;
  top: 25px;
  z-index: 1;
  right: auto;
}
.blockquote-blog:before {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../images/icon/quote-icon01.png) no-repeat;
  content: "";
  right: 0;
  bottom: 10px;
  z-index: 1;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .blockquote-blog {
    padding: 30px 30px;
  }
  .blockquote-blog:after {
    left: 15px;
    top: 15px;
  }
}
.blockquote-blog p {
  margin: 0;
}
.blockquote-blog h5 {
  margin: 0;
  float: right;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-left: 45px;
}
.blockquote-blog h5:after {
  position: absolute;
  width: 35px;
  height: 1px;
  background: #ddd;
  content: "";
  left: 0;
  top: 50%;
}

/*  custom what we do */

.section-2-bg {
    background-color: #f7f7f7;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rowsafari {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heading-bottom-space {
    margin-bottom: 5px;
}

.content-top-space {
    padding-top: 15px;
}

.what-we-ul {
    margin-top: 20px;
}

.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.what-we-ul li:first-child {
    width: 40px;
}

.what-we-ul li {
    display: table-cell;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}

.content-ul li {
    list-style: none;
}

/*  custom what we do */

/*  custom Analysis */

.section-1-bg {
    background-color: #ffffff;
}

.heading-div-1 {
    padding-bottom: 40px;
}

.analysis-col {
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rowsafari {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.analysis-img {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.analysis-content {
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 70px 20px 25px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.heading-bottom-space {
    margin-bottom: 5px;
}

.content-top-space {
    padding-top: 15px;
}
.readmore {
    color: #3598DB;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*======================================= CAROUSEL AND TESTIMONIAL SLIDER START ====================================================================*/

#owl-demo1 .item,
#owl-demo .item {
  background-color:transparent;
  margin: 0px 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.customNavigation{
  text-align: center;
}

/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
#owl-demo1 .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page span  {
	display:none !important;
}*/

/*======================================= CAROUSEL AND TESTIMONIAL SLIDER END ====================================================================*/


/* OUR QUALIFIED TEAM */
.team-col {
    background-color: #f6f6f6;
    padding: 17px 15px;
}

.heading-bottom-space {
    margin-bottom: 5px;
}

.content-top-space {
    padding-top: 15px;
}

.owl-carousel {
    position: relative;
    height: 100%;
}

.team-col-div {
    position: relative;
}

.team-col-content {
    padding: 82px 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-col {
	background-color: #f6f6f6;
	padding: 17px 15px;
}
.testimonial-col {
	background-color: #ffffff;
	padding: 20px 15px;
}
.team-col-div {
	position: relative;
}
.team-col-content {
	padding: 82px 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col-div:hover .team-col-content {
	background-color: rgba(34, 34, 34, 0.5);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-col-content p,
.team-col-content h4 {
	color: #ffffff;
}
.team-col-content .team-icon {
	margin: 0 auto;
}
.team-icon {
	margin-bottom: 0;
}
.team-icon li {
    list-style: none;
    display: inline-block;
	width: 40px;
}
.team-top-space {
	margin-top: 40px;
}
.owl-demo2 .owl-pagination {
	display: none;
}

/* END OUR QUALIFIED TEAM */


/* Recent Blogs */
.blog-wrap {
    padding-bottom: 1px;
    border-radius: 3px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.blog-img img{
	width:100%;
}
.blog-date {
    font-size: 12px;
}

.blog-botder {
    margin-left: 10px;
}

.blog-date-right {
    margin-left: 10px;
}

.blog-content h6 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-content {padding: 15px;}

.blog-wrap:hover {
    box-shadow: 0 30px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
}
.blog-wrap:hover .blog-content h6 {
    color: #F14F4F;
}
.blog-bottom-p {
    font-size: 15px;
}
.call-to-action h3 {
    font-size: 36px;
    font-weight: 600;
	margin-bottom: 10px;
}
.call-to-action p {
    margin-bottom: 50px;
}


.advertise-area {
    padding: 63px 0;
}

.section-gray {
    background: #F0F0F0;
}

.advertise-area a:hover {
    background: #f5b120 none repeat scroll 0 0;
}

.advertise-area a {
    background: #1bb4b9 none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-box {
    padding-bottom: 20px;
}

p.text-muted.lead {
    margin-bottom: 3px;
}
.underline-ul.text-center {
    margin-bottom: 12px;
}


.product-view .product-name h1 {
    font-size: 32px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1.2;
    padding-bottom: 0px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 55px !important;
    letter-spacing: 1px;
}
.price-box {
    margin-top: 22px;
    margin-left: 5px;
    color: #2f7f9e;
    font-size: 22px;
    font-weight: 600;
}

.stock {
    font-size: 15px;
    border: 1px solid green;
    padding: 3px;
    background: #3c8703;
    color: #fff;
    /* font-weight: 550; */
    margin-right: 12px;
}

.custom button.items-count {
    background-color: #fff;
    border: 1px #ececec solid;
    color: #999;
}

.custom button.items-count {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    font-size: 12px;
    line-height: 0px;
    padding: 13px 12px 9px 12px;
    height: 40px;
    width: 40px;
}

.add-to-cart .qty, .qty-holder .qty {
    /* background-color: #FFFFFF; */
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    font-size: 15px;
    font-weight: bold;
}

.add-to-cart .qty {
    height: 40px;
    text-align: center;
    width: 60px;
    vertical-align: top;
}