/*
        Project:		-- Ecstacy
        Version:	    --
        Create Date:	-- 3-06-17
        Last change:	--
        Primary use:	--
*/

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




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

body{
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', 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;
}
p {
    margin: 0 0 10px;
    font-size: 16px;
}




/*================================================================ 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: 9999;
    background: url(../img/loader1.gif) center no-repeat #fff;
}


/*============================================================== COLOR SCHEMES ==========================================================*/


/* color box */
.box {
    position:fixed;
    top:150px;
    left:-160px;
    height:110px;
    width:160px;
    background-color:white;
    z-index:111111;
    -webkit-transition:all .27s ease-in-out;
    transition:all .27s ease-in-out;
}
.option {
    position:absolute;
    left:160px;
    z-index:1001;
    height:50px;
    width:50px;
    cursor: pointer;
    background-color: #c25f53;
}
.color {
    position:absolute;
    top:10px;
    left:10px;
    width:40px;
    height:40px;
    background-color:#c25f53;
    z-index:1001;
}

.style1 {
    left:60px;
    background-color:#fb2a11;
}
.style2 {
    left:110px;
    background-color:#36cc18;
}
.style3 {
    top:60px;
    left:10px;
    background-color:#18b9cc;
}
.style4 {
    top:60px;
    left:60px;
    background-color:#dd1da4;
}
.style5 {
    top:60px;
    left:110px;
    background-color:#ba1b75;
}
.color:hover {
    cursor:pointer;
}
.box .fa {
    position:absolute;
    left:13px;
    top:11px;
    color:#FFF;
    transition:all .5s ease-in-out;
}
.open {
    left:0;
}
.lang {
    position:absolute;
    background-color:#FFF;
    width:60px;
    height:30px;
    color:#404040;
    top:120px;
    left:10px;
    text-align:center;
    line-height:2;
    font-weight:bold;
    cursor: pointer;
}
.lang:hover {
    background-color:#222;
    color:#FFF;
}
.ar {
    left:90px;
}



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



.main-page-content{
    width: 100%;
    height: 100%;
}
.snip1135 {
    text-align: center;
}
.snip1135 * {
    box-sizing: border-box;
}
.snip1135 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    padding: 0;
}
.snip1135 a {
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
    position: absolute;
    -webkit-transition: all 01.35s ease;
    transition: all 01.35s ease;
}
.snip1135 a:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #c25f53;
}
.snip1135 a:after {
    left: 0;
    top: 3px;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #c25f53;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
    opacity: 1;
    width: 100%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
    max-width: 100%;
}

.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;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 11111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: transparent;

}
.navbar-default.small {
    background-color: white;
    box-shadow: 0px 0px 12px 0px #d5d5d5;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 17px 23px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}
.navbar-default .navbar-nav > li > a {
    color: #404040;
    letter-spacing: 2px;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 10px 0px;
}
.navbar-default.small .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
}
.navbar-default.small .navbar-nav li a:hover {
    color: black;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #c25f53 !important;
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 0px 0px;
}
.site-title h3 {
    font-family: 'Arimo', sans-serif;
    font-size: 23px;
    color: white;
    margin-top: 24px;
    letter-spacing: 1px;
}
.navbar-default.small .site-title h3{
    color: #c25f53;
}

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



/*====================================================== 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 ---- */

.particles-js{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}
.parallax-window {
    height: 100%;
    background: transparent;
}


.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: 82px;
    color: white;
    letter-spacing: 0px;
    font-weight: 900;
    margin-bottom: 44px;
    font-family: 'Arimo', sans-serif;
}

.home-text h3 {
    font-size: 34px;
    color: white;
    letter-spacing: 3px;
    margin-bottom: 14px;
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}
#home-parallex {
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
}



/*===================================================================== 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;}

#home-parallex{
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100vh;
    position:absolute;
    width:100%;
    top:0;left:0;
    background-size: cover;
}

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





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





#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.about-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.about-grid{
    width: 100%;
}
.love-grid{
    width: 100%;
    margin-top: 100px;
}
.main-title{
    position: relative;
    z-index: 111;
}
.main-title h3 {
    font-size: 42px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #c25f53;
    margin-top: 0px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 33px;
}
.underline1 {
    height: 4px;
    width: 150px;
    background-color: #c25f53;
    margin: auto;
    margin-top: 20px;
    margin-left: 25px;
}
.underline2 {
    height: 25px;
    width: 25px;
    background-color: transparent;
    margin: auto;
    margin-top: -14px;
    margin-left: 0px;
    border: 5px solid #c25f53;
    border-radius: 150px;
}
.transparent{
    background-color: transparent;
    border-color: white;
}
.main-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 23px;
    margin: 15px 0px;
    margin-bottom: 0px;
}
.white-title p{
    color: white;
}
.white-title h3{
    color: white;
}
.main-row{
    margin-top: 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;
    border-radius: 0px;
}
.media {
    margin-top: 0px;
    padding: 30px 20px;
}
.love-details {
    margin-bottom: 30px;
    border: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: #13c9c9;
    border: 8px solid white;
    position: relative;
    box-shadow: 0px 0px 5px 0px #dbdbdb;
}


.love-details h3 {
    margin: 16px 0px;
    font-size: 19px;
    letter-spacing: 1px;
    color: white;
    font-family: 'Arimo', sans-serif;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 21px;
}
.love-details p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    margin-top: 14px;
    margin-bottom: 0px;
    position: relative;
}
.media {
    position: relative;
    z-index: 111;
    margin: 0px;
    padding: 30px 20px;
}
.media h3 {
    margin: 16px 0px;
    font-size: 23px;
    letter-spacing: 1px;
    color: white;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.media p {

    color: white;
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

}
.love-icon {
    font-size: 23px;
    color: #13c9c9;
    height: 50px;
    width: 50px;
    border-radius: 166px;
    text-align: center;
    line-height: 50px;
    border: 1px solid white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    position: relative;
    margin-bottom: 20px;
}

.love-details:hover .love-icon{
    background-color: #13c9c9;
    border: 1px solid #13c9c9;
    color: white;
}
.love-details:hover .service-hover{
    height: 100%;
}
.love-details:hover .underline1{
    background-color: #c91380;
}
.love-details:hover h3{
    color: #13c9c9;
}
.love-details:hover p{
    color: black;
}
.me-grid {
    margin-top: 0px;
}

.details-content{
    padding-top: 100px;
    padding-bottom: 0px;
}
.details-grid{
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}
.details-title {
    width: 100%;
}
.details-title h3 {
    font-size: 32px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 3px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 18px;

}

.details-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 12px;
}
.details-details {
    padding: 18px;
    margin-bottom: 25px;
    border: 1px solid #F6F1F1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #c6c6c6;
}

.carousel, .item, .active1 {
    height: 100%;
    position: relative;
    width: auto;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 15px;
    width: 100%;
    margin: auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    cursor: default;
    border: 1px solid transparent;
    background-color: #c25f53;
}
.tips-row{
    margin-top: 50px;
}
.nav-tabs > li > a {
    margin-right: 11px;
    border: 1px solid #868686;
    border-radius: 5px;
    color: black;
    cursor: default;
    background-color: transparent;
    font-size: 14px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 7px 20px;
}
.nav-tabs > li > a:hover {
    color: white ;
    cursor: default;
    cursor: pointer;
    background-color: #c25f53;
    border: 1px solid #c25f53;
}
.details-tips{
    width: 100%;
    border-top: 1px solid #454545;
}
.tab-content {
    padding: 0px 15px;
    margin-top: 50px;
}
.about-col1 {
    padding: 0px;
    display: table;
    height: 100%;
    padding-right: 15px;
}
.day1-image{
    width: 100%;
    height: 600px;
    padding: 0px;
    background-image: url(../img/about.jpg);
    background-size: cover;
    background-position: center center;
}
.day2-image{
    width: 100%;
    height: 600px;
    padding: 0px;
    background-image: url(../img/skill.jpg);
    background-size: cover;
    background-position: center center;
}
.day3-image{
    width: 100%;
    height: 600px;
    padding: 0px;
    background-image: url(../img/bio.jpg);
    background-size: cover;
    background-position: center center;
}


.day-text{
    padding: 0px 30px;
}
.day-text h3 {
    color: black;
    font-size: 35px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.day-text h2 {
    color: #151515;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 38px;
    margin-top: 0px;
}
.day-text p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 13px;
}

.skill-under{
    background-color: white;
}
.skill-taxt-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
    background: url(../img/skill.jpg);
    background-size: cover;
}
.skill-details p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #3C3C3C;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.skill-text h3 {
    color: black;
    font-size: 38px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 700;
}
.skill-text p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 13px;
}
.content {
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
}
.col { width:100%; }

#skill-main {
    list-style: none;
    padding: 34px 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#skill-main li {
    margin-bottom: 37px;
    background: black;
    height: 10px;
    border-radius: 150px;
    border: 1px solid black;
}
#skill-main h3 {
    margin: 0px;
    position: absolute;
    margin-top: -28px;
    font-size: 13px;
    color: #333;
}
#skill-main li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}

.expand {
    height: 4px;
    margin: 2px 2px;
    background: #c25f53;
    position: absolute;
    border-radius: 150px;
}

.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;}


@-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%;} }

@-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%;} }





.details-row {
    height: 600px;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}

.property-details-bottom h3 {
    color: black;
    font-size: 17px;
}
.property-icon {
    color: white;
    font-size: 19px;
    height: 40px;
    width: 40px;
    background-color: #D75711;
    text-align: center;
    line-height: 36px;
    box-shadow: 2px 2px 3px 0px #B0460C;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.about-col{
    padding: 0px;
}
.about-image {
    margin: 0px 16px;
}
.about-row{
    height: 650px;
    background-color: white;
    box-shadow: 0px 0px 18px 0px #d8d8d8;
    margin: 0px 0px;
}
.no-padding{
    padding: 0px;
}
.about-over {
    position: absolute;
    width: 74%;
    height: 600px;
    border: 40px solid #fbfbfb;
    margin-left: 9%;
    margin-top: 29px;
}
.about-col {
    height: 100%;
    display: table;
    background-color: white;
}
.message-client-img{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/about.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}
.about-social-icon {
    padding: 15px 0px;
}
.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;
}
.icon{
    padding: 2px;
    border: 1px solid white;
}
.bio p{
    margin-bottom: 30px;
}
.about-social li a {
    color: white;
    float: left;
    font-size: 18px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 12px;
    height: 40px;
    width: 40px;
    background-color: #c25f53;
    border: 1px solid #c25f53; 
    line-height: 40px;
    border-radius: 155px;
}

.about-social li a:hover {
    background-color: transparent;
    color: #c25f53;
}

.about-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
}
.about-details h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #13c9c9;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.about-details p {
    font-size: 16px;
    color: #363636;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 38px;
    margin-top: 18px;
    margin-right: 60px;
}
.text-2{
    padding-bottom: 30px;
}
.about-contact1 {
    background: none;
    color: white;
    position: relative;
    padding: 11px 19px;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background-color: #c25f53;
}
.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;
}
.about-contact2 {
    background: none;
    color: white;
    position: relative;
    padding: 11px 19px;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background-color: black;
}
.about-contact2::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #c25f53;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

}
.about-contact2:hover:after {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
    z-index: -1;


}
.about-contact2:hover {
    color: white;
    text-decoration: none;
    z-index: 1;
}
.second{
    margin-left: 20px;
}
.second-row{
    margin-top: 100px;
}
.skill-row{
    height: 700px;
    background-color: white;
    box-shadow: 0px 0px 18px 0px #d8d8d8;
    margin: 0px 0px;
    margin-top: 0px;
}
.skill-grid{
    width: 100%;
}
.about-details1{
    padding: 0px 105px;
}
.work-counter {
    width: 100%;
    background-color: white;
    margin-top: 0px;
}
.no-margin{
    margin-left: 0px;
}

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

.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    font-family: 'Arimo', sans-serif;
    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;
    margin-bottom: 30px;
    position: relative;
    z-index: 111;
}
.work-statistics h3 {
    font-size: 30px;
    font-family: 'Arimo', sans-serif;
    color: white;
    margin: 0px 0px;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 16px;
}
.work-statistics p {
    color: white;
    font-size: 18px;
    margin-top: 8px;
    padding: 0px;
}
.work-statistics:hover .stat-icon{
    color: white;
    background-color: black;
}
.stat-icon {
    font-size: 27px;
    margin-top: 0px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border-radius: 155px;
    line-height: 56px;
    text-align: center;
    height: 60px;
    width: 60px;
    background-color: #c25f53;
}




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





#service{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.service-content{
    padding-top: 100px;
    padding-bottom: 70px;
}
.service-grid{
    width: 100%;
    margin-top: 0px;
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #13c9c9;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.service-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.about-row{
    margin-top: 0px;
}

.serviceBox{
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 30px;
}
.serviceBox:after{
    content: "";
    width: 100%;
    height: 10px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:after{ border-color: #ef4789; }
.serviceBox i {
    display: block;
    font-size: 50px;
    color: #c25f53;
    text-align: left;
    margin-bottom: 25px;
}
.serviceBox:hover i{ animation: 0.3s ease 0s normal forwards 1 running loading; }
.serviceBox .title{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #282727;
    text-transform: capitalize;
    margin: 0 0 22px 0;
    float: left;
}
.serviceBox .number{
    display: inline-block;
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 23px;
    color: #d6d6d6;
}
.serviceBox .description {
    font-size: 15px;
    color: #3c3c3c;
    margin: 0;
    clear: both;
    line-height: 23px;
}
@keyframes loading{
    49%{
        transform: translateY(-100%);
    }
    50%{
        opacity: 0;
        transform: translateY(100%);
    }
    51%{
        opacity: 1;
    }
}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}




/*=========================================================================== WORK ===============================================================*/




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

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

.work-title h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #13c9c9;
    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: 50px;
}

.extra {
    position: absolute;
    height: 40px;
    width: 1000px;
    background-color: #d7766a;
    z-index: 11;
    transform: rotate(45deg) translateY(-100px);
    transition: 1.4s;
    -webkit-transition: 1.4s;
    -moz-transition: 1.4s;
    transition-delay: 0s;
    -ms-transition: 1.4s;
    -o-transition: 1.4s;
    transition-delay: .2s;
}
.portfolio-wrapper:hover .extra{
    transform: rotate(45deg) translateY(900px);
}
.overlay {
    height: 100%;
    width: 100%;
    background: #c25f53;
    position: absolute;
    z-index: 1;
    opacity: 0;

    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

}
.port-over {
    width: 90%;
    height: 87%;
    border: 2px solid white;
    position: absolute;
    margin: 5%;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.overlay h3{
    color: white;
    font-size: 20px;
    transform: translateX(-300px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .2s;
    position: relative;
    z-index: 111;

}
.portfolio-wrapper:hover h3{
    transform: translateY(0px);
}
.work-icon {
    font-size: 27px;
    color: white;
    text-align: center;
    transform: translateX(300px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .2s;
    position: relative;
    z-index: 111;
}
.portfolio-wrapper:hover .work-icon{
    transform: translateY(0px);
}
#filters {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 30px auto;
    margin-top: 10px;
}

#filters li {
    float:left;
}

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

#filters li span.active {
    background: #c25f53 ;
    color: #fff;
}


#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 33%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}

.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-wrapper:hover .overlay{
    opacity: 1.5;
}
.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: #c25f53 ;
    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;
}






/*=================================================== CLIENTS ==========================================*/




#faq{
    width: 100%;
    background-color: white;
}



.faq-title {
    padding-top: 0px;
}
.faq-title h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #13c9c9;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.faq-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.message {
    width: 100%;
    background-color: white;
    padding: 0px;
    margin-top: 50px;
}
.message-img{
    height: 100%;
    width: 100%;
}
.no-padding-col{
    padding: 0px;
    height: 100%;
}
.message-row{
    height: 550px;
    background-color: white;
    margin: 0px 15px;
    box-shadow: 0px 0px 13px 0px #e1e1e1;
}
.message-col {
    height: 100%;
    display: table;
    background-color: white;
}
.faq-client-img{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/faq.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.message-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
}
.message-details h3 {
    font-size: 32px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 2px;
    color: black;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
    margin-bottom: 30px;
}
.image-over1 {
    width: calc(100% - 30px);
    height: 90%;
    border: 15px solid #13c9c9;
    position: absolute;
    margin: 5%;
    width: 90%;
}
.white{
    border-color: white;
}
.faq-grid {
    margin-top: 19px;
}
.panel-default > .panel-heading {
    color: #FFF;
    background-color: #c25f53;
    border-color: #c25f53;
}
.panel-heading {
    padding: 15px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default {
    border-color: white;
}
.panel-group {
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #c25f53;
}



.testimonial-contentone{
    padding-top: 100px;
    position: relative;
    z-index: 111;
}
#testimonialmain{
    width: 100%;
    background-color: white;
    margin-top: 100px;
    position: relative;

    padding: 0px 0px;
}

.testimonial-contentmain {
    background: url(../img/test.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-contentmain:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.87);
    top: 0;
    left: 0;
    z-index: 1;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 37px;
    letter-spacing: 2px;
    color: black;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}


.testimonial-grid{
    position: relative;
    z-index: 1111;
    padding-top: 0px;
}
.testimonial-details{
    width: 100%;
    position: relative;
    z-index: 111;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    height: auto;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 0px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.carousel-indicators .active{
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;

}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
blockquote {
    padding: 34px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.item blockquote p {
    font-size: 17px;
    color: white;
    margin-bottom: 0px;
    line-height: 30px;
    position: relative;
}
.item blockquote p span {
    font-size: 24px;
    color: white;
    position: relative;
    line-height: 70px;
    font-weight: 700;
}
.item{
    height: auto;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 0px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #047157;
    border: none;
}
.fa-4x {
    font-size: 2em;
    color: white;
    height: 50px;
    width: 50px;
    background-color: #f05421;
    line-height: 51px;
    border-radius: 155px;
}
.circle-img {
    width: 100%;
    height: 100%;
    border-radius: 150px;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 150px;
    margin-bottom: 9px;
    margin-top: 0px;
}
section {
    height: auto;
    margin: 0px;
    margin-bottom: 0px;
}
.test-icon{
    color: #047157;
    font-size: 17px;
}

.demo{ background: transparent; }
.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #c25f53;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #c25f53;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.testimonial .title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-size: 17px;
    color: #c25f53;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls {
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 40px;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    height: 90px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){

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



#blog{
    height: auto;
    width: 100%;
    background-color: white;
}
.blog-content{
    padding-bottom: 70px;
    padding-top: 100px;
}
.blog-title {
    padding-top: 100px;
}
.blog-title h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #13c9c9;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.blog-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}

.blog-grid {
    margin-top: 0px;
}
.blog-main {
    box-shadow: 0px 0px 10px 0px #d2d2d2;
    padding-bottom: 49px;
    margin-bottom: 30px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.blog-img {
    width: 100%;
    height: auto;
    background-color: #22c1e3;
}
.blog-head{
    padding-left: 20px;
    margin-top: 20px;
}
.blog-head a {
    color: #c25f53;
    font-size: 25px;
    text-decoration: none;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.blog-head a:hover {
    color: #c25f53;
    text-decoration: none;
}
.blog-middle {
    display: inline-flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
}
.blog-middle h2 {
    margin: 0px;
    font-size: 15px;
    margin-left: 7px;
    margin-right: 15px;
    color: black;
}
.blog-icon{
    color: #c25f53;
}
.blog-bottom{
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-bottom p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 40px;
}





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





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

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

.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 40px;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 1px;
    color: #13c9c9;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.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: 50px;
}
.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: #393939;
    background-image: none;
    border: 1px solid 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: 1px solid #c8c8c8;
}
.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.contact-col {
    background-color: #c1c1c1;
    border: 1px solid #575757;
    padding: 70px 70px;
    padding-bottom: 70px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}
.has-error .help-block {
    color: #13c9c9;
    text-align: left;
}
.has-error .form-control:enabled {
    border: 1px solid #d4d4d4
}
.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;
}
.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: #c25f53;
    border-color: #c25f53;
    color: white;
}
.btn-success {
    background-color: #c25f53;
    border-color: #c25f53;
    color: white;
}
.text-danger {
    color: #c25f53;
    position: absolute;
    width: 100%;
    text-align: left;
}
.text-success {
    color: #c25f53;;
    position: absolute;
    width: 100%;
    text-align: left;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-colamn{
    padding-top: 0px;
}
.contact-col-grid {
    background-color: #c1c1c1;
    padding: 27px 26px;
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 7px solid #fff;
    margin-left: 5px;
}
.contact-icon {
    font-size: 27px;
    color: white;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
}
.contact-row{
    margin-top: 100px;
    margin-bottom: 0px;
}
.contact-col-grid h3 {
    font-size: 24px;
    color: white;
    position: relative;
    margin-top: 10px;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 4px;
}

.contact-col-grid p {
    font-size: 17px;
    color: white;
    line-height: 23px;
    position: relative;
    margin-top: 5px;
}
.map {
    width:100%;
    height:600px;	
}

.map-wrap {
    position:relative; 
}

.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11;
}
.map-col{
    padding: 0px;
}
.map-con{
    margin-top: 80px;
}
.map-main{
    margin-top: 80px;
}
.copyright-details {
    background-color: #c25f53;
    margin-top: 90px;
}
.copyright h3 {
    margin: 0px;
    padding: 50px 0px;
    text-align: center;
    font-size: 16px;
    color: white;
}
.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: 768px) {

    .about-details {
        margin: 42px 35px;
        margin-top: 0px;
    }
    .container{
        width: 100%;
    }
    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
        margin-top: 50px;
    }
    .contact-col {

        padding: 70px 15px;
        padding-bottom: 70px;
    }
    .contact-col-grid {
        background-color: #c25f53;
        padding: 27px 15px;
        margin: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        border: 7px solid #fff;
        margin-left: 5px;
    }
    .about-details p {
        font-size: 15px;
        color: #363636;
        letter-spacing: 1px;
        line-height: 23px;
        margin-bottom: 18px;
        margin-top: 16px;
        margin-right: 0px;
    }
    .about-details1 {
        padding: 0px 15px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 0px 7px;
        display: inherit;
    }
    .about-details p {
        font-size: 15px;
        color: #363636;
        letter-spacing: 1px;
        line-height: 23px;
        margin-bottom: 18px;
        margin-top: 16px;
    }
    .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;
    }
    .testimonial .title {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        padding-top: 0px;
        padding-left: 15px;
    }
    .owl-theme .owl-controls {
        width: 70%;
        margin: 0;
        text-align: left;
        position: absolute;
        bottom: -27px;
        right: 0;
    }
}

@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%;
    }
    .about-details {
        margin: 0px;
        box-shadow: 0px 0px 18px 0px #d8d8d8;
    }
    .about-col1 {
        padding: 0px;
        display: block;
        height: 100%;
        padding-right: 0px;
    }
    .details-row {
        height: 500px;
        background-color: white;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 0px 2px 0px #f0f0f0;
    }
    .work-counter {
        width: 100%;
        margin-top: 600px;
        position: relative;
    }
    .about-col {
        height: 100%;
        display: table;
        background-color: white;
        box-shadow: 0px 0px 2px 0px #f0f0f0;
    }
    .message-col {
        height: 100%;
        display: table;
        background-color: white;
        box-shadow: 0px 0px 13px 0px #e1e1e1;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 35%;


    }
    .responsive{
        margin-top: 0px;
    }
    .no-padding-col {
        padding: 0px;
        height: 100%;
        width: 100%;
    }
    .love-grid {
        width: 100%;
        margin-top: 800px;
    }
    .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;

        padding-bottom: 100px;
        margin: 0px 15px;
        padding: 70px 35px;
        margin-bottom: 100px;
    }
    .contact-col-grid {
        background-color: #c25f53;
        padding: 27px 15px;
        margin: 0px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        border: 7px solid #fff;
        margin-left: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 35%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 740px;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        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: 33%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 0%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #c25f53;
    }
    .about-details {
        padding-left: 15px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
    }
    .about-row {
        height: 550px;
        background-color: white;
        box-shadow: 0px 0px 18px 0px #d8d8d8;
        margin: 0px 0px;
    }
    .about-details p {
        font-size: 15px;
        color: #363636;
        letter-spacing: 1px;
        line-height: 23px;
        margin-bottom: 30px;
        margin-top: 16px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #c25f53;
    }

}

@media screen and (max-width: 640px) {

    .contact-form {
        width: 100%;
        margin: auto;
        margin-top: 50px;
    }
    .work-counter {
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #c25f53;
    }
    .testimonial .pic {
        width: 30%;
        padding: 20px 0;
        margin: 0 6% 0 2%;
        float: left;
        position: relative;
        z-index: 1;
        margin-left: 6%;
    }
    .testimonial .testimonial-content {
        width: 100%;
        float: right;
        margin-top: 50px;
    }
    .testimonial .testimonial-content {
        width: 100%;
        float: right;
        margin-top: 50px;
    }
    .owl-theme .owl-controls {
        width: 100%;
        margin: 0;
        text-align: left;
        position: relative;
        bottom: -0px;
        right: 0;
    }
    .testimonial-contentmain {
        background: url(../img/test.jpg) 50% 0 no-repeat fixed;
        margin: 0;
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 80px;
    }
}


@media screen and (max-width: 480px) {
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .home-text h2 {
        font-size: 62px;
        color: white;
        letter-spacing: 0px;
        font-weight: 900;
        margin-bottom: 35px;
        font-family: 'Arimo', sans-serif;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .day-text {
        padding: 40px 15px;
    }
    .details-row {
        height: auto;
        background-color: white;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 0px 2px 0px #f0f0f0;
    }
    .work-counter {
        width: 100%;
        margin-top: 100px;
        position: relative;
    }
    .about-col {
        height: auto;
        display: block;
        background-color: white;
        box-shadow: 0px 0px 2px 0px #f0f0f0;
    }
    #filters li {
        float: none;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 28%;
    }
    .navbar-default .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 28%;
    }
    .about-details {
        margin: 0px;
        box-shadow: 0px 0px 18px 0px #d8d8d8;
        padding: 0px 15px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #c25f53;
    }
    .about-social li a {
        color: white;
        float: left;
        font-size: 16px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
        margin-right: 5px;
        height: 35px;
        width: 35px;
        background-color: #c25f53;
        border: 1px solid #c25f53;
        line-height: 32px;
        border-radius: 155px;
    }
    #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: 0%;
    }
    .work-statistics {
        padding: 0px;
        margin-bottom: 50px;
        position: relative;
        z-index: 111;
    }
    #counter {
        background: url(../img/counter.jpg) 50% 0 no-repeat fixed;
        margin: 0;
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 50px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 320px) {
    .home-row {
        z-index: 2;
        position: relative;

    }
    .navbar-default .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 19%;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 19%;
    }
    .about-row {
        height: 750px;
        background-color: white;
        box-shadow: 0px 0px 18px 0px #d8d8d8;
        margin: 0px 0px;
    }


    .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;
    }

    .home-text h2 {
        font-size: 36px;
        color: white;
        font-family: 'Arimo', sans-serif;
        letter-spacing: 1px;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .nav-tabs>li {
        float: left;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #c25f53;
    }
    .about-contact1{
        padding: 11px 10px;
        font-size: 16px;
    }
    .about-contact2 {
        background: none;
        color: white;
        position: relative;
        padding: 11px 10px;
        font-size: 16px;
        position: relative;
        z-index: 111;
        background-color: black;
    }
    .home-text h3 {
        font-size: 32px;
        color: white;
        letter-spacing: 0px;
        margin-bottom: 5px;
        margin-top: 7px;
    }
    .image-over {
        width: 80%;
        height: 93%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 4%;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 15%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .about-social li a {
        float: left;
        font-size: 13px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
        margin-right: 9px;
        height: 30px;
        width: 31px;
        line-height: 29px;
        border-radius: 155px;
    }
    .day-text h3 {
        color: black;
        font-size: 38px;
        line-height: 36px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        font-weight: 700;
    }
    .navbar-nav li {
        float: left;
        margin: 1px 11px;
        display: inherit;
        width: 100%;
    }
    #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: 1%;
    }
    .work-counter {
        width: 100%;
    }

    .about-details {
        margin: 40px 7px;
    }
    .testimonial-content {
        padding-bottom: 0px;
        padding-top: 100px;
    }
    .blog-middle h2 {
        margin: 0px;
        font-size: 15px;
        margin-left: 7px;
        margin-right: 6px;
        color: black;
    }
    .item blockquote p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .contact-col {
        height: auto;

        padding-bottom: 100px;
        margin: 0px 15px;
        padding: 70px 15px;
        margin-bottom: 100px;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    .testimonial .testimonial-content {
        width: 100%;
        float: right;
        margin-top: 0px;
        padding-top: 50px;
    }
    .testimonial .pic {
        width: 70%;
        padding: 20px 0;
        margin: 0 6% 0 2%;
        float: left;
        position: relative;
        z-index: 1;
        margin-left: 10%;
    }
    .main-title h3 {
        font-size: 30px;
        font-family: 'Arimo', sans-serif;
        letter-spacing: 1px;
        color: #c25f53;
        margin-top: 0px;
        font-weight: 900;
        line-height: 29px;
        margin-bottom: 33px;
    }
    .work-statistics {
        padding: 0px;
        margin-bottom: 50px;
        position: relative;
        z-index: 111;
    }
    #counter {
        background: url(../img/counter.jpg) 50% 0 no-repeat fixed;
        margin: 0;
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 50px;
        margin-top: 100px;
    }
}

#mapa{
 
    width:100%;
}










/* Localized */