/*
        Project:		-- Lestard
        Version:	    --
        Create Date:	-- 12-8-18
        Last change:	--
        Primary use:	--
*/

/* 
        --- Table Of Content ---
        
        1. preload
        2. menu
        3. home-background
        4. parallex-effect
        5. about
        6. portfolio
        7. fancybox
        8. service
        9. testimonial
        10. contact
        11. responsive
        
*/




html{
    position: relative;
    height: 100%;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;	
    height: 100%;
    background-color: transparent;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.eot");
    src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
        url("../font/flaticon.woff") format("woff"),
        url("../font/flaticon.ttf") format("truetype"),
        url("../font/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}





/*================================================================ PRELOAD ===================================================================*/





.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111111;
    background: url(../img/loader1.gif) center no-repeat #fff;
}






/*============================================================== MENU ==========================================================*/



.main-page-content{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    height: 75px;
    border-bottom: none;
    overflow: hidden;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    padding: 0px;
    margin-bottom: 0px;
    display: block;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: transparent;
    display: block;
    
}
.navbar-default.small {
    background-color: #3f2743;
    box-shadow: 0px 0px 22px 0px #3f2743;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    
    float: right;
    margin: 17px 20px;
    margin-right: 23px;
    margin-right: 0px;
    display: block;
    
}
.navbar-nav li {
    float: left;
    margin: 0px 15px;
    display: inherit;
}
.navbar-nav li:last-child {
    float: left;
    margin: 0px 0px;
    display: inherit;
    margin-left: 15px;
}
.navbar-default .navbar-nav > li > a {
    
    color: #3f2743;
	font-family: 'Homenaje Regular';
    letter-spacing: 2px;
    font-size: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 10px 0px;
    text-transform: uppercase;
    
}
.navbar-default.small .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
}

.navbar-default .navbar-nav > .active > ::before {
    
    position: absolute;
    content: '';
    background-color: white;
    height: 5px;
    width: 5px;
    margin-top: 8px;
    border-radius: 150px;
    left: -10px;
    
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white !important;
    background-color: transparent;
}
.navbar-default.small .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white !important;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 0px 0px;
}
.site-title h3 {    
	font-family: 'Homenaje Regular';
    font-size: 32px;
    color: white;
    margin-top: 10px;    
}
.site-title h3 span{
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    color: #b7205b;
    margin-top: 0px;
    letter-spacing: 1px;
}

.nom {
    font-family: 'Homenaje Regular';
    font-size: 35px;
	letter-spacing: -1px;
    color: white;
    margin-top: 10px;  
	font-weight: 300;
    
}




.navbar-default.small .site-title h3{
    color: white;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -29px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.block{
    display: block !important;
}


.navbar-default .navbar-nav > li > .nav-link.active::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 12px;
    margin-top: 4px;
    background-color: #3f2743;
   
    margin-left: -18px;
}
.top-img {
    position: relative;
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 150px;
    margin-top: -2px;
    margin-right: 10px;
}
/*====================================================== HOME BACKGROUND =====================================================*/






#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    z-index: 111;
}





.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
    
    width: 100%;
    height: 100%;
    display: table;
    
}

/* ---- particles.js container ---- */

#home-parallex{
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}
#home-parallex:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.74);
    top: 0;
    left: 0;
    z-index: 1;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #3f2743;
    background: url(../img/communication-immersive.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}



.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text {
    width: 100%;
    padding: 0px 0px;
    
}
.home-text h2 {
    font-size: 25px;
    color: #3f2743;
	text-shadow: -1px 0 #aa8c97, 0 1px #aa8c97, 1px 0 #aa8c97, 0 -1px #aa8c97;
    letter-spacing: 0px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: -16px;
    font-weight: 800;
    font-family: 'Homenaje Regular';
    
}
.home-text h3 {
    
    font-size: 15px;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    
}
.home-text p {
    
    font-size: 16px;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    word-spacing: 2px;
    line-height: 1.8;
    
}
.home-text h1 {
	font-family: 'Homenaje Regular';
    font-size: 50px;
    color: #3f2743; 
	text-shadow: -1px 0 #aa8c97, 0 1px #aa8c97, 1px 0 #aa8c97, 0 -1px #aa8c97;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 600;
    
    display: inline-block;
}
.home-text img {
    
    width: auto;
    position: relative;
    border-radius: 150px;
    border: 10px solid #3c3c3c;
    
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}

.about-social-icon {
    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    z-index: 1111;
    position: relative;
}
.home-social-icon {
    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    z-index: 1111;
    position: relative;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 0px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {
    
    color: #9F8B9A;
    float: left;
    line-height: 33px;
    font-size: 34px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin: 0px 8px;
    
}
.about-social li a:hover {
    
    color: #2f3239;
}

[class^="hvr-"] {
    display: inline-block;
    vertical-align: middle;
    margin: .4em;
    padding: 10px 25px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 15px;
    border: 2px solid white;
    letter-spacing: 0px;
}

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b7205b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
    text-decoration: none;
    border: 2px solid #b7205b;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.home-arrow {
    
    position: absolute;
    left: calc(50% - 1px);
    bottom: -180px;
    width: 1px;
    height: 80px;
    
}
.home-arrow span{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: calc(50% - 1px);
    opacity: .8;
    background-color: white;
    -webkit-animation: animi-scroll-down 2.5s ease-in-out forwards infinite;
    animation: animi-scroll-down 2.5s ease-in-out forwards infinite;
}
@-webkit-keyframes animi-scroll-down {
    0% {
        clip: rect(0,auto,0,auto);
    }
    80% {
        clip: rect(0,auto,82px,auto);
    }
    100% {
        clip: rect(82px,auto,82px,auto);
    }
}
@keyframes animi-scroll-down {
    0% {
        clip: rect(0,auto,0,auto);
    }
    80% {
        clip: rect(0,auto,82px,auto);
    }
    100% {
        clip: rect(82px,auto,82px,auto);
    }
}


.tp-parallax-wrap {
    
    transform-style: preserve-3d;
    
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    
    margin-bottom: 0;
    
}
.tp-caption {
    
    z-index: 5 !important;
    
}
.tp-parallax-wrap h1 {
    
    position: relative;
    font-size: 140px;
    color: #1c1c1c;
    font-weight: 800;
    line-height: 1.1;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 24px 30px rgba(0,0,0,.1);
    padding: 30px 0;
    
}

/*===================================================================== PARRALLEX EFFECT ================================================*/


.section:nth-of-type(1) {
    background: whitesmoke;
    height: 100vh;
}
.section {
    height: 100vh;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
section:nth-of-type(2){background:black;height:1600px;}

.parallax-item{position:absolute;z-index:5;top:40px;left:400px;}


.whitebutton {
    
    color: white;
    border-color: #3f2743;
    text-align: center;
    margin-left: 0px;
    background-color: #3f2743;
    z-index: 0;
    
}
.whitebutton:hover{
    color: white;
    border-color: black;
}
.btn-5:hover{
    text-decoration: none;
}
.btn-5::before {
    
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    
}
.btn-5::after {
    
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    top: -1px;
    right: 0;
    
}



/*==================================================================== ABOUT ============================================================*/




.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px;
    z-index: 11111;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background: transparent;
    padding: 0px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: white;
}

.topicon{
    
}
.scroll:hover .fa{
    background:#4b4b4b;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 	
    color: white;
}
.scroll:hover .fa {
    padding-top:-10px;
}
.scroll .fa {
    
    font-size: 30px;
    margin-top: 0px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: white;
    line-height: 22px;
    height: 40px;
    width: 40px;
    line-height: 37px;
    background-color: #3f2743;
    border-radius: 150px;
    
}

.floating-shapes span:nth-child(1){
    left: 4.8%;
    top: 1.5%;
}

.floating-shapes span:nth-child(2){
    left: 9.6%;
    top: 27.2%;
}

.floating-shapes span:nth-child(3){
    left: 8.8%;
    bottom: 16%;
}

.floating-shapes span:nth-child(4){
    left: 25%;
    bottom: 21%;
}

.floating-shapes span:nth-child(5){
    left: 35%;
    top: 6.6%;
}

.floating-shapes span:nth-child(6){
    left: 43%;
    bottom: 30%;
}

.floating-shapes span:nth-child(7){
    left: 49%;
    top: 45%;
}

.floating-shapes span:nth-child(8){
    right: 11.8%;
    top: 33%;
}

.floating-shapes span:nth-child(9){
    right: 6%;
    top: 10%;
}

.floating-shapes span:nth-child(10){
    right: 4.5%;
    bottom: 33%;
}
.floating-shapes span{
    display: block;
    position: absolute;
}

.floating-shapes span img{
    display: block;
    max-width: 100%;
    height: auto;
}
canvas{
    position: absolute;
    width: 100%; height: 100%;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.whitetext{
    color: white;
}

.about-arrow {
    
    position: absolute;
    left: calc(25% - 1px);
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #fbfbfb;
    
}
.about-arrow span{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    left: calc(25% - 1px);
    opacity: .8;
    background-color: #9c9c9c;
    animation: animate-line-3 8s ease-out infinite;
    
    -moz-animation: animate-line-3 8s ease-out infinite;
    
    -webkit-animation: animate-line-3 8s ease-out infinite;
    
    -o-animation: animate-line-3 8s ease-out infinite;
    
    -ms-animation: animate-line-3 8s ease-out infinite;
}
@keyframes animate-line-3{0%{opacity:1;top:0}50%{top:50%}100%{top:100%;opacity:0.5;}}


@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 1;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}


.about-arrow1 {
    
    position: absolute;
    left: calc(50% - 1px);
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #fbfbfb;
    
}
.about-arrow1 span{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    left: calc(50% - 1px);
    opacity: .8;
    background-color: #9c9c9c;
    animation: animate-line-2 6s ease-out infinite;
    
    -moz-animation: animate-line-2 6s ease-out infinite;
    
    -webkit-animation: animate-line-2 6s ease-out infinite;
    
    -o-animation: animate-line-2 6s ease-out infinite;
    
    -ms-animation: animate-line-2 6s ease-out infinite;
}
@keyframes animate-line-2{0%{opacity:1;bottom:0}50%{bottom:50%}100%{bottom:100%;opacity:0.5;}}


.about-arrow2 {
    
    position: absolute;
    left: calc(75% - 1px);
    top: 0px;
    width: 2px;
    height: 100%;
    background-color: #fbfbfb;
    
}
.about-arrow2 span{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    left: calc(75% - 1px);
    opacity: .8;
    background-color: #9c9c9c;
    animation: animate-line-3 5s ease-out infinite;
    
    -moz-animation: animate-line-3 5s ease-out infinite;
    
    -webkit-animation: animate-line-3 5s ease-out infinite;
    
    -o-animation: animate-line-3 5s ease-out infinite;
    
    -ms-animation: animate-line-3 5s ease-out infinite;
}
@keyframes animate-line-3{0%{opacity:1;top:0}50%{top:50%}100%{top:100%;opacity:0.5;}}




.about-content {
    
    padding-top: 0px;
    padding-bottom: 0px;
    
    
}
.about-grid{
    width: 100%;
}
.love-grid{
    width: 100%;
    margin-top: 0px;
}
.main-title h1 {
    
    font-size: 25px;
    font-family: 'Homenaje Regular';
    letter-spacing: 0px;
    color: #a8a8a8;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
    font-weight: 400;
    border: 1px solid #a8a8a8;
    display: inline-block;
    padding: 7px 10px;
    
}
.main-title h3 {
    
    font-size: 42px;
    font-family: 'Homenaje Regular';
    letter-spacing: 1px;
    color: #424242;
    margin-top: -5px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    
}

.white-title h1 {
    
    font-size: 25px;
    font-family: 'Homenaje Regular', sans-serif;
    letter-spacing: 0px;
    color: #b3b3b3;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
    font-weight: 400;
    border: 1px solid #b3b3b3;
    display: inline-block;
    padding: 7px 10px;
    position: relative;
    z-index: 11;
    
}
.white-title h3 {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #424242;
    margin-top: -5px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    z-index: 111;
}
.white-title h3::after {
    
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #272727;
    margin-top: 8px;
    transform: rotate(45deg);
    margin-left: -8px;
    
}
.white-title h3 span::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #272727;
    margin-top: 23px;
    margin-left: -8px;
}
.white-title p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8;
    margin: 10px 0px;
    margin-bottom: 50px;
    position: relative;
    z-index: 111;
}
.underline1 {
    height: 1px;
    width: 150px;
    background-color: #9c9c9c;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: auto;
    margin-top: 15px;
}
.underline2 {
    height: 5px;
    width: 40px;
    background-color: black;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: auto;
    margin-top: -3px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.main-title p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8;
    margin: 10px 0px;
    margin-bottom: 50px;
}

.love-row{
    padding: 0px 0px;
    padding-bottom: 0px;
}
.service-hover{
    position: absolute;
    background-color: white;
    height: 0%;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.media {
    margin-top: 0px;
    padding: 25px 25px;
}
.me-grid {
    margin-top: 100px;
    position: relative;
    z-index: 11;
}
.about-hover {
    width: 70%;
    height: 500px;
    position: absolute;
    border: 30px double #fbfbfb;
    margin-left: 15%;
    margin-top: -197px;
}
.about-col{
    padding: 0px;
}
.about-image {
    margin: 0px 16px;
}

.about-img {
    
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    
}
.image-social-icon {
    
    padding: 20px 0px;
    padding-bottom: 20px;
    padding-bottom: 20px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    z-index: 1111;
    position: relative;
    margin-top: -60px;
    margin-bottom: 0px;
    background-color: #3f2743;
    padding-bottom: 15px;
    opacity: 0;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transform: translateY(-20px);
    
}
.about-image:hover .image-social-icon{
    opacity: 1;
}
.image-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.image-social li {
    margin: 0px 0px;
}
.image-social li:first-child {
    margin-left: 0px;
}

.image-social li a {
    
    color: white;
    float: left;
    line-height: 20px;
    font-size: 19px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin: 0px 8px;
    
}
.image-social li a:hover {
    
    color: black;
}

.about-image h3 {
    
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    position: absolute;
    color: #b7205b;
    font-weight: 700;
    margin-top: -10px;
    line-height: 1.2;
    
}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}

.about-details {
    margin: 0px 30px;
    margin-left: 15px;
}


.img span:first-child, .img span:nth-child(3) {
    left: 0;
}
.img span:nth-child(2), .img span:nth-child(4) {
    right: 0;
}
.img span:nth-child(3), .img span:nth-child(4) {
    bottom: 0;
}
.img img {
    
    width: 100%;
    
    
}
.img:hover {
    width: 100%;
}
.img:hover > span {
    z-index: 2;
}
.img:hover > span ~ img {
    z-index: 1;
    transition: 0.2s;
    width: 100%;
}
.img:hover > span:first-child:hover ~ img {
    transform: perspective(700px) rotateX(10deg) rotateY(-10deg);
}
.img:hover > span:nth-child(2):hover ~ img {
    transform: perspective(700px) rotateX(10deg) rotateY(10deg);
}
.img:hover > span:nth-child(3):hover ~ img {
    transform: perspective(700px) rotateX(-10deg) rotateY(-10deg);
}
.img:hover > span:nth-child(4):hover ~ img {
    transform: perspective(700px) rotateX(-10deg) rotateY(10deg);
}

.imagelink {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    z-index: 111;
}
.imagelink .fa::after {
    content: "";
    position: absolute;
    right: -8%;
    top: -8%;
    height: 116%;
    width: 116%;
    border-radius: 50%;
    border: 6px solid #3f2743;
    z-index: -1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    animation: bulb 1.2s infinite forwards;
}
.imagelink .fa {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 150px;
    background-color: #3f2743;
    color: white;
    font-size: 20px;
}
@keyframes bulb {
    0%{
        -webkit-transform: scale(0.8); 
        transform: scale(0.8); 
        opacity: 0.7;
    }
    100%{
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
    border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
    box-shadow: 2px 20px 0px 0px rgba(0, 0, 0, 0.16);
}


/* Clip text element */
.clip-text {

    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inherit;
    text-align: center;
    color: #3f2743;    
    font-family: 'Homenaje Regular';
    padding: 15px 0px;
    margin-top: 0px;
    text-align: center;
    background-size: cover;

}
.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

/* Text Background (black zone) */
.clip-text::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}

/* Change the background position to display letter when the black zone isn't here */
.clip-text--no-textzone:before {
    background-position: -.65em 0;
}

.clip-text--no-textzone:after {
    content: none;
}

/* Use Background-size cover for photo background and no-repeat background */
.clip-text--cover,
.clip-text--cover:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
.abouttop{
    margin-top: -40px;
}
.about-text p {

    font-size: 15px;
    color: #666;
    letter-spacing: 0px;
    line-height: 1.8;
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 111;
    word-spacing: 1px;
    text-align: center;
    margin: 0px;

}
.about-details h3 {
    
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #424242;
    margin-top: -5px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    
}
.about-details h3::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #e4e4e4;
    margin-top: 8px;
    transform: rotate(45deg);
    margin-left: -8px;
}
.about-details h3 span::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background-color: #e4e4e4;
    margin-top: 23px;
    margin-left: -8px;
}
.about-details h4 {
    font-size: 25px;
    letter-spacing: 0px;
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 15px;
    color: #636363;
    line-height: 1.3;
}
[class^="btn-"] {
    position: relative;
    display: inline-block;
    margin: 1rem auto;
    width: auto;
    height: auto;
    overflow: hidden;
    border: 2px solid currentColor;
    padding: 0px 25px;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.btn-6 {
    color: #3f2743;
    text-decoration: none;
}
.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #3f2743;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.btn-6:hover {
    color: white;
    text-decoration: none;
    border: 2px solid #3f2743;
}
.btn-6:hover span {
    width: 562.5px;
    height: 562.5px;
}
.btn-6:active {
    background: #3f2743;
}
.white-button{
    color: white;
}

.tab{
    margin-left: 0px;
}
.leftside{
    margin-left: 0px;
}
.colorbutton {
    color: #b7205b;
    border-color: #b7205b;
    margin-left: 0px;
    margin: 0px;
}
.about-details h3 span{
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #b7205b;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 19px;
    line-height: 45px;
}
.about-details p {
    
    font-size: 15px;
    color: #666;
    letter-spacing: 0px;
    line-height: 1.8;
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 111;
    word-spacing: 1px;
    
}

.text-2{
    padding-bottom: 30px;
}

.about-contact1 {
    background: none;
    color: white;
    position: relative;
    border: 1px solid #b7205b;
    padding: 11px 19px;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background-color: #b7205b;
}
.about-contact1::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: black;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    
}
.about-contact1:hover:after {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
    z-index: -1;
    
    
}
.about-contact1:hover {
    color: white;
    text-decoration: none;
    z-index: 1;
    border-color: black;
}
.second{
    margin-left: 20px;
}
.second-row{
    margin-top: 100px;
}
.skill-row{
    height: auto;
    background-color: white;
    margin: 0px 0px;
    margin-top: 0px;
}
.padding0{
    padding: 0px;
}
.about-bottom {
    
    border: 1px solid #a7a084;
    padding: 30px;
    box-shadow: 0px 0px 30px 0px #e1e1e1;
    z-index: 11111;
    position: relative;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background-color: white;
    
}
.about-bottom:hover p{
    font-size: 500px;
}
.about-bottom:hover{
    border: 1px solid #a7a084;
}
.about-bottom p {
    
    font-family: 'Poppins', sans-serif;
    position: absolute;
    color: #a7a084;
    font-size: 152px;
    line-height: 1;
    margin-top: -50px;
    margin-left: 55%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    
}
.about-bottom h3 {
    
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #3b4e6e;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    position: relative;
    z-index: 1111;
    
}

.about-bottom h3::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-color: #3f2743;
    margin-top: 8px;
    transform: rotate(45deg);
    margin-left: -8px;
    display: none;
}
.about-icon {

    font-size: 20px;
    margin-top: 0px;
    color: #3f2743;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    float: left;
    margin-right: 10px;

}
.about-bottom:hover .about-icon{
    animation: 0.3s ease 0s normal forwards 1 running loading;
}
@keyframes loading{
    49%{
        transform: translateY(-100%);
    }
    50%{
        opacity: 0;
        transform: translateY(100%);
    }
    51%{
        opacity: 1;
    }
}


.bottomtext {

    position: relative;
    margin-top: -45px;
    z-index: 111;

}
.emailbottom{}
.emailbottom h4 {
    margin: 0px;
    font-size: 10px;
    color: #emailbottom;
}
.textbottom{}
.textbottom h3{
    margin: 0px;
    font-size: 16px;
    color: #bcbcbc;
    text-align: right;
}

.no-padding-col {
    
    padding: 0px 50px;
    padding-top: 0px;
    padding-right: 50px;
    height: 100%;
    background-color: transparent;
    padding-right: 0px;
    padding-top: 100px;
    
}
.message-row{
    height: 550px;
    background-color: #b7205b;
    margin: 0px 0px;
}
.message-col {
    height: 100%;
    display: table;
    background-color: #b7205b;
}

.message-details {
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    position: relative;
    z-index: 111;
}
.message-details h3 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: -8px;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.message-details p {
    
    font-size: 15px;
    color: white;
    line-height: 1.8;
    margin-bottom: 35px;
    
}
.colorwhite{
    margin-left: auto;
}




#skill-main {
    
    list-style: none;
    padding: 30px 0px;
    padding-bottom: 30px;
    padding-bottom: 40px;
    padding-bottom: 80px;
    padding-bottom: 64px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    
}
#skill-main li {
    
    margin-bottom: 55px;
    background: #ececec;
    height: 6px;
    border-radius: 0px;
    
}
#skill-main li:last-child{
    margin-bottom: 0px;
}
#skill-main h3 {
    
    margin: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    position: relative;
    margin-top: -28px;
    font-size: 15px;
    color: #666;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0px;
    
}
.skill-details {
    
    margin: 0px 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-left: 0px;
    background-color: #f8f8f8;
    margin-top: 0px;
    position: relative;
    z-index: 111;
    width: 70%;
    margin-left: 30%;
    overflow: hidden;
    padding: 50px;
    
}
.skill-details h3 {
    
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: #424242;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0px;
    
}
.skill-details p {
    
    font-size: 15px;
    color: #666;
    letter-spacing: 0px;
    line-height: 1.8;
    margin-bottom: 40px;
    margin-top: 15px;
    position: relative;
    z-index: 111;
    
}
#skill-main h3 span {
    float: right;
    color: white;
    margin-right: -17px;
    width: 40px;
    height: 22px;
    font-size: 12px;
    background-color: #3f2743;
    text-align: center;
    line-height: 20px;
    margin-top: -5px;
}

#skill-main span::after {
    
    content: "";
    border-top: 7px solid #3f2743;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: relative;
    bottom: -2px;
    float: right;
    margin-right: 13px;
    
}
#skill-main li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}

.expand {
    height: 6px;
    margin: 0px 0px;
    background: #3f2743;
    position: absolute;
    border-radius: 0px;
}

.Web.start     { width:85%;  -moz-animation:Web 2s ease-out;       -webkit-animation:Web 2s ease-out; position: relative;  float: left;      }
.Graphics.start    { width:90%;  -moz-animation:Graphics 2s ease-out;        -webkit-animation:Graphics 2s ease-out;      position: relative;  float: left;  }
.Developing.start  { width:82%;  -moz-animation:Developing 2s ease-out;      -webkit-animation:Developing 2s ease-out;    position: relative;  float: left;  }
.Photoshop.start   { width:89%;  -moz-animation:Photoshop 2s ease-out;   -webkit-animation:Photoshop 2s ease-out;   position: relative;  float: left;}
.Photography.start { width:95%; -moz-animation:Photography 2s ease-out; -webkit-animation:Photography 2s ease-out;   position: relative;  float: left;}
.Applis.start { width:98%; -moz-animation:Applis 2s ease-out; -webkit-animation:Photography 2s ease-out;   position: relative;  float: left;}


@-moz-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-moz-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-moz-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-moz-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }
@-moz-keyframes Applis { 0%  { width:0px;} 100%{ width:98%;} }

@-webkit-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-webkit-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-webkit-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-webkit-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }
@-webkit-keyframes Applis { 0%  { width:0px;} 100%{ width:98%;} }



.skill-grid {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
    z-index: 111;
}
.skill-text h3 {
    
    font-size: 28px;
    color: #3f2743;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 111;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    
}
.skill-text p {
    
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    
}

.imagelink {

    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)translateY(-50%);

}
.imagelink .fa::after {
    content: "";
    position: absolute;
    right: -8%;
    top: -8%;
    height: 116%;
    width: 116%;
    border-radius: 50%;
    border: 6px solid #3f2743;
    z-index: -1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    animation: bulb 1.2s infinite forwards;
}
.imagelink .fa {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 150px;
    background-color: #3f2743;
    color: white;
    font-size: 20px;
}
@keyframes bulb {
    0%{
        -webkit-transform: scale(0.8); 
        transform: scale(0.8); 
        opacity: 0.7;
    }
    100%{
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}







.expert-grid{
    width: 100%;
    margin-top: 25px;
    position: relative;
    z-index: 111;
    
}
.wht {
    
    background: linear-gradient(to right, rgba(209, 209, 209, 0.1), rgba(234, 234, 234, 0.58) 50%, rgba(209, 209, 209, 0.1));
    
}
.wback {
    background-color: black;
    padding: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-top: 100px;
    padding-bottom: 85px;
    padding: 100px;
}

.expert{}
.expert h3{
    font-size: 22px;
    
    color: #424242;
    
    text-transform: capitalize;
    
    margin: 0 0 15px 0;
    
    position: relative;
    
    z-index: 111;
    
    transition: all 0.3s ease 0s;
    
    font-weight: 500;
    
    font-family: 'Poppins', sans-serif;
}
.expert p {
    
    font-size: 15px;
    color: #d1d1d1;
    line-height: 1.8;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 111;
    margin-top: 15px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    
}

.info h3 {
    
    font-size: 16px;
    background: linear-gradient(to right, #151515 40%, #000 100%);
    padding: 7px 15px;
    color: white;
    margin-bottom: 0px;
    margin-top: 15px;
    
}
.info h3::before {
    
    content: '';
    position: absolute;
    background-color: #3f2743;
    height: 10px;
    width: 10px;
    border-radius: 150px;
    z-index: 11;
    margin-left: -20px;
    margin-top: 5px;
    
}
.info p {
    font-size: 15px;
    color: #e9e9e9;
    line-height: 1.8;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 111;
    margin-top: 15px;
    margin-bottom: 35px;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 30px;
}
.tab .nav-tabs li a {
    
    padding: 10px 20px;
    margin-right: 15px;
    background: #000;
    background-color: rgb(17, 17, 17);
    font-size: 15px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #3f2743;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    border-top: 1px solid #3f2743;
    
}
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover {
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-top: 1px solid #3f2743;
    border-bottom: 1px solid #3f2743;
    color: white;
    background-color: #202020;
    
}
.tab .nav-tabs li a:before{
    content: "";
    border-top: 15px solid #3f2743;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.3s ease 0s;
    z-index: 11;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{ left: 0; }
.tab .nav-tabs li a:after{
    content: "";
    border-bottom: 15px solid #3f2743;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: -50%;
    transition: all 0.3s ease 0s;
    z-index: 11;
}
.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li.active a:after{ right: 0; }
.tab .tab-content {
    
    padding: 30px 0px;
    border-top: 3px solid #2d2d2d;
    border-bottom: 3px solid #2d2d2d;
    font-size: 17px;
    color: #384d48;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
    
}
.tab .tab-content:before{
    content: "";
    border-top: 25px solid #384d48;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.tab .tab-content:after{
    content: "";
    border-bottom: 25px solid #384d48;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tab .tab-content h3{
    font-size: 22px;
    
    color: white;
    
    margin-top: 0;
    
    font-family: 'Poppins', sans-serif;
    
    font-weight: 500;
}
.tab .tab-content p{
    font-size: 15px;
    
    color: #d1d1d1;
    
    line-height: 1.8;
    
    margin: 0;
    
    margin-top: 0px;
    
    margin-top: 0px;
    
    position: relative;
    
    z-index: 111;
    
    margin-top: 15px;
    
    letter-spacing: 0px;
}
.wback1{
    padding-left: 115px;
}
.wback2{
    padding-right: 115px;
}
/*=========================================================================== RESUME ===============================================================*/



#resume{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.resume-grid {
    
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1111;
    background-color: white;
    
}
.resume-row{
    margin: 0px;
}
.main-timeline{ position: relative; }
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #a7a084;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 111;
}
.main-timeline .timeline{ position: relative; }
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline::before {
    
    content: "";
    width: 5.2%;
    height: 3px;
    background: #a7a084;
    margin-left: -5%;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 111;
    
}
.main-timeline .timeline-icon {
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: #3f2743;
    border: 2px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: 44px;
    left: 44.5%;
    z-index: 1111;
}
.main-timeline .timeline-content {
    width: 42%;
    padding: 30px;
    background: white;
    text-align: right;
    float: left;
    margin-top: 8px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 30px 0px #e9e9e9;
}
.main-timeline .date {
    
    display: block;
    font-size: 14px;
    color: #3f2743;
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    
}
.main-timeline .title {
    
    font-size: 22px;
    color: #424242;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    
}
.main-timeline .description {
    
    font-size: 15px;
    color: #666;
    line-height: 1.1;
    margin-top: 8px;
    margin-bottom: 0px;
    
}
.main-timeline .timeline:nth-child(2n):before{ margin-left: 0; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{
    left: auto;
    right: 44.5%;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{
    float: right;
    text-align: left;
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline-icon{
        
    }
}
@media only screen and (max-width: 767px){
    .main-timeline{ margin: 0 15px; }
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:before{
        left: 0;
        margin: 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        top: 27.5%;
        left: 4.5%;
        right: auto;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
        text-align: left;
    }
    .main-timeline .timeline-content:before{ left: -10%; }
}
@media only screen and (max-width: 480px){
    .main-timeline .timeline:before{ display: none; }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(2n) .timeline-icon{
        left: -9px;
    }
}


#counter{
    background: url(../img/counter.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
    padding-bottom: 70px;
    margin-top: 0px;
}
#counter:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.82);
}

.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    color: white;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 13px;
}
.work-statistics-write p {
    font-size: 18px;
    color: white;
    vertical-align: middle;
    margin-top: 13px;
    line-height: 25px;
}
.work-statistics {
    
    padding: 0px 0px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
    z-index: 111;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border: 1px solid #242424;
    padding-bottom: 30px;
    
}


.no-padding{
    padding: 0px;
}

.three{
    position: relative;
}
.four{
    position: relative;
}


.no-margin{
    margin: 0px 0px;
}

.work-statistics h3 {
    
    font-size: 32px;
    color: white;
    margin: 0px 9px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    font-weight: 700;
    vertical-align: middle;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    
}
.work-statistics p {
    
    color: white;
    font-size: 15px;
    margin-top: 15px;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.8;
    
}
.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #3f2743;
    z-index: 1;
}
.stat-icon {
    
    font-size: 30px;
    margin-top: 0px;
    color: #3f2743;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    height: 60px;
    width: 80%;
    line-height: 60px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(62, 62, 62, 0.38), rgba(255, 255, 255, 0));
    
}



/*=========================================================================== PORTFOLIO ===============================================================*/




#work {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

#work-content {
    
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

.work-grid{
    width: 100%;
    position: relative;
    z-index: 111;
}

.work-title h3 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.work-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.work-details{
    margin-top: 0px;
}


.overlay {
    
    height: 100%;
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 1111111;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-top: 0%;
    opacity: 0;
    
}
.portfolio-wrapper:hover .overlay{
    opacity: 1.5;
}
.port-over {
    width: 90%;
    height: 87%;
    border: 2px solid transparent;
    position: absolute;
    margin: 5%;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.portfolio-wrapper h3 {
    
    z-index: 111;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: white;
    margin-top: 0px;
    margin-left: 0px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    display: inline-flex;
    overflow: hidden;
    position: relative;
    
}
.portfolio-wrapper h3:after{
    position: absolute;
    content: '';
    height: 25px;
    width: 100%;
    background-color: white;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.portfolio-wrapper:hover h3:after{
    position: absolute;
    content: '';
    height: 25px;
    width: 100%;
    margin-left: 100%;
    background-color: white;
}
.portfolio-wrapper p {
    
    position: absolute;
    z-index: 111;
    font-size: 15px;
    color: white;
    margin-top: 95px;
    margin-left: 50px;
    transition: .5s;
    transform: translateX(-1000px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition-delay: 0s;
    -ms-transition: .5s;
    -o-transition: .5s;
    
}
.portfolio-wrapper:hover h3{
    
    
}
.portfolio-wrapper:hover p{
    transform: translateX(0px);
    transition-delay: .3s;
    
}
.portfolio-wrapper img{
    
    transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
}
.portfolio-wrapper:hover img{
    transform: scale(1.2);
}
.table-cell1 {
    
    display: table-cell;
    vertical-align: top;
    
}



.work-icon {
    
    font-size: 28px;
    color: white;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    height: 40px;
    width: 40px;
    border: 0px solid #fff;
    line-height: 40px;
    margin: 0px 0px;
    margin-right: 0px;
    margin-right: 0px;
    background-color: #3f2743;
    
    
}
.work-icon-content {
    
    background-color: transparent;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    height: 48px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: inherit;
    left: 30px;
    
}


.portfolio-wrapper:hover .overlay{
    background-color: rgba(0, 0, 0, 0.41);
}


.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0,0,0,0.4) ,rgba(0,0,0,0.9) 75%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(2);
    transition: all 0.3s ease-out 0s;
    z-index: 0;
}
.box:hover:after{
    opacity: 1;
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box .inner-content {
    
    padding: 7px 0;
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 30px;
    
}
.box .title {
    
    font-size: 22px;
    color: #a7a084;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 111;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    display: inherit;
    transform: translateX(-50px);
    opacity: 0;
    
}
.box .title::before {
    
    position: absolute;
    content: '';
    height: 44px;
    width: 100%;
    background-color: #3f2743;
    transition: all 0.5s ease 0s;
    
}
.box:hover .title:before{
    transform: translateX(-450px);
    transition-delay: .3s;
}
.box .post {
    
    font-size: 15px;
    color: white;
	background-color: #3f2743;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.2s ease 0s;
    display: inherit;
    overflow: hidden;
    
}
.box .post::before {
    
    position: absolute;
    content: '';
    height: 44px;
    width: 100%;
    background-color: white;
    transition: all 0.5s ease 0s;
    
}
.box:hover .post:before{
    transform: translateX(450px);
    transition-delay: .3s;
    
}
.box:hover .title,
.box:hover .post{
    opacity: 1;
    transform: translateX(0);
}
.box .icon {
    
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    right: 0;
    transform: translateX(-50px);
    
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(0px);
}
.box .icon li {
    
    display: block;
    margin: 0px;
    
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px dotted transparent;
    border-radius: 50%;
    margin-bottom: 1px;
    font-size: 18px;
    color: #fff;
    transform: rotate(360deg);
    position: relative;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    text-decoration: none;
    color: #f44178;
    
}
#filters {
    padding: 0;
    list-style: none;
    width: 625px;
    margin: 50px auto;
    margin-top: 0px;
}

#filters li {
    float:left;
}

#filters li span {
    
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    
}

#filters li span.active {
    background: transparent;
    color: black;
}
#filters li span.active::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: 4px;
    background-color: #e4e4e4;
    transform: rotate(45deg);
    margin-left: -10px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 33.33333333333%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}
.no-padding{
    padding: 0px;
}
.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}

.portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
}
.portfolio-wrapper img{
    
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.portfolio .text-category {
    display:block;
    font-size:9px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}
.mar{
    padding: 0px 0px;
}
.no-padding{
    padding: 0px;
}
.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}

.portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);	
}
.portfolio-wrapper img{
    
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.portfolio .text-category {
    display:block;
    font-size:9px;
}







/* #Tablet (Portrait) */



/*  #Mobile (Portrait) - Note: Design for a width of 320px */

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}









/*================================================================ FANCYBOX ===============================================================*/




.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: black;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/close.png') center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-lock-test {
    overflow-y: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 111111111;
}


.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; 
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
    
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../fancybox_sprite@2x.png');
        background-size: 44px 152px; 
    }
    
    #fancybox-loading div {
        background-image: url('../fancybox_loading@2x.gif');
        background-size: 24px 24px; 
    }
}
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}



/*=================================================== SERVICE ==========================================*/





#service{
    position: relative;
}
.service-grid {
    
    width: 100%;
    margin-top: 0px;
    background-color: #f0efee;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    z-index: 11;
    
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #b7205b;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.service-title p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ac4351;
    padding: 0px;
    line-height: 20px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.about-row{
    margin-top: 0px;
}
.main-row{
    margin-top: 0px;
}
.serviceBox .service-icon a{
    border-bottom: 2px solid #a7a084;
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    position: relative;
}
.serviceBox .service-icon a > span{
    width: 75px;
    height:75px;
    background: #3f2743;
    border-radius: 5px;
    display: block;
    text-align: center;
    transform: rotate(0deg);
    position: relative;
    left:13px;
    top:12px;
    transition:all 400ms ease-in-out 0s;
}
.serviceBox:hover .service-icon a > span{
    background: #A7A084;
    left:120px;
    transform: rotate(0deg);
}
.serviceBox .service-icon a > span i{
    font-size: 40px;
    color:#fff;
    transform: rotate(0deg);
    line-height: 72px;
}

.serviceBox .service-content h3 {
    font-size: 22px;
    color: #6a353f;
    text-transform: capitalize;
    margin: 20px 0 10px 0;
    position: relative;
    z-index: 111;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.serviceBox .service-content p {
    
    font-size: 14px;
    color: #3f2743;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 111;
    
}
.serviceBox {
    
    padding: 30px;
    border: 1px solid #a7a084;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px #cdcdcb;
    
}
/*=================================================== testimonial ==========================================*/




#testimonial:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.82);
}
.testimonial-content{
    position: relative;
    z-index: 111;
    padding-top: 100px;
}
.testimonial .content {
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    background: #f21222;
    min-height: 100px;
    margin: 0px 30px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.testimonial .content:after{
    content: "";
    border-top: 10px solid #f21222;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
#testimonial-slider div.owl-item:nth-child(2n) .content{
    background: #f21222;
}
#testimonial-slider div.owl-item:nth-child(2n) .content:after{
    content: "";
    border-top: 10px solid #f21222;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content{
    background: #f21222;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content:after{
    content: "";
    border-top: 10px solid #f21222;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
.testimonial .description {
    
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    
}
.testimonial-pic{
    float:left;
}
.testimonial-pic > img {
    
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 30px;
    
}
.testimonial .testimonial-review{
    margin:0px 0 0 15px;
    float: left;
}
.testimonial .testimonial-title {
    
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    color: white;
    margin-bottom: 10px;
    
}
.testimonial > .testimonial-review span {
    
    color: darkgray;
    display: block;
    font-size: 15px;
    margin-bottom: 13px;
    
}
.testimonial .social-links{
    padding:0;
    margin:0;
}
.testimonial .social-links > li{
    list-style:none;
    display:inline-block;
    margin-right:10px;
}
.testimonial .social-links > li > a.fa-twitter{
    color:#00aced;
}
.testimonial .social-links > li > a.fa-facebook{
    color: #3b599a;
}
.testimonial .social-links > li > a.fa-pinterest{
    color:#E14782;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #f21222;
}
.owl-theme .owl-controls .owl-page span{
    background: #333;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    margin-bottom: 5px;
    margin-bottom: 0px;
    
}
section{
    height: auto;
    margin: 0px;
}

.owl-theme .owl-controls {
    
    margin-top: 50px;
    text-align: center;
    
}


/*============================================================== BLOG =====================================================================*/


#blog{
    
}
.blog-content {
    
    padding-bottom: 70px;
    padding-top: 100px;
    background-color: #f6f6f6;
    position: relative;
    z-index: 111;
    margin-top: 0px;
    
}
.blog-row{
    margin-top: 50px;
}
.blog-title {
    padding-top: 80px;
}
.blog-title h3 {
    font-size: 35px;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
}
.blog-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}

.blog-grid {
    margin-top: 0px;
}
.post-slide {
    margin: 0 0px;
    margin-bottom: 0px;
    border-left: 8px solid #e7e7e7;
    border-bottom: 8px solid #e7e7e7;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0,0,0.0);
    transition: all 0.40s linear 0s;
}
.post-slide:hover .post-img:before{
    background: rgba(0, 0,0,0.6);
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-info{
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #f21222;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom 0.40s ease-in-out 0s;
}
.post-slide:hover .post-info{
    bottom:0;
}
.post-slide .category{
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-slide .category li,
.post-slide .post-date{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
.post-slide .category li:after{
    content: " /";
}
.post-slide .category li:last-child:after{
    content: "";
}
.post-slide .category li a{
    color: #fff;
    transition: all 0.40s linear;
}
.post-slide .category li a:hover{
    color: #555;
    text-decoration: none;
}
.post-slide .post-review{
    padding: 30px;
    background: #fff;
    position: relative;
}
.post-slide .icons{
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: 10px;
    overflow: hidden;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    margin: 0 0 15px 0;
}
.post-slide .post-title a {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #f21222;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    transition: all 0.30s linear 0s;
    margin-bottom: 0px;
    line-height: 1;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.post-slide .post-description{
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0px;
}



/*============================================================== CONTACT =====================================================================*/





#contact {
    width: 100%;
    margin-top: 0px;
    position: relative;
    background-color: white;
}

#contact-content{
    
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 100px 0px;
    padding-bottom: 0px;
}

.contact-grid {
    position: relative;
    z-index: 111;
}
.contactmain-col{
    padding: 0px;
}
.contactmain-image {
    margin: 0px 16px;
}
.contactmain-row{
    height: 650px;
    margin: 0px 0px;
}
.contactmain-over {
    position: absolute;
    width: 74%;
    height: 600px;
    border: 40px solid #fbfbfb;
    margin-left: 9%;
    margin-top: 29px;
}
.contactmain-col {
    height: 100%;
    display: table;
    background-color: rgba(99, 99, 99, 0.93);
}
.contactmiddle {
    
    position: relative;
    z-index: 11;
    
}
.contact-container{
    
}
.backimage{
    background: url(../img/contact.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: center;
    margin-top: 0px;
    position: relative;
}
.contactbottom {
    
}


.contact-bottom-grid {
    
    position: relative;
    z-index: 1111;
    padding: 0px;
    
}
.border-bot{
    border-bottom: 1px solid #3b3b3b;
}
.contact-top h3 {
    
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: white;
    text-align: left;
    font-weight: 600;
    margin-top: -6px;
    
}
.contact-top p {
    
    color: white;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    
}
.white-title h3{
    color: white;
}
.white-title p{
    color: white;
}
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #b7205b;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.map {
    width:100%;
    height:650px;	
}

.map-wrap {
    position:relative; 
}

.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11;
}
.map-col{
    padding: 0px;
}
.contact-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.contact-row{
    margin-top: 0px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    
    display: block;
    width: 100%;
    margin: auto;
    height: 45px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: white;
    background-image: none;
    border: 1px solid black;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: transparent;
    background-color: white;
    text-align: left;
    box-shadow: 0px 0px 2px 0px #dadada;
    
}
.form-control:enabled {
    
    box-shadow: none;
    border-bottom: 2px solid #c8c8c8;
    
}
.has-error .form-control {
    
    border-color: transparent;
    border-bottom-color: transparent;
    
}
.contact-col {
    background-color: white;
    border: 1px solid #fff;
    padding: 70px 70px;
    padding-bottom: 70px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    margin-top: 0px;
}
.has-error .help-block {
    color: black;
    text-align: left;
}
.has-error .form-control:enabled {
    
    border-bottom: 2px solid #c8c8c8;
    
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 0px;
}
.btn-success.disabled {
    background-color: black;
    border-color: black;
    color: white;
    cursor: not-allowed;
}
.btn.disabled:hover{
    background-color: black;
    border-color: black;
    color: white;
    cursor: not-allowed;
}
.btn-success:hover{
    cursor: pointer;
    background-color: black;
    border-color: black;
    color: white;
}
.btn-success {
    background-color: black;
    border-color: black;
    color: white;
}
.text-danger {
    color: black;
    position: absolute;
    width: 100%;
    text-align: left;
}
.text-success {
    color: black;
    position: absolute;
    width: 100%;
    text-align: left;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-colamn{
    padding-top: 0px;
}
.contact-col-grid {
    
    padding: 50px 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #3b3b3b;
    
}
.no-padding{
    padding: 0px;
}
.margin {
    
    margin: 0px 0px;
    height: 100%;
    background-image: url(../img/contact.jpg);
    background-position: center;
    background-size: cover;
    
}
.contact-icon {
    
    font-size: 34px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    border-radius: 155px;
    color: white;
    float: left;
    margin-right: 10px;
    
}
.contact-row{
    margin-top: 0px;
    margin-bottom: 0px;
}
.contact-col-grid h3 {
    
    font-size: 22px;
    color: white;
    position: relative;
    margin-top: 7px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    border-right: 2px solid white;
    padding-right: 10px;
    
}
.contact-col-grid p {
    
    font-size: 15px;
    color: #f3f3f3;
    line-height: 1.8;
    position: relative;
    margin-top: 6px;
    margin-bottom: 0px;
    
}
.map {
    width:100%;
    height:600px;	
}

.map-wrap {
    position:relative; 
    z-index: 1111;
}

.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11;
}
.map-col{
    padding: 0px;
}
.map-main{
    margin-top: 80px;
}
.copyright-details {
    
    background-color: #3f2743;
    margin-top: 100px;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    
}
.bottom-icon {
    
    border-bottom: 1px solid #292929;
    padding-bottom: 80px;
    
}
.no-padding-col-info{
    
    padding: 50px 50px;
    height: 100%;
    background-color: transparent;
    
}
.no-padding-col{
    
    padding: 50px 50px;
    height: 100%;
    background-color: #3f2743;
	
    
}

.message1 {
    
    width: 100%;
    background-color: white;
    padding: 100px 0px;
    margin-top: 0px;
    background: url(../img/message1.jpg) fixed;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 11;
    padding-bottom: 70px;
    
}
.message1:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.82);
}
.client-details{
    position: relative;
    z-index: 111;
}
.client-details h3 {
    
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: -8px;
    padding: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.client-details h4 {
    
    font-size: 18px;
    color: white;
    line-height: 1.8;
    margin-bottom: 0px;
    
}
.client-details h4::after {
    
    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    background-color: #c2c2c2;
    margin-top: 17px;
    margin-left: 10px;
    
}
.clientimage{
    position: relative;
    z-index: 111;
}
.clientimage img{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #535252;
}
.copyright-details h3 {
    
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: white;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    
}
.copyright-details h3::after {
    
    position: absolute;
    content: '';
    width: 20px;
    height: 40px;
    background-color: #272727;
    margin-top: 11px;
    transform: rotate(45deg);
    margin-left: -12px;
    z-index: -1;
    
}
.copyright h3 {
    
    margin: 0px;
    padding: 50px 0px;
    text-align: center;
    font-size: 15px;
    color: #c9c9c9;
    
}
.form-control::-webkit-input-placeholder{
    color: black;
}
.form-control:-moz-placeholder{
    color: black;
}
.form-control::-moz-placeholder{
    color: black;
}
.form-control:-ms-input-placeholder{
    color: black;
}




/*=============================================================== RESPONSIVE ======================================================*/


@media screen and (max-width: 1024px) {
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 992px) {
    .navbar-nav li {
        float: left;
        margin: 0px 10px;
        display: inherit;
    }
    .about-bottom {
        
        border: 3px double #e6e6e6;
        padding: 20px;
        box-shadow: 0px 0px 50px 0px #e1e1e1;
        z-index: 11111;
        position: relative;
        margin-right: 10px;
        overflow: hidden;
        margin-bottom: 30px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        background-color: white;
        
    }
    .wback {
        background-color: #a7a084;
        padding: 140px;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-top: 100px;
        padding-bottom: 85px;
        padding: 100px 60px;
    }
}
@media screen and (max-width: 768px) {
    
    
    
    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-nav li {
        float: left;
        display: inherit;
    }
    
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    
    #skill-main {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .contact-col-grid {
        
        margin-bottom: 0px;
        margin-bottom: 0px;
        overflow: hidden;
        position: relative;
    }
    
    .extrame-content {
        position: relative;
        padding: 100px 0px;
        padding-bottom: 70px;
    }
    
    
    
    
    .skill-details {
        margin-top: 0px;
    }
    #skill-main .lastskill{
        margin-bottom: 0px;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    
    
    .lastcontactgrid{
        padding-bottom: 0px;
    }
    .navtext {
        
        position: absolute;
        right: 15px;
        margin: 0px;
        writing-mode: vertical-lr;
        font-size: 18px;
        color: #666;
        top: 30px;
        z-index: 1111;
        
    }
    .whitetext{
        color: white;
    }
    .serviceBox .title {
        font-size: 19px;
        
    }
    .home-text h2 {
        font-size: 22px;
        color: #faf4ee; 
		text-shadow: -1px 0 #aa8c97, 0 1px #aa8c97, 1px 0 #aa8c97, 0 -1px #aa8c97;
        font-family: 'Homenaje Regular';
    }
    .skill-details1{
        position: relative;
    }
    .about-bottom h3 {
        
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0px;
        color: #6c6c6c;
        margin-top: 10px;
        padding: 0px;
        margin-bottom: 0px;
        font-weight: 500;
        position: relative;
        z-index: 1111;
        
    }
    .about-bottom {
        
        border: 3px double #e6e6e6;
        padding: 15px;
        box-shadow: 0px 0px 50px 0px #e1e1e1;
        z-index: 11111;
        position: relative;
        margin-right: 10px;
        overflow: hidden;
        margin-bottom: 30px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        background-color: white;
        
    }
    .tab .nav-tabs li a {
        
        padding: 10px 20px;
        margin-right: 15px;
        background: #000;
        background-color: rgb(0, 0, 0);
        background-color: rgb(17, 17, 17);
        font-size: 15px;
        color: #fff;
        border: none;
        border-bottom: 1px solid #2f3239;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease 0s;
        border-top: 1px solid #2f3239;
        margin-bottom: 10px;
        
    }
    .info h3 {
        font-size: 16px;
        background: linear-gradient(to right, #151515 40%, #000 100%);
        padding: 7px 15px;
        color: white;
        margin-bottom: 0px;
        margin-top: 15px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 767px) {
    .navbar-default.small .navbar-nav > li > a {
        color: white;
    }
    .image-over {
        width: 90%;
        height: 96%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 3%;
    }
    
    .work-counter {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        
        
    }
    .responsive{
        margin-top: 100px;
    }
    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .contact-col {
        height: auto;
        background-color: white;
        padding-bottom: 100px;
        margin: 0px 15px;
    }
    .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        display: inherit;
        width: 100%;
        background-color: transparent;
    }
    .navbar-style {
        padding: 0px;
        margin-top: 12px;
    }
    .navbar-nav li {
        float: left;
        margin: 12px 0px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 435px;
        background-color: #3f2743;
		opacity: 0.92;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: #3f2743;
		font-family: 'Homenaje Regular';
        letter-spacing: 2px;
        font-size: 24px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a7a084;
    }
    
    .work-counter {
        width: 100%;
        margin-top: 100px;
        position: relative;
    }
    
    
    
    .borderbottom {
        border-bottom: 1px solid #cecece;
    }
    
    .borderbottomrow{
        border: none;
    }
    .extrametext {
        margin-bottom: 50px;
        margin-left: 15px;
        margin-top: 50px;
    }
    .serviceBox {
        text-align: center;
        margin-top: 0px;
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }
    
    
    
    .about-details {
        margin: 0px 15px;
        margin-left: 15px;
        margin-top: 50px;
    }
    .about-details1 {
        margin-left: 0px;
        margin-top: 0px;
    }
    
    
    .home-content-main {
        width: 100%;
        height: 100%;
        display: table;
        padding-top: 55px;
        padding-bottom: 0px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -38px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-nav li:last-child {
        float: left;
        margin: 0px 0px;
        display: inherit;
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > .active > ::before {
        position: absolute;
        content: '';
        
        z-index: 111;
        
        left: inherit;
    }
    .contact-top h3 {
        font-family: 'Poppins', sans-serif;
        color: white;
        text-align: left;
        font-weight: 600;
        margin-top: 0px;
    }
    
    #filters li {
        float: left;
        width: 100%;
        margin-bottom: 2px;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 50px auto;
        margin-top: 0px;
    }
    #filters li span {
        display: block;
        padding: 8px 0px;
        text-decoration: none;
        color: #666;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
    }
    .borderright {
        border-right: none !important;
    }
    .main-timeline .timeline-content {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .main-timeline:before {
        height: calc(100% - 27px);
    }
    .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(2n) .timeline-icon {
        
        top: 30px;
        left: 4.5%;
        right: auto;
        
    }
    .main-timeline .timeline::before {
        
        content: "";
        width: 5.2%;
        height: 3px;
        background: #ddd3db;
        position: absolute;
        top: 42px;
        z-index: 111;
        
    }
    .skillimage {
        background-image: url(../img/text1.jpg);
        background-size: cover;
        background-position: center;
        height: 300px;
    }
    .textimage {
        background-image: url(../img/text.jpg);
        background-size: cover;
        background-position: center;
        height: 300px;
    }
    .resume-grid {
        padding-top: 100px;
        padding-bottom: 0px;
        position: relative;
        z-index: 1111;
        background-color: white;
    }
    .client-details {
        position: relative;
        z-index: 111;
        margin-bottom: 50px;
    }
    .serviceBox {
        
        margin-top: 0px;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        text-align: left;
        padding: 20px;
        
    }
    .message1 {
        
        width: 100%;
        background-color: white;
        padding: 100px 0px;
        padding-bottom: 100px;
        margin-top: 0px;
        background: url(../img/message1.jpg) fixed;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 11;
        padding-bottom: 70px;
        
    }
    .work-counter {
        
        width: 100%;
        margin-top: 70px;
        position: relative;
        
    }
    .navbar-default .navbar-nav > li > .nav-link.active::before {
        
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        margin-top: 4px;
        background-color: #3f2743;
        transform: rotate(45deg);
        margin-left: -20px;
        z-index: 0;
        
    }
    .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(2n) .timeline-icon {
        top: 36px;
        left: 4.5%;
        right: auto;
    }
    .serviceBox .service-content h3 {
        font-size: 20px;
        color: #424242;
        text-transform: capitalize;
        margin: 20px 0 10px 0;
        position: relative;
        z-index: 111;
        transition: all 0.3s ease 0s;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }
}

@media screen and (max-width: 640px) {
    
    .contact-form {
        width: 100%;
        margin: auto;
    }
    .work-counter {
        width: 100%;
    }
    
}


@media screen and (max-width: 480px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        display: inherit;
        width: 100%;
        background-color: transparent;
    }
    #filters li {
        float: none;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .navbar-default .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .about-details {
        padding: 0px 0px;
    }
    
    
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .home-text h4 {
        margin-bottom: 24px;
        font-size: 20px;
        color: white;
        letter-spacing: 3px;
        margin-bottom: 6px;
        margin-bottom: 20px;
        margin-top: 0px;
        font-weight: 900;
        font-family: 'Poppins', sans-serif;
    }
    .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(2n) .timeline-icon {
        
        left: -9px;
        
    }
    .skill-details {
        
        margin: 0px 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-left: 0px;
        background-color: #f2f2f2;
        margin-top: 0px;
        position: relative;
        z-index: 111;
        width: 70%;
        margin-left: 30%;
        overflow: hidden;
        padding: 30px;
        
    }
    .main-timeline .timeline-icon, .main-timeline .timeline:nth-child(2n) .timeline-icon {
        left: -6px;
    }
}

@media screen and (max-width: 320px) {
    .home-row {
        z-index: 2;
        position: relative;
        
    }
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    .navbar-default .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .about-row {
        height: 900px;
        background-color: white;
        box-shadow: 0px 0px 18px 0px #d8d8d8;
        margin: 0px 0px;
    }
    .about-contact1 {
        background: none;
        color: white;
        position: relative;
        border: 1px solid #b7205b;
        padding: 9px 9px;
        font-size: 16px;
        position: relative;
        z-index: 111;
        background-color: #b7205b;
    }
    .second {
        margin-left: 4px;
    }
    
    .skill-taxt-details p {
        font-size: 15px;
        color: white;
        letter-spacing: 1px;
        line-height: 24px;
        margin-bottom: 18px;
        margin-top: 18px;
    }
    
    
    .image-over {
        width: 80%;
        height: 93%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 4%;
    }
    
    .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        display: inherit;
        width: 100%;
        background-color: transparent;
    }
    
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .work-counter {
        width: 100%;
    }
    
    
    .testimonial-content {
        padding-bottom: 0px;
        padding-top: 100px;
    }
    .blog-head a {
        color: white;
        font-size: 20px;
        text-decoration: none;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        background-color: #b7205b;
        padding: 3px 9px;
    }
    .item blockquote p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .contact-col {
        height: auto;
        padding-bottom: 100px;
        margin: 0px 15px;
        padding: 70px 15px;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    
    
    .home-text h4 {
        font-size: 45px;
        color: white;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 3px;
    }
    
    
    
    
    
    
    .home-arrow {
        text-align: center;
        position: absolute;
        bottom: -150px;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
    
    .home-text h3 {
        font-size: 15px;
        color: white;
        letter-spacing: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .about-image h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 47px;
        position: absolute;
        color: #b7205b;
        font-weight: 700;
        margin-top: -10px;
        line-height: 1.1;
    }
    
    .home-content-main {
        width: 100%;
        height: 100%;
        display: table;
        padding-top: 55px;
        padding-bottom: 0px;
    }
    
    
    
    .testimonial {
        margin: 0 0px;
    }
    .no-padding-col {
        padding: 50px 15px;
        height: 100%;
    }
    .no-padding-col-info {
        padding: 50px 15px;
        height: 100%;
        background-color: transparent;
    }
    .scrolltop {
        display: none;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        bottom: 20px;
        right: 0px;
        z-index: 11111;
    }
    .navbar-nav li {
        float: left;
        margin: 8px 0px;
        display: inherit;
        width: 100%;
    }
    .contact-col-grid h3 {
        font-size: 22px;
        color: white;
        position: relative;
        margin-top: 7px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 10px;
        float: none;
        margin-right: 0px;
        border-right: 0px solid white;
        padding-right: 0px;
    }
    .home-text h1 {
        
        font-size: 40px;
        color: color: #3f2743; 
		text-shadow: -1px 0 #aa8c97, 0 1px #aa8c97, 1px 0 #aa8c97, 0 -1px #aa8c97;
        letter-spacing: 1px;
        font-weight: 900;
        margin-bottom: 15px;
        margin-top: 10px;
        font-weight: 600;
        font-family: 'Homenaje Regular', sans-serif;
        display: inline-block;
        
    }
    .skill-details {
        
        margin: 0px 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-left: 0px;
        background-color: #f2f2f2;
        margin-top: 0px;
        position: relative;
        z-index: 111;
        width: 70%;
        margin-left: 30%;
        overflow: hidden;
        padding: 30px 15px;
        
    }
    .wback {
        
        background-color: black;
        padding: 140px;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-top: 100px;
        padding-bottom: 85px;
        padding: 100px 40px;
        
    }
    .testimonial .content {
        
        padding: 20px;
        border-radius: 6px;
        margin-bottom: 30px;
        position: relative;
        background: #3f2743;
        min-height: 100px;
        margin: 0px 0px;
        margin-bottom: 0px;
        margin-bottom: 30px;
        
    }
    .testimonial-pic > img {
        
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 2px solid #e5e5e5;
        margin-left: 0px;
        
    }
    .copyright-details h2{
        font-size: 48px;
    }
	.spec h2{
	font-size: 22px;
	color: white;
    
}