/*---------------------------------------------------------------

  Project Name: Dexter - Responsive Onepage HTML Template
  File Name: style.css
  Author: Vivek Singh Bisht
  Author URI: http://themesity.com
  Version: 1.0.0

------------------------------------------------------------------*/
/*----------------------------------------------------------------

// Table of contents //

  - Body
  - Typography
  - Buttons
  - General
  - Preloader
  - Navigation section
  - Hero section
  - Service section
  - Project section
  - Counter section
  - Team section
  - Expertise section
  - Testimonial section
  - Price section
  - Blog section
  - Contact section
  - Footer section
  - Mobile Responsive styles

------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');


body {
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
}

h1,h2,h4 {
  font-weight: 300;
}

h1 {
  font-size: 65px;
  letter-spacing: -1px;
}

h2 {
  color: #272727;
  font-size: 32px;
  line-height: 52px;
  text-transform: uppercase;
  margin: 0px;
}

h3 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

h4 {
  color: #454545;
  font-size: 18px;
  line-height: 26px;
}

h5 {
  letter-spacing: 0.5px;
}

p {
    color: #404040;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}
i{
    color: #00aecd;
}
a{
    text-decoration: none !important;
}
/*---------------------------------------
   Buttons              
-----------------------------------------*/
.button {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
  padding: 11px 24px;
  border-radius: 4px;
  background-color: #00aecd;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #414141;
}
.button.btn-transparent {
  display: block;
  background-color: rgba(255, 255, 255, 0.27);
}
.button.btn-transparent:hover {
  background-color: #333;
}
.button.btn-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}
.button.btn-active {
  background-color: #333;
}
.button.btn-active:hover {
  background-color: #00aecd;
}
.button.btn-gray {
  background-color: #f3f2f5;
  color: #333;
}
.button.btn-gray:hover {
  background-color: #00aecd;
  color: white;
}
.button.btn-small {
  padding: 10px 15px;
  font-size: 13px;
}
.button.no-spc {
  margin-left: 0px;
}
.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}
.button.no-lft-mrg {
  margin-left: 0px;
}
.button-style-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    line-height: 24px;
    width: auto;
    text-align: center;
    border: 3px solid #dcdcdc;
    background: #fff;
    color: #282828;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: background .8s;
    -moz-transition: background .8s;
    -ms-transition: background .8s;
    -o-transition: background .8s;
    transition: background .8s;
}
/*---------------------------------------
   General              
-----------------------------------------*/
input[type=checkbox], input[type=radio]{
	width: 30px
	}

.pb80{
    padding-bottom: 80px;
} 
.pt80{
    padding-top: 80px;
}
.mb35{
    padding-bottom: 35px;
}
.mrb40 {
    margin-bottom: 40px;
}
.white{
    color: #fff !important;
}
.bg-grey{
    background-color: #f6f6f6;
}
/*---------------------------------------
   Preloader              
-----------------------------------------*/
.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    background-color: #fff;
}
.loader {
    height: 14px;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    width: 80px;
}
.dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 100%!important;
    background: #1B1D1F;
    position: absolute;
}
.dot_1 {
    animation: animateDot1 1.5s linear infinite;
    left: 16px;
    background: #ff072a;
}
.dot_2 {
    animation: animateDot2 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 28px;
}
.dot_3 {
    animation: animateDot3 1.5s linear infinite;
    left: 16px;
}
.dot_4 {
    animation: animateDot4 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 28px;
}
@keyframes animateDot1 {
0% {
transform: rotate(0deg) translateX(-12px);
}
25% {
transform: rotate(180deg) translateX(-12px);
}
75% {
transform: rotate(180deg) translateX(-12px);
}
100% {
transform: rotate(360deg) translateX(-12px);
}
}
@keyframes animateDot2 {
0% {
transform: rotate(0deg) translateX(-12px);
}
25% {
transform: rotate(-180deg) translateX(-12px);
}
75% {
transform: rotate(-180deg) translateX(-12px);
}
100% {
transform: rotate(-360deg) translateX(-12px);
}
}
@keyframes animateDot3 {
0% {
transform: rotate(0deg) translateX(12px);
}
25% {
transform: rotate(180deg) translateX(12px);
}
75% {
transform: rotate(180deg) translateX(12px);
}
100% {
transform: rotate(360deg) translateX(12px);
}
}
@keyframes animateDot4 {
0% {
transform: rotate(0deg) translateX(12px);
}
25% {
transform: rotate(-180deg) translateX(12px);
}
75% {
transform: rotate(-180deg) translateX(12px);
}
100% {
transform: rotate(-360deg) translateX(12px);
}
}
/*---------------------------------------
   Navigation section              
-----------------------------------------*/
nav.navbar.bootsnav.navbar-transparent.white {
    border: 0px;
    background-color: rgba(245, 223, 223, 0.1);
}
nav.navbar.bootsnav .navbar-toggle{
  background-color: transparent !important;  
}
/*---------------------------------------
   Hero section              
-----------------------------------------*/
.hero_full_screen {
    height: 100vh;
    min-height: 500px;
}
.hero_parallax {
    position: relative;
    display: table;
    width: 100%;
}
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
}
.opacity-6 {
    opacity: 0.6 !important;
}
.hero_parallax_inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.hero h1 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 400;
}
.parallax-window{
    background: url('../img/background/bg1.jpg') no-repeat fixed;
    background-size: cover;
}
.header-section span.meta-title-top {
    display: block;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #303030;
    font-family: "Poppins", sans-serif;
    position: relative;
    z-index: 9;
}
.header-section h2.meta-title-2 {
    position: relative;
    z-index: 9;
    margin: 10px 0px;
    line-height: 32px;
    font-weight: 600;
    color: #303030;
    display: block;
}
.header-section h2.meta-title-2::after {
    content: '';
    width: 75px;
    height: 4px;
    display: block;
    background: #17a2aa;
    position: relative;
    top: 10px;
    margin: 20px auto;
}
.mb40{
    margin-bottom: 40px;
}
/*---------------------------------------
   About section              
-----------------------------------------*/
.descriptive-title {
    float: left;
    margin-bottom: 75px;
    padding: 0 150px;
    text-align: center;
    width: 100%;
}
.descriptive-title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;
    width: 100%;
}
.awards .counter {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    width: 100%;
}

/*---------------------------------------
   Service section              
-----------------------------------------*/
.service-single h3 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.service-icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.service-icon-wrap .fa {
  font-size: 24px;
  color: #fff;
}

.sv-color-1 {
  background-color: #ff5722;
  border-color: #ff5722;
}

.sv-color-2 {
  background-color: #2196f3;
  border-color: #2196f3;
}

.sv-color-3 {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

.sv-color-4 {
  background-color: #fbc02d;
  border-color: #fbc02d;
}

.sv-color-5 {
  background-color: #651fff;
  border-color: #651fff;
}

.sv-color-6 {
  background-color: #ff1744;
  border-color: #ff1744;
}

/*---------------------------------------
   Project section              
-----------------------------------------*/
.filter
{
    color: #fff;
    padding: 15px 30px;
    border-right: 1px solid #fff;
    display: inline-block;
    position: relative;
}
.fil-btn .active
{
    background-color: #e43c5c;
}
#grid .mix{
    display: none;
}
.aisle-work ul {
    list-style: outside none none;
    margin-bottom: 40px;
    text-align: center;
}
.aisle-work ul li {
    color: #999;
    margin: 5px;
    cursor: pointer;
    font-size: 10px;
    padding: 4px 18px;
    display: inline-block;
    border: 1px solid #15121280;
    text-transform: uppercase;
    -webkit-transition: all 0.36s;
    transition: all 0.36s;
}
.aisle-work ul li.active,
.aisle-work ul li:hover { color:#000; }
.grid .mix {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.image-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.image-wrapper img {
    height: auto;
    width: 100% !important;
}
.image-overlay {
    background: rgba(36, 195, 248, 0.6) none repeat scroll 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.36s ease-out 0s;
            transition: all 0.36s ease-out 0s;
}
.image-wrapper:hover .image-overlay {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.image-overlay i {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.36s ease-out 0s;
            transition: all 0.36s ease-out 0s;
}
.image-overlay i:hover {
    background: #fff none repeat scroll 0 0;
    color: #3ac4fa;
}
.image-wrapper:hover i {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.image-overlay h5 {
    color: #fff;
    margin: 15px 0 5px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.image-wrapper:hover .image-overlay h5 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
.image-overlay p {
    color: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.image-wrapper:hover .image-overlay p {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
}
.aisle-work > div{
    padding: 1px;
}
/*---------------------------------------
   Team section             
-----------------------------------------*/
.team-detail {
    background: #03a9f4 none repeat scroll 0 0;
    color: #ffffff;
}
.team-det-top {
    border-bottom: 1px solid #ffffff;
    padding-left: 30px;
    padding-top: 18px;
    text-transform: uppercase;
}
.member-name > p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.mem-designation > p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 13px;
}
.mem-social {
    padding: 12px 0 12px 40px;
}
.mem-social > a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.mem-social > a i{
    color: #ffffff;
}
.mem-social > a:hover i{
    color: #1da1f2;
}
.mem-social > a:hover {
    background: #fff;
}
.sin-team-overlay::before {
    background-color: #03a9f4;
    content: "";
    height: 0%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.team-img {
    position: relative;
}
.team-img > a {
    color: #fff;
    font-size: 40px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    top: -25px;
    opacity: 0;
}
.sin-team:hover .sin-team-overlay::before {
    height: 100%;
}
.sin-team:hover .team-img > a {
    top: 50%;
    opacity: 1
}
.sin-team {
    margin-bottom: 45px;
}
.team-area {
    padding-bottom: 45px;
}
img {
    max-width: 100%;
    height: auto;
}
/*---------------------------------------
   Expertise section            
-----------------------------------------*/
#skill .wrap-skill .item-skill h2 {
    font-size: 36px;
    font-size: 2.25em;
    font-weight: 600;
    text-align: center;
}
#skill .wrap-skill .item-skill .progress-skill.skill1 {
    background: #be5dd6;
}
#skill .wrap-skill .item-skill .progress-skill {
    height: 1px;
    background: #eba526;
}
#skill-2 .wrap-skill .item-skill {
    width: 25%;
}

#skill .wrap-skill .item-skill h2 {
font-size: 36px;
font-size: 2.25em;
font-weight: 600;
text-align: center; 
}
#skill .wrap-skill .item-skill span {
    color: #000000;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 40px; 
}
#skill .wrap-skill .item-skill .progress-skill {
    height: 1px;
    background: #eba526; 
}
#skill .wrap-skill .item-skill .progress-skill .counter {
  content: '';
  height: 4px;
  background: #eba526;
  position: relative;
  top: -4px;
  display: block;
  -webkit-transition: width 2s;
  transition: width 2s;
  width: 0px; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-10 {
    width: 10%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-20 {
    width: 20%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-30 {
    width: 30%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-40 {
width: 40%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-50 {
    width: 50%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-60 {
    width: 60%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-70 {
    width: 70%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-80 {
    width: 80%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-90 {
    width: 90%; 
}
#skill .wrap-skill .item-skill .progress-skill .counter.value-100 {
    width: 100%; 
}
#skill .wrap-skill .item-skill .progress-skill.skill1 {
  background: #be5dd6; }
  #skill .wrap-skill .item-skill .progress-skill.skill1 .counter {
    background: #be5dd6; }
#skill .wrap-skill .item-skill .progress-skill.skill2 {
  background: #f18b39; }
  #skill .wrap-skill .item-skill .progress-skill.skill2 .counter {
    background: #f18b39; }
#skill .wrap-skill .item-skill .progress-skill.skill3 {
  background: #3ab6ea; }
  #skill .wrap-skill .item-skill .progress-skill.skill3 .counter {
    background: #3ab6ea; }
#skill .wrap-skill .item-skill .progress-skill.skill4 {
  background: #2490eb; 
}
  #skill .wrap-skill .item-skill .progress-skill.skill4 .counter {
    background: #2490eb;
}
/*---------------------------------------
   Testimonial section            
-----------------------------------------*/
#clients {
    text-align: center;
}
#clients .item{
    display: block;
    width: 100%;
    height: auto;
}
.clients-content p {
    max-width: 600px;
    color: #777;
    padding: 0 15px;
    margin: auto;
}
.clients-content h5 {
    margin: 10px 10px 20px;
}
.clients-content h5 span {
    color: #777;
}
.client-photo{
    margin: 10px 0px 30px;
}
.client-photo img {
    margin: 25px auto 0;
    border-radius: 5px;
    display: inline-block;
}
.owl-controls .owl-buttons{
    display: none;
}
/*---------------------------------------
   Price Section            
-----------------------------------------*/
#pricing{
    background-color: #282828;
}
.pricing-table-column{
    padding-top: 35px;
    padding-bottom: 45px;
    text-transform: uppercase;
    background: #fff;
    text-align: center;
}
.pricing-table-column h5{
    padding-bottom: 40px;
}
.price-band{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #dcdcdc;
    display: inline-block;
}
.pricing-table-column h2 {
    padding-top: 24px;
    margin-bottom: 0px;
}
.pricing-table-column p{
    font-size: 14px;
    line-height: 21px;
}
.pricing-table-column ul{
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 15px;
}
.pricing-table-column ul li{
    text-transform: lowercase;
    list-style: none;
    color: #8b8b8b;
    margin-bottom: 20px;
}
.pricing-table-column:hover{
    background: #00aecd;
}
.pricing-table-column:hover h5{
    color: #fff;
}
.pricing-table-column:hover h2{
    color: #fff;
}
.pricing-table-column:hover li{
    color: #282828;
}
.pricing-table-column:hover .price-band{
    background: #282828;
    border-color: #282828;
}
.pricing-table-column:hover .button-style-1{
    background: #282828;
    border-color:#282828;
}
.pricing-table-column:hover a{
    color: #fff;
}
/*---------------------------------------
   Blog Section           
-----------------------------------------*/
.post-thumb {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.post-thumb.imgbox {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-cols .imgbox img {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}
.post-cols:hover .imgbox img {
    opacity: 0.75;
    transform: scale(1.5);
}
.post-cols .post-dis {
    float: left;
    transition: top 0.3s ease-in-out 0s;
    width: 100%;
}
.post-cols .post-dis.teamdis {
    padding: 0 15px;
}
.post-cols .post-dis h4 a {
    color: #000;
}
.post-cols:hover .post-dis h4 a {
    color: #3ba7d0;
}
.post-cols .post-dis.sty-one h4 a {
    color: #fff;
}
.post-cols:hover .post-dis.sty-one h4 a {
    color: #17a2aa;
}
.box-icon.date {
    background-color: #17a2aa;
    right: 0px;
    padding: 10px 15px 7px 15px;
    position: absolute;
    bottom: 0px;
    z-index: 99;
    text-align: center;
    font-size: 20px;
    color: #FFF;
}
.box-icon i{
    color: #fff;
}
/*---------------------------------------
   Contact section           
-----------------------------------------*/
input, select{ 
    border: 1px solid #e8e8e8; 
    letter-spacing: 1px; 
    font-size: 11px;  
    padding: 9px 16px; 
    width: 100%; resize: none; 
    margin-bottom: 20px; 
    max-width: 100%; 
}
textarea{ 
    border: 1px solid #e2e2e2; 
    letter-spacing: 1.2px; 
    font-size: 11px;  
    padding: 9px 16px; 
    height: 160px; 
    resize: none; 
    width: 100%; 
    margin-bottom: 20px; 
    max-width: 100%; 
}
input:focus, textarea:focus{ 
    background-color: #f9f9f9; 
    border: 1px solid #cfcfcf; 
}
select::-ms-expand{ 
    display:none; 
}
input[type="button"], input[type="text"], textarea { 
    -webkit-appearance: none;  
    border-radius: 0; 
}
.center-col {
    margin-left: auto !important;
    float: none !important;
    margin-right: auto !important;
}
/*---------------------------------------
   Footer section          
-----------------------------------------*/
.footer {
    background: #292929;
    color: #cacaca;
}
.footer {
    background: #292929;
    color: #cacaca;
}
.footer a {
    color: #cacaca
}
.footer a:hover {
    color: #549dc5
}
.footer .inner {
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer p {
    padding: 0;
    margin: 0;
}
.footer p.pull-left {
    margin-top: 3px
}
.footer.widget-footer {
    background: #232323
}
.footer.widget-footer .inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer.widget-footer p {
    margin: 0 0 15px
}
.sub-footer {
    background: #1e1e1e;
    padding-top: 35px;
    padding-bottom: 35px;
}
.sub-footer p {
    padding: 0 !important;
    margin: 0 !important;
}
.sub-footer p.pull-left {
    margin-top: 3px !important
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #f0f0f0
}
.widget-title {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
footer .post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .post-list li {
    margin-top: 15px
}
footer .post-list li:first-child {
    margin: 0
}
footer .post-list li h6 {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    color: #cacaca;
}
footer .post-list li em {
    color: #838383;
    font-size: 13px;
    font-style: normal;
}
.tagcloud {
    line-height: 25px
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info i {
    margin-right: 7px
}
.footer .contact-info i {
    color: #f0f0f0
}
.footer .contact-info [class^="icon-"]:before,
.footer .contact-info [class*=" icon-"]:before {
    line-height: 24px
}
.footer .widget.single .contact-info li {
    display: inline;
    margin: 0 15px;
}
.footer hr {
    border-color: #535353;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.social {
    padding: 0;
    margin: 0 0 -5px 0;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin-right: 5px;
    margin-bottom: 5px;
}
.text-center .social li {
    margin: 0 2px
}
.social.pull-right li {
    margin: 0 0 0 5px
}
.social li a {
    display: table
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #f3f3f3;
    background: none;
    line-height: 1;
    border: 1px solid #aaa;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 12px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.social .fa-pinterest {
    border-color: #d8545d;
    color: #d8545d;
}
.social .fa-facebook {
    border-color: #677fb5;
    color: #677fb5;
}
.social .fa-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}
.social .fa-dribbble {
    border-color: #e299c2;
    color: #e299c2;
}
.social .icon-s-500px {
    border-color: #3bbbe6;
    color: #3bbbe6;
}
.social .fa-instagram {
    border-color: #926d53;
    color: #926d53;
}
.social a:hover .fa-instagram{
    background-color: #926d53;
    color: #fff;
}
.social a:hover .fa-pinterest {
    background-color: #d8545d
}
.social a:hover .fa-facebook {
    background-color: #677fb5
}
.social a:hover .fa-twitter {
    background-color: #70c2e9
}
.social a:hover .fa-dribbble {
    background-color: #e299c2
}
.social a:hover .icon-s-500px {
    background-color: #3bbbe6
}
.social a:hover a:hover i {
    background-color: #FFF
}
.social a:hover i {
    color: #FFF
}
/*---------------------------------------
   Mobile Responsive styles          
-----------------------------------------*/


/***********************************
***********************************/
	
/***********************************
***********************************/

/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/
@media all and (max-width:767px){
    .descriptive-title {
    padding: 0 20px;
}
h4 {
    color: #454545;
    font-size: 14px;
    line-height: 26px;
}
.pricing-table-column{
    margin-bottom: 30px;
}
.social {
    float: inherit !important;
    text-align: center;
}
.footer p{
    text-align: center;
    margin-bottom: 10px;
}
}