/*
        Project:		-- Leonardo
        Version:	    --
        Create Date:	-- 28-1-18
        Last change:	--
        Primary use:	--
*/

/* 
        --- Table Of Content ---
        
        1. preload
        2. menu
        3. home-background
        4. parallex-effect
        5. about
        6. process
        7. counter
        8. accordion
        9. service
        10. work
        11. fancybox
        12. testimonial
        13. blog
        14. contact
        15. responsive
        
*/



.neon {
  /*text-shadow: 1px 1px 6px #8B3F8B !important;	*/
  font-weight: bold;
  font-size:     60px;
  color: #fff;
  font-family: Helvetica;
  text-shadow: 
  /*0px 0px 2px #8B3F8B; */
     0 1px 0 #000, 
    0 2px 0 #000, 
    0 3px 0 #000, 
    0 4px 0 #000, 
    0 5px 0 #000, 
    0 6px 1px rgba(0,0,0,.1), 
    0 0 5px rgba(0,0,0,.1), 
    0 1px 3px rgba(0,0,0,.3), 
    0 3px 5px rgba(0,0,0,.2), 
    0 5px 10px rgba(0,0,0,.25), 
    0 10px 10px rgba(0,0,0,.2), 
    0 20px 20px rgba(0,0,0,.15);
    
background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,0.7553615196078431) 32%, rgba(54,54,117,0.7105435924369747) 38%, rgba(0,212,255,0) 89%);

}
.neon {
padding:15px !important; 
}
  
.position {
position:relative; 
margin-top:-30px !important;
font-size: 15px !important;
padding: 20px !important;
text-align: center;
}

.lefttext {
position: relative;
margin: 0px auto;
padding:0px auto;
width:200px !important;
font-size:15px; 
text-align: left !important;
}

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

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





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





.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    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:1000;
    -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: #c62580;
}
.color {
    position:absolute;
    top:10px;
    left:10px;
    width:40px;
    height:40px;
    background-color:#c62580;
    z-index:1001;
}

.style1 {
    left:60px;
    background-color:#ff9d87;
}
.style2 {
    left:110px;
    background-color:#78ff5e;
}
.style3 {
    top:60px;
    left:10px;
    background-color:#8bb9ff;
}
.style4 {
    top:60px;
    left:60px;
    background-color:#ceb1ff;
}
.style5 {
    top:60px;
    left:110px;
    background-color:#ff74a0;
}
.color:hover {
    cursor:pointer;
}
.box .fa {
    position:absolute;
    left:10px;
    top:10px;
    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: auto;
    overflow: hidden;
}
.main-page{
    width: 100%;
    overflow: hidden;
}

.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    height: 75px;
    border-bottom: none;
    overflow: hidden;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: rgba(44, 44, 44, 0.32);

}
.white{
    background-color: white;
    box-shadow: 0px 0px 12px 0px #d5d5d5;
}
.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: 24px 23px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 6px;
    display: inherit;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    letter-spacing: 2px;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 4px 8px;
}
.navbar-default-first .navbar-nav > li > a {
    color: #c62580;
    letter-spacing: 2px;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 4px 8px;
}
.navbar-default .navbar-nav > li > a.active {
    color: white;
    background-color: #c62580;
}
.navbar-default .navbar-default.small .navbar-nav > li > a {
    color: #5d5d5d;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: #c62580;
}
.navbar-default .navbar-nav > li > a.active:hover {
    color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white !important;
    background-color: transparent;
    border-bottom: 1px dotted #ed325a;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 0px 0px;
}
.site-title h3 {
    margin-top: 0px;
    color: white;
    background-color: #c62580;
    display: inline-block;
    padding: 25px 10px;
}
.navbar-default.small .site-title h3{
    color: white;
}

.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;
}
.under {
    width: 100%;
    height: 2px;
    background-color: black;
}
.under-hidden {
    width: 0%;
    height: 2px;
    background-color: black;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-default .navbar-nav a:hover ~ .under-hidden{
    width: 100%;
}

.navbar-default {
    border-color: transparent;
}
.bottom-text h3 {
    color: #bdbdbd;
    font-size: 16px;
    margin: 0px;
        margin-top: 0px;
    margin-top: 40px;
}


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

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



/*====================================================== HOME BACKGROUND =====================================================*/






#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}
#home:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

#home:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

#home::after, #home::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid white;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
}

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

#home-parallex{
    width: 100%;
    height: 100%;
    background-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;
}
#home-parallex:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.74);
    top: 0;
    left: 0;
    z-index: 1;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

.cd-headline.clip span {
    font-size: 56px;
    color: #c62580;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.cd-headline.clip {
    font-size: 126px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 0px;
    font-weight: 700;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text{
    width: 100%; 
}
.home-text h2 {
    font-size: 69px;
    color: white;
    letter-spacing: 5px;
    font-weight: 900;
    margin-bottom: 0px;
}

.home-text h3 {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 24px;
    margin-top: 10px;
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}
.home-page h3 {
    color: white;
    background-color: #c62580;
    display: inline-block;
    padding: 5px 10px;
}
.home-arrow{
    text-align: center;
    position: absolute;
    bottom: -230px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.smothscroll {
    color: white;
    font-size: 30px;
}
.smothscroll:hover {
    color: white;
}






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

.about-content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.about-grid{
    width: 100%;
}
.love-grid{
    width: 100%;
    margin-top: 0px;
    background-color: #f86080;
}
.main-title h3 {
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    color: #f05421;
    margin-top: 0px;
    font-weight: 900;
    line-height: 30px;
}
.underline1 {
    height: 3px;
    width: 200px;
    background-color: #c62580;
    margin: auto;
        margin-top: auto;
        margin-left: auto;
    margin-top: 20px;
    border-right: 100px solid black;
}


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

.me-grid {
    padding-bottom: 80px;
    position: relative;
    padding-top: 155px;
}

.about-col{
    padding: 0px;
}
.about-image {
    margin: 0px 0px;
}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 40px;
    margin-top: 40px;
}
.about-image::before {
    content: '';
    position: absolute;
    height: 95%;
    width: 95%;
    background-color: transparent;
    border: 15px solid #c62580;
}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}
.about-social-icon {
    padding: 35px 0px;
    padding-bottom: 11px;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 17px;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 3px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {
    color: white;
    background-color: #c62580;
    float: left;
    font-size: 17px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 0px;
    height: 40px;
    width: 40px;
    line-height: 39px;
}
.about-social li a:hover {
    background-color: black;
}
.about-details {
    margin: 0px 0px;
        margin-top: 0px;
        margin-left: 0px;
    margin-left: 60px;
    position: relative;
    z-index: 111;
    margin-top: 40px;
}
.me-grid{
    padding-bottom: 80px;
}

.about-details h3 {
    font-size: 42px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    color: #747474;
    margin-top: 0px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    display: inline-block;
    float: left;
}
.about-details h2 {
    font-size: 28px;
    color: #c62580;
    margin-top: 0px;
    line-height: 28px;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 20px;
}
.leftbutt{
    margin-left: 0px;
}
.about-details p {
    font-size: 16px;
    color: #363636;
    letter-spacing: 1px;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 8px;
    position: relative;
}
.about-text{
    position: relative;
}
.about-text ul {
    padding-left: 0px;
    margin-bottom: 43px;
    list-style: none;
}
.about-text ul li {
    background-color: #c62580;
    color: black;
    font-size: 18px;
    margin-bottom: 8px;
    padding: 7px 20px;
}

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

.about-contact1 {
    background: none;
    color: white;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background-color: #c62580;
}
.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;
}


#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    background-color: #f9f9f9;
}
#process-grid:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

#process-grid:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

#process-grid::after, #process-grid::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #c62580;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.process-title {
    width: 100%;
    position: relative;
    z-index: 111;
}
.process-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}
.faq-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 0px;
    margin-top: 0px;
}
.faq-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 95%;
    background-color: transparent;
    border: 15px solid #c62580;
    margin-left: 40px;
    margin-top: 40px;
}
.process-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.process-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 0px;
    width: 100%;
    margin: auto;
        margin-right: auto;
    margin-right: -20px;
    z-index: 111;
    position: relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    cursor: default;
    background-color: black;
    border: 1px solid black;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}
.tips-row{
    margin-top: 50px;
    position: relative;
    z-index: 111;
}
.nav-tabs > li > a {
    border-radius: 0px;
    color: white;
    cursor: default;
    background-color: #c62580;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 18px 23px;
    text-align: center;
    border: 1px solid #d827a4;
}
.nav-tabs > li > a:hover {
    color: white ;
    cursor: default;
    cursor: pointer;
    background-color: #c62580;
    border: 1px solid #d827a4;
}
.container-mix{
    width: 100%;
}
.details-tips{
    width: 100%;
    border-top: 1px solid #454545;
}
.tab-content {
    padding: 0px 0px;
    margin-top: 0px;
}
.about-main {
    padding: 0px;
    display: table;
    height: 100%;
    padding-right: 15px;
}
.process1-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process1.jpg);
    background-size: cover;
    background-position: center center;
}
.process2-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process2.jpg);
    background-size: cover;
    background-position: center center;
}
.process3-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process3.jpg);
    background-size: cover;
    background-position: center center;
}
.process4-image{
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/process4.jpg);
    background-size: cover;
    background-position: center center;
}

.day-text{
    padding: 0px 30px;
    padding-left: 50px;
}
.day-text h3 {
    color: #c62580;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 21px;
    font-weight: 700;
}
.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: 30px;
}

.details-row {
    height: 400px;
    background-color: white;
    border: 3px solid #efefef;
    box-shadow: 5px 6px 18px 0px #ededed;
    overflow: hidden;
}

.property-details-bottom h3 {
    color: black;
    font-size: 17px;
}

.white-color p{
    color: white;
}
.white-color h3{
    color: #c62580;
}

#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
#accordion .panel-title a {
    display: block;
    padding: 18px 35px;
    font-size: 20px;
    color: #fff;
    background: #c62580;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #c62580;
    text-align: center;
    font-size: 15px;
    color:#fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f067";
}
#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after{
    transform: rotate(360deg);
}
#accordion .panel-body{
    padding: 17px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body {
    font-size: 16px;
    color: #5d5d5d;
    line-height: 23px;
    background-color: #fbfbfb;
}
.no-pad-right{
    padding-right: 0px;
}
.no-pad-left{
    padding-left: 0px;
}
#counter {
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/counter.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
}
.work-counter:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.work-counter:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.work-counter::after, .work-counter::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #f2f2f2;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.work-counter{
    position: relative;
}
#counter::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 1;
}
.no-margin{
    margin-left: 0px;
}

.counter {
    padding-top: 80px;
    padding-bottom: 50px;
}
.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    font-family: 'Lato', 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;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px 30px;
    position: relative;
    z-index: 111;
    border-radius: 150px;
    transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
}
.work-statistics:hover{
    background-color: #c62580;
}
.work-statistics:hover h3{
    color: white;
}
.work-statistics h3 {
    font-size: 34px;
    color: #c62580;
    margin: 0px 0px;
        margin-top: 0px;
        margin-right: 0px;
    font-weight: 700;
    margin-top: 18px;
    padding: 5px 0px;
    margin-right: 0px;
    font-family: 'Ubuntu', sans-serif;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.work-statistics p {
    color: white;
    font-size: 18px;
    margin-top: 4px;
    padding: 0px;
    margin-bottom: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.stat-icon {
    font-size: 35px;
    margin-top: 0px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
}



/*=========================================================================== SKILL ===============================================================*/




#skill {
    width: 100%;
    background-color: #f2f2f2;
    position: relative;
    margin-top: 0px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 165px;
}
.skill-main:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.skill-main:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.skill-main::after, .skill-main::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid white;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.skill-title {
    padding: 0px 30px;
        padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    padding-bottom: 60px;
    border: none;
    margin-top: 0px;
    z-index: 1111;
    position: relative;
    margin-left: 40px;
    padding-bottom: 0px;
}
.skill-title h3 {
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    color: #747474;
    margin-top: 0px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    display: inline-block;
}

.skill-title h4 {
    font-size: 27px;
    color: #c62580;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 10px;
}
.skill-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #242424;
    padding: 0px;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
}
.skill-title h5 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #545454;
    padding: 0px;
    line-height: 24px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 3px;
}
.white-title h3{
    color: white;
}
.white-title p{
    color: white;
}
.white{
    background-color: white;
}
.skill-under{
    background-color: white;
}
.skill-title ul{
    padding-left: 0px;
}
.skill-title li {
    list-style: none;
    padding: 20px 0px;
}
.bor-bot {
    border-bottom: 2px dotted #c62580;
}
.skill-icon {
    color: #c62580;
    font-size: 33px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    width: 40px;
    padding-bottom: 40px;
}
.about-col1 {
    height: 100%;
    display: table;
    background-color: white;
}
.skillblock-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
}
.about-col1 {
    height: 100%;
    display: table;
    background-color: white;
}
.no-padding-col{
    padding: 0px;
}
.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;
    background-position: center 0%;
}
.skill-image{
    position: relative;
}
.skill-img{
    width: 100%;
height: auto;
padding: 0px;
transition: .4s;
-o-transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
position: relative;
z-index: 111;
margin-left: 40px;
margin-top: 40px;
}
.skill-img:before {
    content: '';
    position: absolute;
    height: 95%;
    width: 95%;
    background-color: transparent;
    border: 15px solid #c62580;
}
.skill-details p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #3C3C3C;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.skill-taxt-details h3 {
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.skill-taxt-details p {
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 18px;
    margin-top: 18px;
}
.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 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

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

.expand {
    height: 8px;
    margin: 0px 0px;
    background: #c62580;
    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%;} }


.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 0px;
    position: relative;
    
}
#message-content {
    background: url(../img/skillback.jpg) fixed;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    padding: 180px 0px;
    padding-bottom: 89px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#message-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(243, 243, 243, 0.06));
    top: 0;
    left: 0;
    z-index: 1;
}
.message1-client {
    position: relative;
    z-index: 111;
    border: 1px solid #eaeaea;
    padding-bottom: 80px;
}
.message1-client h3 {
    letter-spacing: 1px;
    color: #727272;
    margin-top: 0px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 0px;
    font-size: 53px;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    background-color: white;
    transform: translateY(-26px);
    display: inline-block;
}
.message1-client p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
    margin-top: 0px;
    line-height: 23px;
    margin: 0px 100px;
        margin-bottom: 0px;
    margin-bottom: 30px;
}

.message-margin{
    margin-bottom: 40px;
}





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





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

.service-content {
    padding-top: 80px;
    padding-bottom: 140px;
}
.service-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.service-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.service-content::after, .service-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #f9f9f9;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.service-grid{
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.service-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.about-row{
    margin-top: 50px;
}
.service-details {
    padding: 0px;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    padding: 30px 20px;
        padding-top: 30px;
    border: 1px solid #e7e7e7;
    padding-top: 0px;
    
}
.service-details:hover{
    border: 1px solid #c62580;
}
.service-details:hover h3{
    color: #c62580;
}


.service-details:hover .underline1{
    background-color: white;
}
.service-details h3 {
    font-size: 19px;
    letter-spacing: 1px;
    color: #242424;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 0px;
        margin-top: 0px;
    margin-top: 7px;
    padding: 0px 0px;
}
.service-row{
    margin-top: 50px;
}
.service-details p {
    color: #1A1A1A;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.margin-top{
    margin-top: 15px;
}

.serviceBox {
    text-align: center;
    margin-top: 0px;
    padding: 50px 15px;
        padding-top: 50px;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-top: 62px;
    box-shadow: 0px 0px 20px 2px #f5f5f5;
}
.serviceBox .service-icon {
    width: 60px;
    height: 60px;
    line-height: 57px;
    display: inline-block;
    font-size: 31px;
    color: #c62580;
    border: 1px solid #c62580;
    margin-bottom: 35px;
    position: relative;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{
    background: #c62580;
    color: white;
    border-color: #c62580;
}
.serviceBox .service-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 3px #e1e1e1;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all 0.2s ease 0s;
}
.serviceBox:hover .service-icon:after{
    transform: scale(1);
    opacity: 1;
}
.serviceBox .service-icon i{
    transform: rotate(45deg);
}
.serviceBox .title {
    font-size: 25px;
    color: #c62580;
    margin: 0 0 15px;
}
.serviceBox .description {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 23px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}



.about-bottom {
    margin-top: 0px;
    background-color: #353535;
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-bottom-text h3 {
    color: white;
    font-size: 21px;
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.about-bottom-text p {
    color: white;
    font-size: 15px;
    line-height: 23px;
}
.about-bottom-text ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.about-bottom-text ul li {
    display: inline-block;
    margin-bottom: 17px;
    margin-top: 8px;
}
.about-bottom-text ul li a {
    color: white;
    background-color: black;
    padding: 10px 15px;
    margin-right: 6px;
    margin-top: 0px;
}
.about-bottom-text ul li a:hover{
    background-color: #c62580;
    text-decoration: none;
}
.link h3{margin-bottom: 22px;}
.nav-text p {
    color: white;
    font-size: 15px;
    line-height: 23px;
}
.nav-text h3 {
    color: white;
    font-size: 21px;
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.about-social-bottom li a {
    color: white;
    background-color: transparent;
    float: left;
    font-size: 17px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 0px;
}
.about-social-bottom li a:hover {
    color: black;
}
.extrabutton{
    margin-top: 20px;
}
.icon-extra{
    padding: 35px 0px;
    padding-bottom: 35px;
}
.copyright-details{
    background-color: #c62580;
    margin-top: 50px;
}
.copyright h3 {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    font-size: 15px;
    color: black;
    padding-top: 0px;
}
.copyright-text {
    background-color: #c62580;
    padding: 50px 0px;
}
.copyright-text h3 {
    color: white;
    text-align: center;
    font-size: 17px;
}




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




#work {
    width: 100%;
    background-color: white;
}
.work-content {
    padding-bottom: 165px;
    position: relative;
}
.work-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.work-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.work-content::after, .work-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #c62580;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 155px;
}
.work-title-home{
    padding-top: 80px;
}
.work-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.work-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.work-details{
    margin-top: 50px;
}


.overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    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 transparent;
    position: absolute;
    margin: 5%;
}
.extra-design {
    width: 140%;
    height: 20%;
    background-color: #c62580;
    position: absolute;
    transform: rotate(331deg) translateX(-122%);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-delay: .1s;
}
.portfolio-wrapper:hover .extra-design{
    transform: rotate(331deg) translateX(-22%);
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.overlay h3 {
    color: white;
    font-size: 25px;
    transform: translateY(50px);
    transition: .5s;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition-delay: .8s;
}
.overlay h4 {
    color: white;
    font-size: 18px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: 0px 35px;
    margin-bottom: 20px;
    line-height: 24px;
    transition-delay: .8s;
}
.portfolio-wrapper:hover h3{
    transform: translateY(0px);
    opacity: 1.5;
}
.portfolio-wrapper:hover h4{
    transform: translateY(0px);
    opacity: 1.5;
}
.work-icon {
    font-size: 22px;
    color: white;
    text-align: center;
    transform: translateY(60px);
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
        transition-delay: 0s;
    transition-delay: 0s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition-delay: .8s;
    margin-top: 10px;
    background-color: #c62580;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 150px;
    margin: 0px 5px;
        margin-top: 0px;
    margin-top: 20px;
}
.portfolio-wrapper:hover .work-icon{
    transform: translateY(0px);
    opacity: 1.5;
}
#filters {
    padding: 0;
    list-style: none;
    width: 573px;
    margin: 30px auto;
    margin-top: 0px;
}
#filters li {
    float: left;
    margin-right: 10px;
}

#filters li .baar{
    display: block;
    padding: 5px 30px;
        padding-left: 30px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
    padding-left: 0px;
}
#filters li .last{
    display: block;
    padding: 5px 0px;
        padding-left: 30px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 16px;
    padding-left: 0px;
}
#filters li .baar::after {
    content: '';
    width: 3px;
    height: 25px;
    background-color: #c62580;
    position: absolute;
    transform: skew(-20deg);
    margin-left: 20px;
}
#filters li span::last-child:after{
    content: '';
    width: 0px;
    height: 0px;
    background-color: #c62580;
    position: absolute;
    transform: skew(-20deg);
    margin-left: 0px;
}
#filters li span.active {
    background: transparent;
    color: #c62580;
}
.no-padding{
    padding: 0px;
}
.work-row{
    margin: 0px 0px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 50%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}

.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}
.work-bottom-text{
    
}
.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;
}


.copyright-details-work{
    margin-top: 80px;
    background-color: #c62580;
}
.copyright h3 {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    font-size: 15px;
    color: black;
    padding-top: 0px;
}

.work-bottom{
    margin-top: 80px;
}


/* #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: #c62580;
    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;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    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);
}


.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    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;
}






/*============================================================= TESTIMONIAL ================================================================*/




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


#testimonial-content{
    
    position: relative;
    width: 100%;
    
    padding-bottom: 135px;
    padding-top: 80px;
}
#testimonial-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

#testimonial-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

#testimonial-content::after, #testimonial-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #c62580;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.testimonial-details{
    width: 100%;
}
.carousel-indicators1{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 48px;
    margin-bottom: 0px;
}

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

#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.carousel .carousel-indicators {
    bottom: -32px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #c62580;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.item blockquote p {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
    line-height: 25px;
    position: relative;
}
.item blockquote p span {
    font-size: 23px;
    color: #c62580;
    position: relative;
    line-height: 44px;
}
.item{
    height: auto;
}

.circle-img {
    width: 100%;
    height: 100%;
    border-radius: 155px;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 9px;
    margin-top: 10px;
}
section {
    height: auto;
    margin: 80px 0;
    margin-bottom: 0px;
}

.sponsors-title {
    padding-top: 80px;
}
.sponsors-title h3 {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    color: #25c3dd;
    margin-top: 0px;
    font-weight: 900;
    line-height: 24px;
    position: relative;
}
.sponsors-title h2 {
    font-size: 53px;
    color: #f2f2f2;
    margin-top: 0px;
    font-weight: 900;
    position: absolute;
    line-height: 49px;
}
.sponsors-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.white{
    background-color: white;
}
.sponsors-grid {
    margin-top: 90px;
    background-color: #f8f8f8;
    padding-bottom: 50px;
}
.sponsors-image{
    margin-bottom: 30px;
    background-color: #25c3dd;
}

.sponsors-img{
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.sponsors-img:hover{
    opacity: .9;
}

.copyright-details-price{
    background-color: #25c3dd;
    margin-top: 0px;
}

.blog-bottomnav{
    margin-top: 0px;
}
.testimonial-bg{
    border: 10px solid #c62580;
    padding: 80px 70px;
    text-align: center;
    position: relative;
}
.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description {
    font-size: 18px;
    font-weight: 400;
    color: #848484;
    line-height: 25px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
    color: #c62580;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 20px;
    color: #848484;
}
.owl-theme .owl-controls{
    background: #fff;
    margin-top: 10px;
    position: absolute;
    bottom: -34%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #34363b;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}

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



#blog{
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
    
}
.blog-content {
    padding-bottom: 130px;
    position: relative;
}
.blog-content:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.blog-content:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.blog-content::after, .blog-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid white;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.blog-title {
    padding-top: 155px;
}
.blog-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: #747474;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.blog-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}


.blog-grid {
    margin-top: 0px;
}
.blog-main {
    box-shadow: 0px 9px 22px 0px #f0f0f0;
    padding-bottom: 49px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-img {
    width: 100%;
    height: auto;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0.8;
}
.blog-head{
    padding-left: 20px;
    margin-top: 20px;
}
.blog-head h2 {
    margin: 0px;
    margin-bottom: 30px;
    font-size: 17px;
    background-color: white;
    color: black;
    padding: 14px 20px;
    line-height: 22px;
    margin-top: -92px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: table-caption;
    font-weight: 700;
    box-shadow: 0px 0px 4px 0px #c9c9c9;
}
.blog-head a {
    color: #c62580;
    font-size: 23px;
    text-decoration: none;
}
.blog-head a:hover {
    color: black;
    text-decoration: none;
}
.blog-middle {
    display: inline-flex;
    padding-left: 20px;
    margin-top: 12px;
}
.blog-middle h4 {
    margin: 0px;
    font-size: 15px;
    margin-left: 7px;
    margin-right: 15px;
}
.blog-icon{
    color: #c62580;
}
.blog-bottom{
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-bottom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.blog-main:hover h2{
    background-color: black;
    color: white;
}
.post-slide {
    margin: 0px;
    box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content {
    background: #fff;
    padding: 40px 20px;
    margin-bottom: 30px;
}
.post-slide .post-title{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #c62580;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
    margin-top: 10px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 14px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}
.copyright-details-blog{
    background-color: #c62580;
    margin-top: 0px;
}
.blog-main:hover .blog-img{
    opacity: 1.8;
}
.blog-bottom-text{
    
}
.exdesign {
    width: 84.4%;
    height: 1300px;
    position: absolute;
    z-index: 111;
    margin-left: 7.8%;
    border: 10px solid #c62580;
    margin-top: -19px;
}


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








#contact {
    width: 100%;
    height: auto;
    background-color: #fcfcfc;
}
#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-top: 155px;
    padding-bottom: 0px;
}
#contact-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.71);
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-grid{
    position: relative;
    z-index: 111;
}
.contact-grid:before {
    right: 50%;
    border-right: 105vh solid transparent;
    border-left: 105vh solid;
}

.contact-grid:after {
    left: 50%;
    border-left: 105vh solid transparent;
    border-right: 105vh solid;
}

.contact-grid::after, .contact-grid::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 100px solid #c62580;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 42px;
font-family: 'Ubuntu', sans-serif;
letter-spacing: 1px;
color: white;
margin-top: 0px;
font-weight: 600;
line-height: 34px;
position: relative;
display: inline-block;
}

.contact-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    position: relative;
}
.contact-bottomnav{
    margin-top: 0px;
}
.white-title p{
    color: white;
}
.black-title h3{
    color: black;
}
.black-title p{
    color: black;
}
.map {
    width:100%;
    height:600px;	
}
.info-details {
    background-color: #272727;
    padding: 80px 30px;
    margin-bottom: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 3px solid #c62580;
}
.info-details:hover{
    border-bottom: 3px solid #c62580;
}
.info-details h3 {
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 9px;
    letter-spacing: 1px;
}
.info-details p {
    margin-bottom: 0px;
    color: #d1d1d1;
    font-size: 19px;
    margin-top: 13px;
}
textarea.form-control {
    height: 183px;
}
.contact-icon {
    color: #c62580;
    font-size: 54px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.info-details:hover .contact-icon{
    color: white;
}
.main-row{
    margin-top: 80px;
}
.contact-info-row{
    margin-top: 80px;
}
.map-wrap {
    position:relative; 
}

.overlay-map {
    width:100%;
    height: 100%; 
    position:absolute; 
    top:0;
    z-index: 111;
}
.map-col{
    padding: 0px;
}
.contact-col {
    height: auto;
    background-color: transparent;
}
.map-con{
    margin-top: 80px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #8C8B8B;
    background-color: rgba(95, 95, 95, 0.4);
    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;
    text-align: center;
    
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #303030;

}
.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);
}
.has-error .help-block {
    color: #c62580;
    text-align: center;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid #595757;
}
.bor-right{
    border-right: 1px solid #959595;
}
.btn {
    display: inline-block;
    padding: 12px 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-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    opacity: 1.5;
    width: 100%;
    margin-top: 13px;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: white;
    border-color: white;
}
.btn-success.disabled {
    background-color: #c62580;
    border-color: #c62580;
    color: white;
    opacity: 1.5;
}
.btn.disabled:hover{
    background-color: #c62580;
    border-color: #c62580;
}
.btn-success:hover{
    cursor: pointer;
    background-color: #c62580;
    border-color: #c62580;
}
.btn-success {
    color: white;
    background-color: #c62580;
    border-color: #c62580;
}
.text-danger {
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
}
.text-success {
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
}
.white1{
    border-color: white;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-row-last{
    margin-top: 80px;
}


/*===================================================================== Home special ================================================*/

.home-page-css{
    padding-top: 80px;
}
.home-page-css-work{
    padding-top: 0px;
}
.home-page-css-blog{
    padding-top: 50px;
}
.copyright-details-home{
    background-color: black;
    margin-top: 30px;
}

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


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

    .about-details {
        margin: 0px;
        margin-top: 0px;
    }
    
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 24px 23px;
        margin-right: 0px;
    }

    #skill-main {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 50%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}
.contact-col {
    height: auto;
    background-color: transparent;
    margin-bottom: 0px;
}
.details-row {
    height: 500px;
    background-color: white;
    border: 5px solid #c62580;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
    overflow: hidden;
}
.process1-image {
    width: 100%;
    height: 500px;
    padding: 0px;
    background-image: url(../img/process1.jpg);
    background-size: cover;
    background-position: center center;
}
.service-details {
    padding: 0px;
    margin-bottom: 60px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    padding: 30px 20px;
    padding-top: 30px;
    border: 1px solid #e7e7e7;
    padding-top: 0px;
}
.about-bottomres{
    margin-top: 20px;
}
.day-text {
    padding: 0px 00px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.process2-image {
    width: 100%;
    height: 500px;
    padding: 0px;
    background-image: url(../img/process2.jpg);
    background-size: cover;
    background-position: center center;
}
.process3-image {
    width: 100%;
    height: 500px;
}
.process4-image {
    width: 100%;
    height: 500px;
}
.exdesign {
    width: 96.4%;
    height: 1300px;
    position: absolute;
    z-index: 111;
    margin-left: 1.8%;
    border: 10px solid #c62580;
    margin-top: -19px;
}
.map-con {
    margin-top: 80px;
}
.work-content {
    padding-bottom: 125px;
    position: relative;
}
.about-details {
    margin: 0px;
    margin-top: 0px;
    margin-left: 30px;
}
.about-details h3 {
    font-size: 37px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    color: #747474;
    margin-top: 0px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    display: inline-block;
    float: left;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 0px;
    padding: 20px 0px;
}
.about-details h2 {
    font-size: 28px;
    color: #c62580;
    margin-top: 0px;
    line-height: 28px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 20px;
}
.skill-title {
    padding: 0px 30px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    padding-bottom: 60px;
    border: none;
    margin-top: 0px;
    z-index: 1111;
    position: relative;
    margin-left: 20px;
    padding-bottom: 0px;
}
.skill-icon {
    color: #c62580;
    font-size: 33px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    width: 40px;
    padding-bottom: 83px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 120px;
}
.serviceBox {
    margin-bottom: 30px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 110px;
}
.info-details {
    background-color: #272727;
    padding: 80px 30px;
    margin-bottom: 30px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 3px solid #c62580;
}
.navbar-nav {
    float: right;
    margin: 24px 23px;
    margin-right: 0px;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 100px;
}
}

@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: 50px 0px;
        margin-bottom: 10px;
    }
    .details-row {
    height: 700px;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}
.about-main {
    padding: 0px;
    height: auto;
    padding-right: 0px;
    display: block;
}
.faq-details {
    padding-bottom: 80px;
}
.day-text {
    padding: 14px 15px;
}
    .work-counter {
        width: 100%;
        margin-top: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 35%;
    }
    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .contact-col {
        height: auto;
        background-color: transparent;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 35%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .about-col1 {
    height: 100%;
    display: table;
    background-color: white;
    width: 100%;
}
.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 400px;
}
.con{
    background-color: white;
}
    .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: 49%;
        margin-right: 1%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #a9a8a8;
    }
    .nav-tabs > li {
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-right: 20px;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 0px;
    width: 535px;
    margin: auto;
}
.details-row {
    height: auto;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}
.day-text {
    padding: 30px 15px;
}
.message1 {
    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 80px;
}
.map-con {
    margin-top: 60px;
}
.about-bottom-text h3 {
    color: white;
    font-size: 16px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 40px;
    text-align: center;
}
.icon-extra {
    padding: 22px 0px;
    padding-bottom: 35px;
    text-align: center;
}
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 0px;
    margin-top: 0px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -54px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 15px;
    padding: 0px 0px;
    padding-bottom: 15px;
}
.skill-title {
    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    padding-bottom: 60px;
    border: none;
    margin-top: 50px;
    z-index: 1111;
    position: relative;
    margin-left: 0px;
    padding-bottom: 0px;
}
.service-content {
    padding-top: 80px;
    padding-bottom: 100px;
}
.faq-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    position: relative;
    z-index: 111;
    margin-left: 0px;
    margin-top: 60px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 165px;
}
.navbar-default {
    background-color: white;
    height: 75px;
    border-bottom: none;
    overflow: visible;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.navbar-default-home{
    background-color: transparent;
}
.owl-theme .owl-controls {
    bottom: -27%;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    margin-bottom: 0px;
}
}

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

    .contact-form {
        width: 100%;
        margin: auto;
        margin-bottom: 80px;
    }
    .work-counter {
        width: 100%;
    }
    .message-details {
        padding-left: 0px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
    }
    #filters li span {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
    .details-row {
    height: auto;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}

.cd-headline.clip span {
    font-size: 56px;
    color: #c62580;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.cd-headline.clip {
    font-size: 56px;
    color: white;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.contact-form {
    width: 100%;
    margin: auto;
    margin-bottom: 0px;
}
}


@media screen and (max-width: 480px) {
    
    .home-text h2 {
    font-size: 69px;
    color: white;
    letter-spacing: 5px;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 61px;
}
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    #filters li {
    float: none;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
    margin-bottom: 7px;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 50%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-left: 0%;
    margin-bottom: 0%;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 15px;
    width: 100%;
    margin: auto;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
    padding-top: 5px;
}
.about-details {
    margin: 50px 0px;
    margin-bottom: 0px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #535353;
    cursor: default;
    background-color: transparent;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 17px 23px;
    text-align: center;
}
.tab-content {
    padding: 0px 0px;
    margin-top: 35px;
}
.message1-client p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
    margin-top: 0px;
    line-height: 23px;
    margin: 0px 15px;
    margin-bottom: 0px;
    margin-bottom: 30px;
}
.about-image::before {
    content: '';
    position: absolute;
    height: 95%;
    width: 92%;
    background-color: transparent;
    border: 15px solid #c62580;
}
.about-social-icon1 {
    padding: 2px 0px;
    padding-bottom: 0x;
    display: inline-block;
    margin-left: 0px;
    padding: 20px 0px;
    padding-bottom: 15px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 135px;
}
#filters li {
    float: left;
    border: none;
    margin-right: 10px;
    margin-bottom: 15px;
}
.owl-theme .owl-controls {
    bottom: -17%;
}
}

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

    }

    .home-text h2 {
    font-size: 37px;
    line-height: 33px;
}
    .home-text h3 {
        font-size: 19px;
        letter-spacing: 1px;
        margin-bottom: 30px;
        line-height: 22px;
    }
.cd-headline.clip span {
    font-size: 36px;
    color: #c62580;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}
.cd-headline.clip {
    font-size: 36px;
    color: white;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}
    #skill-main-left {
        list-style: none;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #skill-main-right {
        list-style: none;
        padding: 10px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .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;
    }

    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 17%;
    }
    #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%;
    margin-left: 0%;
}
    .work-counter {
        width: 100%;
    }

.skillblock-details {
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
}
    .about-details {
        margin: 40px 0px;
        margin-bottom: 0px;
    }
    .testimonial-content {
        padding-bottom: 0px;
        padding-top: 80px;
    }
    .item blockquote p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    .bottom-text h3 {
    color: #bdbdbd;
    font-size: 16px;
    margin: 0px;
    margin-top: 0px;
    margin-top: 10px;
}
.about-social li {
    margin: 0px 4px;
}
.about-social-iconres {
    padding: 20px 0px;
    padding-bottom: 11px;
    margin-left: -47px;
}
.nav-tabs > li > a {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #535353;
    cursor: default;
    background-color: transparent;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 12px 23px;
    text-align: center;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 0px;
    width: 100%;
    margin: auto;
}

.skill-title h4 {
    font-size: 20px;
    color: #c62580;
    margin-top: 0px;
    line-height: 27px;
}
.message1-client h3 {
    letter-spacing: 1px;
    color: #727272;
    margin-top: 0px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 0px;
    font-size: 43px;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic;
    background-color: white;
    transform: translateY(-26px);
    display: inline-block;
}
.about-image::before {
    content: '';
    position: absolute;
    height: 95%;
    width: 85%;
    background-color: transparent;
    border: 15px solid #c62580;
}
.about-details h3 {
    font-size: 33px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
    color: #747474;
    margin-top: 0px;
    font-weight: 600;
    line-height: 34px;
    position: relative;
    display: inline-block;
    float: left;
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 95%;
    background-color: transparent;
    border: none;
    margin-left: 40px;
    margin-top: 40px;
}
#process-grid {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 110px;
}
.blog-content {
    padding-bottom: 80px;
    position: relative;
}
.owl-theme .owl-controls {
    bottom: -13%;
}
}

