@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800,800i");

*{
margin: 0;
padding: 0;
}

body {
color: #777;
background-color: #fff;
font-family: "Open Sans", sans-serif;
font-size: 16px;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

img {
max-width: 100%;
height: auto;
}

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

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

.relative {
position: relative;
}
.no-marg{
margin: 0;
}
.color{
color:#b55886;
}
.color-2{
color: #b55886;
}
.p-20{
padding:20px;
}
.fa:hover{
transition:0.1s ease-in-out;
}

.social-icon-large {
  font-size: 72px; /* 50% más grande que el tamaño estándar de 24px */
}

.head_title h3:after {
margin-right: auto;
margin-left: auto;
display: block;
width: 60px;
height: 4px;
background-color: #b55886;
content: '';
margin-top: 5px;
}

.head_title_2 h2:after {
display: block;
width: 60px;
height: 4px;
background-color: #b55886;
content: '';
margin-top: 5px;
}
/*=================================================================*/
/*TYPOGRAPHY
/*=================================================================*/
h1, h2, h3, h4, h5, h6 {
color: #041230;
font-family: "Montserrat", sans-serif;
font-weight: 700;
margin: 20px 0;
}

h1 {
font-size: 36px;
}

h2 {
font-size: 28px;
}

h3 {
font-size: 24px;
}

h4 {
font-size: 18px;
}

a {
color: #041230;
outline: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.text-white{
color:#fff;
}
a:hover {
color: #041230;
text-decoration: none;
}
a:focus {
outline: 0;
}

.font-black {
font-weight: 900;
}

blockquote {
padding: 20px 20px;
margin: 0 0 20px;
font-size: 16px;
background: #F7F7F7;
border-radius: 10px;
}

blockquote p {
line-height: 1.6;
}
.box{
box-shadow: 0 10px 30px 0 rgba(50,50,50,0.16);
}

/* === Pre === */
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}

ul.styled {
list-style: none;
}
ul.styled li:before {
content: '';
background: #041230;
display: inline-block;
height: 5px;
margin-right: 20px;
vertical-align: middle;
width: 5px;
}

.Aksh-folding-cube {
margin: auto;
width: 40px;
height: 40px;
position: relative;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}

.Aksh-folding-cube .Aksh-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.Aksh-folding-cube .Aksh-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #b55886;
-webkit-animation: Aksh-foldCubeAngle 2.4s infinite linear both;
animation: Aksh-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}

.Aksh-folding-cube .Aksh-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}

.Aksh-folding-cube .Aksh-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}

.Aksh-folding-cube .Aksh-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}

.Aksh-folding-cube .Aksh-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}

.Aksh-folding-cube .Aksh-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.Aksh-folding-cube .Aksh-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}

@-webkit-keyframes Aksh-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes Aksh-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
#preloader {
background: #FFF;
height: 100%;
position: fixed;
width: 100%;
z-index: 5;
}
#preloader .outer {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

header.desktop-header {
background: #b55886;
border-right: solid 5px #845b68;
padding: 40px;
position: fixed;
left: 0;
overflow-y: auto;
height: 100vh;
top: 0;
width: 250px;
z-index: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
/* === Vertical Menu === */
/* === Submenu === */
}
header.desktop-header.open {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
header.desktop-header .site-title {
font-size: 40px;
margin: 0;
font-weight: 900;
text-transform: uppercase;
}
header.desktop-header .vertical-menu {
list-style: none;
padding: 0;
margin-bottom: 0;
}
header.desktop-header .vertical-menu li.openmenu > a {
color: #041230;
}
header.desktop-header .vertical-menu li.openmenu .switch {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
header.desktop-header .vertical-menu li {
padding: 8px 0;
position: relative;
list-style: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
header.desktop-header .vertical-menu li .switch {
font-size: 30px;
display: inline-block;
padding: 0 14px;
line-height: 1;
cursor: pointer;
color: #041230;
position: absolute;
top: 24px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
}
header.desktop-header .vertical-menu li a {
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
width: 100%;
text-transform: uppercase;
text-decoration: none;
position: relative;
}
header.desktop-header .vertical-menu li a.nav-link {
display: initial;
padding: 0;
}
header.desktop-header .submenu {
display: none;
padding: 0;
}
header.desktop-header .submenu li a {
color: #041230;
font-size: 18px;
font-weight: 700;
}
header.desktop-header .submenu li a:after {
height: 3px;
}
header.desktop-header .submenu li a:hover:after {
width: 100%;
height: 3px;
}
header.desktop-header .vertical-menu li a:hover {
color: #e2c02e;
}
header.desktop-header .vertical-menu li a.active {
color: #e2c02e;
}
header.desktop-header .footer {
margin-top: auto;
text-align: center;
}
.footer ul{
border-bottom: 1px dashed #fff;
padding-bottom: 10px;
}
.footer ul li a{
color: white;
font-size: 20px;
}

header.desktop-header .social-icons li:not(:last-child) {
margin-right: 1.2rem;
}
header.desktop-header .social-icons li a:hover {
color: #e2c02e!important;
}
header.desktop-header .copyright {
color: #fff;
font-size: 16px;
}

header.mobile-header {
background: #b55886;
display: none;
padding: 10px 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
header.mobile-header.open {
-webkit-transform: translateX(230px);
-moz-transform: translateX(230px);
-ms-transform: translateX(230px);
-o-transform: translateX(230px);
transform: translateX(230px);
}
header.mobile-header .menu-icon button {
background: transparent;
border: 0;
cursor: pointer;
outline: 0;
height: 33px;
width: 33px;
}
header.mobile-header .menu-icon span {
display: block;
background: #fff;
height: 4px;
position: relative;
width: 20px;
}
header.mobile-header .menu-icon span:before {
content: '';
display: block;
background: #fff;
height: 4px;
top: -10px;
position: absolute;
width: 30px;
}
header.mobile-header .menu-icon span:after {
content: '';
display: block;
background: #fff;
height: 4px;
top: 10px;
position: absolute;
width: 10px;
}
header.mobile-header .site-logo {
max-height: 50px;
max-width: 50px;
display: inline-block;
}
header.mobile-header .site-title {
font-size: 18px;
font-weight: 900;
text-transform: uppercase;
display: inline-block;
}


.icon-50 {
  font-size: 36px !important;
}


main.content {
margin-left: 230px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
main.content.open {
opacity: .4;
-webkit-transform: translateX(230px);
-moz-transform: translateX(230px);
-ms-transform: translateX(230px);
-o-transform: translateX(230px);
transform: translateX(230px);
}

section {
border-top: solid 1px #ececec;
padding-top: 100px;
padding-bottom: 100px;
position: relative;
}

section.home {
  border-top: 0;
  padding: 0;
  height: 83vh;
  background: url(../images/side2025.jpg);
  background-size: cover;
  background-position: center;
  display: flex; /* Ensures flexbox is active for alignment */
  align-items: center; /* Vertically centers the text block */
}

.cta-wrap {
  max-width: 600px; /* Limits the text block's width */
  margin-left: auto; /* Pushes the item to the far right */
  padding-right: 2rem; /* Adds right padding */
  padding-left: 2rem; /* Adds left padding for mobile viewports */
}

/* Adjust layout for smaller screens */
@media (max-width: 768px) {
  .cta-wrap {
    max-width: 100%;
    margin-left: 0;
    text-align: center; /* Optional: Center text on small screens */
  }
}


section.home .cta h1 {
font-size: 72px;
line-height: 75px;
}
section.home .cta h2 {
font-size: 40px;
line-height: 40px;
}
section.home .cta p {
font-size: 20px;
font-weight: 600;
}

.section-title {
font-size: 30px;
margin: 0;
}

.about h3, #skills h3, #experience h3, #blog h3{
font-size:40px;
}
.about-desc ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 49%;
margin-right: 1%;
overflow: hidden;
}
.about-desc ul {
margin-bottom: 20px;
}
.about-desc ul li i.fa {
padding-right: 5px;
color: #e2c02e;
}
.service-box{
padding: 20px;
background: #f6f6f6;
border: 1px solid #eee;
transition: all .2s ease-in-out;
box-shadow: 0 0 15px 1px #ddd;
}
.service-box:hover{
margin-top: -12px;
transition: all .2s ease-in-out;
}
.skill-item .skill-info span {
font-size: 14px;
}

.portfolio-wrapper [class*="col-"] {
margin-top: 15px;
margin-bottom: 15px;
}

.portfolio-item {
position: relative;
overflow: hidden;
}
.portfolio-item .thumb {
overflow: hidden;
}
.portfolio-item .details {
color: #FFF;
position: absolute;
padding: 0 30px;
bottom: 25px;
width: 100%;
z-index: 1;
}
.portfolio-item .details h4 {
color: #FFF;
margin: 0 0 10px;
opacity: 0;
transform: translateY(30px);
transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.portfolio-item .details span {
font-size: 11px;
text-transform: uppercase;
opacity: 0;
display: block;
transform: translateY(40px);
transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
.portfolio-item .mask {
background: #041230;
position: absolute;
left: 0;
top: 0;
opacity: .9;
height: 100%;
width: 100%;
-webkit-transform: translateY(110%);
-ms-transform: translateY(110%);
transform: translateY(110%);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .mask {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.portfolio-item:hover .details h4, .portfolio-item:hover .details span {
opacity: 1;
transform: translateY(0);
}

.portfolio-filter {
margin-bottom: 25px;
}
.portfolio-filter li {
color: #e2c02e;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
position: relative;
border: 1px solid #e2c02e;
padding: 10px;
border-radius: 5px;
}
.portfolio-filter li:hover {
color: #fff;
background-color:#e2c02e;
transition: all 0.3s ease 0s;
}
.portfolio-filter li:hover:after {
height: 7px;
}
.portfolio-filter li.current {
color: #fff;
background-color:#e2c02e;
transition: all 0.3s ease 0s;
}
.portfolio-filter li:not(:last-child) {
margin-right: .2rem;
}

select.portfolio-filter-mobile {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
border: solid 2px #b55886;
border-radius: 5px;
outline: 0;
margin-bottom: 30px;
position: relative;
width: 100%;
color: #b55886;
padding: 8px;
}

.pf-filter-wrapper {
position: relative;
}


.portfolio-categories li a {
display: block;
color: #FFF;
font-size: 13px;
font-weight: 900;
font-family: "Montserrat", sans-serif;
background-color: #041230;
padding: 5px 10px;
text-transform: uppercase;
}

.portfolio-info li:not(:last-child) {
margin-right: 1.5rem;
}
.portfolio-info li {
font-size: 14px;
}
.portfolio-info li strong {
color: #041230;
font-weight: 700;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
margin-right: 10px;
}

.social-share .share-text {
color: #041230;
font-size: 14px;
font-weight: 700;
}
.social-share li:not(:last-child) {
margin-right: 1rem;
}

.fact-item {
padding: 30px 15px;
border: solid 1px #ececec;
transition: all .2s ease-in-out;
}
.fact-item:hover{
margin-top: -12px;
transition: all .2s ease-in-out;
}
.fact-item .number {
font-size: 30px;
}
.fact-item .number em {
font-style: normal;
}
.fact-item p {
font-size: 15px;
}

.price-item {
border: solid 1px #ececec;
padding: 40px 50px;
}
.price-item .plan {
color: #FFF;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
display: inline-block;
background: #041230;
padding: 2px 10px;
}
.price-item .price {
font-size: 48px;
font-weight: 900;
margin: 30px 0 20px;
}
.price-item .price em {
font-style: normal;
font-size: 20px;
vertical-align: super;
margin-right: 10px;
}
.price-item ul {
margin-bottom: 0;
}
.price-item ul li {
line-height: 2.1;
}
.price-item .btn {
margin-top: 30px;
}
.price-item.best {
color: #FFF;
background: #041230;
}
.price-item.best .plan {
background: #FFF;
color: #041230;
}
.price-item.best .price {
color: #FFF;
}
.price-item.best ul li:before {
background: #FFF;
}

.testimonials-wrapper {
max-width: 700px;
margin: auto;
}

.testimonial-item .thumb {
border-radius: 50%;
overflow: hidden;
height: 80px;
width: 80px;
}
.testimonial-item p {
font-size: 18px;
font-style: italic;
}
.testimonial-item span.symbol {
font-size: 100px;
font-family: "Montserrat", sans-serif;
color: #f43662;
line-height: 1;
}

.blog-item .thumb {
position: relative;
overflow: hidden;
}
.blog-item .thumb img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.blog-item .thumb:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-item .category {
background: #b55886;
color: #FFF;
font-size: 11px;
text-transform: uppercase;
padding: 2px 8px;
position: absolute;
right: 20px;
top: 20px;
z-index: 1;
}
.blog-item .meta {
font-size: 11px;
letter-spacing: 0.07em;
text-transform: uppercase;
}
.blog-item .meta li:not(:last-child) {
margin-right: 1rem;
}
.blog-item .meta li:last-child::after {
display: none;
}

.client-item {
border: solid 1px #ececec;
padding: 25px;
min-height: 80px;
position: relative;
}
.client-item .inner {
text-align: center;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}
.client-item img {
display: inline-block;
}

.help-block.with-errors {
color: #c50000;
font-size: 13px;
font-style: italic;
}
.help-block.with-errors ul {
margin-bottom: 0;
}

.text-link {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

#infscr-loading {
position: absolute;
left: 50%;
margin-left: -15px;
bottom: 10px;
}

#infscr-loading img {
display: none;
}

.fa-spinner {
margin-right: 10px;
display: none;
}

.icon.square {
color: #FFF;
font-size: 30px;
background: #f43662;
display: block;
height: 60px;
border-radius:5px;
line-height: 60px;
text-align: center;
width: 60px;
}
.icon.simple {
color: #e2be3f;
font-size: 36px;
}

.scroll-down {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
}

@-webkit-keyframes ani-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
@-moz-keyframes ani-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
@keyframes ani-mouse {
0% {
top: 29%;
}
15% {
top: 50%;
}
50% {
top: 50%;
}
100% {
top: 29%;
}
}
.mouse {
border: solid 3px #ffffff;
border-radius: 25px;
display: block;
margin: auto;
height: 70px;
position: relative;
width: 50px;
}
.mouse .wheel {
background: #fff;
border-radius: 100%;
display: block;
position: absolute;
top: 8px;
left: 50%;
transform: translateX(-50%);
height: 15px;
width: 7px;
-webkit-animation: ani-mouse 2s linear infinite;
-moz-animation: ani-mouse 2s linear infinite;
animation: ani-mouse 2s linear infinite;
}

.circle {
border-radius: 100%;
}

body.dark {
background: #041230;
color: #FFF;
}
body.dark header, body.dark .btn-default:before, body.dark #preloader {
background: #041230;
}
body.dark header, body.dark section, body.dark .fact-item, body.dark .price-item, body.dark .client-item, body.dark .form-control {
border-color: #222;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6, body.dark a, body.dark .vertical-menu li a, body.dark .portfolio-filter li.current, body.dark .portfolio-filter li:hover, body.dark .portfolio-info li strong, body.dark .social-share .share-text {
color: #FFF;
}
body.dark a:hover {
color: #041230;
}
body.dark .mouse {
border-color: #FFF;
}
body.dark .mouse .wheel, body.dark header.mobile-header .menu-icon span, body.dark header.mobile-header .menu-icon span:before, body.dark header.mobile-header .menu-icon span:after {
background: #FFF;
}
body.dark .timeline span.line {
background: #222;
}
body.dark .slick-dots li.slick-active button:before {
background: #041230;
}
body.dark .slick-dots li button:before {
background: rgba(255, 255, 255, 0.8);
}
body.dark .form-control {
background-color: transparent;
}
body.dark header.desktop-header .vertical-menu li .nav-link.active:after, body.dark header.desktop-header .vertical-menu li a:after, body.dark .portfolio-filter li.current:after, body.dark .portfolio-filter li:after {
opacity: 1;
}
body.dark #return-to-top {
background: rgba(255, 255, 255, 0.2);
}
body.dark #return-to-top:hover {
background: #041230;
}

.btn-animation {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.btn-animation:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.btn-animation:hover:before, .btn-animation:focus:before, .btn-animation:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}

.btn {
border-radius: 0;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 900;
overflow: hidden;
line-height: 1;
padding: 15px 24px;
position: relative;
text-transform: uppercase;
}
.btn:focus {
box-shadow: none;
}

.btn:focus {
outline: 0;
}

.btn-default {
color: #FFF;
border: solid 3px #041230;
background: #041230;
display: inline-block;
vertical-align: middle;
position: relative;
}
.btn-default:hover, .btn-default:focus {
color: #041230;
border-color: #041230;
}
.btn-default:before {
background: #FFF;
}

.btn-alt {
color: #fff;
background: #b55886;
border: solid 1px #963666;
border-bottom: solid 5px #963666;
font-size: 18px;
}
.btn-alt:hover, .btn-alt:focus {
color: #FFF;
border-color: #d0a72a;
border-bottom: 5px solid #d0a72a;
}
.btn-alt:before {
background: #e2c02e;
}

.btn-alt-light {
color: #FFF;
background: transparent;
border: solid 3px #FFF;
}
.btn-alt-light:hover, .btn-alt-light:focus {
color: #041230;
border-color: #FFF;
}
.btn-alt-light:before {
background: #FFF;
}

.btn-full {
text-align: center;
width: 100%;
}

.btn-group-lg > .btn, .btn-lg {
padding: 28px 30px;
font-size: 18px;
font-weight: 100;
line-height: 0;
}

.btn-sm {
padding: 17px 16px;
font-size: 12px;
line-height: 0;
}

.btn-xs {
padding: 12px 10px;
font-size: 12px;
line-height: 0;
}

.btn.disabled, .btn:disabled {
opacity: 1;
cursor: not-allowed;
}


.breadcrumb {
font-size: 14px;
padding: 0;
margin-bottom: 0;
list-style: none;
background-color: transparent;
border-radius: 0;
}

.breadcrumb > .active {
color: #9c9c9c;
}


#contact .icon.simple{
float: left;
font-size: 55px;
margin-top: 9px;
margin-bottom: 40px;
}

.progress {
height: 7px;
margin-bottom: 20px;
overflow: hidden;
background-color: #e2b848;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 5px;
color: #fff;
text-align: center;
background-color: #041230;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}


.form-control {
display: block;
border-radius: 0;
width: 100%;
height: 50px;
padding: 10px 30px;
font-size: 16px;
font-weight: 300;
line-height: 1.6;
color: #333;
background-color: #FFF;
background-image: none;
border: solid 1px #ECECEC;
-webkit-box-shadow: none;
box-shadow: none;
}

.form-control:focus {
border-color: #041230;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}

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

.input-group-addon {
padding: 0;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: transparent;
border: 0;
border-radius: 0;
}


.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
position: relative;
top: 0;
right: 0;
color: inherit;
}

.pagination {
display: inline-block;
padding-left: 0;
margin: 0;
border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
margin-left: 0;
border-radius: 50%;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
border-radius: 50%;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
z-index: 3;
color: #fff;
cursor: default;
background-color: #041230;
border-color: transparent;
}

.pagination > li > a, .pagination > li > span {
position: relative;
float: left;
font-weight: 400;
height: 46px;
line-height: 32px !important;
margin-left: 11px;
line-height: 1.42857143;
color: #1a1a1a;
text-decoration: none;
background-color: #fff;
border: 1px solid #EEE;
border-radius: 50%;
width: 46px;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
z-index: 2;
color: #FFF;
background-color: #041230;
border-color: transparent;
}


.timeline {
position: relative;
}

ul.timeline-list {
position: relative;
margin: 0;
padding: 0
}
ul.timeline-list:before {
position: absolute;
content: "";
width: 2px;
height: 100%;
background-color: #041230;
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
ul.timeline-list li {
position: relative;
clear: both;
display: table;
}
.timeline_content {
box-shadow: 0 0 15px 1px #ddd;
background-color:#fff
}
ul.timeline-list li .timeline_content {
width: 45%;
color: #333;
padding: 30px;
float: left;
text-align: right;
}
.timeline_content p{
font-size:14px;
font-weight:600;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
float: right;
text-align: left;
}
.timeline_content h4 {
font-size: 18px;
font-weight: 600;
margin: 10px 0;
}
ul.timeline-list li:before {
position: absolute;
content: "";
width: 25px;
height: 25px;
background-color: #b55886;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
}
.timeline_content span {
font-size: 16px;
font-weight: 500;
}
.timeline_content span.badge {
font-size: 18px;
font-weight: 500;
background: #b55886;
color: #fff;
padding: 5px;
border-radius: 5px;
}

#return-to-top {
position: fixed;
bottom: 40px;
right: 40px;
background: #041230;
background: rgba(0, 0, 0, 0.5);
width: 40px;
height: 40px;
display: block;
text-decoration: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
display: none;
z-index: 4;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 13px;
top: 8px;
font-size: 16px;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}

#return-to-top:hover {
background: #041230;
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%;
/* 16:9 */
padding-top: 0;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.slick-slide {
height: auto;
outline: none;
}

.slick-next, .slick-prev {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #041230;
border-radius: 0;
top: calc(50% - 40px);
z-index: 1;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}

.slick-next:hover, .slick-next:focus, .slick-prev:hover, .slick-prev:focus {
background: #041230;
}

.slick-prev {
left: 0;
}
.slick-prev:hover {
background: #041230;
}

.slick-next {
right: 0;
}
.slick-next:hover {
background: #041230;
}

.slick-next:before, .slick-next:after {
left: 20px;
}

.slick-prev:before, .slick-prev:after {
left: 17px;
}

.slick-prev:before {
content: '';
background: #FFF;
display: block;
width: 1px;
height: 14px;
top: 8px;
position: absolute;
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
transform: rotate(45deg);
}

.slick-prev:after {
content: '';
background: #FFF;
display: block;
width: 1px;
height: 14px;
position: absolute;
top: 17px;
-ms-transform: rotate(135deg);
/* IE 9 */
-webkit-transform: rotate(135deg);
/* Chrome, Safari, Opera */
transform: rotate(135deg);
}

.slick-next:before {
content: '';
background: #FFF;
display: block;
width: 1px;
height: 14px;
top: 8px;
position: absolute;
-ms-transform: rotate(-45deg);
/* IE 9 */
-webkit-transform: rotate(-45deg);
/* Chrome, Safari, Opera */
transform: rotate(-45deg);
}

.slick-next:after {
content: '';
background: #FFF;
display: block;
width: 1px;
height: 14px;
position: absolute;
top: 17px;
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Chrome, Safari, Opera */
transform: rotate(45deg);
}

.slick-dotted.slick-slider {
margin-bottom: 24;
}

.slick-dots {
position: relative;
}

.slick-dots li {
width: 8px;
height: 8px;
margin: 0 5px;
}

.slick-dots li.slick-active {
width: 8px;
height: 8px;
}

.slick-dots li button {
width: 8px;
height: 8px;
padding: 0;
}

.slick-dots li.slick-active button:before {
background: #041230;
opacity: 1;
height: 8px;
width: 8px;
}

.slick-dots li button:before {
content: '';
background: rgba(0, 0, 0, 0.4);
border-radius: 0;
height: 8px;
width: 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
html,
body {
width: 100%;
overflow-x: hidden;
}
}
@media only screen and (max-width: 767px) {
header.desktop-header {
-webkit-transform: translateX(-230px);
-moz-transform: translateX(-230px);
-ms-transform: translateX(-230px);
-o-transform: translateX(-230px);
transform: translateX(-230px);
}

header.mobile-header {
display: block;
position: fixed;
z-index: 9999;
width: 100%;

}

main.content {
margin-left: 0;
margin-top: 60px;
}

section.home {
padding: 300px 0;
}

.portfolio-filter {
display: none;
}

.portfolio-item, .blog-item {
max-width: 360px;
}
}
@media only screen and (max-width: 576px) {
.portfolio-info li {
display: block;
padding: 5px 0;
}
}
@media (min-width: 1200px) {
.container {
max-width: 920px;
}
}
@media (min-width: 1366px) {
.container {
max-width: 1080px;
}
}
@media (min-width: 1600px) {
header.desktop-header {
padding: 40px 60px;
width: 300px;
}

main.content {
margin-left: 300px;
}

.price-item {
padding: 40px 70px;
}
}
@media only screen and (max-height: 500px) {
header.desktop-header .footer, header.mobile-header .footer {
margin-top: 100px;
}
}

.mob-cont{
float: right;
line-height: 40px;
}
.mob-cont a{
font-size: 15px;
color: #fff;
font-weight: bold;
margin-top: 32px;
}
.lab-butt{
color: #fff;
font-size: 22px;
font-weight: bold;
margin-left: 5px;
}
.quote{
background: #b558861f;
color: #b55886;
font-size: 19px;
line-height: 25px;
text-align: left;
padding: 60px 0px;
font-weight: 600;
}
.quote:before {
font-family: Georgia, serif;
content: "\201C";
position: absolute;
top: 40px;
left: 40px;
font-size: 5em;
color: rgba(181, 88, 134, 0.33);
font-weight: normal;
}
.quote:after {
font-family: Georgia, serif;
content: "\201C";
position: absolute;
bottom: -50px;
line-height: 100px;
right: 10px;
font-size: 25em;
color: rgba(181, 88, 134, 0.33);
font-weight: normal;
}

@media screen and (max-width:1000px){
section.home {

background: url(../images/side-min.jpg);


}
section.home .cta h1 {
font-size: 55px;
line-height: 60px;
}
}

@media screen and (max-width:767px){
section.home, .quote{
text-align: center;
}
#about img, .mt-95 .col-md-4{
margin-bottom: 25px;
}
#about h4, #about p{
text-align:center;
margin-bottom: 20px;
}
.bott-pro, .head_title_2{
text-align:center!important;
}
.head_title_2 h2:after{
margin-left: auto;
margin-right: auto;
}
.scroll-down{
display: none;
}
ul.timeline-list li .timeline_content{
width: 100%;
text-align: center;
margin-bottom: 35px;
}
ul.timeline-list li:nth-child(2n) .timeline_content{
float: none;
text-align: center;
}
ul.timeline-list li:before{
display: none;
}
.obras-arte img{
margin-bottom: 20px;
}
}
@media screen and (max-width:480px){
section.home .cta h1 {
font-size: 46px;
line-height: 48px;
}
}

@media screen and (max-width:415px){
section.home .cta h1 {
font-size: 40px;
line-height: 45px;
}
section.home .cta h2 {
font-size: 35px;
line-height: 38px;
}


}
.btn-pdf{
border-bottom: 5px solid #8e0707;
background-color: #ad0303;
}

.blue-cobalt{
margin-top: 10px;
background-color: #fff;
}
.blue-cobalt a{
border: 1px solid;padding: 5px;
background-color: #fff;
color: #b55886!important;

border-radius: 5px;
}
.blue-cobalt a span{
font-size: 14px
}

.mt-95{
margin-top: 95px;
}

.desc-exp{
background: #b55886;
padding: 10px;
text-align: center;
color: #fff;
font-size: 20px;
font-style: italic;
margin-top: 10px;
border: 2px solid #8e486b;
}