/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
}

input[type="button"],input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	
}

p {
	margin: 0;
    
}

ul {
	margin: 0px 17px 0px 0px;
	padding: 0;
}

label {
	margin: 0;
}
img{
	width: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    float:left;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none
}

/*-- //Reset-Code --*/



/*-- Index-Page-Styling --*/

.top-bar {
	padding: 5px 0px;
	background-color:#ffffff; /*#F4F4F4; #ffc155;*/
	color: #FFF;
}

.top-bar a {
	color: #000;
}

.top-bar a:hover {
	color: #E91E63;
}
.icon-box {
    text-align: center;
}
.icon-box, .content-box{
	display: table-cell;
}
.top-bar .email .content-box a{font-size:12px;}
.icon-box{position:rtelative;}
.icon-box .icon{
    width:42px;
    height:42px;
    vertical-align:middle;
    display:block;
    border-radius:50%;
    padding:5px; 
    float:left;
    margin-right:10px;
}
.icon-box .icon.icon-wechat{background:rgb(123, 178, 46);}
.icon-box .icon.icon-whatsapp{background:rgb(37, 211, 102);}
.icon-box .icon.icon-line{background:rgb(0, 195, 0);}
.icon-box .icon.icon-viber{background:rgb(124, 82, 158);}
.icon path{
        fill: #FFF;
}
.icon svg:not(:root){width: 24px;
    height: 30px;}
.content-box {
	font-size: 16px;
    padding-left: 10px;
    text-align: left;
    padding-top: 5px;
    vertical-align: middle;
}
.icon-box i {
    font-size: 28px;
    color: #13314C;
    position: relative;
    top: 5px;
}
.social {
	/* width: 70%; */
	float: right;
	text-align: left;
}

ul.social-icons li {
	display: inline-block;
}

ul.social-icons li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: rgba(1, 47, 93, 0) url("../images/img-sprite.png") no-repeat 0px 0px;/*rgba(9,62,182,0.65)*/
}
ul.social-icons li a.facebook {
	background-position: 0px -50px;
}

ul.social-icons li a.facebook:hover {
	background-position: 0px -50px;
}

ul.social-icons li a.twitter {
	background-position: -50px -50px;
}

ul.social-icons li a.twitter:hover {
	background-position: -50px -50px;
}

ul.social-icons li a.googleplus {
	background-position: -100px -50px;
}

ul.social-icons li a.googleplus:hover {
	background-position: -100px -50px;
}

ul.social-icons li a.instagram {
	background-position: -150px -50px;
}

ul.social-icons li a.instagram:hover {
	background-position: -150px -50px;
}

ul.social-icons li a.youtube {
	background-position: -200px -50px;
}

ul.social-icons li a.youtube:hover {
	background-position: -200px -50px;
}
ul.social-icons li a.linkedin {
	background-position: -300px -50px;
}

ul.social-icons li a.linkedin:hover {
	background-position: -300px -50px;
}
ul.social-icons li a.skype {
	background-position: -350px -50px;
}

ul.social-icons li a.skype:hover {
	background-position: -350px -50px;
}
.phone, .email {
	/* width: 15%; */
	float: left;
    text-align: right;
    margin: 0 0 0 3em;
	
}

span.glyphicon.glyphicon-envelope {
	margin-right: 5px;
}

span.glyphicon.glyphicon-earphone {
	margin-right: 5px;
}

.navbar-default {
	background-color: #313131;/*#032f3e*/
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}

a.navbar-brand {	
	/*font-size: 36px;*/
	line-height: 28px;
}

.navbar-default .navbar-brand {
	color: rgb(0, 104, 187);/*#EEE;*/
	padding:10px 15px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #FFF;
}
.navbar-header{padding-top: 15px;}
.navbar ul {
	/*float: right;*/
	padding: 10px 0px;
}

.navbar ul li {
	float: left;
	text-align: center;
	display: inline-block;
}
.main-menu {
    padding: 0;
    background: #313131;/*#f4f5f8;*/
	float:left;
}
ul.main-menu li a {
    font-size: 15px;
    font-family: "Open Sans", Sans-serif;
	font-weight:normal;
    color: #9e9e9e;
    line-height: 1.467;
    text-transform:capitalize;
    display: block;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
	padding:10px 15px;
}
ul.main-menu li a[data-toggle="dropdown"] span{padding-right:10px;}
ul.main-menu li:last-child a {
    padding-right: 0;
}
ul.main-menu li a:hover,
ul.main-menu li.active>a {
    color: #f09a4d;
}
ul.main-menu>li {
    display: inline-block;
    padding: 0;
    position: relative;
}
ul.main-menu>li.dropdown > ul, ul.main-menu>li.dropdown ul li.in-drop > ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 120%;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    z-index: 1000;
}
ul.main-menu>li.dropdown ul li.in-drop > ul{
  left: 100%;
}
ul.main-menu>li.dropdown ul li{width:100%;float:left;text-align:left;}
ul.main-menu>li.dropdown ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
.divider{height:1px;overflow:hidden;background-color:#e5e5e5}
ul.main-menu>li.dropdown > ul:before {
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -20px!important;
    left: 40%;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
}
ul.main-menu>li.dropdown:hover > ul,ul.main-menu>li.dropdown ul li.in-drop:hover > ul,
ul.main-menu>li.dropdown:hover > ul:before {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
ul.main-menu>li.dropdown ul li.in-drop:hover > ul{
  left: 100%;
  top: 0;
}
i.fa.dropdown-toggle {
    display: none;
}
li.dropdown i.fa.dropdown-toggle {
    display: block;
    position: absolute;
    top: 49%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1;
    color: #aaa;
    cursor: pointer;
}

.section-title{
	margin-bottom:20px;
	color:#0260bd;
}
.about {
	padding: 20px 0;
	background:#f9f9f9;
	/* background: #f9f9f9 url('../images/tp-pattern.png'); */
}
.about h4, .about h5{font-weight:bold;}
.about .section-title h3{
	color:#333;
}
/* .about-grid {
	padding: 0;
} */
.about-grid ul{list-style-type:none; float:none; padding:0;}
.about-grid ul li{
	float:left;
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
	line-height:34px;
}
.about-grid h4{color:#f09a4d;}
.about-grid img{	
	margin-left:auto;
	margin-right:auto;
	}
.about h1 {
	font-size: 40px;
	color: #0260bd;
	margin-bottom: 30px;
}
.about h1 span {
    font-size: 25px;
    color: #fbca00;
	}
.about h2 {
	font-size: 21px;
	color: #0260bd;
	margin-bottom: 30px;
}
.about h2 span {
    font-size: 25px;
    color: #fbca00;
	}
.about p {
	line-height:25px;
	padding: 0;
	margin-bottom: 15px;
}
.about-content{padding:30px 0px;}
.about-company {
    padding-bottom: 0;
    padding-top: 20px;
}
.about-accordion {
	padding-bottom: 0;
    padding-top: 30px;
}
.about-vision {
	padding-bottom: 0;
    padding-top: 30px;
}
.about-company p{margin:0px 0px 15px; line-height:25px;}
h2.color-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #093eb6;
    background: #ffda44;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
}
.company-title {
    border-bottom: 1px solid #333;
}
h4.subtitle {
    font-size: 20px;    
    color: #093eb6;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
}
.panel-group {
    border: 1px solid rgba(244,244,244,0.8);
    background: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}
.panel-group .panel-default {
    background: #fff;
    border: none;
    border-radius: 0;
}
.panel-default>.panel-heading {
    background: #ffffff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(0,0,0,0.15);
    padding: 0;
    border-radius: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
h4.panel-title {
    font-size: 17px;    
    font-weight: bold;
    line-height: 1;
    padding: 22px;
}
.panel-default>.panel-heading a {
    color: #093EB6;
    display: block;
    position: relative;
}

.panel-default>.panel-heading a:after {
    content: "-";
    position: absolute;
    font-size: 29px;    
    color: #dadcdd;
    line-height: 20px;
    right: 0px;
    top: 0px;
    font-weight: 400;
}
.panel-default>.panel-heading a.collapsed:after {
    content: "+";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 20px 22px;
}

.panel-default .panel-body p {
    margin-bottom: 0;
	font-size: 14px;
    color: #677078;
    line-height: 1.688;
}
.vision h2.title-2 {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}
.vision ul{list-style-type:none;}
.vision ul li:first-child {
    padding-top: 0;
}

.vision ul li {
    font-size: 14px;
    color: #1D1D1F;
    padding: 15px 0;
    border-bottom: 2px solid #f4f5f8;
    padding-left: 30px;
    border-bottom: 2px solid #f4f5f8;
    position: relative;
}
.vision ul li i.fa {
    color: #ffda43;
    padding-right: 15px;
    font-size: 17px;
    position: absolute;
    line-height: 30px;
    left: 0;
}
.details {
	background-color: #dcdcdc;
}

.details .container {
	background-color: #dcdcdc;
}

.details h2 {
	font-size: 40px;
	color: #EEE;
	margin: 30px 0 30px;
}

.details p {
	color: #253946;
	padding: 0 40px;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
}

.details-grids {
	padding: 30px 0;
}

.details-grid {
	text-align: center;
	padding: 20px 10px;
}
.details-grid ul li{
	float: left;
    text-align: center;
    line-height: 1.92em;
    width: 100%;
	color:#253946;
}
.dgrid-1 {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.dgrid-2 {
	border-bottom: 1px solid #bbb;
}

.dgrid-3 {
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.dgrid-4 {
	border-right: 1px solid #bbb;
}

.dgrid-6 {
	border-left: 1px solid #bbb;
}

.details-image {
	padding: 10px 0 0px;
}

.details-image img {
	width: 100px;
}

.details-info {
	padding: 15px 15px;
}

.details-info h3 {
	color:#253946;
	font-weight: 600;
	margin-bottom: 25px;
}

.details-info p {
	color: #253946;
	line-height: 30px;
	padding: 0 20px;
	font-weight: 400;
}
.icon-vision, .icon-mision, .icon-values{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size:92px;
	line-height:80px;
	color:#f07f2b;
}
.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    overflow-x: hidden;
}
/* ==============================
   4. Slider styles
   ============================== */

.rev_slider_wrapper .factory-caption-h1 {
  font-size: 40px!important;
  color: rgb(0, 104, 187);
  line-height: 80px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000, 0px 1px 1px #fffdfd, 1px 0px 1px #5e5e5e, 0px 0px 1px #333;
}
.rev_slider_wrapper .factory-caption-p {
  font-size: 18px;
  color: #ffa100;
  line-height: 34px;
  text-shadow: 1px 1px 0px #4e4e4e, 0px 1px 1px #5e5e5e, 1px 0px 1px #000000, 0px 0px 1px #818181;
  font-weight: 700!important;
}
.rev_slider_wrapper .thm-btn {
  font-size: 14px;
  line-height: 55px;
  padding: 0px 39px;
}
.rev_slider_wrapper .tparrows {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 2 !important;
  margin-top: -80px;
  transition: all 0.5s ease;
}
.rev_slider_wrapper .tparrows:before {
  line-height: 54px;
  font-size: 18px;
  font-weight: bold;
}
.rev_slider_wrapper .tparrows:hover {
  background: #012f5d;
  border-color: #012f5d;
}
.call-to-action {
  background: rgba(1, 47, 93, 0.9);
  background: rgba(30, 30, 30, 0.9);
  padding: 33px 0;
  position: relative;
  z-index: 9;
  margin-top: -101px;
}
.call-to-action.no-margin {
  margin: 0;
  background: #012f5d;
}
.call-to-action p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}
.call-to-action p a {
  color: #fbca00;
  text-decoration: underline;
}
.thm-btn {
  border: none;
  outline: none;
  background: #fbca00;
  font-size: 16px;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;  
  display: inline-block;
  transition: all .5s ease !important;
  position: relative;
  padding: 0 33px;
}
.thm-btn:hover {
  background: #012f5d;
  color: #fff;
}
.thm-btn i {
  font-size: 14px;
  color: #fff;
}
.thm-btn.thm-blue-bg {
  background: #012f5d;
}
.thm-btn.thm-blue-bg:hover {
  background: #fbca00;
  color: #fff;
}

.clients {
	padding: 20px 0;
	background: #dcdcdc;
}


.clients h3 {
	font-size: 40px;
	margin-bottom: 50px;
}
.clients .item img {
    border: 1px solid #ccc;
}


.client {
	float: right;
	text-align: right;
}

.client h5 {
	font-size: 20px;
}

p.client-work {
	margin: 10px 0 0 0;
}

#clients-slider.owl-carousel .owl-item .item {
    width: auto;
    height: 100px;
}
#clients-slider .owl-nav .owl-prev{    
	position: absolute;
    left: 0px;
    bottom: 35px;
}

#clients-slider .owl-nav .owl-next{
	position: absolute;
    right: 0;
    bottom: 35px;
}

/*-- Stats --*/
.stats {
	background: url("../images/stats.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 100px 0;
}

.stats h3 {
	font-size: 40px;
	margin-bottom: 100px;
	color: #EEE;
}

.stats-info {
	text-align: center;
}

.stats-img img {
	width: 100px;
}

.stats-img {
	margin-bottom: 30px;
}

.numscroller {
	font-size: 35px;
	font-weight: 700;
	color: #F44336;
	margin-bottom: 10px;
}

.stats-info p {
	font-size: 20px;
	font-weight: 600;
	color: #EEE;
}
/*-- //Stats --*/
.page-title img {
    margin-bottom: 10px;
	vertical-align: middle;
	float:none;
}
.page-title h2 {    
    font-size: 32px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
	color:#222222;
}

.who {
	padding: 30px 0;
}

.who-grid {
	padding: 0;
}

.who h3 {
	font-size: 25px;
	color: #F44336;
	margin-top: 20px;
	margin-bottom: 20px;
}
.who h4, .who h5{text-align:left;margin: 15px 0px;}
.who p {
	line-height: 30px;
	padding: 0 50px;
}



/*-- Features --*/
.features {
	padding: 30px 0;
}

.features h3 {
	font-size: 40px;
	margin-bottom: 20px;
}

.features p {
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
}

.features-info {
	margin-top: 30px;
}

.feature-grid {
	padding: 0;
}

.feature {
	float: left;
	padding: 15px 30px;
	/* border: 1px solid #F44336; */
}
.features-icon .icon-box{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.features-icon .icon-box i{
	font-size:80px;
	line-height:60px;
	color:#c0c0c0;
}
.features-icon img {
	width: 75px;
}

.features-item h4 {
	font-size: 22px;
	color: #f4984b;
	letter-spacing: 0;
	font-family: 'PT Sans', sans-serif;
}

.features-item p {
	font-size: 14px;
	padding: 20px 0 0;
	margin-bottom: 0;
	font-weight: 400;
}

.feature:hover  .features-icon .icon-box, .details-grid:hover .details-image [class*="icon-"], .details-grid:hover .details-image [class^="icon-"]{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*-- //Features --*/



.gallery {
	background-color: #ffcf00;/* #ffc155; */
	padding: 30px 0 30px;
	background-attachment: scroll;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-repeat: repeat;
	background: url('../images/gallery-bg.jpg');
}
.gallery h3 {
	font-size: 40px;
	margin-bottom: 25px;
	color: #fff;
}
.gallery p {
	padding: 0px 0 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
.gallery-left img,.g-left img {
	width: 100%;
}

.g-left:nth-child(4),.g-left:nth-child(5){
	margin-top:3.5%;
}

.gallery-one{
	margin:2em 0 0 0;
}

.gallery-right{
	padding:0;
}

.gallery-left{
	padding: 0 2px;
}

.g-3 {
	padding:0 2px 0 0;
}

.g-4{
	padding:0 0 0 2px;
}

.g-2{
	padding:4px 0;
}

.g-5{
	padding:4px 0;
}

.g-6{
	padding-top:4px;
}



.team h3, .contact h3 {
	font-size: 40px;
	margin-bottom: 50px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}



.team {
	padding: 75px 0;
	background-color: #2f3238;
}

.team .grid figure {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 15px;
}

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira .team-social {
	padding: 2.5em 0;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira .team-social a:hover, figure.effect-kira .team-social a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 6em;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #333;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figcaption h4 {
	color: #000;
	font-size: 30px;
}

figure.effect-kira:hover .team-social {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}



/*-- Map --*/
.map iframe {
	width: 100%;
	height: 250px;
	border: 5px solid #FAFAFA;
}
/*-- //Map --*/



/*-- Contact --*/
.contact {
	padding: 50px 0 75px;
}

.contact_form input[type='text'] {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	color: #FFF;
	height: 50px;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	background: rgba(51, 51, 51, 0.61);
}

.contact_form textarea {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	color: #FFF;
	height: 191px;
	background: rgba(51, 51, 51, 0.61);
}

form.contact_form {
	text-align: center;
}

input.text:active, input.text:focus {
	background-color: rgba(0, 0, 0, 0.84);
}

textarea:active, textarea:focus {
	background-color: rgba(0, 0, 0, 0.84);
}

.more_btn {
	margin-top: 50px;
	padding: 13px 30px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	color: #FFF;
	background-color: rgba(51, 51, 51, 0.61);
	text-decoration: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.more_btn:hover {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.84);
	cursor: pointer;
}
.contact-area-box {
    border: 1px solid rgba(244,244,244,0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0,0,0,0.1);
    padding: 25px 30px;
}
.contact-area-box h4.subtitle {
    margin: 0 0 25px;
}
.contact-area-box i {
    font-size: 18px;
    color: #e5e5e5;
    float: left;
    width: 20px;
    margin-right: 20px;
    margin-top: 2px;
}
.contact-area-box p {
    display: block;
    padding-left: 40px;
}
.contact-area-box .address {
    clear: both;
    margin-bottom: 20px;
}
.contact-area-box .contact-phone {
    clear: both;
    margin-bottom: 10px;
}
.contact-area-box .contact-email {
    clear: both;
    margin-top: 15px;
}
.row.form h2.title-2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.well-form {
    padding: 30px;
    background: #f4f5f8;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid rgba(244,244,244,0.8);
    background: #ffffff;
    box-shadow: 1px 1.7px 2px 0px rgba(0,0,0,0.1);
    border-radius: 0;
    line-height: 38px;
    height: auto;
    padding: 0 20px;
}
textarea.form-control {
    min-height: 160px;
	height: 160px!important;
}
button.btn.btn-warning {
    padding: 0;
    line-height: 48px;
    border-radius: 0;
    border: none;
    font-size: 19px;
    font-weight: bold;
    background: #093eb6;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.btn {
    border-radius: 3px;
    font-size: 16px;    
    font-weight: bold;
    line-height: 48px;
    padding: 0 22px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
/*-- //Contact --*/



/*-- Footer --*/
.footer {
	background-color: #2a3f50;
    background: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
	/* background-color: #212121; */
}
.footer-inner {
    background: rgba(0, 0, 0, 0.5);
}
.footer-info {
	margin-top: 50px;
}

.footer h4 {
	color: #ff7d00;/* #006db7; */
	padding: 20px 0;
	font-weight: 600;
	text-align: left;
}

.footer-info li {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 25px;
}
.footer-info li span{padding-left:12px;}
.footer-info li  i{margin-right:5px; margin-left:-10px; font-size: 18px;}
.footer-info li ul.another-tele{
	padding-left: 34.5%;
	float:none;
}
.links a {
	color: #EEE;
}

.links a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.mail {
	color: #EEE;
}

a.mail:hover {
	color: #006db7;
}

/*-- Newsletter --*/
.footer-info p {
	color: #EEE;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
	text-align: left;
}

.newsletter {
	position: relative;
}

.newsletter .email {
	padding: 5px 60px 5px 15px;
	font-style: italic;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #ddd;
	width: 100%;
	text-align: left;
}

.newsletter .email {
	color: #bcc0c4;
	background-color: #565f66;
	border: none;
}

.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #006db7;
	top: 0;
	right: 0;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
/*-- //Newsletter --*/

/*-- Footer-Social-Icons --*/
.connect {
	padding-bottom: 30px;
	text-align: center;
}

.connect h4 {
	text-align: center;
}

.connect-social ul li {
	display: inline-block;
}

.connect-social ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("../images/img-sprite-2.png") no-repeat 0px 0px;
	background-size: 300px;
}

.connect-social ul li a.facebook {
	background-position: 0px 0px;
}

.connect-social ul li a.facebook:hover {
	background-position: 0px -30px;
}

.connect-social ul li a.twitter {
	background-position: -30px 0px;
}

.connect-social ul li a.twitter:hover {
	background-position: -30px -30px;
}

.connect-social ul li a.googleplus {
	background-position: -60px 0px;
}

.connect-social ul li a.googleplus:hover {
	background-position: -60px -30px;
}

.connect-social ul li a.linkedin {
	background-position: -90px 0px;
}

.connect-social ul li a.linkedin:hover {
	background-position: -90px -30px;
}

.connect-social ul li a.blogger {
	background-position: -120px 0px;
}

.connect-social ul li a.blogger:hover {
	background-position: -120px -30px;
}

.connect-social ul li a.tumblr {
	background-position: -150px 0px;
}

.connect-social ul li a.tumblr:hover {
	background-position: -150px -30px;
}

.connect-social ul li a.rss {
	background-position: -180px 0px;
}

.connect-social ul li a.rss:hover {
	background-position: -180px -30px;
}

.connect-social ul li a.youtube {
	background-position: -210px 0px;
}

.connect-social ul li a.youtube:hover {
	background-position: -210px -30px;
}

.connect-social ul li a.vimeo {
	background-position: -240px 0px;
}

.connect-social ul li a.vimeo:hover {
	background-position: -240px -30px;
}

.connect-social ul li a.deviantart {
	background-position: -270px 0px;
}

.connect-social ul li a.deviantart:hover {
	background-position: -270px -30px;
}
/*-- Footer-Social-Icons --*/

/*-- Copyright --*/
.copyright {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #EEE;
}

.copyright p {
	color: #FFF;
}

.copyright a {
	color: #FFF;
	text-decoration: none;
}

.copyright a:hover {
	color: #006db7;
	text-decoration: underline;
}
/*-- //Copyright --*/
/*-- //Footer --*/
.pt-30{
    padding-top:30px!important;
}
.mt-b-20{margin-bottom:20px!important;}

/*-- Go-To-Top-Button --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/

/*-- Index-Page-Styling --*/





/*-- Responsive Code --*/

@media screen and (max-width:1366px) {
	/* .social {
		width: 50%;
	}
	.phone, .email {
		width: 20%;
	} */
}

@media screen and (max-width:1024px) {
	.top-bar {
		padding: 0 30px 0 10px;
	}
	.social {
		width: 50%;
	}
	.phone, .email {
		width: 25%;
	}
	a.navbar-brand {
		padding: 15px 10px;
		font-size: 35px;
	}
	nav a {
		font-size: 15px;
	}
	.hover-effect a span {
		width: 80px;
	}
	.about h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.about p {
		line-height: 26px;
		padding: 0 30px;
	}
	.details h2 {
		font-size: 35px;
		margin: 50px 0 30px;
	}
	.details p {
		line-height: 30px;
	}
	.details-image {
		padding: 10px 0 20px;
	}
	.details-image img {
		width: 80px;
	}
	.details-info p {
		padding: 0;
	}
	.details-grids {
		padding-bottom: 50px;
	}
	.clients h3 {
		font-size: 35px;
	}
	.who h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 26px;
		padding: 0 19px;
	}
	.stats {
		padding: 75px 0;
	}
	.stats h3 {
		font-size: 35px;
		margin-bottom: 65px;
	}
	.stats-img img {
		width: 80px;
	}
	.features h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.features {
		padding: 50px 0 30px;
	}
	.feature {
		padding: 10px 20px;
	}
	.features-icon img {
		width: 65px;
	}
	.features-info {
		margin-top: 20px;
	}
	.gallery {
		padding: 50px 0 75px;
	}
	.gallery h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.team {
		padding: 50px 0;
	}
	.team h3, .contact h3 {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.grid figure figcaption {
		padding: 2em;
	}
	figcaption h4 {
		margin-top: 2em;
	}
	figure.effect-kira figcaption::before {
		top: 3.2em;
	}
	figure.effect-kira .team-social {
		padding: 1.2em 0 2.5em;
	}
	.map iframe {
		height: 400px;
	}
	.contact {
		padding: 50px 0;
	}
}
@media all and (max-width: 991px) {
    nav.navbar-collapse {
        position: absolute;
        right: 0px;
        top: 75px;
        width: 250px;
        opacity: 0;
        z-index: 1000;
        height: auto!important;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        -ms-transition: 0.5s ease all;
        transition: 0.5s ease all;
    }
    .navbar-collapse.collapse {
        display: none!important;
        padding: 0;
        overflow: inherit;
    }
    .navbar-collapse.collapsing {
        padding: 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        opacity: 1;
        right: 20px;
    }
    .navbar-toggle {
        display: block;
        right: 0;
        position: absolute;
        background: none;
        top: 0px;
        border: none;
        padding: 0 10px;
        margin: 21px 15px;
    }
    .navbar-toggle span.icon-bar {
        background: #61656f;
        height: 3px;
    }
    ul.main-menu>li {
        display: block;
    }
    ul.main-menu {
        padding: 10px 0;
    }
    ul.main-menu>li>a {
        padding: 15px 10px;
    }
    ul.main-menu>li.dropdown ul {
        left: -30px;
    }
    ul.main-menu>li.dropdown:hover ul,
    ul.main-menu>li.dropdown:hover ul:before {
        visibility: hidden;
        opacity: 0;
        top: 100%;
    }
    ul.main-menu>li.dropdown.open ul,
    ul.main-menu>li.dropdown.open ul:before {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    ul.main-menu>li.dropdown.open ul {
        left: 0;
    }
}
@media screen and (max-width:991px) {
	.about h1 {
		line-height: 25px;
	}
	.about p {
		line-height: 20px;
		font-size: 13px;
		padding: 0 15px;
	}
	.details p {
		color: #9E9E9E;
		padding: 0 15px;
	}
	.details-grid {
		padding: 10px 0 0;
	}
	.details-info {
		padding: 30px 0px;
	}
	.details-info p {
		line-height: 25px;
		font-size: 13px;
	}
	.who h3 {
		line-height: 25px;
	}
	.who p {
		line-height: 22px;
		font-size: 13px;
		padding: 0 15px;
	}
	.features-info {
		margin-top: 25px;
	}
	.features-item p {
		font-size: 13px;
		padding: 15px 5px 0;
		line-height: 25px;
	}
	.newsletter .email {
		padding: 5px 50px 5px 15px;
	}
	.newsletter .submit {
		right: -13px;
	}
}

@media screen and (max-width:853px) {
	.social {
		width: 48%;
	}
	.phone, .email {
		width: 26%;
	}
	a.navbar-brand {
		font-size: 30px;
	}
}

@media screen and (max-width:800px) {
	.social {
		width: 44%;
	}
	.phone, .email {
		width: 28%;
	}
	a.navbar-brand {
		padding: 15px 5px;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid>.navbar-collapse {
		margin-right: -10px;
	}
	nav a {
		font-size: 14px;
	}
	.hover-effect a {
		height: 20px;
	}
	.hover-effect a span {
		width: 75px;
	}
}

@media screen and (max-width:768px) {
	.social {
		width: 40%;
	}
	.phone, .email {
		width: 30%;
	}
	.newsletter .email {
		height: 35px;
	}
	.newsletter .submit {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:736px) {
	.social {
		padding: 5px 0 5px 5px;
	}
	ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url("../images/img-sprite.png") no-repeat 0px 0px;
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.phone, .email {
		font-size: 13px;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: none;
	}
	a.navbar-brand {
		padding: 0;
		margin-left: 20px;
		height: 20px;
	}
	.navbar ul {
		float: none;
		text-align: center;
	}
	.navbar ul li {
		float: none;
		display: block;
	}
	.about, .clients, .who, .features, .gallery {
		padding: 50px 0;
	}
	.about-grid {
		width: 50%;
		float: left;
	}
	
	.about h1 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}	
	.about p {
		line-height: 21px;
		font-size: 12px;
	}
	.details p {
		font-size: 13px;
	}
	.details-grids {
		padding: 50px 0;
	}
	.details-grid {
		width: 33.3%;
		float: left;
	}
	.details-image {
		padding: 10px 0px;
	}
	.details-image img {
		width: 65px;
	}
	.details-info {
		padding: 20px 0px;
	}
	.flex-active-slide p {
		padding: 0px 30px;
		line-height: 25px;
	}
	.stats {
		padding: 50px 0px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.who-grid {
		width: 50%;
		float: left;
	}
	.who h3 {
		line-height: 21px;
		font-size: 25px;
		margin-bottom: 20px;
	}
	.who p {
		line-height: 21px;
		font-size: 12px;
	}
	.feature {
		width: 33.3%;
	}
	.features p {
		font-size: 13px;
		padding: 0 30px;
	}
	.features-item p {
		padding: 20px 0 15px;
	}
	.left-1 {
		width: 25%;
		float: left;
	}
	.left-2 {
		width: 50%;
		float: left;
	}
	.g-3 {
		width: 50%;
		float: left;
	}
	.g-4 {
		width: 50%;
		float: left;
	}
	.left-3 {
		width: 25%;
		float: left;
	}
	figure.effect-kira figcaption::before {
		height: 2.5em;
	}
	.map iframe {
		height: 250px;
	}
	.c1 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	.footer-info {
		margin-top: 30px;
	}
	.footer-info-grid {
		width: 33.3%;
		float: left;
	}
	.newsletter .email {
		width: 95%;
		padding: 5px 25px 5px 5px;
		font-size: 11px;
	}
}

@media screen and (max-width:667px) {
	.top-bar {
		padding: 0px 10px;
	}
	.social {
		width: 38%;
	}
	.phone, .email {
		width: 31%;
	}
	.details h2, .clients h3, .features h3, .gallery h3, .team h3, .contact h3 {
		font-size: 30px;
	}
	.details p {
		padding: 0px 60px;
	}
	.details-info h3 {
		font-size: 22px;
	}
	.details-info p {
		padding: 0 10px;
	}
	.clients h3 {
		margin-bottom: 40px;
	}
	.flex-active-slide h4 {
		font-size: 28px;
	}
	.flex-active-slide p {
		line-height: 25px;
		font-size: 13px;
		padding: 0 10px;
	}
	.stats h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	.stats-img img {
		width: 65px;
	}
	.features p {
		padding: 0px 20px;
	}
	.features-item p {
		padding: 15px 0;
	}
	.team .grid figure {
		margin-bottom: 7px;
	}
	figcaption h4 {
		font-size: 29px;
	}
	.grid figure figcaption {
		padding: 1em;
	}
	figure.effect-kira figcaption::before {
		top: 2em;
	}
	.more_btn {
		margin-top: 30px;
		padding: 10px 30px;
		font-size: 13px;
	}
}

@media screen and (max-width:640px) {
	.social {
		width: 36%;
	}
	.phone, .email {
		width: 32%;
	}
	.details p {
		padding: 0px 30px;
	}
	.details-info p {
		padding: 0px 5px;
	}
	.details-info h3 {
		font-size: 21px;
	}
	.contact_form input[type='text'] {
		padding: 10px 17px 10px;
		height: 35px;
	}
	.contact_form textarea {
		height: 145px;
	}
}

@media screen and (max-width:603px) {
	.social {
		width: 34%;
	}
	.phone, .email {
		width: 33%;
	}
	.details-info h3 {
		font-size: 20px;
	}
	.footer-info-grid.links {
		width: 28%;
	}
	.footer-info-grid.address {
		width: 38%;
	}
	.footer-info-grid.email {
		width: 34%;
	}
	.footer-info p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:600px) {
	.phone, .email {
		font-size: 12px;
	}
	.left-1 {
		width: 100%;
		float: left;
	}
	.left-2 {
		width: 100%;
		float: left;
	}
	.left-3 {
		width: 100%;
		float: left;
	}
}

@media screen and (max-width:568px) {
	.details p {
		padding: 0px 10px;
		font-size: 12px;
	}
	.details-info h3 {
		font-size: 18px;
	}
	.flex-active-slide p {
		font-size: 12px;
	}
	.client h5 {
		font-size: 18px;
	}
	.stats-info p {
		font-size: 18px;
	}
	.features p {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.features-item p {
		margin: 0;
		line-height: 25px;
	}
	figcaption h4 {
		margin-top: 1em;
		font-size: 27px;
	}
	figure.effect-kira figcaption::before {
		top: 0.2em;
	}
	.footer h4 {
		font-size: 16px;
	}
	.footer-info li {
		font-size: 12px;
	}
	.footer-info p {
		font-size: 12px;
	}
}

@media screen and (max-width:533px) {
	.social {
		width: 100%;
		text-align: center;
	}
	.phone, .email {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.details-info h3 {
		font-size: 15px;
		font-weight: 400;
	}
}

@media screen and (max-width:480px) {
	.about-grid {
		width: 100%;
	}
	.about h1 {
		margin-top: 25px;
	}
	.about p {
		line-height: 25px;
	}
	.details-grid {
		width: 50%;
	}
	.dgrid-3 {
		border-bottom: 1px solid #777;
		border-left: none;
		border-right: 1px solid #777;
	}
	.dgrid-4 {
		border-right: none;
		border-bottom: 1px solid #777;
	}
	.who-grid {
		width: 100%;
	}
	.who h3 {
		margin-top: 25px;
	}
	.who p {
		line-height: 26px;
	}
	.feature {
		width: 50%;
	}
	.features p {
		padding: 0px 5px;
	}
	.grid figure figcaption {
		padding: 0em;
	}
	figcaption h4 {
		margin-top: 2em;
		font-size: 23px;
	}
	figure.effect-kira figcaption::before {
		top: 0.1em;
	}
	.footer-info-grid.links {
		width: 20%;
	}
	.footer-info-grid.address {
		width: 46%;
	}
}

@media screen and (max-width:414px) {
	.details p {
		padding: 0;
	}
	.details-info p {
		padding: 0 5px;
	}
	.features-item p {
		padding: 15px 5px 0;
	}
	.team .grid figure {
		margin-bottom: 15px;
		width: 100%;
		margin-right: 0;
	}
	.contact_form input[type='text'] {
		font-size: 12px;
		padding: 10px;
	}
	.contact_form textarea {
		font-size: 12px
	}
	.footer-info-grid.links {
		width: 40%;
	}
	.footer-info-grid.address {
		width: 60%;
	}
	.footer-info-grid.newsletter {
		width: 100%;
		margin-bottom: 30px;
	}
	.newsletter .submit {
		right: 0;
	}
	.footer-info p {
		margin-bottom: 15px;
	}
	.copyright p {
		font-size: 13px;
	}
}

@media screen and (max-width:384px) {
	.about p {
		padding: 0 10px;
	}
	.stats {
		padding-bottom: 0;
	}
	.stats-grid {
		width: 50%;
		margin-bottom: 50px;
	}
	.stats-img {
		margin-bottom: 15px;
	}
	.numscroller {
		margin-bottom: 0;
	}
	.features p {
		padding: 0;
	}
	.features-item p {
		padding: 15px 0 0;
	}
	.connect-social ul li a {
		width: 25px;
		height: 25px;
		background-size: 250px;
	}
	.connect-social ul li a.facebook:hover {
		background-position: 0px -25px;
	}
	.connect-social ul li a.twitter {
		background-position: -25px 0px;
	}
	.connect-social ul li a.twitter:hover {
		background-position: -25px -25px;
	}
	.connect-social ul li a.googleplus {
		background-position: -50px 0px;
	}
	.connect-social ul li a.googleplus:hover {
		background-position: -50px -25px;
	}
	.connect-social ul li a.linkedin {
		background-position: -75px 0px;
	}
	.connect-social ul li a.linkedin:hover {
		background-position: -75px -25px;
	}
	.connect-social ul li a.blogger {
		background-position: -100px 0px;
	}
	.connect-social ul li a.blogger:hover {
		background-position: -100px -25px;
	}
	.connect-social ul li a.tumblr {
		background-position: -125px 0px;
	}
	.connect-social ul li a.tumblr:hover {
		background-position: -125px -25px;
	}
	.connect-social ul li a.rss {
		background-position: -150px 0px;
	}
	.connect-social ul li a.rss:hover {
		background-position: -150px -25px;
	}
	.connect-social ul li a.youtube {
		background-position: -175px 0px;
	}
	.connect-social ul li a.youtube:hover {
		background-position: -175px -25px;
	}
	.connect-social ul li a.vimeo {
		background-position: -200px 0px;
	}
	.connect-social ul li a.vimeo:hover {
		background-position: -200px -25px;
	}
	.connect-social ul li a.deviantart {
		background-position: -225px 0px;
	}
	.connect-social ul li a.deviantart:hover {
		background-position: -225px -25px;
	}
}

@media screen and (max-width:375px) {
	.about p {
		padding: 0;
	}
	.details-info p {
		padding: 0 2px;
	}
	.flex-active-slide p {
		padding: 0;
	}
	.who p {
		padding: 0;
	}
}

@media screen and (max-width:360px) {
	.details-info h3 {
		font-size: 14px;
	}
}

@media screen and (max-width:320px) {
	.email {
		margin: 0;
		padding: 5px 0 0 0;
	}
	.about, .clients, .who, .features, .gallery {
		padding: 30px 0;
	}
	.details-grid {
		width: 100%;
	}
	.dgrid-1 {
		border-right: none;
	}
	.dgrid-3 {
		border-right: none;
	}
	.dgrid-6 {
		border-left: none;
		border-top: 1px solid #777;
	}
	.feature {
		width: 100%;
	}
	#features h3 {
		margin-bottom: 10px;
	}
	.c1 {
		width: 100%;
	}
	.footer-info-grid.links, .footer-info-grid.address, .footer-info-grid.newsletter {
		width: 100%;
		padding: 0 3px;
	}
}

/*-- //Responsive Code --*/