/*
-------------------------------------
[Master Stylesheet]
Author       : Deep Saha
Template Name: DeeApp - OnePage Responsive App Landing Template
Version      : 1.0
-------------------------------------
*/
        /*
------------------------------------
    CONTENT
------------------------------------
1.Global
2.Typography
3.Navbar
4.Button
5.Separator
6.Preloader
7.Back to Top
8.Button
9.Home
10.About
11.Features
12.Video
13.Screenshots
14.Pricing
15.Team
16.Download
17.Blog
18.Contact
19.Map
20.Footer
21.Error
22.Responsive
*/
/*-------------------------------------------------------*/
        /* Fonts
/*-------------------------------------------------------*/
    @import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Open+Sans:300,400,400i,700');
        /*-------------------------------------------------------*/
        /* Global
/*-------------------------------------------------------*/
        
html {
  font-size: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: #0077ff;
}

::-webkit-selection {
  color: #fff;
  background-color: #0077ff;
}

::selection {
  color: #fff;
  background-color: #0077ff;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  width: 100%;
  color: #8b95a3;
  overflow-x: hidden;
}

body img {
  border: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a:active,
        a:focus {
  outline: none;
  text-decoration: none;
}
        /*-------------------------------------------------------*/
        /* Typography
/*-------------------------------------------------------*/
        
ul,
        ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
  font-family: "Lato", sans-serif;
  color: #3e4045;
  font-weight: 300;
  line-height: 4.5rem;
  letter-spacing: 2px;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  font-style: italic;
  text-transform: capitalize;
}

h2 {
  font-size: 2.3rem;
  font-weight: 400;
  font-style: italic;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1>a,
        h2>a,
        h3>a,
        h4>a,
        h5>a,
        h6>a {
  color: inherit;
}

h1 small,
        h2 small,
        h3 small,
        h4 small,
        h5 small,
        h6 small {
  color: #3e4045;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  font-size: 1rem;
}

a:hover,
        a:focus {
  text-decoration: none;
  color: #282e38;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #808080;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 1px;
}
        /*-------------------------------------------------------*/
        /* Navbar
/*-------------------------------------------------------*/
.navbar-brand {
  padding: 0;
}

.navbar-default .navbar-nav>li>a:hover,
        .navbar-default .navbar-nav>li>a:focus {
  opacity: 1;
  color: #fff;
}

.navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:hover,
        .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background: transparent;
  opacity: 1;
}

.navbar-default .navbar-nav>.active>a:before {
  content: "";
width: 30%;
height: 2px;
background: #fff;
opacity: 1;
position: absolute;
bottom: 10px;
transition: all 0.4s linear 0s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.navbar-default .navbar-nav>.active>a:hover:before,
        .navbar-default .navbar-nav>li>a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.navbar-default .navbar-nav>li>a:before {
  content: "";
  width: 30%;
  height: 2px;
  background: #fff;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  transition: all 0.4s linear 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  opacity: 0.7;
}

@media(min-width:767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

    
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }

  .top-nav-collapse {
    padding: 0;
  }

  .top-nav-collapse.navbar-default {
    background: #274c05;
    padding: 10px 0px;
    box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    border-color: transparent;
  }
}

@media(max-width:730px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .navbar-default {
    background: #274c05;
    border-color: transparent;
  }

  .top-nav-collapse {
    padding: 0;
  }

  .navbar-default .navbar-collapse,
            .navbar-default .navbar-form {
    border-color: transparent;
    text-align: center;
  }

  .nav.navbar-nav.pull-right {
    float: none !important;
  }

  .navbar-default .navbar-nav>.active>a::before {
    bottom: 5px;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle:hover,
            .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
}
        /*-------------------------------------------------------*/
        /*Separator 
/*-------------------------------------------------------*/
        
.section_title:after {
  content: '';
  position: absolute;
  bottom: -8;
  left: 0;
  width: 10%;
  height: 3px;
  background: #274c05;
}

.section_title span {
  display: block;
  line-height: 30px;
  font-size: 2.1rem;
  font-weight: 300;
  font-style: normal;
}
        /*-------------------------------------------------------*/
        /*PRELOADER
/*-------------------------------------------------------*/
 .spinner {
    width: 100%;
    height:100%;
  width: 40px;
  height: 40px;
  position: relative;
     left: 50%;
    top: 50%;
     margin-top: -20px;
     margin-left: -20px;
}
.preloader{
    width: 100%;
    height:100%;
    background: #fff;
    z-index: 99999;
    position: fixed;
    left: 0;
    overflow: hidden;
    top: 0;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0077ff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*-------------------------------------------------------*/
   /*BACK TO TOP
/*-------------------------------------------------------*/
        
a.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  border: 1px solid #274c05;
  ;
            border-radius: 5px;
  background: #274c05 url("../images/up-arrow.png") no-repeat center 43%;
  transition: all ease-in 0.2s;
}
/*-------------------------------------------------------*/
       /*  Button
/*-------------------------------------------------------*/
        
.dee-app-btn {
  background: #274c05;
  border-radius: 30px;
  color: #fff000;
  display: inline-block;
  height: 50px;
  padding: 9px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}

.dee-app-btn:hover,
        .dee-app-btn:focus,
        .dee-app-btn:active {
  color: #fff000;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  letter-spacing: 0.2rem;
}

.dee-app-btn2 {
  background: #274c05;
  border-radius: 30px;
  color: #fff000;
  display: inline-block;
  height: 40px;
  padding: 9px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  margin-top: 15px;
  border: 1px solid transparent;
}

.dee-app-btn2:hover,
        .dee-app-btn2:focus,
        .dee-app-btn2:active {
  color: #fff000;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.dee-app-btn3:hover {
  background-color: #0077ff;
  color: #fff;
}

.dee-app-btn3 {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #0077ff;
  color: #0077ff;
  padding-bottom: 11px;
  padding-top: 11px;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
}
        /*-------------------------------------------------------*/
        /* Home
/*-------------------------------------------------------*/
        
.solidhome{
  background: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 640px;
  position: relative;
    z-index: 1;
}

/*.solidhome:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .57;
  background:#0077ff;
  z-index: -1;
}*/

.home_text {
  margin-top: 25%;
}

.home_text h1 span {
  display: block;
}

.home_text h1 {
  color: #ffffff;
}

.home_text p {
  color: #ffffff;
}

.home_image {
  position: relative;
}

.home_image img {
  position: absolute;
  margin-top: 15%;
  right: 2%;
}
        /*-------------------------------------------------------*/
        /* About
/*-------------------------------------------------------*/
        
.section_title {
  position: relative;
}

.about_image img {
  width: auto;
  height: 500px;
}
        /*-------------------------------------------------------*/
        /* Features
/*-------------------------------------------------------*/
        
#features {
  background: #f7f7f7;
}

.media-body h4 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5rem;
  font-style: italic;
  opacity: 0.8;
}

.features_icon {
  height: 60px;
  width: 60px;
  border: 2px solid #274c05;
  border-radius: 50%;
  text-align: center;
  margin-top: 20px;
  margin-right: 30px;
  background: #274c05;
}

.features_icon i {
  line-height: 55px;
  color: #fff;
  font-size: 1.5rem;
}

.features_image {
  text-align: center;
}

        /*-------------------------------------------------------*/
        /* Video
/*-------------------------------------------------------*/
        
#video {
  background: url(../images/banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#video:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .82;
  background: #0077ff;
  color: #fff;
  z-index: -1;
}

.contentWrap {
  width: 100%;
}

#video .blox.bloxPopup {
  text-align: center;
  width: 10%;
  margin: 0 auto;
}

.featured i {
  color: #fff;
  font-size: 6.5rem;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.featured i:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
        /*-------------------------------------------------------*/
        /* Screenshots
/*-------------------------------------------------------*/
        
#owl-demo {
	z-index: -111;
}

#owl-demo .item {
  text-align: center;
}

#owl-demo .item img {
  display: block;
  height: auto;
}

.frame {
  position: relative;
  margin: 0 auto;
  background: url(../images/mobile_frame.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
        /*-------------------------------------------------------*/
        /* Pricing
/*-------------------------------------------------------*/
        
#pricing {
  background: #ffffff;
}

.pricing_box {
  border: 1px solid #e9ebec;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

.pricing_box:hover {
  margin-top: -5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.price-heading {
  position: relative;
  background-color: #f2f2f2;
  margin: 0 0 45px;
  padding: 20px 20px;
  border-bottom: 4px solid e9ebec;
}

.price-heading h2 {
  margin: 0 0 12px;
  line-height: normal;
}

.price-list {
  margin: 0 0 45px;
  padding: 0 20px;
}

.price-list li {
  color: #585b60;
  display: block;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.07rem;
  font-weight: 300;
  line-height: 26px;
}

.price-list li .fa {
  font-size: 1.30rem;
  padding-right: 10px;
  color: #274c05;
}

.price-footer {
  border-top: 1px solid #e9ebec;
  display: block;
  padding: 20px 20px;
}

.price-heading .amount {
  color: #9da6ac;
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}

.price-heading .amount .big {
  color: #8d8d8d;
  font-size: 2.85rem;
  letter-spacing: 2px;
}

.textoonemonth {
	color: #5d7748;	
}

.textotwomonth {
	color: #b80000;	
}

        /*-------------------------------------------------------*/
        /* Team
/*-------------------------------------------------------*/
        
.team-member,
        .team-img {
  position: relative;
  overflow: hidden;
}

.team-member,
        .team-img img {
  width: 100%;
}

.team-title {
  line-height: normal;
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20, 20, 20, .7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  color: #616161;
  width: 37px;
  height: 37px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}
        /*-------------------------------------------------------*/
        /* Download
/*-------------------------------------------------------*/
        
#download {
  background: url(../images/banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#download:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .80;
  background: #932f31;
  color: #fff;
  z-index: -1;
}

.download_title h2 {
  color: #fff;
}

.download_platfrom {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.download_platfrom a {
  font-size: .6rem;
  text-transform: capitalize;
  word-spacing: normal;
}

.download_platfrom i {
  float: left;
  font-size: 30px;
  margin-right: 12px;
  padding: 0;
}
        /*-------------------------------------------------------*/
        /* Download1
/*-------------------------------------------------------*/
        
#download1{
  background: url(../images/banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#download1:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .80;
  background: #932f31;
  color: #fff;
  z-index: -1;
}

.download1_title h2 {
  color: #fff;
}

.download1_platfrom {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.download1_platfrom a {
  font-size: .6rem;
  text-transform: capitalize;
  word-spacing: normal;
}

.download1_platfrom i {
  float: left;
  font-size: 30px;
  margin-right: 12px;
  padding: 0;
}



        /*-------------------------------------------------------*/
        /* Blog
/*-------------------------------------------------------*/
        
#blog {
  background: #f7f7f7;
}

.our_blog a {
  transition: 0.5s;
}

.our_blog a:hover {
  color: #0077ff;
}

.blog-about {
  padding: 15px 0;
  margin: 0;
}

.blog-about li {
  margin-right: 15px;
  display: inline-block;
}

.blog-about li a {
  color: #a5a5a5;
  transition: 0.5s;
  font-size: .8rem;
}

.blog-about li i {
  color: #0077ff;
  opacity: 0.75;
  margin-right: 5px;
}

.our_blog a img {
  width: 100%;
  transition: .5s;
}

.our_blog a img:hover {
  opacity: 0.7;
}

.blog-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.blog-text h4 a {
  color: #4e4e4e;
  padding: 0px 0 8px 0;
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 700;
}

.our_blog {
  background-color: #fafafa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-text a.dee-app-btn:hover {
  color: #fff;
}

.load-more {
  text-align: center;
}
        /*-------------------------------------------------------*/
        /* Contact
/*-------------------------------------------------------*/
        
#contact {
  background: #ffffff;
}

.get-in-touch .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  -o-border-image: none;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #2b323f;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 0;
  position: relative;
}

.address-box {
  margin-left: 20px;
}

.address-box li div {
  display: inline-block;
}

.info-icon {
  margin-right: 20px;
}
        /*-------------------------------------------------------*/
        /* Map
/*-------------------------------------------------------*/
        
.map {
  padding-bottom: 0px;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
  display: block;
  pointer-events: none;
  position: relative;
            /* IE needs a position other than static */;
}

.map iframe.clicked {
  pointer-events: auto;
}
        /*-------------------------------------------------------*/
        /* Footer
/*-------------------------------------------------------*/
        
footer {
  text-align: center;
  background-color: #111;
}

.line {
  position: relative;
  padding-bottom: 40px;
  color: #fff;
}

.line h2 {
  margin: 0;
  color: #fff;
  font-weight: 900;
}

.social-icon a {
  color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  margin-right: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 20px;
}
        /*-------------------------------------------------------*/
        /* error
/*-------------------------------------------------------*/
        
.robot {
  margin-top: 10%;
}

.robot_img {
  text-align: center;
}

.robot_img img {
  width: 70%;
}

#message span {
  font-size: 46px;
  font-weight: 200;
  line-height: 100px;
}

#message p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 400;
}
        /*-------------------------------------------------------*/
        /* Responsive
/*-------------------------------------------------------*/
        
@media only screen and (max-width: 992px) {
  html {
    font-size: 70%;
  }

  .home_image img {
    position: absolute;
    margin-top: 20%;
    right: 1%;
    width: 100%;
  }

  .home_text {
    margin-top: 40%;
  }

  .dee-app-btn {
    line-height: 2.8rem;
  }

  .features_icon {
    margin-top: 0px;
    margin-right: 20px;
  }

  .features_image img {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 68%;
  }

  .skewed-bg {
    min-height: 500px;
  }

  .home_image img {
    position: absolute;
    margin-top: 20%;
    right: 1%;
    width: 100%;
  }

  .home_text {
    margin-top: 20%;
  }

  .dee-app-btn {
    line-height: 2.8rem;
  }

  .features_icon {
    margin-top: 0px;
    margin-right: 20px;
  }

  .features_image img {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
    html {
    font-size: 80%;
  }
    .home_text {
    margin-top: 40%;
}
  #download .col-sm-6 {
    text-align: center;
  }
    .team-title {
    line-height: normal;
    margin: 10px 0 5px;
}
    .team-member.text-center {
    margin-bottom: 60px;
}
  #owl-demo .item img {
    display: block;
    height: auto;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
    html {
    font-size: 70%;
  }
    .social-icon a {
    margin-right: 5px;
    height: 30px;
    width: 30px;
        line-height: 20px;
}
}
