/*--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}  
/*-- /reset code --*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight:200;
}
/*-- Navigation bar --*/
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #40416f;
      height: 100px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse {
    background-color:transparent;
    border-color: transparent;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    margin-right: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 12px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 40px;
    line-height: 20px;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Nunito', sans-serif;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 100%) {
  /* Navbar positioning foo */
  
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}
/*-- /Navigation bar --*/
/*-- Navigation effects --*/
nav a {
	position: relative;
	display: inline-block;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
}
.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 43px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}
.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}
.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	width:95px;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	width:95px;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}
/*-- /Navigation --*/
/*-- banner section --*/
section.banner {
    margin-top: -86px;
}
#slideshow-controller {
  position: absolute;
  bottom: 10px;
  left: 45%;
}
#slideshow-banner ul { 
	position: relative; 
}
#slideshow-banner ul .slideshow-item { 
	position: absolute; 
}
#controller-left {
  position: absolute;
  left: 2%;
  top: 45%;
  cursor: pointer;
}
#controller-right {
  position: absolute;
  right: 2%;
  top: 45%;
  cursor: pointer;
}
.controller-item {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f00;
  margin-right: 10px;
  border-radius: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.controller-item-hover {
  opacity: 1;
  background: #ccc;
  transform: rotateX(360deg);
  transition: transform 2s;
}
.slideshow-transform {
  transform: scale(1.5, 1.5);
  transition: transform 5s;
}
* 	{ 
	margin:0; 
	padding:0; 
}
div#slideshow-banner { 
	height:1012px; 
	width:100%; 
	overflow:hidden; 
	position:relative; 
	margin:0px auto; 
}
div#slideshow-banner ul ,div#slideshow-banner ul li { 
	width:100%; 
	height:100%; 
}
div#slideshow-banner ul li img{
	width:100%;
	height:100%;
} 
ul li {
	list-style-type:none;
}
/*-- /banner section --*/
/*-- info section --*/
section.info {
	padding:100px 0;
	background:url(../images/info.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.info h3 {
    font-size: 25px;
    font-weight: 500;
    padding: 20px 0;
    color: #000;
	font-family: 'Nunito', sans-serif;
}
section.info h3 span {
	margin-right:5px;
}
section.info p {
    padding: 10px 0;
    font-size: 17px;
    font-weight: normal;
    color: #000;
	margin-left: 32px;
}
section.info p span {
	margin-right:5px;
	vertical-align:middle;
	text-align:center;
}
/*-- /info section --*/
/*-- Services section --*/
section.our-services {
	padding:100px 0;
	background:url(../img/bck-images.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.our-services h1{
	font-size: 45px;
	font-weight: 300;
    padding: 20px 0;
    color: #fff;
	text-align:center;
	font-family: 'Nunito', sans-serif;
}
section.our-services p.text-center {
	font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 20px 0 50px;
}
section.our-services h4 {
	font-size: 25px;
    font-weight:100;
    padding: 0px 0 10px;
    color: #fff;
	font-family: 'Nunito', sans-serif;
}
section.our-services h4 span {
	margin-right:5px;
}
section.our-services p.serv {
	font-size: 17px;
    font-weight: 100;
    line-height: 25px;
    padding: 10px 0 30px;
    color: #FFFFFF;
}
/*-- /Services section --*/
/*-- Testimonial Section --*/
section.testimonials {
	padding:100px 0;
	background:url(../images/test.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.testimonials h2 {
	font-size: 45px;
    font-weight: 300;
	color: #fff;
    padding: 20px 0 30px;
	text-align:center;
	font-family: 'Nunito', sans-serif;
}
section.testimonials p.text-center {
	font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding: 10px 0 70px;
}
section.testimonials .carousel-inner>.item>a>img, section.testimonials .carousel-inner>.item>img {
    padding: 50px 0 10px;
	margin: 0 auto;
}
section.testimonials .carousel-inner>.item> h4 {
	font-size: 25px;
    font-weight: 300;
    padding: 20px 0;
    color: #fff;
	font-family: 'Nunito', sans-serif;
}
section.testimonials .carousel-inner>.item>a>img, .carousel-inner>.item> p.text-center {
	font-size:17px;
	font-weight:100;
	padding: 5px 100px 70px;
    line-height: 25px;
    color: #fff;
}
section.testimonials .carousel-indicators li {
	border-radius:0px;
	background-color:#000;
}
section.testimonials .carousel-indicators .active {
	background-color:#A93C3C;
}
section.testimonials .carousel-indicators {
    bottom: -18px;
}
/*-- /Testimonial Section --*/
/*-- Team Section --*/
section.our-team {
	padding:100px 0;
	background:url(../images/background.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.our-team h3 {
	font-size: 45px;
    font-weight:300;
    padding: 20px 0 35px;
	text-align:center;
	color:#fff;
	font-family: 'Nunito', sans-serif;
}
section.our-team p.text-center {
	font-size:20px;
	font-weight:300;
	line-height: 30px;
	color:#fff;
    padding: 0px 0px 50px;
}
.view1,.view2,.view3,.view4,.view5,.view6,.view7,.view8 {
   height:250px;
   width:250px;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 0px 0px #4C7AB5,0px 0px 0px 0px #406AA6,0px 0px 20px 7px #FEFDF9;
   -moz-box-shadow: 0px 0px 0px 0px #4C7AB5,0px 0px 0px 0px #406AA6,0px 0px 20px 7px #FEFDF9;
   box-shadow: 0px 0px 0px 0px #4C7AB5,0px 0px 0px 0px #406AA6,0px 0px 20px 7px #FEFDF9;
   cursor: default;
}
.view1 {
	background: #fff url(../img/sadar/10.jpg) no-repeat center center;
}
.view2 {
	background: #fff url(../img/street/banner.jpg) no-repeat center center;
}
.view3 {
	background: #fff url(../img/banner3.png) no-repeat center center;
}
.view4 {
	background: #fff url(../img/banner4.png) no-repeat center center;
}
.view5 {
	background: #fff url(../images/team5-5.jpeg) no-repeat center center;
}
.view6 {
	background: #fff url(../images/team6-6.jpeg) no-repeat center center;
}
.view7 {
	background: #fff url(../images/team7-7.jpeg) no-repeat center center;
}
.view8 {
	background: #fff url(../images/team8-8.jpeg) no-repeat center center;
}
.view1 .mask,.view1 .content,.view2 .mask,.view2 .content,.view3 .mask,.view3 .content,.view4 .mask,.view4 .content,.view5 .mask,.view5 .content,.view6 .mask,.view6 .content,.view7 .mask,.view7 .content,.view8 .mask,.view8 .content {
   width: 250px;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view1 img ,.view2 img ,.view3 img ,.view4 img ,.view5 img ,.view6 img ,.view7 img,.view8 img  {
   display: block;
   width:100%;
   position: relative;
}
.view1 h4 ,.view2 h4 ,.view3 h4 ,.view4 h4 ,.view5 h4 ,.view6 h4 ,.view7 h4,.view8 h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 57px 0 0 0;
   font-weight:bold;
   font-family: 'Nunito', sans-serif;
}
ul.social-icons {
    padding: 20px 0;
}
ul.social-icons li {
	display:inline;
	margin:0;
	padding:10px 0;
}  
ul.social-icons li a i.fa.fa-facebook{
	color:#fff;
	background-color:#3b5998;
	padding: 6px 9px;
    font-size: 16px;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
}
ul.social-icons li a i.fa.fa-facebook:hover {
	background-color:#17233E;
}
ul.social-icons li a i.fa.fa-twitter {
	color:#fff;
	background-color:#55acee;
	padding: 6px 6px;
    font-size: 15px;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
}
ul.social-icons li a i.fa.fa-twitter:hover {
	background-color:#1F435F;
} 
ul.social-icons li a i.fa.fa-linkedin {
	color:#fff;
	background-color:#e68523;
	padding: 4px 7px 8px;
    font-size: 15px;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;
}
ul.social-icons li a i.fa.fa-linkedin:hover {
	background-color:#794612;
}
ul.social-icons li a i.fa.fa-google-plus {
	color:#fff;
	background-color:#dc4e41;
	padding: 7px 6px;
    font-size: 12px;
	border-radius:50%;
	text-align:center;
	vertical-align:middle;	
}
ul.social-icons li a i.fa.fa-google-plus:hover {
	background-color:#69251F;
}
.view1 p.info,.view2 p.info,.view3 p.info,.view4 p.info,.view5 p.info,.view6 p.info,.view7 p.info,.view8 p.info {
   padding: 7px 14px;
   background: #000;
   color: #fff;
}
/*-- /Team Section --*/
/*-- Pricing Table --*/
section.price {
    padding: 100px 0;
	padding:100px 0;
	background:url(../images/price.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.price h3.text-center{
	font-size: 45px;
    font-weight: 300;
	color:#fff;
    padding:10px 0 30px;
	font-family: 'Nunito', sans-serif;
}
section.price p.text-center {
	font-size:20px;
	font-weight:200;
	line-height: 30px;
    padding: 10px 0px 35px;
	color:#fff;
}
li.pricing__feature {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}
.pricing-section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.pricing-section {
	position: relative;
}
.pricing-section__title {
	font-size: 1.4em;
	font-weight: 700;
	margin: 3em 0 5em;
	flex: none;
}
.pricing-section a {
	color: #333;
}
.pricing-section a:hover, 
.pricing-section a:focus {
	color: #000;
}
.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 600px;
	margin: 0 auto 3em;
}
.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing__feature-list {
	text-align: left;
}
.pricing__action {
	color: inherit;
	border: none;
	background: none;
}
.pricing__action:focus {
	outline: none;
}
.pricing--jinpa .pricing__item {
	margin: 1.5em 0;
	height: 520px;
	padding: 2em;
	cursor: default;
	color: #fff;
	border: 1px solid #CBFFC8;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
}

.pricing--jinpa .pricing__item:nth-child(2) {
	border-right: none;
	border-left: none;
}

.pricing--jinpa .pricing__item:hover {
	color: #444;
	background: #CBFFC8;
}

.pricing--jinpa .pricing__title {
	font-size: 2em;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pricing--jinpa .pricing__price {
	font-size: 1.45em;
	font-weight: bold;
	line-height: 95px;
	width: 100px;
	height: 100px;
	margin: 1.15em auto 1em;
	border-radius: 50%;
	background: #ea716e;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.pricing--jinpa .pricing__item:first-child .pricing__price {
	background: #eac36e;
}

.pricing--jinpa .pricing__item:nth-child(2) .pricing__price {
	background: #eaa36e;
}

.pricing--jinpa .pricing__item:hover .pricing__price {
	color: #fff;
	background: #82C57E;
}

.pricing--jinpa .pricing__sentence {
	font-weight: bold;
}

.pricing--jinpa .pricing__feature-list {
	margin: 0;
	padding: 1em 1em 2em 1em;
	list-style: none;
	text-align: center;
}

.pricing--jinpa .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 0.75em 2em;
	opacity: 0;
	color: #fff;
	background: #82C57E;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.pricing--jinpa .pricing__item:hover .pricing__action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pricing--jinpa .pricing__action:hover,
.pricing--jinpa .pricing__action:focus {
	background: #6EA76B;
}

@media screen and (max-width: 60em) {
	.pricing--jinpa .pricing__item {
		max-width: none;
		width: 90%;
		flex: none;
	}
	.pricing--jinpa .pricing__item:nth-child(2) {
	border:1px solid #fff;
}
}
/*-- Pricing Table Pop Up section --*/
#small-dialog h4 {
	margin: 10px 0;
	font-family: 'Exo 2', sans-serif;
}
.pricing-grid{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pricing-top{
	background:#323232;
	padding:1.5em 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pricing-top h3{
	color:#fff;
	font-size:2em;
	margin-bottom:7px;
	font-weight:500;
}
.pricing-top p{
	color:#fff;
	font-size:1em;
	font-weight:400;
}
.pricing-top p span{
	color:#f94877;
	font-weight:600;
	font-size:1.3em;
}
.pricing-offer {
	order:1px solid #eee;
}
.pricing-offer ul li{
	display:block;
}
.pricing-offer ul li.whyt a{
	background: #f4f4f4;
}
.pricing-offer ul li a {
    color: #000000;
    font-size: 1.1em;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 300;
}

.pricing-grid:hover div.pricing-top,.pricing-grid:hover div.sign button{
	background:#f94877;
	color:#fff;
    border-radius: 0;
}
.pricing-grid:hover div.pricing-top p span{
	color:#fff;
	font-weight:600;
	font-size:1.3em;
}
#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5{
	background: white;
    padding: 10px 0 10px 0;
	text-align: left;
	max-width: 629px;
	margin: 40px auto;
	position: relative;
	text-align: center;
	border: 15px solid#eee;
    height: 565px;
}
.pricing-grids {
	width: 70%;
	margin: 0 auto;
}
.pricing-grid {
    width: 32%;
	float: left;
	margin-right: 2%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.pricing-grid:nth-child(3) {
	margin: 0;
}
/*Pricing table and price blocks*/
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
}
/*----*/
 .pricing-grid3{
 	margin-right: 0;
 }
.pricing-grid:hover,.pricing-grid:hover,.pricing-grid:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3){
	margin-right:0;
}
.price-value h2,.price-value.two h3,.price-value.three h4{
	font-size: 2em;
	color: #fff;
	font-weight: bold;
}
.price-value,.price-value.two,.price-value.three {
	background: #8386e7;
	padding: 1em 0em 1em;
	border-bottom: 1px solid#393C9F;
	text-align: center;
}
.price-value.two{
	background: #41cac0;
	border-bottom: 1px solid#25857E;
}
.price-value.three {
	background: #d27ff1;
	border-bottom:1px solid#A24BC3;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li{
	list-style: none;
}
.price-value h5 {
	padding: 11px 0;
	font-style: italic;
	font-size: 13px;
	color: #F0EBEB;
}
ul.count,.pricing-grid1 ul li a,ul.count,.pricing-grid2 ul li a,ul.count,.pricing-grid3 ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding: 10px 20px;
}
.price-bg {
	background: #fff;
	height: 500px;
}
p.price-label-1 {
	color: #8386E7;
	text-align: center;
}
p.price-label-2 {
	color: #41cac0;
	text-align: center;
}
p.price-label-3 {
	color: #D27FF1;
	text-align: center;
}
.price-bg p span {
	font-weight: bold;
	font-size: 5em;
}
.price-bg p i {
	vertical-align: super;
}
.price-bg ul {
	padding: 0;
}
.price-bg ul li{
	list-style: none;
}
ul.buy-now li {
	display: inline-block;
}
li.view {
	float: left;
	margin: 9px 0px 0px 35px;
}
li.view a {
	color: #83b4e6;
	border-bottom: 2px dotted;
	font-style: italic;
}
ul.count li a {
	color: #6A6A6A;
}
ul.buy-now {
	padding: 12px 0 16px;
}
li.tag-now-1 {
	background: #8386E7;
	float: right;
	margin-top: 12px;
}
li.tag-now-1:hover {
	background: #37398A;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
li.tag-now-1 a {
	color: #fff;
}
li.tag-now-2 {
	background: #41cac0;
	float: right;
    margin-top: 12px;
}
li.tag-now-2:hover {
	background: #277F78;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
li.tag-now-2 a {
	color: #fff;
}
li.tag-now-3 {
	background: #D27FF1;
	float: right;
	margin-top: 0px;
}
li.tag-now-3:hover {
	background: #9227BA;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
li.tag-now-3 a {
	color: #fff;
    padding: 10px;
}
ul.count li img {
	vertical-align: middle;
	margin-right: 20px;
}
ul.count li {
	border-bottom: 1px solid#999;
    padding: 1.2em 0;
}
ul.count li  {
	padding-left: 35px;
}
a.popup-with-zoom-anim {
	outline: none;
	border: none;
	text-decoration: none;
	background-color: #fff;
	padding: 10px 50px;
	color:#f1d013;
	font-size:25px;
	font-family: 'Exo 2', sans-serif;
}

a.popup-with-zoom-anim:hover{
	background-color:#f2cf13;
	transition: all 0.5s ease-in-out;
	color:#fff;
}
/*---start-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
	list-style: none;
}
form ul {
	padding:0;
}
h4.payment-head{
	font-size: 1.9em;
	color: #222222;
	padding: 0.5em 0;
	text-align: left;
    float: left;	
}
.payment-online-form-left span{
    vertical-align: sub;
	margin-right: 30px;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left input[type="text"]{
	padding: 1em 1em;
	color: #485460;
	width: 46%;
	margin: 0.5em 0;
	border: 1px solid;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	float: left;
	font-size: 0.9em;
	border-color: #EEE;
	-webkit-appearance:none;
}
input#datepicker {
    padding: 1em 1em 1em 1em;
}
.payment-online-form-left input[type="text"]:hover{
	border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
	background: url(../images/calender.png) no-repeat 95% 50%;
	cursor:pointer;
	position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.payment-online-form-left  input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
	border-color: #54CEB7;
	color: #3498DB; 
}
.shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -154px -23px;
}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
	float:right;
	margin: 1.2em 0 1em;
}
.payment-sendbtns input[type="reset"]{
	background:#3498db;
	padding: 6px 50px;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;
	font-family: 'Oswald-Light';
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline:none;
	font-family: 'Lobster', sans-serif;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#FFF;
	background:#2980b9;
}
a.order {
	background: #1abc9c;
	padding: 6px 30px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-family: 'Oswald-Light';
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	outline: none;
    text-decoration: none;
	font-family: 'Lobster', sans-serif;
}
a.order:hover{
	color:#fff;
	background:#16a085;
}
.payment-sendbtns li{
	display:inline-block;
}
.payment-type li{
	display:inline-block;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
}
/*-----*/
.get-started{
	background:url(../images/get.jpg) no-repeat 0px 0px;
	min-height:400px;
	padding:8% 0 0 0;
	color:#fff;
	background-size:cover;
	text-align:center;
}
.get-started h4{
	font-size:1.5em;
	margin-bottom:1em;
	font-weight:400;
	padding:0;
}
.get-started h3{
	font-size:2.8em;
	font-weight:400;
	margin-bottom:1em;
	padding:0;
}
.get-started a{
	padding: 12px 18px;
	border: 1px solid #FF0426;
	font-size: 1.2em;
	color: #fff;
	outline: none;
	font-weight: 400;
	text-decoration:none;
	background: #f94877;
}
.get-started a:hover{
	background:transparent;
	border: 1px solid #f94877;
}
/*-----*/
/*---start-checkbox----*/
input[type=checkbox].css-checkbox1,input[type=checkbox].css-checkbox2{
	display: none;
}
input[type=checkbox].css-checkbox1 + label.css-label1 {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: super;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat -188px -25px;
	margin-right: 8px;
}
input[type=checkbox].css-checkbox1:checked + label.css-label1 {
	background: url(../images/icon.png) no-repeat -215px -25px;
}
input[type=checkbox].css-checkbox2 + label.css-label2 {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -20px 0px;
	vertical-align: super;
	cursor: pointer;
	background:url(../images/icon.png) no-repeat -218px -24px;
}
input[type=checkbox].css-checkbox2:checked + label.css-label2 {
	background: url(../images/icon.png) no-repeat -190px -24px;
}
.visa{
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url(../images/icon.png) no-repeat -32px -28px;
}
.paypal{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) no-repeat -71px -26px;
}
.payment-online-form-right{
	float: right;
	width: 30%;
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
	padding-bottom: 2em;
}
.payment-online-form-right a:hover{
	color:#1ABC9C;
}
.payment-online-form-right ul li{
	display:block;
	padding: 0.5em;
}
.payment-online-form-right ul li a{
	color:#9095AA;
}
.payment-online-form-right h4{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(144, 149, 170, 0.22);
	padding: 0.8em;
}
.payment-online-form-right ul {
	padding: 0px 1em;
}
.payment-online-form-right h5{
	color: #FFF;
	padding: 0.5em 0.8em 0.4em;
	font-size: 1em;
}
.payment-type {
	margin-top: 3%;
	text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
	display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
	background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
	background-position: 0px -38px;
}

/* start state */
.my-mfp-zoom-in #small-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
.mfp-align-top .mfp-container:before {
	display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
.mfp-ajax-cur {
	cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
	cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}
.mfp-loading.mfp-figure {
	display: none; }
.mfp-hide {
  display: none !important; 
}
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; 
}
.mfp-preloader a {
	color: #cccccc; 
}
.mfp-preloader a:hover {
	color: white; 
}
.mfp-s-ready .mfp-preloader {
	display: none; 
}
.mfp-s-error .mfp-content {
	display: none; 
}
button.mfp-close,button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	background:#EEEEEE;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 1046; 
}
button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}
.mfp-close {
	width: 32px;
	height: 32px;
	line-height: 13px;
	position: absolute;
	right: -46px;
	top: -47px;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	outline: none;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; 
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
    padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}
.image-top img{
	width:100%;
}
.image-top p{
	text-align: justify;
	padding:2% 0;
	font-size:15px;
}
.image-top h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 16px 0px 0px 0px;
	color:#3F4244;
}
p.bottom {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	font-size: 14px;
}
/*-- /Pricing Table Pop Up section --*/
/*-- /Pricing Table --*/
/*-- Skill Section --*/
section.skill {
	padding:100px 0;
	background:url(../images/skill.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.skill h3 {
	font-size: 45px;
    font-weight:300;
    padding: 20px 0 50px;
	color: #EAE8E5;
	font-family: 'Nunito', sans-serif;
}
section.skill p.text-center {
	font-size: 18px;
    font-weight: 300;
    padding: 5px 0 70px;
    color: #F7F2EC;
}
section.skill p {
	color: #D8D8D8;
}
/*-- /Skill Section --*/
/*-- Contact Section --*/
section.our-contacts {
	padding:100px 0;
	background:url(../images/contact.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	color:#fff;
}
section.our-contacts h3 {
	font-size: 45px;
    font-weight: 300;
    padding: 20px 0 50px;
	text-align:center;
	color:#fff;
	font-family: 'Nunito', sans-serif;
}
section.our-contacts p.text-center {
	font-size: 18px;
    font-weight: 200;
    padding: 0px 0 80px;
    color: #fff;
}
.contact-info i{
	color:#fff;
	font-size: 30px;
    margin: 25px 20px 10px 25px;
    display: inline-block;
}
p.p3{
	padding:0;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin: -50px 0 0;
	font-size:16px;
	font-weight: 200;
}
p.p4 {
	padding:0;
	display:block;
	color:#fff;
	vertical-align: middle;
	font-weight: 200;
	font-size:16px;
	margin: -27px 0 0 80px;
}
p.mail {
	margin:-20px 0 0 0;
	padding:0;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	font-size:16px;
	font-weight: 200;
}
p.mail a {
	text-decoration:none;
	color:#fff;
}
i.glyphicon.glyphicon-envelope:hover ,p.mail a:hover  {
	color:#df4914;
}
section.our-contacts .form-control { 
	border:1px solid rgb(255, 255, 255);
    border-radius: 0px;
	height: 50px;
    padding: 16px 12px;
    font-size: 19px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
}
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}
textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
textarea::-ms-input-placeholder {  
color: #fff !important;  
}
textarea.form-control {
	height:150px!important;
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
	font-weight:300;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active {
    border: solid 2px #fff;
    color: #000;
    background: #fff;
}  
button.btn-outline {
	padding: 11px 50px;
    font-size: 21px;
    width: 100%;
}
section.our-contacts h4 {
	font-size: 25px;
    font-weight:300;
    padding: 0px 0 10px;
	color:#fff;
	font-family: 'Nunito', sans-serif;
}
section.our-contacts .footer-links ul {
	padding:20px 0;
}
section.our-contacts .footer-links ul li{
	display:inline-block;
}
section.our-contacts .footer-links ul li a {
	text-decoration:none;
}
section.our-contacts .footer-links ul li a i {
	vertical-align: middle;
    text-align: center;
	color:#fff;
    background-color:rgba(0, 0, 0, 0.79);
    border: 1px solid #fff;	
	line-height:22px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	    margin-right: 0;
} 
section.our-contacts .footer-links ul li a i.fa.fa-facebook {
	font-size: 21px;
    padding: 13px 18px 14px;
}
section.our-contacts .footer-links ul li a i.fa.fa-twitter {
	font-size: 19px;
    padding: 14px 15px 13px;
}
section.our-contacts .footer-links ul li a i.fa.fa-whatsapp {
    font-size: 21px;
    padding: 13px 14px 14px;
}
section.our-contacts .footer-links ul li a i.fa.fa-youtube {
	font-size: 20px;
    padding: 13px 15px 14px;
}
section.our-contacts .footer-links ul li a i.fa.fa-google-plus {
	font-size:15px;
	padding: 14px 14px 13px;
}
section.our-contacts .footer-links ul li a i.fa.fa-instagram {
	font-size:15px;
	padding: 14px 14px 13px;
}
section.our-contacts .footer-links ul li a i:hover {
	background-color:#fff;
	color:#000;
	border-color:#fff;
}
/*-- /Contact Section --*/
/*-- Footer Section --*/
section.footer {
	padding:50px 0;
	background-color:#000;
}
section.footer p {
	text-align:center;
	color:#fff;
	line-height: 25px;
	font-size:17px;
	font-weight:normal;
}
/*-- /Footer Section --*/

/*-- Typography-Page-Styling --*/
.typography {
	padding: 25px 0;
}
.typography .form-control {
	background-color:transparent;
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
	text-align: left;
	font-family: 'Raleway', sans-serif;
}
.typography h1 {
	color:#000;
	font-size:36px;
}
.typography h2 {
	color:#000;
	font-size:30px;
}
.typography h3 {
	color:#000;
	font-size:24px;
}
.typography h4 {
	color:#000;
	font-size:18px;
}
.typography h5 {
	color:#000;
	font-size:14px;
}
.typography h6 {
	color:#000;
	font-size:12px;
}
.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3 {
	margin-bottom: 2em;
}
.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}
.grid_3 p {
	color: #000;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4 {
	background: none;
	margin-top: 50px;
}
.label {
	font-weight: 300 !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.grid_5 {
	background: none;
	padding: 2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom: 1em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p {
	line-height: 2em;
	color: #000;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #000;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl {
	padding: 0;
}
.in-gp-tb {
	padding-right: 0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2 {
	margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}

@media screen and (max-width: 640px) {
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 480px) {
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_4 {
		margin-top: 2em;
	}
}

@media screen and (max-width: 320px) {
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //Typography-Page-Styling --*/


/*-- About Page Starts Here --*/
/*-- About Banner --*/
body.extra-page {
	background:url(../images/about-page.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
div#slideshow-banner2 { 
	height:500px; 
	width:100%; 
	overflow:hidden; 
	position:relative; 
	margin:0px auto; 
}
div#slideshow-banner2 ul ,div#slideshow-banner2 ul li { 
	width:100%; 
	height:100%; 
}
div#slideshow-banner2 ul li img{
	width:100%;
	height:100%;
}
#slideshow-banner2 ul { 
	position: relative; 
}
#slideshow-banner2 ul .slideshow-item { 
	position: absolute; 
}
.banner-info {
	text-align:center;
}
.banner-info h2.about {
	top: 146px;
    left:640px;
}
.banner-info h2 {
	font-size: 80px;
    font-weight:300;
    color: #FFFFFF;
    z-index:1;
    position: absolute;
    top: 139px;
    left: 600px;
	font-family: 'Nunito', sans-serif;
}
/*-- /About Banner --*/
/*-- About Header --*/
section.about-header .breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#3C3C3C;
}
section.about-header .breadcrumb li {
    font-size:20px;
}
section.about-header .breadcrumb li a{
    text-decoration:none;
	color:#fff;
}
/*-- /About Header --*/
/*-- About Content --*/
section.about-content {
	padding:100px 0;
}
section.about-content h3 {
	font-size: 40px;
    font-weight: 300;
    padding: 0px 0 25px;
	font-family: 'Nunito', sans-serif;
}
section.about-content p {
	font-size: 17px;
    font-weight:normal;
    padding: 0px 0 15px;
	line-height:25px;
}
.column {
	margin: 0;
	padding: 0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width:100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover{
	opacity: 1;
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width:100%;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
/*-- /About Content --*/
/*-- About Customers --*/
section.customers {
	padding:0px 0 100px;
}
section.customers h3.text-center {
	font-size: 45px;
    font-weight: 300;
    padding: 0px 0 25px;
	font-family: 'Nunito', sans-serif;
}
section.customers p.text-center {
	font-size:18px;
	font-weight:300;
	line-height: 30px;
    padding: 0px 0px 15px;
}
section.customers h4.cust1 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 300;
	font-family: 'Nunito', sans-serif;
}
section.customers p.cust2 {
	font-size: 15px;
    font-weight: 300;
    padding: 0 0 10px;
    text-align: center;
}
section.customers hr {
    border-top-color: #000;
    margin-bottom: 35px;
}
section.customers ul.social-icons {
	padding:0;
	text-align:center;
}
/*-- /About Customers --*/
/*-- About Page Ends Here --*/
/*-- Portfolio Page Starts Here --*/
/*-- Portfolio Header --*/
h1.project-item {
	left:527px;
}
section.portfolio-header .breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#3C3C3C;
}
section.portfolio-header .breadcrumb li {
    font-size:20px;
}
section.portfolio-header .breadcrumb li a {
	text-decoration:none;
	color:#fff;
}
section.portfolio-content h2.text-center {
	font-size: 35px;
    font-weight:300;
    padding: 20px 0 25px;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-content p.text-center {
	font-size: 17px;
    font-weight:normal;
    padding: 0px 0 25px;
}	
section.portfolio-content h3 a {
	font-size: 25px;
	color:#3C3C3C;
    font-weight:300;
	text-decoration:none;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-content h3 {
	padding:10px 0 25px;
	text-align:center;
	font-weight:300;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-pages {
    padding-bottom: 30px;
}
.pagination>li>a, .pagination>li>span {
	background-color:transparent;
}
/*-- /Portfolio Header --*/
/*-- Portfolio Page Ends Here --*/
/*-- Portfolio-Item Page Starts Here --*/
h2.port {
    left: 440px;
	font-weight:300;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-item-header .breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#3C3C3C;
}
section.portfolio-item-header .breadcrumb li {
    font-size:20px;
}
section.portfolio-item-header .breadcrumb li a {
    text-decoration:none;
	color: #fff;
}
section.portfolio-item-info {
	padding:100px 0;
}
section.portfolio-item-info .carousel-inner>.item>a>img, section.portfolio-item-info .carousel-inner>.item>img {
    padding:0; 
    margin: 0 auto;
}
section.portfolio-item-info h3 {
	font-size: 35px;
    font-weight:300;
    padding: 0px 0 25px;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-item-info p {
	font-size: 17px;
	line-height: 23px;
    font-weight:normal;
    padding: 0px 0 60px;
}
section.portfolio-item-info ul li {
	font-size: 17px;
    font-weight:normal;
    padding: 0px 0 15px;
	margin-left: 35px;
}
section.portfolio-item-gallery {
	padding:0px 0 100px;
}
section.portfolio-item-gallery hr {
    border-top-color: black;
	padding-bottom:20px;
}
section.portfolio-item-gallery h3.text-center {
	font-size: 35px;
    font-weight:300;
    padding: 10px 0 25px;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-item-gallery a {
	text-decoration:none;
}
section.portfolio-item-gallery h4.text-center {
	font-size: 20px;
    font-weight:300;
    padding: 10px 0;
	color:#000;
	font-family: 'Nunito', sans-serif;
}
section.portfolio-item-gallery a p {
	font-size:16px;
	color:#000;
	font-weight:300;
}
/*-- Portfolio-Item Page Ends Here --*/
/*-- Blog Starts Here --*/
h2.blog {
    left: 627px;
}
section.blog-header .breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#3C3C3C;
}
section.blog-header .breadcrumb li {
    font-size:20px;
}
section.blog-header .breadcrumb li a {
    text-decoration:none;
	color: #fff;
}
section.blog-content {
	padding:100px 0;
}
section.blog-content h3 {
	font-size: 25px;
    font-weight:300;
    padding: 0px 0 20px;
	font-family: 'Nunito', sans-serif;
}
section.blog-content h3 a {
	text-decoration:none;
	color:#000;
	font-weight:300;
	font-family: 'Nunito', sans-serif;
}
section.blog-content h3 a:hover {
	color:#791212;
}
section.blog-content hr {
    margin: 50px 0;
}
p.p1 {
	font-size: 17px;
    font-weight:normal;
    padding: 0px 0 15px;
}
p.p1 a{ 
	color:#000;
	text-decoration:none;
}
p.p1 a:hover {
	color:#791212;
}
p.p2 {
	font-size: 17px;
    font-weight:normal;
    padding: 0px 0 15px;
	line-height:25px;
}
.pager li>a, .pager li>span {
	background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
	color:#fff;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #000;
}
/*-- Blog Ends Here --*/
/*-- Blog Post Page Starts Here --*/
section.blog-post-header .breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#3C3C3C;
}
section.blog-post-header .breadcrumb li {
    font-size:20px;
}
section.blog-post-header .breadcrumb li a {
    text-decoration:none;
	color: #fff;
}
section.blog-post-content {
	padding: 15px 0 100px;
} 
section.blog-post-content .well input.form-control {
	height:34px;
	color:#fff;
	background-color:transparent;
}
ul.list-unstyled  li a {
	text-decoration:none;
	color:#fff;
	padding-bottom:10px;
}
ul.list-unstyled  li a:hover {
	color:#FB7474;
}
ul.list-unstyled  li {
	padding-bottom:10px;
}
.well {
    background-color:rgba(0, 0, 0, 0.43);
	color:#fff;
}
h4 small {
	color:#352F2F;
	font-weight: 300;
}	
.well p {
    line-height: 25px;
    color: #fff;
    font-size: 16px;
}
p.lead {
	font-size:25px;
	font-family: 'Nunito', sans-serif;
}
p.p5 {
	font-size: 17px;
    font-weight:300;
}
p.p6 {
	font-size: 17px;
    font-weight:300;
	line-height: 22px;
    padding: 0px 0 15px;
}
p.p7 {
	font-size: 17px;
    font-weight:300;
	line-height: 22px;
    padding: 0px 0 15px;
}
p.p8 {
	font-size: 17px;
    font-weight:300;
	line-height: 22px;
    padding: 0px 0 15px;
}
p.p9 {
	font-size: 17px;
    font-weight:300;
	line-height: 22px;
    padding: 0px 0 15px;
}
section.blog-post-content .well textarea.form-control {
	background-color:transparent;
	color: #fff;
}
section.blog-post-content .well h4 {
	font-size: 25px;
    font-weight:300;
	color:#fff;
    padding: 10px 0 10px;
	font-family: 'Nunito', sans-serif;
}
h4.media-heading {
    font-size: 20px;
	font-weight:300;
	color:#8E4545;
	font-family: 'Nunito', sans-serif;
}
.media-body {
    font-size: 16px;
    line-height: 25px;
	font-weight: 300;
	padding-bottom:10px;
}
.media {
    padding: 20px 0 0px;
}
/*-- Blog Post Page Ends Here --*/
/*-- Contact Page Starts Here --*/
section.contact-page-header {
    background-color: #000;
}
section.contact-page-header  h3{
	font-size: 40px;
    font-weight:300;
    padding: 25px 0 25px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
	color:#fff;
}
/*-- Map --*/
section.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /Map --*/
/*-- /Contact Page Ends Here --*/
/*-- Back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:rgba(0,0,0,0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
	background-size: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
	background-size: 80%;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- Back to top --*/ 
/*-- Responsive Design Starts Here --*/
@media (max-width:1680px) {
	#controller-left {
		top:50%;
	}
	#controller-right {
		top:50%;
	}
}

@media (max-width:1600px){
	div#slideshow-banner {
    height:880px;	
}
h2.project {
    left: 533px;
}
h2.project-item {
    left: 445px;
}
h2.blog-post {
    left: 510px;
}
h2.shortcodes {
    left: 540px;
}
h2.contact {
    left: 565px;
}
section.about-content p {
	font-size:16px;
}
section.about-content h3 {
	font-size:40px;
}	
}

@media (max-width: 1440px) {
.banner-info h2.about {
    left: 527px;
}
h2.project {
    left: 455px;
}
h2.project-item {
    left: 365px;
}
h2.blog {
    left: 518px;
}
h2.blog-post {
    left: 438px;
}
h2.shortcodes {
    left: 465px;
}
h2.contact {
    left: 477px;
}
}

@media (max-width: 1366px) {
div#slideshow-banner {
    height:860px;
}
.banner-info h2.about {
    left: 480px;
}
h2.project-item {
    left: 330px;
}
h2.blog {
    left: 480px;
}
}

@media (max-width: 1280px) {
.banner-info h2.about {
    left: 440px;
}
h2.project {
    left: 380px;
}
h2.project-item {
    left: 280px;
}
h2.blog {
    left: 450px;
}
h2.blog-post {
    left: 365px;
}
h2.shortcodes {
    left: 400px;
}
h2.contact {
    left: 415px;
}
#controller-left,#controller-right {
	top:50%;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
	margin: 10px 10px 20px 20px;
}
}

@media (max-width: 1080px) {
section.info h3 {
	font-size: 22px;
}
section.info p {
	font-size:15px;
	margin-left: 14px;
}
section.our-services p.text-center {
    font-size: 17px;
	padding: 10px 0px 40px;
}
section.our-services p.serv {
	font-size:16px;
	padding:0 0 15px;
}
section.our-services h4 {
	padding:0 0 15px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 ,.view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content   {
    width: 215px;
    height: 215px;
	margin: 10px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
	margin:40px 0 0 0;
}
.contact-details {
    padding-top: 36px;
}
section.our-contacts h4 {
	text-align:center;
}
.contact-info {
    margin-left: 355px;
}
.footer-links {
    text-align: center;
}
.banner-info h2.about {
    left: 398px;
    font-size: 60px;
    font-weight: 500;
}
section.about-content p {
    font-size: 15px;
}
h2.project {
    left: 380px;
    font-size: 60px;
    font-weight: 500;
}
h2.project-item {
    left: 280px;
    font-weight: 500;
    font-size: 60px;
}
h2.blog {
    left: 402px;
    font-size: 60px;
    font-weight: 500;
}
h2.blog-post {
	font-size: 60px;
    font-weight: 500;
	left: 336px;
}
h2.shortcodes {
    left:366px;
	font-size: 60px;
    font-weight: 500;
}
h2.contact {
    left: 376px;
	font-size: 60px;
    font-weight: 500;
}
.pricing {
	width: 100%;
    margin: 0 auto 3em 0px;
}
section.about-content img {
	height:350px;
}
section.about-content h3 {
	padding:0 0 15px;
}
section.customers h4.cust1 {
	font-size:17px;
}
section.portfolio-item-info h3.head1 {
	font-size: 32px;
    padding: 0 0 15px;
}
section.portfolio-item-info p {
	padding:0 0 25px;
}
section.portfolio-item-info h3.head2 {
	font-size:30px;
	padding: 0 0 15px;
}
section.portfolio-item-gallery a p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.col-md-4.col-sm-12.col-xs-12.sidebar {
    width: 100%;
}
p.p2 {
    font-size: 16px;
    padding: 0px 0 0px;
    line-height: 23px;
}
.well {
	text-align:center;
}
section.blog-content img{
	height:265px;
}
section.portfolio-item-info .carousel-inner>.item>a>img, section.portfolio-item-info .carousel-inner>.item>img {
	height:450px;
}
}

@media (max-width: 1024px) {
h2.project {
    left: 350px;
}
h2.blog {
    left: 385px;
}
h2.project-item {
    left: 255px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 215px;
    height: 215px;
}
.col-md-3.col-sm-6.col-xs-12.team1 {
	margin-left:-6px;
}
section.customers p.cust2 {
    font-size: 14px;
}
}

@media (max-width: 991px) {
	.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 160px;
    height: 160px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
	font-size:15px;
	margin:16px 0 0 0;
}
ul.nav.navbar-nav.navbar-right.cl-effect-14 {
    margin: 7px -122px 0 0px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 17px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-right: -83px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand a {
    margin-left: -90px;
}
.info3 , .info4{
    margin: 30px 0 0px 0;
}
.serv-info {
    padding-top: 60px;
}
section.our-services h4 {
    padding: 0 0 20px;
}
section.our-services p.serv {
    font-size: 17px;
    line-height: 26px;
    padding: 0 0 40px;
}
.contact-info {
    margin-left: 211px;
}
.banner-info h2.about {
    left: 364px;
    top: 235px;
}
section.about-content h3 {
	padding: 30px 0 25px;
}
section.customers {
    padding: 0px 0 100px;
}
h2.project {
    left: 314px;
	top: 220px;
}
h2.blog {
    left: 362px;
	top: 220px;
}
section.portfolio-content h3 {
    padding: 10px 0 40px;
}
section.portfolio-item-gallery {
	padding: 0px 0 100px;
}
section.portfolio-item-info h3 {
    padding: 25px 0 25px;
}
section.portfolio-item-info p {
	padding:0px;
}
section.blog-post-content .well h4 {
	text-align:center;
}
ul.list-unstyled li {
    padding-bottom: 10px;
    text-align: center;
}
section.blog-post-content p {
    line-height: 25px;
    padding: 15px;
}
section.customers ul.social-icons {
    padding: 0 0 40px;
}
section.customers h4.cust1 {
    font-size: 20px;
}
section.portfolio-item-info h3.head1 ,section.portfolio-item-info h3.head2 {
	padding:15px 0;
}
section.blog-content img {
    height: initial;
}
section.about-content img {
    height: initial;
}
section.portfolio-item-info .carousel-inner>.item>a>img, section.portfolio-item-info .carousel-inner>.item>img {
    height: initial;
}
section.blog-content h3 {
	padding:20px 0;
}
section.blog-content p {
	padding-bottom:10px;
}
.serv-img {
    text-align: -webkit-center;
}
}

@media (max-width: 900px) {
	ul.nav.navbar-nav.navbar-right.cl-effect-14 {
    margin: 7px -89px 0 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-right: -63px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
}
.banner-info h2.about {
	left: 329px;
    top: 223px;
}
h2.project {
	left:288px;
}
h2.project-item {
    left: 205px;
    top: 220px;
}
section.portfolio-item-info {
	padding:50px 0;
}
h2.blog {
    left: 321px;
    top: 222px;
}
section.blog-content {
    padding: 50px 0;
}
h2.blog-post {
    left: 259px;
    top: 222px;
}
h2.shortcodes {
	left: 290px;
    top: 222px;
}
h2.contact {
    left: 305px;
    top: 226px;
}
.pricing--jinpa .pricing__item {
	width:50%;
}
}

@media (max-width: 800px) {
	div#slideshow-banner {
    height: 600px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
	line-height: 25px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-right: 7px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand a {
    margin-left: -20px;
	font-size:35px;
}
ul.nav.navbar-nav.navbar-right.cl-effect-14 {
    margin: 5px -40px 0 0px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
	line-height:20px;
}
.nav>li>a {
	padding: 10px 9px;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
width:70px;
}
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
width:70px;
}
.info1 ,.info3 {
    margin-left: 65px;
}
.banner-info h2.about {
    left: 282px;
    top: 165px;
}
section.about-content {
	padding:50px 0 70px;
}
section.testimonials {
    padding: 50px 0;
}
h2.project {
    left: 234px;
	top: 165px;
}
h2.project-item {
    left: 147px;
	top: 165px;
}
h2.blog {
    left: 283px;
	top: 165px;
}
section.blog-content h3 {
	text-align:center;
}
p.p1,p.p2 {
	text-align:center;
}
section.blog-content a.btn.btn-primary {
	margin-left:292px;
	margin-bottom:25px;
}
section.blog-content p {
    padding-bottom: 10px;
}
section.blog-content {
    padding: 30px 0 50px;
}
section.blog-content hr {
    margin-bottom: 40px;
}
h2.blog-post {
    left: 230px;
	top: 165px;
}
section.blog-post-content p.p5 {
	padding:0;
}
section.blog-post-content p {
	padding:0;
}
section.blog-post-content p.p6,section.blog-post-content p.p7,section.blog-post-content p.p8,section.blog-post-content p.p9 {
	padding:0 0 10px;
}
section.customers {
    padding: 0px 0 50px;
}
h2.shortcodes {
    left: 235px;
    top: 165px;
}
h2.contact {
    left: 245px;
    top: 165px;
}
}

@media (max-width: 768px) {
	ul.nav.navbar-nav.navbar-right.cl-effect-14 {
    margin: 5px -25px 0 0px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    margin:0;
    padding: 0;
	width: 300px;
    height: 300px;
}
.col-md-3.col-sm-6.col-xs-12.team1 {
    margin-left: -35px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 35px 40px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
    font-size: 25px;
    margin: 60px 0 0 0;
	font-weight: 300;
}
.view1 p.info, .view2 p.info, .view3 p.info, .view4 p.info, .view5 p.info, .view6 p.info, .view7 p.info, .view8 p.info {
	font-size:20px;
}
ul.social-icons {
    padding: 35px 0;
}
.banner-info h2.about {
    left: 260px;
}
section.portfolio-content h3 {
    padding: 15px 0 50px;
}
h2.project {
    left: 213px;
}
h2.project-item {
    left: 128px;
}
h2.blog {
    left: 260px;
}
h2.blog-post {
    left: 186px;
}
h2.shortcodes {
    left: 205px;
}	
h2.contact {
	left: 230px;
}
section.contact-page-header h3 {
    font-size: 30px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
    line-height: 22px;
}
div#slideshow-banner {
    height: 600px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 285px;
}
}

@media (max-width: 736px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand a {
    margin-left: 25px;
    margin-top: 15px;
    font-size: 35px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:transparent;
}
.navbar-toggle {
	margin-top: 25px;
    margin-right: 50px;
	background-color: rgba(0, 0, 0, 0.52);
}
section.portfolio-item-gallery a p {
	padding-bottom:20px;
}
.nav>li {
	text-align:center;
}
.navbar-collapse.in {
    overflow-y:hidden;
}
.navbar-collapse {
	overflow-x:hidden;	
}
div#slideshow-banner {
    height: 437px;
}
#controller-left,#controller-right {
	top:54%;
}
.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
width:100%;
}
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
width:100%;
}
ul.nav.navbar-nav.navbar-right.cl-effect-14 {
    background-color: rgba(0, 0, 0, 0.77);
	margin:0;
}
.navbar-inverse .navbar-nav>li>a {
	line-height:23px;
	margin-bottom: 10px;
	margin-right:0px;
}
.info1, .info2 , .info3, .info4{
	margin:0 0 0 0;
}
section.info {
    padding: 50px 0;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 220px;
}
section.info h3 {
    font-size: 25px;
}
section.info p {
    font-size: 17px;
    margin-left: 44px;
}
section.our-services p.text-center {
	font-weight: 200;
    line-height: 24px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 35px 30px;
}
section.price {
    padding: 50px 0;
}
div#slideshow-banner2 {
    height: 311px;
}
.banner-info h2.about {
	left: 267px;
    top: 85px;
    font-size: 45px;
}
h2.project {
    left: 228px;
    top: 80px;
    font-size: 45px;
}
h2.project-item {
    left: 184px;
    top: 85px;
    font-size: 45px;
}
h2.blog {
    left: 267px;
    top: 90px;
    font-size: 45px;
}
h2.blog-post {
    left: 220px;
    top: 90px;
    font-size: 45px;
}
h2.shortcodes {
    left: 232px;
    top: 90px;
    font-size: 45px;
}
h2.contact {
    left: 251px;
    top: 90px;
    font-size: 45px;
}
section.our-contacts {
    padding: 50px 0;
}
section.blog-content a.btn.btn-primary {
    margin-left: 273px;
}
}

@media (max-width: 667px) {
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 200px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 263px;
    height: 263px;
}
.mfp-close-btn-in .mfp-close {
	right:-15px;
}
.banner-info h2.about {
    left: 242px;
}
h2.project {
    left: 212px;
    top: 90px;
}
h2.project-item {
    left: 151px;
}
h2.blog {
    left: 238px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 238px;
}
section.portfolio-item-gallery {
    padding: 0px 0 50px;
}
section.blog-post-content {
    padding: 15px 0 50px;
}
h2.blog-post {
    left: 190px;
}
p.lead {
    font-size: 24px;
}
h2.contact {
    left: 223px;
}
a.popup-with-zoom-anim {
	font-size:20px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
	height: 560px;
}
h2.shortcodes {
    left: 204px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
    font-size: 20px;
    margin: 40px 0 0 0;
}
section.portfolio-item-gallery a p {
    padding-bottom: 30px;
}
}

@media (max-width: 640px) {
	.info1, .info2, .info3, .info4 {
    margin: 0;
}
	.info1,.info3 {
    margin-left: 42px;
}
	.col-md-3.col-sm-6.col-xs-12.info-col {
    width: 50%;
}
	section.testimonials h3 {
    font-size: 40px;
	}
	section.testimonials p.text-center {
    font-size: 16px;
	}
	section.our-team h3 {
    font-size: 40px;
	}
	section.our-team p.text-center {
    font-size: 16px;
	}
	section.map iframe.googlemaps {
    width: 100%;
    height: 300px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 35px 20px;
}
.pricing--jinpa .pricing__item {
    width: 60%;
}
}

@media (max-width: 600px) {
	.col-md-3.col-sm-6.col-xs-12.info-col {
    width: 100%;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 155px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 250px;
    height: 250px;
}
section.skill {
    padding: 50px 0;
}
.contact-info {
    margin-left: 135px;
}
.banner-info h2.about {
    left: 202px;
}
h2.project {
    left: 164px;
}
h2.project-item {
    left: 97px;
}
h2.blog {
    left: 202px;
}
h2.blog-post {
    left: 156px;
}
h2.shortcodes {
    left: 175px;
}
h2.contact {
    left: 191px;
}
section.contact-page-header h3 {
    font-size: 25px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 204px;
}
}

@media (max-width: 568px) {
	.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
	margin:30px 0 0 0;
}
div#slideshow-banner {
    height: 342px;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 145px;
}
section.info p {
	margin-left:35px;
}
section.our-services {
    padding: 50px 0;
}
section.our-team {
    padding: 50px 0;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 234px;
    height: 234px;
}
a.popup-with-zoom-anim {
    font-size: 19px;
}
.banner-info h2.about {
    left: 195px;
}
h2.project {
    left: 155px;
}
h2.project-item {
    left:80px;
}
h2.blog {
    left: 190px;
}
section.blog-content a.btn.btn-primary {
    margin-left:190px;
}
h2.blog-post {
    left: 135px;
}
h2.shortcodes {
    left: 170px;
}
h2.contact {
    left: 170px;
}
}

@media (max-width: 480px) {
div#slideshow-banner {
    height: 360px;
}
section.info .info4 p span{
	margin-right:10px;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 94px;
}
section.our-services h3 {
    font-size: 40px;
}
section.testimonials h3 {
    font-size: 35px;
}	
section.testimonials p.text-center {
    font-size: 16px;
    line-height: 25px;
}
section.our-services p.text-center {
	padding: 10px 0px 40px;
}
section.testimonials .carousel-inner>.item>a>img, .carousel-inner>.item> p.text-center {
	padding: 5px 30px 70px;
}
section.our-team h3 {
    font-size: 30px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 35px 10px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 200px;
    height: 200px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 20px 10px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
    margin: 16px 0 0 0;
}
.contact-info {
    margin-left: 74px;
}
.banner-info h2.about {
    left: 158px;
}
h2.project {
    left: 120px;
}
h2.project-item {
    left: 44px;
}
h2.blog {
    left: 154px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 150px;
}
h2.blog-post {
    left: 100px;
}
section.blog-post-content {
    padding: 15px 0 50px;
}
.pricing--jinpa .pricing__item {
    width: 75%;
}
}

@media (max-width: 414px) {
div#slideshow-banner {
    height: 400px;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 65px;
}
section.testimonials h2 {
    font-size: 29px;
}
section.testimonials .carousel-inner>.item> h4 {
    font-size: 19px;
}
section.testimonials .carousel-inner>.item>a>img, .carousel-inner>.item> p {
    font-size: 15px;
}
section.our-team h3 {
    font-size: 26px;
	color:#000;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 300px;
    height: 300px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 20px 31px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
    margin: 60px 0 0 0;
}
section.footer p {
	font-size:14px;
}
.banner-info h2.about {
    left: 116px;
}
#slideshow-controller {
	left:42%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top:54%;
}
h2.project {
    left: 80px;
}
h2.project-item {
    left: 57px;
    top: 92px;
    font-size: 35px;
}
h2.blog {
    left: 106px;
}
h2.blog-post {
    left: 58px;
}
h2.shortcodes {
    left: 73px;
}
h2.contact {
    left: 89px;
}
section.about-content h3 {
    font-size: 33px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 113px;
}
section.customers h3.text-center {
    font-size: 35px;
}
section.customers p.text-center {
    font-size: 15px;
}
section.portfolio-content p.text-center {
    font-size: 15px;
    line-height: 25px;
}
section.our-services h1 {
    font-size: 40px;
}	
section.our-services p.text-center,section.testimonials p.text-center {
	font-size:15px;
}
section.testimonials .carousel-inner>.item>a>img, .carousel-inner>.item> p.text-center {
	font-size:16px;
}
section.price h3.text-center {
    font-size: 39px;
}
section.price p.text-center {
    font-size: 15px;
}	
section.our-team p.text-center {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.pricing--jinpa .pricing__item {
    width: 85%;
}
.payment-sendbtns input[type="reset"] {
	bottom: 45px;
    right: 103px;
    position: absolute;
}
a.order {
	bottom: 8px;
    right: 89px;
    position: absolute;
}
.pricing {
	margin:0;
}
section.skill h3 {
    font-size: 40px;
}	
section.skill p.text-center {
	font-size:16px;
	line-height:25px;
}
section.our-contacts h3 {
    font-size: 40px;
}
section.our-contacts p.text-center {
	font-size:16px;
	line-height:25px;
}	
}

@media (max-width: 384px) {
div#slideshow-banner {
    height: 370px;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 48px;
}
section.testimonials h3 {
    font-size: 26px;
}
section.our-team h3 {
    font-size: 24px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 20px 15px;
}
.contact-info {
    margin-left: 22px;
}
.banner-info h2.about {
    left: 116px;
    font-size: 35px;
}
h2.project {
    left: 86px;
    font-size: 35px;
}
h2.project-item {
    left: 37px;
    top: 92px;
    font-size: 35px;
}
h2.blog {
    font-size: 35px;
    left: 113px;
}
h2.blog-post {
    font-size: 35px;
    left: 79px;
}
h2.shortcodes {
    font-size: 35px;
    left: 85px;
}
h2.contact {
    font-size: 35px;
    left: 100px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 107px;
    font-size: 17px;
}
section.about-content h3 {
    font-size: 30px;
}
}

@media (max-width: 375px) {
.payment-online-form-left {
    margin-top: -14px;
}
a.order {
	position:absolute;
	bottom:6px;
	left:69px;
}
.payment-sendbtns input[type="reset"] {
	position: absolute;
    left: 81px;
    bottom: 50px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 103px;
}
section.about-content h3 {
    font-size: 28px;
}
section.customers h4.cust1 {
    font-size: 19px;
}
}

@media (max-width: 320px) { 
ul.nav.navbar-nav.navbar-right.cl-effect-14 {
    margin: 0px 0px 0 0px;
}
.media-body {
    font-size: 14px;
    line-height: 23px;
}	
section.blog-post-content p {
    font-size: 14px;
}
section.blog-content hr {
    margin: 20px 0 30px;
}
section.about-content {
    padding: 50px 0 50px;
}
section.customers h3.text-center {
    font-size: 30px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
	margin-right: 0px;
}
section.info {
    padding: 40px 0;
}
section.our-services {
    padding: 40px 0;
}
section.testimonials {
    padding: 40px 0;
}
section.testimonials p.text-center {
	padding:10px 0 30px;
}
section.our-services h3 {
    font-size: 35px;
}
section.our-services p.serv {
    font-size: 15px;
}
section.our-services h4 {
    font-size: 22px;
}	
section.testimonials .carousel-inner>.item>a>img, .carousel-inner>.item> p.text-center {
    font-size: 15px;
}	
div#slideshow-banner {
    height: 330px;
}
#controller-left img ,#controller-right img {
    width: 70%;
}
#controller-left, #controller-right {
    top: 57%;
}
section.info p {
    font-size: 15px;
}
.navbar-toggle {
	margin-right: 13px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand a {
	margin-left:-7px;
	margin-top: 18px;
    font-size: 30px;
}
section.info h3 {
    font-size: 23px;
}
.info1, .info2, .info3, .info4 {
    margin: 0 0 20px 30px;
}
section.testimonials h2 {
    font-size: 22px;
}
section.our-team h3 {
    font-size: 21px;
}
section.our-team {
    padding: 40px 0;
}
section.price p.text-center {
    font-size: 15px;
	line-height:25px;
	padding: 10px 0px 20px;
}
section.skill h3 {
    font-size: 35px;
}
section.skill p.text-center {
    font-size: 15px;
	line-height:25px;
}
section.our-contacts h3 {
    font-size: 35px;
	padding: 20px 0 30px;
}
section.our-contacts p.text-center {
    font-size: 15px;
	line-height:25px;
	padding:0 0 40px;
}
section.our-contacts .form-control { 
	font-size:16px;
	height:45px;
}	
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8, .view1 .mask, .view1 .content, .view2 .mask, .view2 .content, .view3 .mask, .view3 .content, .view4 .mask, .view4 .content, .view5 .mask, .view5 .content, .view6 .mask, .view6 .content, .view7 .mask, .view7 .content, .view8 .mask, .view8 .content {
    width: 275px;
    height: 275px;
}
.view1, .view2, .view3, .view4, .view5, .view6, .view7, .view8 {
    margin: 0 0px 20px -3px;
}
.view1 h4, .view2 h4, .view3 h4, .view4 h4, .view5 h4, .view6 h4, .view7 h4, .view8 h4 {
    margin: 50px 0 0 0;
}
section.price h3.text-center {
    font-size: 31px;
}
.payment-sendbtns input[type="reset"] {
	left:53px;
}
a.order {
	left: 39px;
}
.pricing--jinpa .pricing__item {
    width: 90%;
}
a.popup-with-zoom-anim {
    font-size: 17px;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    height: 867px;
}
.payment-online-form-left input[type="text"] {
	width:99%;
}
.contact-info {
    margin-left: -9px;
}
section.footer p {
    font-size: 16px;
}
.banner-info h2.about {
    left: 86px;
    top: 96px;
    font-size: 32px;
}
#slideshow-controller {
    left: 38%;
}
h2.project {
    left: 67px;
    font-size: 32px;
}
section.portfolio-content h2.text-center {
    font-size: 29px;
}
h2.project-item {
    left:28px;
    top: 96px;
    font-size: 28px;
}
h2.blog {
    font-size: 32px;
    left: 90px;
}
section.blog-content a.btn.btn-primary {
    margin-left: 76px;
}
h2.blog-post {
    font-size: 32px;
    left: 49px;
    top: 94px;
}
h2.shortcodes {
    font-size: 32px;
    left: 61px;
}
h2.contact {
    font-size: 32px;
    left: 76px;
}
section.contact-page-header h3 {
    font-size: 21px;
}
section.about-content h3 {
    font-size: 24px;
}
section.customers h4.cust1 {
    font-size: 16px;
}
section.customers p.cust2 {
    font-size: 13px;
}
section.portfolio-content h3 a {
    font-size: 20px;
}
p.p2 {
    font-size: 15px;
}
p.p6,p.p7,p.p8,p.p9 {
    font-size: 15px;
}
button.btn-outline {
	font-size:17px;
}
section.our-services p.text-center {
	display:block;
}
.pricing--jinpa .pricing__item {
	height:470px;
}
section.map iframe.googlemaps {
	height:200px;
}	
section.portfolio-item-info h3.head1 {
    font-size: 30px;
}
section.portfolio-item-gallery a p {
    font-size: 13px;
}
section.blog-content h3 a {
	font-size:20px;
}
section.blog-post-content p.p5 {
	font-size:15px;
}
p.lead {
    font-size: 20px;
}
}
/*-- Responsive Design Ends Here --*/