/*********************************************************************************************
Project:      Weddaan - Responsive HTML Portfolio Template
Version:      1.7
Last change:  22/03/2017

Style Index

1.  Color Codes
2.  Defaults & Reset & Global elements
3.  Header
4.  About Me
5.  My Skills
6.  My Work
7.  My Statistics
8.  Testimonials
9.  Blog
10. Contact Me
11. Footer
12. Scroll To Top
13. Loading Screen
14. ***** Responsive *****
    1. Large Screen
    2. Medium Screen
    3. Small Screen
    4. Extra Small Screen
    5. Extra Extra Small Screen
    6. Screen Width 300px
*********************************************************************************************/

/*------------------------------------------------------------------------------------------*/
/* 1. Color Codes */
/*------------------------------------------------------------------------------------------

***** Background Color *****

[ About Me, Blog ]         ===> #f6f6f6
[ My Work, Testimonials ]  ===> #fff
[ Footer ]                 ===> #2e343f

***** Text Color *****

[ Header,
About Me,
My Skills,
My Work,
My Statistics,
Testimonials,
Blog,
Contact Me ]  ===> #2e343f
[ Footer ]    ===> #aaa
[ Footer Headings (h4) ]    ===> #ccc


/*------------------------------------------------------------------------------------------*/
/* 2. Defaults & Reset & Global elements */
/*------------------------------------------------------------------------------------------*/
* {
    box-sizing: border-box
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

.clearfix {
    clear: both
}

.container {
    margin-left: auto;
    margin-right: auto
}

.Scroll-To-Top,
a,
i:before,
li {
    /*-webkit-transition: .3s all ease-in-out;*/
    /*transition: .3s all ease-in-out*/
}

::-webkit-scrollbar {
    display: none
}

body {
    font-family: 'Open Sans', sans-serif
}

/*------------------------------------------------------------------------------------------*/
/* 3. Header */
/*------------------------------------------------------------------------------------------*/
header {
    position: relative;
    color: #353535
}

header .background-black-color {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    background-color: #353535
}

header .background-white-color {
    position: fixed;
    top: -405%;
    left: -70%;
    z-index: -3;
    width: 280%;
    height: 500%;
    background-color: #fff;
    border-radius: 50%
}

header .horizontal-line {
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    z-index: -2;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ecf1fb
}

header .background-red-color {
    position: fixed;
    top: -40%;
    left: -50%;
    z-index: -1;
    width: 100%;
    height: 80%;
    background-color: #54b6b5;
    border-radius: 50%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
header .header-content span#name{
    text-shadow: 0 0 1px #000
}

header .header-content,
header nav {
    width: 100%
}

header nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6000;
    padding: 0 20px;
    /*-webkit-transition: all .3s linear;*/
    /*transition: all .3s linear*/
}

.nav-fixed {
    top: 0;
    height: 68px;
    font-size: 10px;
}

.nav-default {
    top: -60px
}
div.mobile-menu-body select.lang_select{
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: initial;
    padding: 8px;
    background-image: none;
    margin-left: 7px;

}
select.lang_select{
    background-color: transparent;
    border: none;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 13px;
    color:#353535;
    outline: none;
    margin-top: 3.3px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    font-family:'Open Sans', sans-serif;;
    width: 50px;
    background: url(../images/br_down.png) no-repeat right;
}


div.mobile-menu-body select.lang_select option{
    background-color: #000;
}

header nav a.logo,
header nav ul li {
    float: left;
    height: 50px;
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header nav ul {
    float: right;
    font-size: 13px;
    /*letter-spacing: -1px;*/
}

header nav ul li {
    font-weight: 700;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer
}
header nav ul li:first-letter{
    text-transform: capitalize;
}

header nav ul li:hover {
    color: #54b6b5
}

header nav ul li.active {
    color: #54b6b5;
    border: 0;
    border-bottom: 2px solid #54b6b5
}

ul .hvr-underline-from-left {
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

ul .hvr-underline-from-left:before {
    bottom: -2px;
    background: #54b6b5;
    height: 2px
}

div.mobile-menu-button {
    float: right;
    height: 50px;
    width: 50px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    font-size: 14px;
}

div.mobile-menu-button i {
    cursor: pointer
}

div.mobile-menu-button i:hover {
    color: #54b6b5
}

div.mobile-menu-body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7000;
    height: 100%;
    width: 100%;
    background-color: rgba(53, 60, 72, .9);
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.mobile-menu-body i {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #54b6b5;
    font-size: 30px;
    cursor: pointer
}

div.mobile-menu-body i:hover {
    color: #54b6b5
}

div.mobile-menu-body div {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px
}
div.mobile-menu-body div:first-letter{
    text-transform: capitalize;
}

div.mobile-menu-body div span {
    display: inline-block;
    padding: 8px;
    cursor: pointer
}

div.mobile-menu-body div span:hover {
    color: #54b6b5
}

header .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .header-owner-photo {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

header .header-owner-photo img {
    display: block;
    height: 736px;
}

header .header-content-text {
    width: 500px
}

header .header-content-text img{
    width: 100px;
    height: 125px;
    margin-left: 150px;
}

header .header-content-text span:first-of-type {
    font-size: 30px;
    font-weight: 700
}

header .header-content-text>span:last-of-type {
    font-size: 14px
}

header .header-content-text span span {
    color: #54b6b5;
}

header .scroll-to-next-section {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation: vibration 2.7s infinite ease-in-out;
    animation: vibration 2.7s infinite ease-in-out
}

header .scroll-to-next-section i {
    width: 100%;
    color: #aaa;
    line-height: 6px;
    font-weight: 700;
    font-size: 20px
}

header .scroll-to-next-section i:last-of-type {
    font-size: 24px
}

header .scroll-to-next-section:hover i {
    color: #54b6b5
}

@-webkit-keyframes vibration {
    20.8%,
    53.2%,
    68.4%,
    7.6% {
        bottom: 18px
    }
    100%,
    15.2%,
    30.4%,
    38%,
    45.6%,
    60.8%,
    76%,
    83.6%,
    91.2% {
        bottom: 10px
    }
}

@keyframes vibration {
    20.8%,
    53.2%,
    68.4%,
    7.6% {
        bottom: 18px
    }
    100%,
    15.2%,
    30.4%,
    38%,
    45.6%,
    60.8%,
    76%,
    83.6%,
    91.2% {
        bottom: 10px
    }
}

header a.logo img{
    height: 60px;
    margin-top: 15%;
}

/*------------------------------------------------------------------------------------------*/
/* 4. About Me */
/*------------------------------------------------------------------------------------------*/
div.about-me,
div.blog {
    background-color: #f6f6f6;
    background-image: url("../images/isotipo-NCLS-opacidad.png");
    background-repeat:no-repeat;
    background-position: 125% 50%;
    /*background-size: 40% 80%;*/
    color: #2e343f;
    padding: 70px 0 80px 0;
}

.heading {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.heading:first-letter{
    text-transform: capitalize;
}

.heading .line-of-heading {
    width: 50px;
    height: 0;
    border-bottom: 3px solid #54b6b5
}

.heading h2 {
    color: #2e343f;
    text-align: center;
    margin: 0 10px
}

div.about-me .about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 22px;
}

div.about-me .about-photo,
div.about-me .about-text {
    position: relative;
    left: -50px;
    padding-bottom: 60px;
    margin-top: 30px;
}

div.about-me .about-text > div {
    position: relative;
    height: 30px
}

div.about-me .about-text > div span {
    position: absolute;
    top: 0;
    left: 0;
    color: #353535;
    font-size: 1.17em;
    font-weight: 700;
    margin: 0
}

div.about-me .about-text div span:first-of-type {
    color: #cdcdcd
}

div.about-me .about-text p {
    color: #666
}

div.about-me .about-text a {
    display: inline-block;
    background-color: #54b6b5;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
    margin: 10px 0;
    border: none;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 5px -1px #222
}
div.about-me .about-text a:first-letter{
    text-transform: capitalize;
}

div.about-me .about-text a:last-of-type {
    background-color: #2e343f;
    margin-left: 15px
}

div.about-me .about-text .hvr-bounce-to-right:before {
    background-color: #54b6b5;
    border-radius: 4px
}

div.about-me .about-text .hvr-bounce-to-right:last-of-type:before {
    background-color: #555
}

div.about-me .about-text p span{
    color: #54b6b5;
    font-weight: bold;
}

div.about-me .about-content img {
    display: flex;
    position: absolute;
    right: -224px;
    height: 736px;
    top: -94px;
}

/*------------------------------------------------------------------------------------------*/
/* 4.2. My Service */
/*------------------------------------------------------------------------------------------*/
div.my-services{
    min-height: 100%;
    min-width: 100%;
    background-color: #54b6b5;
    padding: 60px 0 85px 0;
}

div.service{
    padding-left: 20%;
    font-size: 18px;
    color: white;
    float: left;
    font-weight: bold;
    text-align: center;
    width: 50%;

}

div.request{
    float: left;
    margin-left: 10%;
    border: 1px solid white;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 1%;
    margin-top: -1%;
    cursor: pointer;
}
/*------------------------------------------------------------------------------------------*/
/* 5. My Skills */
/*------------------------------------------------------------------------------------------*/
div#portfolio{
    display:none;
}

div.my-skills .my-skills-content i{
    color: #54b6b5;
    font-size: 75px;
}

div.my-skills,
div.my-statistics,
div.contact-me {
    background-size: cover
}

div#skills.my-skills .my-skills-content span{
    font-style: italic;
}

div.my-revision .overlay,
div.my-skills .overlay,
div.my-statistics .overlay {
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(241, 241, 241, 1);
    color: #2e343f;
    padding: 110px 0
}
div.my-revision .my-skills-content,
div.my-skills .my-skills-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
div.my-revision .my-skills-content div,
div.my-skills .my-skills-content div {
    position: relative;
    text-align: center;
    margin: 20px;
    width: 350px;
}
div#revision .my-skills-content div {
    width: 610px;
}
div.my-revision .my-skills-content div h3,
div.my-skills .my-skills-content div h3 {
    position: absolute;
    top: 27px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
div.my-revision .my-skills-content div h4:first-letter,
div.my-skills .my-skills-content div h4:first-letter {
    text-transform: capitalize
}
div.my-revision .my-skills-content div p,
div.my-skills .my-skills-content div p {
    color: #777
}

div.my-revision .overlay{
    padding: 90px 0
}


div.my-revision .my-skills-content i{
    color: #54b6b5;
    font-size: 75px;
}

div.revision .my-skills-content i{
    color: #54b6b5;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 75px;
}

div.revision,
div.my-statistics,
div.contact-me {
    background-size: cover
}
div.contact-me .overlay{
    min-height: 100%;
    min-width: 100%;
    color: #2e343f;
    padding: 120px 0;
}

div.revision .overlay,
div.my-statistics .overlay {
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(241, 241, 241, 1);
    color: #2e343f;
    padding: 80px 0
}

div.revision .my-skills-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.revision .my-skills-content div {
    position: relative;
    text-align: center;
    margin: 20px
}

div.revision .my-skills-content div h3 {
    position: absolute;
    top: 27px;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

div.revision .my-skills-content div h4:first-letter {
    text-transform: capitalize
}

div.revision .my-skills-content div p {
    color: #777
}
/*------------------------------------------------------------------------------------------*/
/* 6.0. My Work */
/*------------------------------------------------------------------------------------------*/
div.info{
    background: url(../images/2-modificada.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 650px;

}

div.info .layer {
    background-color: rgba(58, 181, 181, 0.5);
    height: 100%;
}

div.info .my-info{
    padding: 215px 0;
}

div.info .my-info p {
    color: #777;
    padding: 0 15px;
    margin: auto
}

div.info .my-info span{
    font-style: italic;
}

div.info .my-info h3{
    text-align: center;
    color: #fff;
    margin: 0 10px;
}

div.info .my-info p{
    text-align: center;
    color: #fff
}

div.info .line-of-heading {
    width: 50px;
    height: 0;
    border-bottom: 3px solid #54b6b5;
}


    /*------------------------------------------------------------------------------------------*/
/* 6. My Work */
/*------------------------------------------------------------------------------------------*/
div#my-work{
    display:none;
}
div.testimonials,
div.post-page {
    background-color: #fff;
    background-image: url(../images/isotipo-NCLS-opacidad.png);
    background-repeat: no-repeat;
    background-position: 15% 75%;
    background-size: 500px 600px;
    color: #2e343f;
    padding: 125px 0;
}

div.testimonials .heading {
    margin-bottom: 10px
}

div.testimonials .heading i {
    font-size: 50px;
    margin: 0 10px
}

div.testimonials .testimonials-content {
    text-align: center
}

div.testimonials .clients {
    outline: 0;
    cursor: w-resize
}

div.testimonials .clients p {
    max-width: 600px;
    color: #777;
    padding: 0 15px;
    margin: auto
}

div.testimonials .clients .client-photo img {
    margin: 25px auto 0;
    border-radius: 5px
}

div.testimonials .clients h5 {
    margin: 10px 10px 20px
}

div.testimonials .clients h5 span {
    color: #777
}

.slick-dots li,
.slick-dots li button {
    width: 10px;
    height: 10px
}

.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #2e343f;
    border-radius: 50%;
    opacity: 1
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    background-color: #54b6b5;
    border-color: #54b6b5;
    opacity: 1
}

.slick-dots li button:active:before {
    background-color: #2e343f;
    border-color: #2e343f
}


/*------------------------------------------------------------------------------------------*/
/* 7. My Statistics */
/*------------------------------------------------------------------------------------------*/
div#statistics {
    display:none;
}

div.my-statistics .my-statistics-content {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.my-statistics .my-statistics-boxes {
    margin: 20px
}

div.my-statistics .my-statistics-boxes:hover i {
    color: #ddd
}

div.my-statistics .my-statistics-boxes i {
    height: 85px;
    width: 85px;
    background-color: #2e343f;
    color: #54b6b5;
    font-size: 50px;
    margin: 0 auto;
    border-radius: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

div.my-statistics .my-statistics-boxes span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0 5px
}

div.my-statistics .my-statistics-boxes h4{
    margin: 0
}
div.my-statistics .my-statistics-boxes h4:first-letter{
    text-transform: capitalize;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Testimonials */
/*------------------------------------------------------------------------------------------*/
div.testimonials i{
    color: #000;
    text-shadow: 1px 1px 1px #ccc;
    font-size: 75px;
}

div.testimonials .clients h3{
    color: #000;
}
div.testimonials .clients span{
    font-style: italic;
}

div.testimonials .heading {
    margin-bottom: 10px
}

div.testimonials .heading i {
    font-size: 50px;
    margin: 0 10px
}

div.testimonials .testimonials-content {
    text-align: center
}

div.testimonials .clients {
    outline: 0;
    cursor: w-resize
}

div.testimonials .clients .client-photo img {
    margin: 25px auto 0;
    border-radius: 5px
}

div.testimonials .clients h5 {
    margin: 10px 10px 20px
}

div.testimonials .clients h5 span {
    color: #777
}

.slick-dots li,
.slick-dots li button {
    width: 10px;
    height: 10px
}

.slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #2e343f;
    border-radius: 50%;
    opacity: 1
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    background-color: #54b6b5;
    border-color: #54b6b5;
    opacity: 1
}

.slick-dots li button:active:before {
    background-color: #2e343f;
    border-color: #2e343f
}

/*------------------------------------------------------------------------------------------*/
/* 9. Blog */
/*------------------------------------------------------------------------------------------*/
div.blog{
    display: none;
}

div.blog .heading {
    margin-bottom: 30px
}

div.blog p.small-description {
    color: #666;
    text-align: center;
    margin-bottom: 50px
}

div.blog .blog-content {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.blog .blog-content .blog-post {
    width: 45%;
    background-color: #fff;
    margin: 25px 15px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd
}

div.blog .blog-content .post-img {
    position: relative;
    overflow: hidden
}

div.blog .blog-content .post-img img {
    display: block;
    width: 100%
}

div.blog .blog-content .post-img a {
    position: absolute;
    top: -320px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(46, 52, 63, .75);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

div.blog .blog-content .post-img a i {
    color: #fff;
    font-size: 40px;
    text-shadow: 0 0 5px #111
}

div.blog .blog-content .post-img a,
div.blog .blog-content .post-img img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

div.blog .blog-content .post-img:hover img {
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -ms-transform: scale(1.15, 1.15) rotate(-5deg);
    transform: scale(1.15, 1.15) rotate(-5deg)
}

div.blog .blog-content .post-img:hover a {
    top: 0
}

div.blog .blog-content .post-text {
    position: relative;
    padding: 15px
}

div.blog .blog-content .post-text i.fa-plus {
    position: absolute;
    top: -15px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-color: #54b6b5;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

div.blog .blog-content .post-text i.fa-plus:hover {
    background-color: #54b6b5
}

div.blog .blog-content .post-text h4 {
    display: inline-block;
    margin: 0
}

div.blog .blog-content .post-text h4:first-letter{
    text-transform: capitalize;
}

div.blog .blog-content .post-text p {
    color: #777;
    font-size: 14px;
    margin: 10px 0 25px
}

div.blog .post-text .post-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

div.blog .post-text .post-footer a {
    background-color: #54b6b5;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px
}

div.blog .post-text .post-footer .hvr-bounce-to-right:before {
    background-color: #2e343f;
    border-radius: 4px
}

div.blog .post-footer .social-media-statistics {
    float: right
}

div.blog .post-footer .social-media-statistics div {
    display: inline-block;
    color: #777;
    font-size: 14px;
    margin-left: 10px
}

div.blog .post-footer .social-media-statistics div span {
    font-size: 12px
}

/*------------------------------------------------------------------------------------------*/
/* 10. Contact Me */
/*------------------------------------------------------------------------------------------*/
div.contact-me .contact-me-content form {
    width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.contact-me .contact-me-content form .small-field {
    overflow: hidden
}

div.contact-me .contact-me-content form .small-field,
div.contact-me .contact-me-content form textarea {
    width: 45%;
    margin: 6px;
    border: 1px solid #595959;
    border-radius: 4px
}

div.contact-me .contact-me-content form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #595959
}

div.contact-me form .small-field input:last-of-type {
    border-bottom: none
}

div.contact-me .contact-me-content form input,
div.contact-me .contact-me-content form textarea {
    background-color: rgba(46, 52, 63, .7);
    color: #fff;
    font-size: 14px;
    padding: 12px;
    outline: 0
}

div.contact-me .contact-me-content form input:focus,
div.contact-me .contact-me-content form textarea:focus {
    background-color: rgba(46, 52, 63, .65)
}

div.contact-me .contact-me-content form textarea {
    resize: none
}

div.contact-me .contact-me-content form .hvr-bounce-to-right {
    background-color: rgba(46, 52, 63, .7);
    width: calc(90% + 12px);
    min-width: 140px;
    margin: 5px;
    border-radius: 4px
}

div.contact-me .contact-me-content form input[type=submit] {
    background-color: transparent;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

div.contact-me form .hvr-bounce-to-right:before {
    background-color: #54b6b5;
    border-radius: 5px
}

div.required h5{
    text-align: center;
}
div.required span{
    color:#ff0000;
}
/*------------------------------------------------------------------------------------------*/
/* 11. Footer */
/*------------------------------------------------------------------------------------------*/
footer .footer-top .logo-footer img{
    height: 65px;
    width: 150px;
    float: right;
    position: relative;
    top: -15px;
}

footer {
    background-color: #353535;
    color: #aaa
}

footer .footer-top {
    padding: 60px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer-top > div {
    width: 45%;
    font-size: 14px
}
footer .footer-top i {
    font-size: 50px;
    margin: -3px 5px;
}

footer .footer-top h4 {
    color: #ccc;
    font-size: 16px;
    margin: 0;
}
footer .footer-top h5 {
    margin: 3px 0 0 0;
}

footer .footer-top h4:first-letter{
    text-transform: capitalize;
}

footer .footer-top p {
    line-height: 26px
}

footer .footer-top li a {
    display: inline-block;
    margin-bottom: 8px
}

footer .footer-top li a:first-letter {
    text-transform: capitalize;
}

footer .footer-top li a:hover {
    color: #54b6b5
}

footer .footer-top .links-in-footer {
    display:none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer-top .links-in-footer > div {
    width: 50%
}

footer .footer-top .instagram-images {
    margin-top: -10px;
    margin-left: -10px
}

footer .footer-top .instagram-images > div {
    margin: 10px
}

footer .footer-top .instagram-images > div a {
    height: 50px;
    width: 50px
}

footer .footer-top .instagram-images > div img {
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

footer .footer-top .instagram-images > div:hover img {
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -ms-transform: scale(1.15, 1.15) rotate(-5deg);
    transform: scale(1.15, 1.15) rotate(-5deg)
}

footer .footer-top .instagram-images .overlay {
    background-color: #54b6b5
}

footer .footer-top .instagram-images .overlay i {
    font-size: 20px
}

footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #3e3e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer-bottom .copyright {
    text-align: center;
    font-size: 13px
}

footer .footer-bottom .copyright a {
    color: #54b6b5
}

footer .footer-bottom .copyright a:hover {
    color: #54b6b5
}

footer .footer-bottom .social-media {
    cursor: default;
    display:none
}

footer .footer-bottom .social-media i {
    font-size: 20px;
    margin: 0 3px
}

footer .footer-bottom .social-media i:hover {
    color: #54b6b5
}

/*------------------------------------------------------------------------------------------*/
/* 12. Scroll To Top */
/*------------------------------------------------------------------------------------------*/
.Scroll-To-Top {
    position: fixed;
    right: -40px;
    bottom: 15px;
    z-index: 4000;
    height: 30px;
    width: 30px;
    background-color: #54b6b5;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    opacity: .7
}

.Scroll-To-Top:hover {
    opacity: 1
}

.Scroll-To-Top:active {
    opacity: .8
}

/*------------------------------------------------------------------------------------------*/
/* 13. Loading Screen */
/*------------------------------------------------------------------------------------------*/
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8000;
    height: 100%;
    width: 100%;
    background-color: #2e343f;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.loading-screen img {
    -webkit-animation: shake 1s infinite linear;
    animation: shake 1s infinite linear
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg)
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg);
        transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
        transform: translate(0px, 2px) rotate(0deg)
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
        transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
        transform: translate(2px, 2px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
        transform: translate(2px, 1px) rotate(0deg)
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
        transform: translate(-1px, -2px) rotate(-1deg)
    }
    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg);
        transform: translate(-3px, 0) rotate(1deg)
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
        transform: translate(0px, 2px) rotate(0deg)
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
        transform: translate(-3px, 1px) rotate(0deg)
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
        transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
        transform: translate(2px, 2px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
        transform: translate(1px, -2px) rotate(-1deg)
    }
}


/*==========================================================================================*/
/* 14. Responsive */
/*==========================================================================================*/

/*------------------------------------------------------------------------------------------*/
/* 1. L.Large Screen */
/*------------------------------------------------------------------------------------------*/
@media (max-width:1300px) {
    .container {
        width: 1170px
    }
}

/*------------------------------------------------------------------------------------------*/
/* 1. Large Screen */
/*------------------------------------------------------------------------------------------*/
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (max-width: 1250px ){
    footer .footer-top > div {
        width: 46%;
    }

    div.testimonials{
        background-position: 15% 60%;
    }

}
@media (max-width: 1200px ){
    footer .footer-top > div {
        width: 43%;
    }
}
@media (min-width:1200px) and (max-width:1300px) {
    div.service{
        padding-left: 19%;
    }

}
@media (min-width:1100px) and (max-width:1199px) {
    div.testimonials{
        background-position: 15% 53%;
    }

}

/*------------------------------------------------------------------------------------------*/
/* 2. Medium Screen */
/*------------------------------------------------------------------------------------------*/
@media (min-width:992px) and (max-width:1199px) {
    .container {
        width: 90%
    }
    footer .footer-top .aboutMe-in-footer {
        margin-left:0;
    }
    footer .footer-top i{
        width: 0;
    }
    div.request {
        float: left;
    }
}
footer .footer-top .aboutMe-in-footer span:first-of-type{
    display:initial;
}
footer .footer-top .aboutMe-in-footer span:last-of-type{
    display:none
}

/*------------------------------------------------------------------------------------------*/
/* 3. Small Screen */
/*------------------------------------------------------------------------------------------*/
@media (max-width: 1250px){
    header nav ul {
        display: none
    }

    div.mobile-menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:991px) {
    .container {
        width: 90%
    }
    div.about-me .about-content img{
        display:none;
    }
    header .header-content-text img{
        margin-left:35%;
    }

    div.about-me, div.blog {
        background-image: none;
    }

    div.about-me .about-content {
        margin-left: 25%;

    }
    footer .footer-top > div {
        width: 40%;
        margin: 15px 20px
    }
    div.my-services{
        padding-bottom:50px;
    }
    div.service{
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
        margin-left: 0 !important;
        float: none;
    }
    div.request {
        text-align: center;
        float: none;
        margin: 25px auto 0 auto;;
        width: 200px;
    }

    div.testimonials{
        background-image: none;
    }
    /*header .header-content-text span:first-of-type {*/
        /*text-shadow: 0 0 1px #000*/
    /*}*/
    footer .footer-top > div {
        width: 45%;
        margin: 0
    }

    header .header-owner-photo {
        display: none;
    }
    header .header-content-text {
        height: auto;
        width: auto;
        margin: 0 20px
    }
    div.contact-me .contact-me-content form {
        width: 700px
    }
    .loading-screen img {
        width: 50%
    }
    /*.tinymodal-window{*/
        /*width: 750px !important;*/
        /*left:50% !important;*/
    /*}*/
}


/*------------------------------------------------------------------------------------------*/
/* 4. Extra Small Screen */
/*------------------------------------------------------------------------------------------*/
@media (max-height: 750px){
    header .header-owner-photo img {
        height: 700px;
    }
}
@media (max-height: 700px){
    header .header-owner-photo img {
        height: 650px;
    }
}
/*------------------------------------------------------------------------------------------*/
@media (max-height: 600px){
    header .header-owner-photo img {
        height: 600px;
    }
}
@media (max-height: 550px){
    header .header-owner-photo img {
        display: none;
    }
}


@media (max-width:767px) {
    .container {
        width: auto;
        margin: 0
    }
    div.about-me{
        background-image: none;
    }
    footer .footer-top .logo-footer img{
        margin-right: 5%;
    }
    footer .footer-top i{
        margin: -3px 20px
    }
    header .header-content-text img{
        margin-left:0;
    }
    header .background-white-color {
        height: 495%
    }
    header .background-red-color {
        width: 120%
    }
    div.mobile-menu-body div {
        font-size: 14px
    }
    header .header-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    header .header-content-text span:first-of-type {
        font-size: 20px;
    }

    div.about-me .about-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        line-height: 22px;
    }
    
    div.about-me .about-content > div:first-of-type {
        width: 100%
    }
    
    div.about-me .about-content > div:last-of-type {
        max-width: 75%;
        text-align: center
    }
    
    div.about-me .about-content > div:last-of-type img {
        width: 100%
    }
    
    div.about-me .about-content > div {
        max-width: none;
        margin: 20px
    }
    
    div.about-me .about-text p {
        margin-bottom: 30px;
        width: 300px
    }
    
    div.about-me .about-text a {
        width: 80%;
        display: block;
        margin: 15px auto 0
    }
    
    div.about-me .about-text a:last-of-type {
        margin-left: auto
    }
    
    div.my-skills .my-skills-content div,
    div.my-statistics .my-statistics-boxes {
        width: 100%
    }
    
    div.contact-me .contact-me-content form {
        width: 90%
    }
    
    div.contact-me .contact-me-content form .small-field,
    div.contact-me .contact-me-content form textarea,
    div.contact-me .contact-me-content form .hvr-bounce-to-right {
        width: 80%
    }
    
    div.contact-me .contact-me-content form textarea {
        height: 130px
    }
    
    footer .footer-top > div {
        width: 42%;
    }
    
    footer .footer-bottom {
        padding: 10px 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
    
    footer .footer-bottom > div {
        margin: 8px 20px
    }
    div.tinymodal-content p {
        text-align: left !important;
        padding-right:20px !important;
    }
}


/*------------------------------------------------------------------------------------------*/
/* 5. Extra Extra Small Screen */
/*------------------------------------------------------------------------------------------*/

@media (max-width:650px) {
    footer .footer-top .logo-footer img {
        width: 60%;
    }
    footer .footer-top > div{
        width: 43%;
    }

}
@media (max-width:599px) {
    .heading {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    
    .heading h2 {
        width: 100%;
        margin-bottom: 10px
    }
    
    .heading .line-of-heading:first-of-type {
        display: none
    }
    
    .heading .line-of-heading:last-of-type {
        display:none
    }
    
    div.blog .blog-content .blog-post {
        width: 80%
    }
    
    .Scroll-To-Top {
        bottom: 58px
    }

    footer .footer-top > div{
        width: 38%;
    }
    footer .footer-top .logo-footer img {
        height: 60px;
        margin-top: 4%;
        width: 140px;

    }
}

/*------------------------------------------------------------------------------------------*/
/* 6.0. Screen Width 300px */
/*------------------------------------------------------------------------------------------*/
@media (max-width:500px) {
    div.contact-me{
        height: 750px;
    }
    div.info .my-info{
        padding:175px 0;
    }
    /*.tinymodal-window{*/
        /*width: 405px !important;*/
        /*left:1% !important;*/
        /*margin: 0px !important;*/
    /*}*/
    footer .footer-top .aboutMe-in-footer span:last-of-type{
        display:initial;
    }
    footer .footer-top .aboutMe-in-footer span:first-of-type{
        display:none;
    }

}
@media (max-width:400px) {

    /*.tinymodal-window{*/
        /*width: 351px !important;*/
    /*}*/
}
@media (max-width:750px) {
    div.about-me .about-content {
        margin-top: -125px;
    }

}
/*------------------------------------------------------------------------------------------*/
/* 6. Screen Width 300px */
/*------------------------------------------------------------------------------------------*/
@media (max-width:300px) {
    footer .footer-bottom .copyright {
        text-align: center
    }
}
@media (max-width:350px) {
    footer .footer-top > div{
        width: 37%;
    }
    footer .footer-top .logo-footer img{
        margin-top: 5%;
    }
    div.about-me .about-text p {
        margin: 30px 0;
        width: 290px;
    }
    header .nav-fixed{
        height: 10%;
    }
    /*.tinymodal-window {*/
        /*width: 314px !important;*/
    /*}*/
}
#mymodal { display: none }

div.tinymodal-content p {
    text-align: justify;
    padding-right:45px;
}
div.tinymodal-content ol{
    padding-left: 7% !important;
}
.tinymodal-window {
    margin:0 !important;
    left: 0 !important;
    width: initial !important;

}
