/**
* 


@import url(main.css);
/* -------------------------------------------------------
                     Body
-------------------------------------------------------- */
body {
  font-family: 'Poppins', sans-serif;
  color: #35424C;
  font-weight: 400;
  overflow-x: hidden;
}

main {
  background: #fff;
  position: relative;
  z-index: 9;
}

.section-padding {
  padding: 100px 0;
}

p {
  color: #777;
  line-height: 1.7;
  font-size: 16px;
}

.font-dosis {
  font-family: 'Dosis', sans-serif;
}

.font-light {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.sm-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
}

.bg-gray {
  background: #f7f7f7;
}
.bg-gray .section-head:after {
  color: #ddd;
}

.section-head {
  margin-bottom: 100px;
}
.section-head:after {
  content: attr(data-title);
  font-size: 80px;
  font-weight: 800;
  color: #eee;
  opacity: .5;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 1;
}
.section-head h4 {
  font-size: 36px;
  font-weight: 700;
}
.section-head h4:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #3FB1AA;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.section-head p {
  font-size: 16px;
  margin-top: 30px;
}

.button-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #4c9dd5;
  z-index: 99999999;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.button-top:hover {
  opacity: .8;
}

.button-show {
  bottom: 20px;
}

/* -------------------------------------------------------
                     Overlay  button
-------------------------------------------------------- */
[data-overlay-dark],
[data-overlay-light],
[data-overlay-color] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container,
[data-overlay-color] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before,
[data-overlay-color]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-color]:before {
  background: -webkit-gradient(linear, left top, right top, from(#f39619), to(#ff434b));
  background: linear-gradient(to right, #f39619, #ff434b);
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
[data-overlay-color] h1,
[data-overlay-color] h2,
[data-overlay-color] h3,
[data-overlay-color] h4,
[data-overlay-color] h5,
[data-overlay-color] h6,
[data-overlay-color] span {
  color: #fff;
}

[data-overlay-dark] p,
[data-overlay-color] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before,
[data-overlay-color="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before,
[data-overlay-color="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before,
[data-overlay-color="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before,
[data-overlay-color="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before,
[data-overlay-color="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before,
[data-overlay-color="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before,
[data-overlay-color="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before,
[data-overlay-color="7"]:before {
  opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before,
[data-overlay-color="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before,
[data-overlay-color="10"]:before {
  opacity: 1;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */

.topbar{
	border-top:solid 5px #43a1d9;
	background-image: url(../img/navbar.png);
	padding-top:10px;
	padding-bottom:30px;
background-size:cover;
background-repeat: no-repeat;
max-width:1440px;
margin:auto;
background-position:center;
}



.navbar-default {

  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #529ad3 !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 15px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 20px 0 0 20px;
  padding: 0 5px;
  background: none;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  background: none;
}
.navbar-default .navbar-nav > li .active:after {
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  background: #4c9dd5;
}

.nav-scroll {
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-scroll .
 {
  padding-top: 5px;
}
.nav-scroll .navbar-nav > li > a {
  color: #2c353c !important;
}

.logo {
  width: 140px;
  float: left;
  padding-top: 10px;
}

/* -------------------------------------------------------
                     Head bar 
-------------------------------------------------------- */

.header {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
}

[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before, [data-overlay-color="8"]:before {
    opacity: .6 !important ;
}
.header .v-middle {
  z-index: 9;
}
.header .caption {
  margin-top: 250px;
  position:relative;
  z-index:11;
  
}
.header .caption h5 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
  text-shadow:2px 2px 3px #000;
}
.header .caption h1 {
	font-size: 50px;
	text-transform:uppercase;
  font-weight: 600;
  margin-bottom: 10px;
   text-shadow:2px 2px 3px #000;
}
.header .caption .butn {
	background-image: url(../img/btn.png);
  padding: 10px 52px;
  color: #fff;
  letter-spacing: 1px;
  margin-top:260px;
  -webkit-transition: all .6s;
  transition: all .5s;
}
.header .caption .butn:hover {
 background-image: url(../img/btnhover.png);
}

/* -------------------------------------------------------
                   Banner 
-------------------------------------------------------- */
.fourbox img {
-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
.fourbox:hover #home-img1 {
	 -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



.mainbg {
 background-image: url(../img/background.jpg);
 background-size:cover;
 background-attachment:fixed;
 background-position:center;
 background-repeat:no-repeat;
 text-align:left !important;
}


.mainbg h5 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#32b4c2;
}
.mainbg h1 {
	font-size: 50px;
	text-transform:uppercase;
  font-weight: 600;
}



.second {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.second img.img-responsive{
	margin:auto;
}


.third {
padding-top:80px;
	padding-bottom:80px;
padding-left:30px;
	padding-right:30px;

}




.hero {
  padding-bottom: 0;
}
.hero .item {
  margin-bottom: 50px;
  padding: 70px 30px;
  border-bottom: 2px solid #12a0e0;
}
.hero .item .icon {
  color: #4c9dd5;
  font-size: 50px;
  margin-bottom: 40px;
}
.hero .item h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.hero .active {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-color: #46DA60;
}
.hero .active .icon {
  color: #943594;
}
.hero .skills {
  padding: 70px 0;
  background-image: url(../img/bs.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.hero .skills .why {
  padding: 50px 30px;
  background: #e6f5ff;
}
.hero .skills .why h3 {
  color: #943594;
  font-weight: 800;
  margin-bottom: 10px;
}
.hero .skills .why h5 {
  font-size: 20px;
  color: #141314;
  margin-bottom: 15px;
}
.hero .skills .why p {
  color: #2d2d2d;
}
.hero .skills .why .more {
  color: #943594;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  border-bottom: 1px solid #46DA60;
}
.hero .skills .prog-item {
  margin-bottom: 30px;
}
.hero .skills .prog-item h6 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.hero .skills .prog-item h6 span {
  float: right;
  font-size: 11px;
}
.hero .skills .prog-item .skills-progress {
  height: 20px;
  background: rgba(50, 50, 50, 0.4);
  border-radius: 30px;
  overflow-x: hidden;
  position: relative;
}
.hero .skills .prog-item .skills-progress span {
  position: absolute;
  height: 100%;
  left: -10px;
  top: 0;
  width: 0;
  background: #4c9dd5;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}


/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */
.clients {
  background-image: url(../img/bc.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.four {
	padding-top:100px;
	padding-bottom:80px;
	
  background-image: url(../img/bg.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.fourwi {
	max-width:500px;
	margin-left:100px;
	margin-bottom:420px;
}

.four h5 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#32b4c2;
}
.four h1 {
	font-size: 50px;
	text-transform:uppercase;
  font-weight: 600;
}


/* -------------------------------------------------------
                     What We do 
-------------------------------------------------------- */
.bg1 {
 background-image: url(../img/background1.jpg);
 background-size:cover;
 background-attachment:fixed;
 background-position:center;
 background-repeat:no-repeat;
 color:#fff !important;
}

.bg1 p{
 color:#fff !important;
}

.fifth {
	padding-top:80px;
	padding-bottom:80px;
	background-color:#9e9889;
	text-align:center;
}

.fifth1{
	max-width:1200px;
	margin:auto;
}
.fifth p{
 color:#fff !important;
}
.fifth h1 {
	font-size: 50px;
	text-transform:uppercase;
  font-weight: 600;
  color:#fff;
}




#portfolio {
  padding: 87px 0;
   background: #fff url(../img/background1.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
}

#portfolio .container{
	padding:0px !important;
}

#portfolio h5 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#e97840;

}

#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
  background-color:#eeecec;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 10px 22px; font-family: 'Poppins', sans-serif;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #32b4c2;
  color: #fff;
 /* box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}
/*#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}*/
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 0px 0 0 0px;
}
#portfolio .portfolio-filter > li:last-child a {
 /* border-radius: 0 4px 4px 0;*/
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}




#pricing {
  padding: 60px 0 60px 0px; background:#fafafa;
   background: #132125 url(../img/background.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
}
#pricing h2{
color:#fff;
}
#pricing p {
color:#fff;
}


#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 10px 0 15px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center; background: #ececec; box-shadow:0px 2px 5px rgba(0,0,0,0.3);
}
#pricing ul.pricing:hover{box-shadow:0px 4px 12px rgba(0, 0, 0, 0.2); transition:all 0.3s ease 0s;}

#pricing ul.pricing li {
  display: block; font-size:18px;
  padding: 5px 10px; background: #ececec;
}
#pricing ul.pricing li.plan-header {
 
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 20px; font-family: 'Poppins', sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: 2;
  text-transform: uppercase;
}

#pricing ul.pricing li.plan-header .plan-price {
  margin-top: 10px;
  font-size: 60px;
  color: #454545;
  font-weight:600;
  line-height: 1; font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

#pricing ul.pricing li.plan-purchase .btn-primary { background:#ce0c0c; border-radius:30px; margin-top:25px; padding:15px 25px 10px; font-size:18px; font-family: 'Poppins', sans-serif;;}

#pricing ul.pricing li.plan-header .plan-price span{ font-size:18px; display:block; text-align: center; text-transform:lowercase; font-weight:normal;}

#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

#pricing h5 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#32b4c2;
}
#pricing h1 {
	font-size: 40px;
	text-transform:uppercase;
  font-weight: 600;
}


.btn.btn-primary {
    background: url(../img/bt.png) no-repeat 0 0;
    width: 190px;
}
.btn-primary {
    background-color: transparent!important;
    border-radius: 0px;
    border: none !important;
}
.btn-primary:hover{
    background: url(../img/bt1.png) no-repeat 0 0;
    width: 190px;
}
/* -------------------------------------------------------
                  contact
-------------------------------------------------------- */
#get-in-touch {
  padding: 60px 0 50px;
  color: #fff !important; background:#46b0bb;
  background-size: cover;
  background-attachment: fixed;
}
#get-in-touch h1,
#get-in-touch h2{
  color: #fff;
}

#get-in-touch .address{ float:left; width:100%; margin-bottom:25px;}
#get-in-touch .address h4{ font-size:16px; color:#fff; margin:0px; padding-bottom:5px;}
#get-in-touch .address p{ font-size:16px; color:#fff; margin:0px; padding-bottom:5px;}
#get-in-touch .address a{ color:#fff;}

#get-in-touch .form-control{ height:40px; color:#323232;}
#get-in-touch  textarea.form-control{ height:135px;color:#323232;}

#get-in-touch .btn.btn-primary {
	background-image: url(../img/btn.png);
  padding: 10px 52px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all .6s;
  transition: all .5s;
  background-color:none !important;
  border:none !important;
}

.btn-primary {
   background-color: transparent!important;
	border-radius: 0px;
}


#get-in-touch .btn.btn-primary.butn:hover {
 background-image: url(../img/btnhover.png);
}
	

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #111b2d;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.l1{
	width:144px;
	height:auto;
	background-position:center;
	margin:auto;
	padding-bottom:30px;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 1024px) {

button.navbar-toggle.collapsed {
    background: #333 !important;
}
.navbar-default .navbar-toggle:hover{
	background: #333 !important;
}

.header {
  height:80vh !important;
}

.mainbg {
	text-align:center !important;
}

.mainbg img.img-responsive {
    margin: auto;
}

.section-padding {
    padding: 50px 0;
}

.section-head {
    margin-bottom: 40px;
}

.third {
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.third .col-md-4{
    margin: auto !important;
    width: 32%;
	padding-bottom:20px;
}

.third .col-md-2 {
 margin: auto !important;
    width: 32%;
}

.fifth {
    padding-top: 50px;
    padding-bottom: 50px;
}
.fifth .col-md-1 {
    display: none;
}

#portfolio {
    padding: 50px 0;
}

#pricing {
    padding: 50px 0 50px 0px;

}
#pricing img.img-responsive {
    margin: auto !important;
}
#pricing h5{
text-align:center !important;
}

#pricing h1{
text-align:center !important;
}

.section-header {
    text-align: center;
}

}

@media screen and (max-width: 767px) {
  .navbar-default .logo {
    margin-left: 20px;
  }
  .navbar-default .navbar-toggle {
    background: none !important;
    margin-top: 15px !important;
    border: none !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-nav li a {
    color: #111 !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding-bottom: 0 !important;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
    padding-bottom: 15px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .header h1 {
    font-size: 35px !important;
  }

  .portfolio .filtering span {
    margin: 10px 2px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    margin: 20px 5px 0;
  }

  .header h1 {
    font-size: 40px !important;
  }
  .header h5 {
    font-size: 30px !important;
  }

  .portfolio .items {
    width: 100%;
  }

  .contact .info [class*=col-] {
    width: 100%;
    margin-bottom: 50px;
  }

  .block .skills .skills-progress {
    width: 100% !important;
  }

  .price .item,
  .numbers .item,
  .team .item,
  .blog .item {
    margin-bottom: 50px !important;
  }

  footer {
    text-align: center;
  }
  footer .usfulink {
    text-align: center;
  }
}


@media screen and (max-width: 600px) {

.header .caption {
  margin-top: 140px;
}
.third .col-md-4{
    margin: auto !important;
    width: 85%;
	padding-bottom:20px;
}

.third .col-md-2 {
 margin: auto !important;
    width: 85%;
}

.mainbg h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#32b4c2;
}
.mainbg h1 {
	font-size: 25px;
	text-transform:uppercase;
  font-weight: 600;
}



.four {
	padding-top:100px;
	padding-bottom:5px;
	
}

.four h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#32b4c2;
}
.four h1 {
	font-size: 25px;
	text-transform:uppercase;
  font-weight: 600;
}
.fourwi {
	margin-left:10px;
}

.third {
padding-left:0px !important;
}

.fifth h1 {
	font-size: 25px;
	text-transform:uppercase;
  font-weight: 600;
  color:#fff;
}
#portfolio h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#e97840;

}
#pricing h5 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  color:#32b4c2;
}
#pricing h1 {
	font-size: 25px;
	text-transform:uppercase;
  font-weight: 600;
}

}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */