/*
   
    Template Name : Rolling - Freelancer Portfolio Template
    Author : UiPasta Team
    Website : http://www.uipasta.com/
    Support : http://www.uipasta.com/support/
	
	
*/



/*
   
   Table Of Content
   
   1. Global Style
   2. Preloader
   3. Home Section and Navigation Menu
   4. About Me
   5. Portfolio
   6. Testimonial
   7. Statistics
   8. Services
   9. Call to Action
  10. Contact Us
  11. Social Icons
  12. Footer
  13. Responsive
  14. Scroll To Top
  15. Useful Classes ( Such as : Margin, Padding, colors  "This classes will be helpful for you during designing/development time.")
  16. UiPasta Credit
 

*/



/* Global Style */

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

html,
body {
    height: 100%
}

::selection {
    background-color: #24b662;
    color: #ffffff;
}

::-moz-selection {
    background-color: #24b662;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

a {
    color: #777;
    text-decoration: none;
}

img {
    width: 100%;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

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

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-space-padding {
    padding: 100px 0px;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    margin-top: 0;
    
  
	
    font-size: 30px;
    margin: 0 auto;
    padding: 10px 0;
    width: auto;
   
    text-align: center;
	margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.section-title p {
    font-weight: 400;
	line-height: 25px;
	margin-bottom: 40px;
}

.bg-cover {
	background-repeat: no-repeat;
}

.grabbing {
	cursor: url(../images/owl-carousel/grabbing.png) 8 8, move;
}

.button {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 45px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.button:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.button-style {
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
}

.button-style:hover,
.button-style:active,
.button-style:focus {
	background: #29f;
	color: #ffffff !important;
}

.button-style:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button-style:active:before {
	color: #17954c;
}

.button-style-icon:before {
	left: 130%;
	top: -2px;
}

.button-style-icon:hover:before {
	left: 80%;
}

.button-style-dark {
	border: 3px solid #000000 !important;
	color: #000000;
}

.black-button {
background-color: #000;
color: #fff;
font-family: 'Raleway', sans-serif;
letter-spacing: 1.2px;


}

.black-button:hover{
  background-color: #353535;
}

.white-button{
  background-color: #fff;
  font-size: 12px;
  color: #222;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  border: 1px solid #000;
}
.white-button:hover{
color: #6f6f6f;

}

/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}

.loader{
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #24b662;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #24b662;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #24b662;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* Home Section and Navigation Menu */

@media(min-width: 768px){
.home-section {
    height: auto;
}

.home-section-background {
    position: relative;
    height: 100%;
    background-color: #000;
    background-size: cover;
    z-index: 1;
}

.home-section-background:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {}


.home-section-background .main{
  position: absolute;
  width: 100%;
  top: 20%;
  z-index: 1;
}
.home-section-background .main .logo-icon{
  width: 300px;
  margin: 0 auto;

}
.home-section-background .main .logo-icon h1{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.home-section-background .main .logo-icon img{
  width: 75%;
  height: auto;
  vertical-align: middle;
}

.home-section-background .video-container{
  border: 1px solid red hidden;
}

.home-section-background  .video-back{

opacity: 0.4;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    vertical-align: middle;

}

.home-section-background:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border: 1px solid red hidden;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;

}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {}

.home-section-background h2 {
    color: #f8f8f8;
    font-size: 35px;
    letter-spacing: 5px;
    margin: 0;
}

.home-section-background p {
    color: #f8f8f8;
    letter-spacing: 4px;
    font-size: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 900;
    font-size: 14px;
}

.navigation-menu .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.navigation-background .logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    color: #fff;
}


}

@media(max-width: 768px){
.home-section {
    height: auto;
}

.home-section-background {
    position: relative;
    height: 100%;
    background-color: #000;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}



.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}




.home-section-background .main{
  position: relative;
  width: 100%;
  top: 20%;
  z-index: 1;
  border: 1px solid red hidden;
  background-image: url(../codeweb-mobile.gif);
}
.home-section-background .main .logo-icon{
  width: 160px;
  margin: 20px auto 0px auto;

}

.home-section-background .main .logo-icon img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.home-section-background .video-container{
  width: 100%;
  position: relative;

}

.home-section-background  img{
top:0;

    width: 100%;
    height: auto;
    z-index: -100;
    vertical-align: middle;

}

.home-section-background:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border: 1px solid red hidden;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;

}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {}

.home-section-background h2 {
    color: #f8f8f8;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 0;
}

.home-section-background p {
    color: #f8f8f8;
    letter-spacing: 4px;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 900;
    font-size: 14px;
}

.navigation-menu .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.navigation-background .logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    color: #fff;
}


}


/* services*/

@media(max-width: 768px){

.services-section {
	overflow: hidden;
	background-color: #fff;
}

#services{background: #fff;}
.services-me h1 {
	padding: 10px 8px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;font-size: 32px;
  font-weight: 300;
  color: #222;
}

.services-me h2 {text-align: center;font-family: 'Montserrat', sans-serif;font-weight: 400;color: #222;font-size: 16px;padding: 0px 8px;}
.services-me h5 {text-align: center;font-size: 18px;font-family: 'Montserrat', sans-serif;color: #222;text-transform: uppercase;font-weight: bold;}
.services-me h6 {text-align: center;padding: 8px;font-size: 13px;color: #353535;}
.services-me p {
  text-align: center;
padding: 5px 8px;
	font-size: 15px;
  color: #6f6f6f;
  font-family: 'Muli', sans-serif;
}
.services-me .tools{list-style: none;text-align: center;}
.services-me .row {width: 90%;margin: 0 auto;}
.services-me .row .col-sm-4{border: 1px solid red hidden;padding-top: 50px;}
.services-me .row .col-sm-4 span{text-align: center;font-size: 60px;display: block;padding: 15px 0px 30px 0px;color: #000;}
.services-me .row .col-sm-4 li{font-size: 30px;}
.services-me .tools .photoshop{width: 7%; height: auto;display: inline;}
.services-me .tools .illustrator {width: 7%; height: auto;margin-left: 13px;}
.services-me .tools .web-icons {width: 7%; height: auto;margin-left: 13px;display: inline;}
.services-me .row .col-sm-4 .tools li{font-size: 30px;}
.services-me .row .col-sm-4 .tools .icon-social-android {color: #a4ca39;}
.services-me .row .col-sm-4 .tools .icon-social-apple {color: #000;}

}



@media(min-width: 768px)

{

.services-section {
  overflow: hidden;
  background-color: #fff;
}

#services{background: #fff;}
.services-me h1 {
  padding: 10px 8px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;font-size: 40px;
  font-weight: 300;
  color: #222;
}

.services-me h2 {text-align: center;font-family: 'Montserrat', sans-serif;font-weight: 400;color: #222;font-size: 18px;}
.services-me h5 {text-align: center;font-size: 18px;font-family: 'Montserrat', sans-serif;color: #222;text-transform: uppercase;font-weight: bold;}
.services-me h6 {text-align: center;padding: 8px;font-size: 13px;color: #353535;}
.services-me p {
  text-align: center;
padding: 5px 30px;
  font-size: 15px;
  color: #6f6f6f;
  font-family: 'Muli', sans-serif;
}
.services-me .tools{list-style: none;text-align: center;}
.services-me .row {width: 90%;margin: 0 auto;}
.services-me .row .col-sm-4{border: 1px solid red hidden;padding-top: 50px;}
.services-me .row .col-sm-4 span{text-align: center;font-size: 50px;display: block;padding: 15px 0px 30px 0px;color: #000;}
.services-me .row .col-sm-4 li{font-size: 30px;}
.services-me .tools .photoshop{width: 7%; height: auto;display: inline;}
.services-me .tools .illustrator {width: 7%; height: auto;margin-left: 13px;}
.services-me .tools .web-icons {width: 7%; height: auto;margin-left: 13px;display: inline;}
.services-me .row .col-sm-4 .tools li{font-size: 30px;}
.services-me .row .col-sm-4 .tools .icon-social-android {color: #a4ca39;}
.services-me .row .col-sm-4 .tools .icon-social-apple {color: #000;}




}


/*about*/
#about {position: relative;}
.about-us {padding: 0px;}
.about-us .container{position: absolute;top: 0;left: 10%;}
.about-us .row{padding-top: 40px;border: 1px solid red hidden;}
.about-us h3{color: #aaa;font-family: 'Montserrat', sans-serif;color: #fff;font-weight: 300;padding-bottom: 30px;}
.about-us h4{padding-top: 10px;font-size: 14px;color: #777;}
.about-us h5{font-size: 13px;color: #777}
.about-us h6{color: #6f6f6f;font-family: 'Muli', sans-serif;}
.about-us p{color: #777;font-size: 13px;font-family: 'Muli', sans-serif;}
.about-us .col-sm-5 p{padding-bottom: 0px;}
.about-us .founder{border: 1px solid red hidden;padding-top:1px;padding-left: 12px;}
.about-us .founder .col-sm-6{border: 1px solid red hidden;}
.about-us .row .icon-img{width: 75px;padding-top: 30px;}
.about-us .row .icon-img img{width: 100%;height: auto;vertical-align: middle;}
.about-us .founder .col-sm-10 .shank-text{border: 1px solid red hidden;margin-top:38px;margin-left: 15px; }
.about-us .founder .col-sm-10 .naveen-text{margin-top:45px;margin-left: 15px; }
.about-us blockquote {color: #aaa;font-family: 'Muli', sans-serif;}


/*Mobile - about-*/
#mobile-about {background: #000;}
#mobile-about .container {position: relative;padding-bottom: 150px;padding-top: 30px;}

.mobile-about-us h3{color: #aaa;font-family: 'Montserrat', sans-serif;color: #fff;font-weight: 300;padding-bottom: 30px;text-align: center;padding-top: 30px;}
.mobile-about-us h4{padding-top: 10px;font-size: 14px;color: #777;}
.mobile-about-us h5{font-size: 13px;color: #777;}
.mobile-about-us h6{color: #6f6f6f;font-family: 'Muli', sans-serif;}
.mobile-about-us p{color: #777;font-size: 13px;font-family: 'Muli', sans-serif;text-align: center;}
.mobile-about-us .col-sm-5 p{padding-bottom: 0px;}
.mobile-about-us .founder{border: 1px solid red hidden;padding-top:1px;padding-left: 12px;}
.mobile-about-us .founder .col-sm-6{border: 1px solid red hidden;}
.mobile-about-us .row .icon-img{width: 75px;padding-top: 30px;margin: 0 auto;}
.mobile-about-us .row .icon-img img{width: 100%;height: auto;vertical-align: middle;}
.mobile-about-us .founder .col-sm-10 .shank-text{border: 1px solid red hidden;margin-top:38px;margin-left: 15px; }
.mobile-about-us .founder .col-sm-10 .naveen-text{margin-top:45px;margin-left: 15px; }
.mobile-about-us blockquote {color: #aaa;font-family: 'Muli', sans-serif;text-align: center;}


/* Portfolio */

#portfolio {position: relative;background-color: #fff;}

.portfolio-inner .mix {
    display: none;
}

.portfolio .section-title h2{font-family: 'Montserrat', sans-serif;font-weight: 300;color: #222;}
.portfolio .section-title p{font-family: 'Muli', sans-serif;color: #6f6f6f;}

ul.portfolio {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-left: 8px;
    text-align: center;
}

ul.portfolio li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

ul.portfolio li:hover {
    color: #000;
    border: none;
}

ul.portfolio li.active {
    color: #ffffff;
    background-color: #222;
    padding: 5px 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

.portfolio .item {
    margin-bottom: 30px;
    position: relative;
}

.portfolio .item img {
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.portfolio .item:hover a:before{
  top: 40%;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}

.portfolio .item a:before{
  color: #ffffff;
  content: "\f00e";
  font-family: "FontAwesome";
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-size: 25px;
  top: 2%;
  opacity: 0;
  left: 0%;
  right: 0%;
  background-color: #222;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  margin: 0 auto;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}

.portfolio .item a:hover:before{
  opacity: 1;
}

.project-title{text-align: center;padding: 8px 0px;color: #222;font-size: 13px;font-family: 'Montserrat', sans-serif;font-weight: 700;border: 1px solid #f2f2f2;}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	margin-top: 40px;
    font-size: 50px;
    background-color: #24b662;
    width: 44px;
	right: 0px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit;
}



/* Testimonial */
@media(max-width: 768px){
.testimonial-section {
    background: #000;
}

.testimonial-section .section-title h2{font-family: 'Montserrat', sans-serif;font-weight: 300;color: #fff;}
.testimonial-section .section-title p{font-family: 'Muli', sans-serif;color: #777;}
.testimonial-carousel-list {
    padding: 30px;
    background-color: #000;
    border-radius: 4px;
	
    transition: all 0.3s ease-in-out;
}



.testimonial-word {
    padding: 0px 100px;
}

.testimonial-word img {
	margin: 0 auto;
    max-width: 140px;
}

.testimonial-word h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	color: #aaa;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 20px 0px;
}

.testimonial-word p {
    line-height: 25px;
    color: #777;
    font-family: 'Muli', sans-serif;
}

.owl-navi {
	color: #777;
}

.owl-navi:hover {
	color: #fff !important;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 7px 13px;
	background-color: transparent;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

}

@media(min-width: 768px){

.testimonial-section {
    background: #000;
}

.testimonial-section .section-title h2{font-family: 'Montserrat', sans-serif;font-weight: 300;color: #fff;}
.testimonial-section .section-title p{font-family: 'Muli', sans-serif;color: #777;}
.testimonial-carousel-list {
    padding: 30px;
    background-color: #000;
    border-radius: 4px;
  
    transition: all 0.3s ease-in-out;
}



.testimonial-word {
    padding: 0px 100px;
}

.testimonial-word img {
  margin: 0 auto;
    max-width: 140px;
}

.testimonial-word h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  color: #aaa;
    font-weight: 700;
    letter-spacing: 4px;
    margin: 20px 0px;
}

.testimonial-word p {
    line-height: 25px;
    color: #777;
    font-family: 'Muli', sans-serif;
}

.owl-navi {
  color: #777;
}

.owl-navi:hover {
  color: #fff !important;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 7px 13px;
  background-color: transparent;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


}


/* Statistics */

.statistics-section {
	position: relative;
    background: url(../images/bg/statistics.jpg);
    background-size: cover;
    z-index: 1;
}

.statistics {
  margin: 25px 0;
  overflow: hidden;
  color: #ffffff;
}

.statistics.block .statistics-icon,
.statistics.block .statistics-content {
  width: auto;
  float: none;
  text-align: center;
}

.statistics-icon {
  width: 30%;
  text-align: center;
  margin-right: 5%;
  float: left;
  font-size: 50px;
}

.statistics-content {
  float: left;
  width: 65%;
  text-align: left;
}

.statistics-content > h5 {
  font-size: 34px;
  margin-top: 0;
}

.statistics-content > span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}


/*form*/
@media(min-width: 768px){
#form-group {background-image: url(../images/form-background.jpg);}
.form h1{font-family: 'Montserrat', sans-serif;font-weight: 300;color: #222;}
.form p{font-family: 'Montserrat', sans-serif;color: #353535;font-weight: 700;}
.form{border: 1px solid red hidden;padding: 50px 0px 425px 0px;text-align: center;}
.form .form-group {width: 32%;margin: 0 auto;}
.form .form-group input{border: 1px solid red hidden;width: 100%;background-color: transparent;box-shadow: 0 0 0;border-bottom: 1px solid #aaa;color: #353535;}
.form .form-group-textarea textarea{background-color: transparent;box-shadow: 0 0 0; border-bottom: 1px solid #aaa;margin-bottom: 30px;}
.form-inline {border: 1px solid red hidden;padding-top: 40px;padding-bottom: 30px;}

}

@media(max-width: 768px){
#form-group {background-image: url(../images/mobile-form-background.jpg);}
.form h1{font-family: 'Montserrat', sans-serif;font-weight: 300;color: #222;font-size: 30px;}
.form p{font-family: 'Montserrat', sans-serif;color: #353535;font-weight: 700;}
.form{border: 1px solid red hidden;padding: 50px 0px 230px 0px;text-align: center;}
.form .form-group input{border: 1px solid red hidden;width: 100%;background-color: transparent;box-shadow: 0 0 0;border-bottom: 1px solid #aaa;color: #353535;}
.form .form-group-textarea textarea{background-color: transparent;box-shadow: 0 0 0; border-bottom: 1px solid #aaa;margin-bottom: 30px;}
.form-inline {border: 1px solid red hidden;padding-top: 40px;padding-bottom: 30px;}

}



/* Call to Action */

.call-to-action {
}

.call-to-action h2 {
	font-size: 30px;
}



/* Contact Us */

@media(min-width: 768px){
.contact-us {
	background-color: #000;
}
.contact-us .col-sm-2{border: 1px solid red hidden;text-align: center;}
.contact-us .col-sm-2 img{width: 70%;height: auto;vertical-align: middle;}
.contact-us h4{color: #fff;}
.contact-us h6{color: #fff;font-size: 14px;font-family: 'Montserrat', sans-serif;}
.contact-us ul li{font-family: 'Muli', sans-serif;color: #777;font-size: 14px;}
}

@media(max-width: 768px){
.contact-us {
  background-color: #000;
}
.contact-us .col-sm-2{border: 1px solid red hidden;text-align: center;}
.contact-us .col-sm-2 img{width: 40%;height: auto;vertical-align: middle;}
.contact-us h4{color: #fff;text-align: center;}
.contact-us .contact-info{margin-top: 30px;}
.contact-us h6{color: #fff;font-size: 14px;font-family: 'Montserrat', sans-serif;text-align: center;padding-top: 20px;}
.contact-us ul li{font-family: 'Muli', sans-serif;color: #777;font-size: 14px;text-align: center;}
}






.form-group {
	margin-bottom: 25px;
}

.form-control {
	border: 2px solid transparent;
	height: 50px;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition:all 150ms ease-in-out 0s;
	   -moz-transition:all 150ms ease-in-out 0s;
	    -ms-transition:all 150ms ease-in-out 0s;
	     -o-transition:all 150ms ease-in-out 0s;
		    transition:all 150ms ease-in-out 0s;
}
.form-control:focus {
	border-color: #171717;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.form-control:focus {
	border-color: #aaa;
	border-width: 2px;
}

.map {
    width: 100%;
    height: 340px;
    border: 1px solid #24b662;
}



/* Social Icons */

.social-icon {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.social-icon:before,
.social-icon:after {
  content: " ";
  display: table;
}

.social-icon:after {
  clear: both;
}

.social-icon li {
  display: inline-block;
  margin: 0px 4px;
}

.social-icon li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  border: 0 none;
  border-radius: 4px;
  font-size: 30px;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  transition: all 0.3s ease-in-out;
}

.social-icon li a:hover {
   box-shadow: 0px 8px 15px 0px rgba(90, 91, 95, 0.33);
}

.social-icon li a .fa {
  line-height: inherit;
}

.facebook {
   background-color: #3b5998;
}

.twitter {
   background-color: #1da1f2;
}

.google-plus {
   background-color: #dd4b39;
}

.instagram {
   background-color: #464545;
}

.linkedin {
   background-color: #0077b5;
}

.pinterest {
   background-color: #bd081c;
}

.youtube {
   background-color: #cd201f;
}

.vimeo {
   background-color: #1ab7ea;
}

.dribbble {
   background-color: #ea4c89;
}

.behance {
   background-color: #1769ff;
}

.flickr {
   background-color: #ff0084;
}

.tumblr {
   background-color: #35465c;
}

.foursquare {
   background-color: #f94877;
}

.github {
   background-color: #333333;
}

.skype {
   background-color: #00aff0;
}



/* Footer */

.footer-section {
    background: #000;
    padding: 80px 0px;
    color: #f8f8f8;
}

.footer-section p {
    font-size: 14px;
}

.footer-section a {
    color: #ffffff;
}



/* Responsive */

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
	.navigation-background .logo {
		padding-top: 28px;
	}
}


@media only screen and (max-width: 991px) {
    .about-section img {
        position: inherit;
     }
	 
     .call-to-action h2 {
        font-size: 20px;
	 }
	 
     .space-set {
        margin-top: 80px;
	 }
	 
     .footer-section p {
         text-align: center !important;
     }
}


@media only screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background: #f8f8f8;
    }
    .navigation-background .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        margin-right: 0px;
        margin-top: -30px;
    }
    .navbar {
        min-height: 0px;
    }
    .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
    }
    .navigation-menu .navbar-nav li a:hover {
        color: #24b662;
    }
    .navigation-background .navigation-menu .navbar-nav li a:hover {
        color: #24b662;
    }
    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-toggle {
        margin-top: -30px;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .navigation-background .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .home-section-background {
        padding-top: 75px;
    }
    .home-section-background h2 {
        font-size: 20px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .testimonial-word {
        padding: 0;
    }
    .testimonial-carousel-list {
        margin-top: 0px;
    }
    .statistics-center {
        margin-left: 20%;
	}
    .call-to-action h2 {
        font-size: 18px;
        line-height: 35px;
	}
    .contact-us-detail {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 555px) {
	.social-icon li a {
         width: 40px;
         height: 40px;
         line-height: 40px;
         font-size: 20px;
      }
	  
     .section-title h2 {
         font-size: 25px;
         
       }
	   
      .section-title h2 {
         font-weight: 500;
         width: auto;
         text-align: center;
     }
	 
      .section-title p {
         font-weight: 300;
         font-size: 12px;
      }
	  
     .home-section-background h2 {
         font-size: 16px;
      }
	  
     .home-section-background p {
         font-size: 15px;
      }
}


@media only screen and (max-width: 449px) {
     .button {
          padding: 15px 30px;
          font-weight: 600;
          font-size: 10px;
	  }
	  
     .button-style:before {
          display: none;
	   }
	
}



/* Scroll To Top */

.scroll-to-top {
    background-color: #29f;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index: 999;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background-color: #1bab58;
    color: #ffffff;
}



/* Useful Classes */


/* Spacing ( with Margin and Padding ) */

/* Margin */

.margin-0 {
	margin: 0px !important;
}

/* Margin Top */

.margin-top-0 {
	margin-top: 0px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-150 {
	margin-top: 150px !important;
}

.margin-top-200 {
	margin-top: 200px !important;
}


/* Margin Bottom */

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-150 {
	margin-bottom: 150px !important;
}

.margin-bottom-200 {
	margin-bottom: 200px !important;
}



/* Padding */

.padding-0 {
	padding: 0px !important;
}


/* Padding Top */

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-top-200 {
	padding-top: 200px !important;
}


/* Padding Bottom */

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-bottom-120 {
	padding-bottom: 120px !important;
}

.padding-bottom-150 {
	padding-bottom: 150px !important;
}

.padding-bottom-200 {
	padding-bottom: 200px !important;
}



/* Colors */

.color-1 {
	color: #f306a0;
}

.color-2 {
	color: #d60bfb;
}

.color-3 {
	color: #d8be10;
}

.color-4 {
	color: #0fd28a;
}

.color-5 {
	color: #f97400;
}

.color-6 {
	color: #08a6f3;
}



/* Background Color */

.bg-color-1 {
	background-color: #f306a0;
}

.bg-color-2 {
	background-color: #d60bfb;
}

.bg-color-3 {
	background-color: #d8be10;
}

.bg-color-4 {
	background-color: #0fd28a;
}

.bg-color-5 {
	background-color: #f97400;
}

.bg-color-6 {
	background-color: #08a6f3;
}



/* UiPasta Credit */

.uipasta-credit {
}

.uipasta-credit a {
    color: #24b662;
    font-weight: 600;
}

.uipasta-credit a:hover {
    color: #ffffff;
}