/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*----*/


@media (max-width: 992px) {
    body {
        text-align: justify;
    }
    section,
    header {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text-left,
    .text-right {
        text-align: center;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    .row [class^=col-] {
        padding-bottom: 40px;
    }
    .row.no-dev [class^=col-],
    .row [class^=col-sm-] {
        padding-bottom: 0px;
    }
    .row [class^=col-]:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .row [class^=col-sm-] {
        padding-bottom: 40px;
    }
}


/*----------------------------------------------------------------------------------------
                        FORM STYLES
-----------------------------------------------------------------------------------------*/

form {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.form-group {
    margin: 0;
}

.form-group .btn {
    border-radius: 0;
    font-size: inherit;
    padding: 20px;
}

.form-group input,
.input-group input,
.form-group textarea,
button {
    color: #222;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
     width: 100%;
}

.form-group.select-group select::-ms-expand {
    display: none;
}

.form-group.select-group select {
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-group.select-group {
    position: relative
}

.form-group.select-group:before {
    content: '';
    position: absolute;
    bottom: 53%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #888 transparent;
}

.form-group.select-group:hover:before {
    border-color: transparent transparent #444 transparent;
}

.form-group.select-group:after {
    content: '';
    position: absolute;
    top: 53%;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #888 transparent transparent transparent;
}

.form-group.select-group:hover:after {
    border-color: #444 transparent transparent transparent;
}

.form-group.select-group:before,
.form-group.select-group:after {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    border: 0;
    outline: 0;
}

.placeholdersjs,
option[disabled] {
    color: #aaa !important;
}

input.form-control,
select.form-control,
.form-group.select-group select,
.input-group input:focus,
.form-group input:focus,
textarea.form-control {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 15px 25px 20px 0;
    line-height: 1.6;
    font-size: inherit;
    height: auto;
    width: 100%;
    background: none;
    color: inherit;
}

textarea.form-control {
    resize: none;
    border: none;
}

form button {
    margin-top: 40px;
	width:50%;
}

form label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    margin: 0;
}

form label.error {
    background: #e44646;
    color: #fff;
    padding: 5px 10px;
}

form label.valid {
    display: none !important;
}

.dark-bg form,
.dark-bg form .form-control {
    border-color: rgba(255, 255, 255, 0.2);
}

.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
}

.dark-bg .form-container {
    background: #252830;
}

.form-container form {
    margin: 0 0 16px 0;
}

.form-container .title,
.form-container p,
.form-container small {
    margin: 0 0 40px 0;
}

.form-container *:last-child {
    margin-bottom: 0;
}

form.line-form {
    border: none;
}

form.line-form input,
form.line-form input:focus,
form.line-form select.form-control,
form.line-form select.form-control:focus {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #555;
}

form.line-form select.form-control,
form.line-form select.form-control:focus {
    height: 69px;
}

form.line-form .form-control {
    background: #fff;
    padding: 20px 25px;
    border-right: none;
    border-left: none;
}

form.line-form > div:first-child .form-control {
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #eee;
}

form.line-form button,
form.line-form button:hover,
form.line-form button:focus {
    height: 69px;
    font-size: inherit;
    line-height: 24px;
    padding: 20px 25px;
    border-radius: 0 3px 3px 0;
    border-left: none;
    overflow: hidden;
    margin: 0;
}

form.line-form button .icon {
    font-size: 24px;
}

form.line-form button.btn-primary-white,
form.line-form button.btn-primary-white:hover,
form.line-form button.btn-primary-white:focus,
form.line-form button.btn-primary-white:active {
    border: 1px solid #eee;
    border-left: none;
}

form.line-form label.error {
    margin: 10px 0 0 0;
    display: inline-block;
    padding: 10px 20px;
}

form.line-form.two-fields .form-group {
    float: left;
    width: 40%;
}

form.line-form.five-fields .form-group {
    float: left;
    width: 16.66%;
}

form.line-form .form-control {
    border-left: 1px solid #eee;
}

form.line-form .input-daterange input:last-child,
form.line-form .input-daterange input:first-child {
    border-radius: 0;
}

form.line-form.two-fields button {
    float: left;
    width: 20%;
}

form.line-form.five-fields button {
    float: left;
    width: 16.66%;
}

.dark-bg form.line-form .form-control {
    border-color: #eee;
}

@media (max-width: 767px) {
    form.line-form.two-fields .form-group,
    form.line-form.two-fields button,
    form.line-form.five-fields .form-group,
    form.line-form.five-fields button {
        float: none;
        width: 100%;
        border-radius: 0;
    }
    form.line-form.two-fields .form-group input,
    form.line-form.five-fields .form-group input {
        border: none;
    }
    form.line-form.two-fields .form-group:first-child input,
    form.line-form.five-fields .form-group:first-child input {
        border-bottom: 1px solid #eee;
        border-right: none;
        border-radius: 0;
    }
}


/*----------------------------------------------------------------------------------------
                        DATA LIST STYLE
----------------------------------------------------------------------------------------*/

.data-list li,
.data-list-alt li {
    /*padding-left: 45px;*/
    padding-bottom: 30px;
    position: relative;
}

.data-list .icon,
.data-list-alt .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 130%;
    opacity: 0.4;
}

.data-list-alt li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}

.data-list-alt .icon {
    top: 15px;
}

@media (max-width: 992px) {
    .data-list li {
        padding-left: 0;
    }
    .data-list .icon {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        padding-bottom: 10px;
        margin: 0;
    }
}



.bg-color1 {
    background-color: #fff;
}

.bg-color2 {
    background-color: #5d005c;
}

.bg-color3 {
    background-color: #fff;
    color: #333;
}

.bg-color4 {
    background-color: #0166AC;
}




.cover-bg,
.fixed-bg,
.pattern-bg,
.contain-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 50px;
}

.contain-bg {
    background-size: contain;
    background-position: center bottom;
}

.fixed-bg {
    background-attachment: fixed;
}

.pattern-bg {
    background-repeat: repeat;
    background-size: auto;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    opacity: 0.5;
    z-index: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {
    .fixed-bg {
        background-attachment: scroll !important;
    }
}

.btn-whatsapp {
	display:block;
	width:80px;
	height:80px;
	color#fff;
	position: fixed;
	right:20px;
	bottom:20px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
}

.telefono {


	 color: #fff;
	 height: 30px;
	
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
   
}

table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
  }
  
  table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
  }
  
  table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
  }
  
  table th,
  table td {
	padding: .625em;
	text-align: center;
  }
  
  table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
	table {
	  border: 0;
	}
  
	table caption {
	  font-size: 1.3em;
	}
	
	table thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	table tr {
	  border-bottom: 3px solid #ddd;
	  display: block;
	  margin-bottom: .625em;
	}
	
	table td {
	  border-bottom: 1px solid #ddd;
	  display: block;
	  font-size: .8em;
	  text-align: right;
	}
	
	table td::before {
	  /*
	  * aria-label has no advantage, it won't be read inside a table
	  content: attr(aria-label);
	  */
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  text-transform: uppercase;
	}
	
	table td:last-child {
	  border-bottom: 0;
	}
  }
.design{
	background:url(../images/ba.jpg)0px 0px no-repeat;
	width:100%;
	min-height:439px;
	background-size:cover;
	display:block;
	padding:4em 0;
}
.services2{
	background:#fff;
	text-align:center;
	/*padding:3em 0;*/
}


.services{
	background:#eee;
	text-align:center;
	/*padding:3em 0;*/
}
.services-top h3,.services-grid h4{
	margin:0;
	font-size:2.3em;
	color:#494f55;
}
.services-top h3 span{
	border-bottom:3px solid #fff;
	padding:7px 0;
}
.services-top p,.services-grid p{
	padding-top: 20px;
	margin:0 auto;
	font-size:1.1em;
	color:#959595;
	font-family: 'Open Sans', sans-serif;
	width:50%;
}
.services-top p{
	margin:1.5em auto 0;
}
.services-grid h4{
	font-size:1.3em;
	line-height: 3px;
	margin:1em 0;
}
.services-grid p{
	width:80%;
}
.services-bottom {
	padding: 2em 0;
}
h5.happy {
	margin:0;
	font-size:2em;
	color:#abada1;
}
h5.happy  a{
	text-decoration:none;
	border-bottom:1px solid #e84c3d;
	color:#e84c3d;
}
h5.happy  a:hover{
	color:#abada1;
	border:none;
}
.hr{
	color: #7c2a90;
}
.far {
	color:#7c2a90;
	padding-right: 8px;
	padding-bottom: 4px;
}

.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  margin: 0px!important;
}
.accordion-bral .ac-label {
  font-family: Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #000;
  line-height: 33px;
  font-size: 19px;
  background: #b99cc0;
  border: 1px solid #CCC;
}
.accordion-bral .ac-label:hover {
  background: #b99cc0;
}
.accordion-bral input + .ac-label  {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
  background-color: rgba(79, 79, 79, 0.5) !important;
  color: #FFF;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.accordion-bral input.ac-input {
  display: none;
}
.accordion-bral .article {
  background: rgb(240, 240, 240);
  overflow: hidden;
  height: 0px;
  max-height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
}
.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
  height: auto;
}

.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 16px;
  right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #808080;
  width: 3px;
  height: 9px;
}
.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}


body{
	background:#fff;
	font-family: 'Roboto', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h2,h3,h4,h5,h6,p{
	margin:0;
	line-height:38px;
}
 ul{
	padding: 0;
	margin: 0;
}
.header{
	background:#fff;
	padding:23px;
}
.header-top {
	float: left;
	width: 81%;
}
.required{
	/*float:right;
	width: 14%;*/
}
.required input[type="submit"]{	
	background:#7c2a90;
	outline: none;
	border: 1px solid #7c2a90;
	color: #FFF;
	font-size: 1em;
	padding: 0.7em 1.1em;
	margin: 1.3em 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.required input[type="submit"]:hover{
	background:#7c2a90;
	color: #fff;
}

.required2 input[type="submit"]{	
	background:#dc26c4;
	outline: none;
	border: 1px solid #dc26c4;
	color: #FFF;
	font-size: 1.5em;
	padding: 0.4em 1em;
	/*margin: 1.3em 0 0;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.required2 input[type="submit"]:hover{
	background:#7c2a90;
	color: #fff;
}



.logo{
	float: left;
	margin-top: 0.8em;
}
.top-nav{
	float:right;
}
.top-nav ul li{
	display: inline-block;
	float: left;
	padding:0em 1.3em;
}
.top-nav ul li a{
font-size: 1.3em;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    padding: 1.4em 0 0.5em;
    display: block;
	
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	border-bottom: 7px solid #7c2a90;
}
.top-nav span.menu:before{
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor:pointer;	
	width:100%;
}
.top-nav span.menu{
	display: none;
}
/*--responsive media-quries--*/
@media(max-width:768px){
.top-nav ul{
	display: none;
	position:absolute;
	width:100%;
	z-index: 9999;
	left: 0%;
	margin: 0em;
	background:#f44336;
	top:4.3em;
}
.top-nav span.menu{
	display: block;
	width:100%;
	position:relative;
	text-align: right;
	padding: 1.4em 0 1.1em;
}
.top-nav ul li{
	display: block;
	float:none;
	padding: 1em 0.8em;
	text-align: center;
}
.top-nav ul li a,.top-nav ul li.active a{
	color:#fff;
	border: none;
	padding: 0;
}

.top-nav ul li a:hover,.top-nav ul li.active:hover{
	color:#000;
}
.top-nav ul li a:hover,.top-nav ul li.active{
	border:none;
}
}
/*----*/
.banner{
	background:url(../images/banner1.jpg) 0px 0px no-repeat;
	width:100%;
	min-height:420px;
	display:block;
	background-size:cover;
	text-align:center;
	position:relative;
}
.banner-matter{
	position:absolute;
	top:10em;
	width:100%;
}
.banner h2{
	font-size: 3.1em;
    color: #7c2a90;
    font-weight: 100;
    width: 89%;
    margin: 0 auto;
    padding: 0 0 1em;
    line-height: 1.5em;
	text-align: left;
	margin-top: 8%;
}
a.down{
	text-decoration: none;
	color: #fff;
	background: #f44336;
	padding: 0.6em 1em;
	font-size: 1.2em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
}
a.down:hover{
	background:#9C2820;
}
a.arrow{
	position: absolute;
	bottom: 49px;
	left: 54em;
}
/*--content--*/
.about{
	text-align:center;
	background:#eee;
	padding:3em 0;
}
.about2{
	text-align:center;
	background:#eacdf1;
	padding:4em 0;
}

.about3{
	text-align:center;
		padding:4em 0;
}

.about h3{
	color:#000;
	font-size:2.9em;
	font-weight: 500;
}
.about p{
	color:#000;
	font-size:1.2em;
	line-height:1.3em;
	margin: 0 auto;
	width: 85%;
	padding: 1.1em 0;
	text-align: left;
	font-weight: 400;
}

.about2 h3{
	color:#fff;
	font-size:2.8em;
	font-weight: 300;
}

.about3 h3{
	color:#fff;
	font-size:2.9em;
	font-weight: 500;
}
.about2 p{
	color:#000;
	font-size:1.2em;
	line-height:1.7em;
	margin: 0 auto;
	width: 85%;
	
	padding: 1.1em 0;
}

.about3 p{
	color:#000;
	font-size:1.2em;
	line-height:1.7em;
	margin: 0 auto;
	width: 85%;
	text-align: left;
	padding: 1.1em 0;
}

p.dummy-about{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 500;
	width: 85%;	
	color: #000;
	
}
a.down-in{
	padding:1em 0;
	display:block;
	text-align: center;
}
/*----*/
.work-in {
	padding: 3em 0;
}
.work-in img {
	width:100%
}
.work{
	text-align:center;
	padding:4em 0;
}
.work h3{
	color:#000;
	font-size:2.8em;
	font-weight: 300;
}
.work-grid{
	float: left;
	width: 50%;
	margin: 0.5%;
	position:relative;
}
.work-grid1{
	width: 47.9%;
	margin: 0.5% 0% 0.5% 0.5%;
}
.work-grid2{
	width: 23%;
}
.work-grid3{
	width: 24%;
	float: right;
	margin: 0.5%;
}
.work-grid4{
	width: 25%;
	margin: 0.5%;
	float: left;
}
.work-grid5{
	width: 48%;
}
.work-on{
	margin-top: 3.5%;
}
.simple h5{
	font-size:2.5em;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.simple h5 span{
	border-bottom:5px solid #ffc36e;
	padding: 0.2em 0;
}
.simple {
	text-align: center;
	padding: 9em 0;
	display: none;
	position: absolute;
	top: 32px;
	width: 92%;
	height: 87%;
	background:rgba(210, 89, 80, 0.88);
	left: 23px;
}
.simple p {
	font-size: 1.1em;
	padding: 1.5em 0;
	color: #E2E2E2;
	width: 75%;
	margin: 0 auto;
	font-weight: 200;
	line-height:1.3em;
}
.work-grid:hover .simple,.work-bird:hover .simple{
	display:block;
}
.work-bird{
	position:relative;
}
.simple-in{
	padding:2em 0;
	height: 74%;
}
.simple-out{
	padding: 2.5em 0;
	height: 79%;
	top: 25px;
	left: 20px;
	width: 85%;
}
.simple-out h5,.sim-2 h5{
	font-size:1.5em;
}
.sim-1{
	height: 85%;
	width: 91%;
	top: 31px;
	left: 29px;
}
.sim-2 {
	padding: 10em 0;
	height: 89%;
	top: 25px;
	left: 20px;
	width: 85%;
}
.blog-down{
	padding:1em 0;
	display:block;
}
/*----*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:46%;
	bottom:35px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 5px;
	margin: 5px 6px;
	background:#171918 ;	
}
.wmuSliderPagination a.wmuActive {
	background:#fff;
}
.design{
	background:url(../images/ba.jpg)0px 0px no-repeat;
	width:100%;
	min-height:439px;
	background-size:cover;
	display:block;
	padding:4em 0;
}
.item-in{
	text-align:center;
	padding:2em 0 6em;
}
.item-in p{
	font-size: 1.8em;
	color: #e2e2e2;
	width: 50%;
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.3em;
	padding: 1.2em 0 0.6em;
}
.item-in span{
	font-size:1.3em;
	color:#7c2a90;
}
.dotted{
	margin:0 auto;
}
/*----*/
.blog {
	padding: 1em 0;
	/*text-align:center;*/
	background: #fff;
}
.blog-grids{
	padding:3em 0;
}
.blog h3{
	color:#000;
	font-size:2.8em;
	font-weight: 300;
	margin-bottom: 22px;
}
.blog-grid{
	background:#fff;
	box-shadow:2px 2px 2px 2px #D7D7D7;
	margin-right:2.4%;
	padding:0;
	width:23.15%;
	float:left;
	position:relative;
}
.blog-top p{
	font-size:1em;
	color:#000;
	line-height:1.5em;
	padding: 0 0 0.5em;
	text-align:left;
}
.blog-top {
	padding: 0.8em;
}
.video p{
	font-size:1.3em;
	color:#000;
	line-height:1.5em;
	padding: 0 0 0.5em;
	text-align:center;
}
.video {
	padding: 0.8em;
	text-align:center;
}
/*
.video-b{
		align-content: center;
		width: 14%;
}*/
.video-b [type="submit"]{	
	background: none;
	outline: none;
	border: 1px solid #7c2a90;
	color: #7c2a90;
	font-size: 1em;
	    padding: 0.2em 0.5em;
    margin: 1.3em 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.video-b[type="submit"]:hover{
	background:#7c2a90;
	color: #fff;
}
a.read{
	text-decoration:none;
	color:#99d5d0;
	font-size:1em;
	float: right;
}
a.read:hover{
	color:#f88279;
}
.blog-in{
	margin-right:0;
}
.agency{
	position:absolute;
	top:142px;
	width: 100%;
	padding:0 0.5em;
}
.agency-left{
	float:left;
	text-align: left;
}
.agency-left h6{
	color:#fff;
	font-size: 1.5em;
	font-weight: 300;
}
.agency-left span{
	color:#e2e2e2;
	font-size:1em;
}
.agency-right{
	float:right;
}
ul.social li{
	display:inline-block;
	color:#fff;
}
ul.social li span{
	display:block;
	background:url(../images/img-sprite.png)0px 0px no-repeat;
	width:24px;
	height:24px;
}
ul.social li span.text{
	background-position:-22px 0px;
}
i.flower{
	display:block;
	background: url(../images/fl.png)0px 0px no-repeat;
	width: 43px;
	height: 43px;
	margin: 2em auto 4em;
}
.blog-grid img{
	width:100%;
}
/*----*/
.contact{
	background:#7c2a90;
	text-align:center;
	padding: 4em 0;
}
.contact h3{
	color:#fff;
	font-size:3em;
	padding:0.5em 0;
	font-weight: 500;
}
.contact p span{
	font-weight: 500;
}
.contact p{
	color:#000;
	font-size:1.3em;
	padding:0.5em 0;
	font-weight: 300;
}
.contact-us input[type="text"],.contact textarea,.send input[type="submit"]{
	font-size: 1em;
	width: 100%;
	padding: 1em;
	margin:2em 0;
	background: #fff;
	outline:none;
	border:1px solid #DDDBDB;
	color: #000;
}
.contact textarea{
	resize:none;
	width: 97%;
	margin: 0.5em;
}
.send input[type="submit"]{
	background:none;
	color: #7c2a90;
	width: 96%;
	-webkit-appearance: none;
	padding: 1em;
	border:1px solid #7c2a90;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.send {
	text-align: center;
}
.send input[type="submit"]:hover{
	background:#7c2a90;
	color:#fff;
}
/*--popup--*/
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 100px;
	width: 47px;
	background: url("../images/a-left.png") no-repeat -10px 0px;
  }
.callbacks_nav.next {
  left: auto;
  background: url("../images/a-right.png") no-repeat -10px 0px;
  right: 0;
 }
 /*--single--*/
 .single{
	background:#f2f2f2;
 }
 small.pub-left{
	float:left;
	font-size: 1.1em;
	color:#b8b8b8;
}
a.pub-right{
	float:right;
	font-size: 1.1em;
	color:#7c7c7c;
	text-decoration:none;
}
a.pub-right:hover{
	color:#000;
}
.pub-right i.left-arrow{
	background: url(../images/img-sprite.png) no-repeat -281px -17px;
	width: 16px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}
.single-top{
	padding: 3em 0 0;
}
.single h3{
	font-size: 2.8em;
	color: #000;
	font-weight: 100;
	padding: 0.5em 0 0.3em;
}
p.she-it{
	font-size: 1.8em;
	color: #000;
	font-weight: 200;
	line-height: 1.5em;
	padding: 1.5em 0 2.5em;
}
 span.by{
	font-size:1.1em;
	color:#000;
	font-weight:300;
}
.sub-head h6{
	font-size:1.8em;
	color:#000;
	font-weight: 300;
}
.sub-head p{
	font-size:1.2em;
	color:#000;
	padding:1.5em 0;
	line-height:1.9em;
	font-weight: 300;
}
small.tech{
	float:left;
	font-size: 1em;
	color: #4C4C4C;
}
.share{
	float:right;
	font-size: 1.1em;
	color: #888;
}
.share a{
	font-weight:300;
	color:#00bad2;
	margin: 0 0 0 1em;
	text-decoration:none;
}
.share a:hover{
	color:#000;
}
.tag {
	padding: 3em 0;
}
.share i.load{
	background: url(../images/img-sprite.png) no-repeat -261px -17px;
	width: 23px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}
h6.com-in{
	float:left;
	font-size:1.8em;
	font-weight:300;
	color:#000;
}
.twelve{
	float:right;
}
.twelve i.star-left{
	background: url(../images/img-sprite.png) no-repeat -301px -18px;
	width: 23px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}
.twelve label{
	background: url(../images/gr.png) no-repeat -5px 0px;
	width: 7px;
	height: 14px;
	display: inline-block;
	margin: 0;
}
.twelve small{
	background: #b8b8b8;
	font-size: 0.9em;
	color: #000;
	border-radius: 5px;
	padding: 3px 11px;
}
.comment-top{
	border-top:1px solid #D9D7D7;
	padding: 1.1em 0;
}
.comment-top p{
	font-size:1em;
	color:#727272;
	padding: 0.5em 0;
	line-height: 1.6em;
}
.comment-top label{
	font-size:1.1em;
	color:#000;
	margin:0;
	font-weight: 400;
}
.comment-in{
	margin-left: 9em;
}
.comment-top label small{
	color:#b8b8b8;
}
a.load-more{
	text-align:center;
	text-decoration:none;
	color:#00bad2;
	font-size:1.2em;
	display:block;
	padding:1em 0;
}
a.load-more:hover{
	color:#000;
}
.comment h5{
	font-size:2em;
	color:#000;
	font-weight: 300;
	padding:0.3em 0;
}
.comment label{
	color: #000;
	font-size: 1.2em;
	vertical-align: top;
	padding: 1em 0;
	font-weight: 300;
}
label.sit{
	margin-right: 2em;
}
label.sit-in{
	margin-right: 3.5em;
}
label.sit-on{
	margin-right: 3.8em;
}
.comment  input[type="text"],.comment textarea{
	font-size: 1em;
	width: 32%;
	padding: 1em;
	margin: 0.4em 0em;
	background:#f8f8f8;
	outline:none;
	border:1px solid #DDDBDB;
	color: #000;
}
.comment {
	padding: 3em 0 6em;
}
.comment textarea{
	resize: none;
	width: 50%;
	margin: 0.4em 0em;
}
.post-comment input[type="submit"]{	
	background: none;
	outline: none;
	border: 1px solid #00bad2;
	color: #000;
	font-size: 1em;
	padding: 0.5em 1.5em;
	margin: 1em 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.post-comment input[type="submit"]:hover{
	background:#00bad2;
	color:#fff;
}
.post-comment {
	margin-left: 8em;
}
.single-bottom{
	background:url(../images/blo.jpg) no-repeat bottom;
	width:100%;
	min-height:330px;
	background-size:cover;
	display:block;
	padding:6em 0;
	text-align:center;
}
.single-matter-bottom h6{
	color:#fff;
	font-size:3em;
	font-weight:200;
	padding:0.8em 0;
}
.single-matter-bottom p{
	color:#fff;
	font-size:1.35em;
	font-weight:300;
}
a.read-next{
	color:#E74C3C;
	text-decoration:none;
	font-size:1.2em;
	font-weight:400;
	border-bottom:1px solid #E74C3C;
}
a.read-next:hover{
	border-bottom:none;
}
/*----*/
.footer{
	background: #181b1e;
	padding: 2em 0;
	text-align: center;
	position:relative;
}
.footer p{
	margin:0;
	font-size: 1.3em;
	color:#fff;	
	padding: 1.5em 0 0 0;
}
.footer-top{
	position:absolute;
	top:-37px;
	left: 54em;
}
.footer a{
	color:#626262;
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.footer a:hover{
	color:#fff;
}
ul.social-ic-icons li{
	display:inline-block;
	padding:0 1.5em;
}
ul.social-ic-icons li a span{
	background: url(../images/img-sprite.png)no-repeat -59px -54px;
	width: 35px;
	height: 30px;
	display:block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.social-ic-icons {
	padding: 0 0 1em;
}
b.yellow{
	width: 110px;
	height: 6px;
	background: #7c2a90;
	display: block;
	margin: 0 auto;
}
ul.social-ic-icons li.twitter a span{
	background-position: -102px -7px;
}
ul.social-ic-icons li.dribble a span{
	background-position: -143px -54px;
}
ul.social-ic-icons li.linked a span{
	background-position: -178px -54px;
}
ul.social-ic-icons li.behance a span{
	background-position:-218px -54px;
}
ul.social-ic-icons li.message a span:hover{
	background-position:-59px -7px;
}
ul.social-ic-icons li.dribble a span:hover{
	background-position: -143px -9px;
}
ul.social-ic-icons li.linked a span:hover{
	background-position: -178px -7px;
}
ul.social-ic-icons li.behance a span:hover{
	background-position:-218px -7px;
}
/*--responsive media-quries--*/
@media(max-width:1440px){
a.arrow {
	left: 48em;
}
.footer-top{
	left: 48em;
}
.wmuSliderPagination {
	right: 44%;
}
@media(max-width:1336px){
a.arrow {
	left: 45em;
}
.footer-top{
	left: 45em;
}
}
@media(max-width:1280px){
a.arrow {
	left: 42em;
}
.footer-top{
	left: 42em;
}
}
@media(max-width:1024px){
.header-top {
	width: 78%;
}
.required {
	width: 19%;
}
.banner h2 {
	font-size: 3.5em;
	width: 83%;
}
.banner {
	min-height: 530px;
}
a.arrow {
	left: 33em;
}
.footer-top{
	left: 33em;
}
.about p {
	width: 82%;
}
p.dummy-about {
	width: 95%;
}
.work-grid {
	margin: 0.4%;
}
.work-grid3,.work-grid4 {
	margin: 0.4%;
}
.work-on {
	margin-top:3%;
}

.agency-left h6 {
	font-size: 1.3em;
}
i.flower {
	margin: 2em auto 2em;
}
.item-in p {
	font-size: 1.6em;
	width: 71%;
}
.wmuSliderPagination {
	right: 42%;
}
.simple-in {
	padding: 1em 0;
}
.simple-in h5,.simple-out h5,.sim-2 h5{
	font-size:1.6em;
}
.simple-in p,.simple-out p,.sim-2 p{
	height: 65px;
	overflow: hidden;
}
.simple-out {
	padding: 2em 0;
}
.sim-2 {
	padding: 8em 0;
}
.sim-1{
	padding:6em 0;
}

.agency {
	top: 114px;
}
.blog {
	padding: 4em 0;
}
.work-grid1 {
	margin: 0.5% 0% 0.5% 0.5%;
}
}
@media(max-width:768px){
.header-top {
	width: 52%;
}
.required {
	width: 25%;
}
.blog-grid {
	width: 48.8%;
	margin-top: 1.5em;
}
.blog-grid:nth-child(2){
	margin-right:0;
}
.blog-in {
	margin-right: 0;
}
.blog-grids {
	padding: 1em 0em 1em 0em;
}
.footer-top {
	left: 24em;
}
a.arrow {
	left: 24em;
}
.banner h2 {
	font-size: 2.8em;
	width: 87%;
}
.banner-matter {
	top: 8em;
}
.banner {
	min-height: 419px;
}
.work-grid {
	width: 49.5%;
}
.work-grid1 {
	width: 47.4%;
}
.work-grid2 {
	width: 22.5%;
}
.work-grid5 {
	width: 48.4%;
}
.work-grid3 {
	width: 24.3%;
}
.work-grid4 {
	width: 24.1%;
}
.simple h5 {
	font-size: 2em;
}
.work-grid {
	margin: 5px;
}
.work-on {
	margin-top: 5%;
}
.simple {
	padding: 4.5em 0;
	top: 19px;
	width: 91%;
	height: 88%;
	left: 16px;
}
.simple-in {
	padding: 1.5em 0;
	height: 80%;
}
.simple-in h5 {
	font-size: 1.6em;
}
.simple-out h5{
	font-size: 1.3em;
}
.sim-2 h5{
	font-size:1.1em;
}
.simple-out{
	padding:1em 0;
	top: 9px;
	left: 6px;
}
.sim-2{
	padding:5em 0;
	top: 11px;
	height: 93%;
	left: 8px;
}
.agency {
	top: 209px;
}
.about {
	padding: 3em 0;
}
.work {
	padding: 3em 0;
}
.design {
	min-height: 373px;
	padding: 1em 0;
}
.blog {
	padding: 3em 0;
}
.contact {
	padding: 4em 0;
}
.contact-us input[type="text"], .contact textarea, .send input[type="submit"] {
	margin: 1em 0;
}
.wmuSliderPagination {
	right: 39%;
}
}
@media(max-width:640px){
.required {
	width: 30%;
}
.banner {
	min-height: 380px;
}
.footer-top {
	left: 19.5em;
}
a.arrow{
	left: 19.5em;
}
.banner-matter {
	top: 7em;
}
.about h3 ,.work h3,.blog h3{
	font-size: 2.5em;
}
.agency {
	top: 161px;
}
.contact {
	padding: 2em 0;
}
.contact h3 {
	font-size: 2.5em;
}
.blog {
	padding: 2em 0;
}
p.dummy-about {
	font-size: 1.5em;
}
.work-grid1 {
	display: none;
}
.work-grid {
	width: 49%;
	margin:0.5%;
}
.work-grid3{
	width: 49%;
	margin:0.5%;
}
.work-grid4{
	width: 49%;
	margin:0.5%;
}
.work-on{
	margin:1.5% 0 0;
}
.motor-in {
	height: 245px;
}
.motor {
	height: 433px;
}
.simple {
	padding: 2.5em 0;
	top: 17px;
	left: 14px;
}
.simple-out{
	padding:4em 0;
	top: 16px;
	left: 11px;
}
.sim-2 {
	padding: 11em 0;
	top: 16px;
	left: 13px;
}
.sim-1 p {
	height: 86px;
	overflow:hidden;
}
.single-bottom {
	min-height: 278px;
	padding: 4em 0;
}
.comment input[type="text"]{
	width: 40%;
}
.comment textarea {
	width: 55%;
}
.wmuSliderPagination {
	right: 36%;
}
}
@media(max-width:480px){
.header-top {
	width: 100%;
}
.required {
	display:none;
}
a.arrow {
	left: 14em;
	bottom: 30px;
}
.footer-top {
	left: 14em;
}
.banner h2 {
	font-size: 2em;
}
.banner {
	min-height: 291px;
}
.about h3,.work h3,.blog h3 ,.contact h3{
	font-size: 2em;
}
p.dummy-about {
	font-size: 1.3em;
	
	overflow: hidden;
}
.about p {
	
	overflow: hidden;
}
.about {
	padding: 2em 0;
}
.work {
	padding: 2em 0;
}
.motor-in {
	
}
.motor {
	
}
.work-in {
	padding: 2em 0;
}
.item-in p {
	font-size: 1.2em;
}
.item-in span {
	font-size: 1.2em;
}
.item-in {
	padding: 1em 0 5em;
}
.design {
	min-height: 309px;
}
.wmuSliderPagination {
	right: 33%;
}
.agency-left h6 {
	font-size: 1em;
}
.agency {
	top: 109px;
}
.blog-top p {

	overflow: hidden;
}
i.flower {
	margin: 1em auto 1em;
}
.contact p {
	font-size: 1.1em;
}
.simple p {
	padding: 1em 0;
	height: 57px;
	overflow: hidden;
}
.simple {
	padding: 3em 0;
	top: 12px;
	left: 11px;
}
.simple-out {
	padding: 2.5em 0;
	top: 12px;
	left: 10px;
}
.sim-2 {
	padding: 7em 0;
	top: 13px;
	left: 10px;
}
.banner-matter {
	top: 4em;
}
.simple h5 {
	font-size: 1.3em;
}

.single h3 {
	font-size: 2em;
}
p.she-it {
	font-size: 1.4em;
}
p.she-it {
	font-size: 1.3em;
	padding: 1em 0 1.5em;
}
.sub-head p {
	font-size: 1.1em;
	padding: 1em 0;
	line-height: 1.7em;
	height: 99px;
	overflow: hidden;
}
.comment {
	padding: 3em 0 4em;
}
.comment-top p {
	
	overflow: hidden;
}
.comment {
	padding: 1em 0 2em;
}
.comment h5 {
	font-size: 1.8em;
}
.comment input[type="text"] {
	width: 50%;
}
.comment textarea {
	width: 70%;
}
.single-bottom {
	min-height: 199px;
	padding: 2em 0;
}
.single-matter-bottom h6 {
	font-size: 2em;
}
.comment input[type="text"], .comment textarea {
	padding: 0.7em;
}
.footer p {
	font-size: 1.1em;
}
.callbacks_nav {
	top: 34%;
}
}
@media(max-width:320px){
.banner-matter {
	top: 2em;
}
.banner {
	min-height: 150px;
}
.banner h2 {
	font-size: 1.4em;
}
a.down {
	display: none;
}
.footer-top {
	left: 8em;
}
a.arrow{
	left: 8em;
	bottom:12px;
}
.about h3, .work h3, .blog h3, .contact h3 {
	font-size: 1.5em;
}
p.dummy-about {
font-size: 1.2em;
}
.about p {
	
	padding: 0.5em 0;
	line-height:1.4em;
}
.about {
	padding: 1.5em 0 0.5em;
}
.work {
	padding: 1.5em 0;
}
.work-in {
	padding: 1em 0;
}
.motor-in {
	
}
.motor {

}
.simple h5 {
	font-size: 1em;
}
.simple p {
	font-size: 1em;
	
}
.simple {
	padding: 1.2em 0;
	top: 6px;
	left: 7px;
}
.sim-2{
	padding:4.2em 0;
}
.blog-down {
	padding: 0.5em 0 0;
}
.item-in p {
	font-size: 1.1em;

	overflow: hidden;
	padding:0.2em 0 0.6em;
}
.item-in span {
	font-size: 1em;
}
.wmuSliderPagination {
	right: 23%;
}
.design {
	min-height: 196px;
	padding: 0;
}
.item-in {
	padding: 1em 0 4em;
}
.agency {
	top: 56px;
}
.agency-right {
	display: none;
}
.blog-top p {

	line-height:1.3em;
}
a.read {
	float: left;
}
.blog-top {
	padding: 0.5em;
}
i.flower {
	margin: 0.5em auto;
}
.blog-grids {
	padding: 0em;
}
.blog {
	padding: 1.5em 0;
}
.contact {
	padding: 1.5em 0 2em;
}
.contact-us input[type="text"], .contact textarea, .send input[type="submit"] {
	margin: 0.5em 0;
}
.contact textarea {
	width: 90%;
}
.send input[type="submit"] {
	padding:0.7em 0;
	width: 90%;
}
ul.social-ic-icons li {
	padding: 0 0.5em;
}
b.yellow {
	width: 85px;
	height: 4px;
}
.single-top {
	padding: 1.5em 0 0;
}
a.pub-right {
	font-size: 0.9em;
}
small.pub-left {
	font-size: 0.9em;
}
.single h3 {
	font-size: 1.4em;
}
p.she-it {
	font-size: 1.2em;
	
	overflow: hidden;
}
.sub-head h6,.comment h5 {
	font-size: 1.5em;
}
.sub-head p {
	font-size: 1em;
	padding: 0.6em 0;
	line-height: 1.5em;
	
}
.tag {
	padding: 1.5em 0;
}
.share {
	float: left;
}
h6.com-in {
	float: left;
	font-size: 1.5em;
}
a.load-more{
	padding:0;
}
label.sit {
	margin-right: 0em;
}
label.sit-on {
	margin-right: 1.8em;
}
label.sit-in {
	margin-right: 1.5em;
}
.comment label {
	padding: 0.3em 0;
}
.post-comment {
	margin-left: 5.8em;
}
.comment {
	padding: 1em 0 1em;
}
.single-matter-bottom h6 {
	font-size: 1.4em;
}
.single-matter-bottom p {
	font-size: 1.1em;
}
.single-bottom {
	min-height: 137px;
	padding: 1.5em 0;
}
.post-comment input[type="submit"] {
	margin: 0.5em 0;
	padding:0.5em 1em;
}
.callbacks_nav {
	height: 68px;
	width: 27px;
	background: url("../images/a-left.png") no-repeat -3px 0px;
	background-size: 34px;
}
.callbacks_nav.next {
	background: url("../images/a-right.png") no-repeat -3px 0px;
	background-size: 34px;
}
}
