﻿/*
        Project:		-- Eular
        Version:	    --
        Create Date:	-- 25-07-18
        Last change:	--
        Primary use:	--
*/

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




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

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





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





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





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



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

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

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

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

.navbar-default .navbar-nav > .active > ::before {

    position: absolute;
    content: '';
    background-color: #db1b73;
    height: 2px;
    width: 15px;
    margin-top: 23px;
    border-radius: 150px;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {

    color: #db1b73 !important;
    background-color: transparent;

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

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


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






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

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

    width: 100%;
    height: 100%;
    display: table;
    padding-top: 0px;

}
.about-content-main {

    width: 100%;
    height: 100%;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;

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

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



.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
    padding-bottom: 10px;
}
.home-text {
    width: 100%;
    padding: 0px 0px;

}
.home-text h2 {

    font-size: 75px;
    color: white;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

}
.home-text p {

    font-size: 15px;
    color: #c5c5c5;
line-height: 1.8;
margin-bottom: 30px;
}
.home-text h3 {

    font-size: 15px;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 0px;

}
#rotate span {

    font-size: 25px;
    color: #6f6f6f;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;

}
#rotate span {
    display: none;

    &:first-child {
        display: inline;
    }
}
.home-arrow {

    position: absolute;
    left: calc(50% - 1px);
    bottom: -180px;
    width: 1px;
    height: 80px;

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

.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 8px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {
    color: #7a7a7a;
    background-color: transparent;
    float: left;
    font-size: 15px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 0px;
}

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


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

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




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


.section:nth-of-type(1) {
    background: whitesmoke;
    height: 100vh;
}
.section {
    height: auto;
    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;}


.whitebutton {

    color: #db1b73;
    border-color: #db1b73;
    text-align: center;
    margin-left: 0px;

}
.whitebutton:hover{
    color: white;
    border-color: #db1b73;
}
.middlebutton{
    margin-left: auto;
}
.btn-4:hover{
    text-decoration: none;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.parallax-container {

    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.slide1 {

    display: block;
    position: absolute;
    left: 55px;
    width: 30px;
    transform: matrix(1, 0, 0, 1, 77.5019, -77.4227);

}
.slide2 {

    display: block;
    position: absolute;
    right: 300px;
    top: 100px;
    transform: matrix(1, 0, 0, 1, 46.5011, -46.4536);

}
.slide3 {

    display: block;
    position: absolute;
    right: 55px;
    bottom: 100px;
    transform: matrix(1, 0, 0, 1, 59.4181, -59.3574);

}
.slide4 {

    display: block;
    position: absolute;
    top: 50px;
    transform: matrix(1, 0, 0, 1, 33.5841, -33.5498);

}
.slide5 {

    display: block;
    position: absolute;
    bottom: 80px;
    transform: matrix(1, 0, 0, 1, 33.5841, -33.5498);

}
.parallax-container div img, .fullwidth-video-section .play-link .icon-box {

    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;

}







.tp-parallax-wrap {

    transform-style: preserve-3d;

}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {

    margin-bottom: 0;

}
.tp-caption {

    z-index: 5 !important;

}
.tp-parallax-wrap h1 {

    position: relative;
    font-size: 140px;
    color: #1c1c1c;
    font-weight: 800;
    line-height: 1.1;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 24px 30px rgba(0,0,0,.1);
    padding: 30px 0;

}


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





#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
    height: 100%;
    z-index: 111;
    background-size: cover;
    padding-top: 100px;
    
}
.about-content {

    
    padding-bottom: 0px;
    background-size: cover;

}
.about-grid{
    width: 100%;
}
.love-grid{
    width: 100%;
    margin-top: 0px;
}

.main-title h3 {

    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #3f3f3f;
    margin-top: -6px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;

}
.main-title h3::after {

    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #db1b73 , rgba(221, 40, 40, 0));
    height: 2px;
    width: 80px;
    margin-top: 26px;
    margin-left: 10px;
    width: 100px;
    z-index: 111;

}
.main-title h3 span{
    font-size:42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #db1b73;
    margin-top: -6px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    position: relative;
}
.main-title p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8;
    margin: 0px 0px;
    margin-bottom: 50px;
}
.white-title h3{
    color: white;
}
.love-row{
    padding: 0px 0px;
    padding-bottom: 0px;
}
.service-hover{
    position: absolute;
    background-color: white;
    height: 0%;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.media {
    margin-top: 0px;
    padding: 25px 25px;
}
.me-grid {
    margin-top: 0px;
    position: relative;
    z-index: 11;
}
.about-hover {
    width: 70%;
    height: 500px;
    position: absolute;
    border: 30px double #fbfbfb;
    margin-left: 15%;
    margin-top: -197px;
}
.about-col {

    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    height: 100%;

}
.about-image {

    margin: 0px 0px;

}
.about-image::before {

    position: absolute;
    content: '';
    height: calc(100% - 200px);
    width: calc(100% - 30px);
    margin-top: 0px;
    margin-left: 100px;
    background-image: url(../img/dots-2.png);

}
.about-img {

    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;

}

.about-image h3 {

    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    position: absolute;
    color: #b7205b;
    font-weight: 700;
    margin-top: -10px;
    line-height: 1.2;

}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}
.about-social-icon {

    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    z-index: 1111;
    position: relative;
    margin-top: 5px;

}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 0px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {

    color: white;
    float: left;
    line-height: 20px;
    font-size: 15px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin: 0px 10px;

}
.about-social li a:hover {
    color: white;
}
.image-social-icon {

    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    z-index: 1111;
    position: absolute;
    margin-top: 0px;

}
.image-social {
    padding: 0px;
    display: inline-block;
    list-style: none;
    margin: 0px;
}
.image-social li {
    margin: 0px 0px;
}
.image-social li:first-child {
    margin-left: 0px;
}

.image-social li a {

    color: white;
    float: left;
    line-height: 20px;
    font-size: 15px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin: 0px;
    background-color: #db1b73;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-bottom: 1px;

}
.image-social li a:hover {
    color: white;
}
.about-details {
    margin: 0px 0px;
    margin-left: 0px;
    padding-bottom: 8px;
}
.about-details h3 {

    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #3f3f3f;
    margin-top: -6px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    position: relative;

}
.about-details h3::after {

    position: absolute;
    content: '';
    background-image: linear-gradient(to right, #db1b73 , rgba(221, 40, 40, 0));
    height: 2px;
    width: 80px;
    margin-top: 26px;
    margin-left: 10px;
    width: 100px;

}
.about-details h4 {

    font-size: 24px;
    letter-spacing: 0px;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 10px;
    color: #4e4e4e;
    line-height: 1.3;

}
.about-ul {

    margin-bottom: 30px;

}
.about-ul li {

    padding: 6px 25px;
    color: white;
    font-size: 18px;
    background-color: #db1b73;
    margin-right: 230px;
    margin-bottom: 10px;

}
.about-ul li::before {

    content: '';
    background-color: transparent;
    height: 10px;
    width: 10px;
    position: absolute;
    border: 2px solid white;
    border-radius: 150px;
    z-index: 111;
    left: 20px;
    margin-top: 8px;

}

.pagetite{

}
.tab{
    margin-left: 15px;
}
.leftside{
    margin-left: 0px;
}
.colorbutton {
    color: #b7205b;
    border-color: #b7205b;
    margin-left: 0px;
    margin: 0px;
}
.about-details h3 span{
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #db1b73;
    margin-top: -6px;
    padding: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    position: relative;
}
.about-details p {

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

}

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

.about-contact1 {
    background: none;
    color: white;
    position: relative;
    border: 1px solid #b7205b;
    padding: 11px 19px;
    font-size: 16px;
    position: relative;
    z-index: 111;
    background-color: #b7205b;
}
.about-contact1::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: black;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

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


}
.about-contact1:hover {
    color: white;
    text-decoration: none;
    z-index: 1;
    border-color: black;
}
.second{
    margin-left: 20px;
}
.second-row{
    margin-top: 100px;
}
.skill-row{
    height: auto;
    background-color: white;
    margin: 0px 0px;
    margin-top: 0px;
}


.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    color: white;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 13px;
}
.work-statistics-write p {
    font-size: 18px;
    color: white;
    vertical-align: middle;
    margin-top: 13px;
    line-height: 25px;
}
.work-statistics {

    padding: 30px 30px;
        padding-top: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 111;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    background-color: #db1b73;
    border: 1px solid #cc1c6d;

}

.no-padding{
    padding: 0px;
}

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


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

.work-statistics h3 {

    font-size: 32px;
    color: white;
    margin: 0px 9px;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    font-weight: 700;
    vertical-align: middle;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;

}
.counterrow {

    position: relative;
    z-index: 1111;

}
.work-statistics p {

    color: white;
    font-size: 15px;
    margin-top: 15px;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.8;

}
.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1;
}
.stat-icon {

    font-size: 42px;
    margin-top: 0px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;

}
.couner-main-content p{
    margin-bottom: 75px;
}






#album{
    width: 100%;
    background-color: #fbfbfb;
    margin-top: 0px;
    position: relative;
    height: 100%;
    z-index: 111;
}
.orb {
    width: 10%;
    display: inline-block;
    margin: 0px 0px;
    float: left;
    transition: all .2s ease-out;

}
.orb img{
    width: 100%;
}
.orb:hover {



    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.red {background:red;}
.yellow {background:yellow;}
.blue {background:blue;}
.orange {background:orange;}
.purple {background:purple;}
.green {background:green;}

.marquee {

    height: auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 50px 0px;
    margin-bottom: 50px;
    margin-bottom: 0px;
    position: relative;

}

.marquee--inner {
    display: block;
    width: 200%;
    margin: 0px 0;
    position: relative;
    animation: marquee 20s linear infinite;
    height: auto;
}

.marquee--inner:hover {
    animation-play-state: paused;
    cursor: crosshair;
}

/*.half {
  float: left;
  width: 10%;
}*/
.over{
    overflow: hidden;
    margin-right: 0px;
}
.xtra {
    float: left;
    width: 100%;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}




.message {
    width: 100%;
    background-color: white;
    padding: 100px 0px;
    margin-top: 0px;
    background: url(../img/message.jpeg) fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.message-img{
    height: 100%;
    width: 100%;
}
.no-padding-col {

    padding: 0px 50px;
    padding-top: 0px;
    padding-right: 50px;
    height: 100%;
    background-color: transparent;
    padding-right: 0px;
    padding-top: 100px;

}
.message-row{
    height: 550px;
    background-color: #b7205b;
    margin: 0px 0px;
}
.message-col {
    height: 100%;
    display: table;
    background-color: #b7205b;
}
.faq-client-img{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/faq.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.message-details {
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    position: relative;
    z-index: 111;
}
.message-details h3 {

    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #db1b73;
    margin-top: -8px;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;

}
.message-details p {

    font-size: 15px;
    color: white;
    line-height: 1.8;
    margin-bottom: 30px;

}




.message1 {
    width: 100%;
    background-color: white;
    padding: 100px 0px;
    margin-top: 0px;
    background: url(../img/message1.jpg) fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.message-img{
    height: 100%;
    width: 100%;
}
.no-padding-col {

    padding: 0px 50px;
    padding-top: 0px;
    padding-right: 50px;
    height: 100%;
    background-color: transparent;
    padding-right: 0px;
    padding-top: 100px;

}
.message-row{
    height: 550px;
    background-color: #b7205b;
    margin: 0px 0px;
}
.message-col {
    height: 100%;
    display: table;
    background-color: #b7205b;
}
.faq-client-img{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/faq.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.message-details {
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 0px;
    position: relative;
    z-index: 111;
}
.message-details h3 {

    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #db1b73;
    margin-top: -8px;
    padding: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;

}
.message-details p {

    font-size: 15px;
    color: white;
    line-height: 1.8;
    margin-bottom: 30px;

}
.skilltext {
    margin-top: -15px;
}
.skilltext ul{}
.skilltext ul li {

    color: #db1b73;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px dashed #db1b73;
    padding: 12px 0px;
        padding-left: 0px;
    padding-left: 30px;

}
.skilltext ul li::before {

    position: absolute;
    content: '';
    height: 1px;
    width: 20px;
    background-color: #db1b73;
    z-index: 11;
    margin-left: -30px;
    margin-top: 10px;

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


#service{
    
    margin: 0;
    height: auto;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 0px;
    background-color: white
}


.service-grid{
    position: relative;
    z-index: 1111;
}
.s-row-1{
    background-image: url(../img/s1.jpg);
    background-size: cover;
    background-position: center center;
}
.s-row-2{
    background-image: url(../img/s2.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 50px;
}
.service-content {

    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

}
.service-content:hover{
    border-color: #db1b73;
}
.service-content img {

    width: 80px;
    height: auto;
    border: 1px solid #303030;
    padding: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

}
.service-content:hover img{
    border: 1px solid #db1b73;
}
.service-content h3 {

    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #db1b73;
    margin-bottom: 10px;
    margin-top: 5px;

}
.main-service{
    padding-bottom: 70px;
}
.service-content p {

    color: #666;
    font-size: 15px;
    line-height: 1.8;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
        transition-delay: 0s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition-delay: .3s;
    margin-bottom: 0px;

}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px 0px;
}
.service-icon {

    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #db1b73;
    font-size: 25px;
    color: #fff;
    margin-bottom: 45px;
    position: relative;
    text-align: center;

}
.service-icon::before {

    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 3px solid #fff;
        border-right-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-right-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    z-index: 111;

}
.service-content:hover .service-icon:before{ transform: rotate(180deg); }
.service-icon:after{
    content: "";
    width: 2px;
    height: 30px;
    background: #f03089;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.margin-s{
    margin-top: 50px;
}
.br {

    border-right: 1px solid #424242;

}
.redcolor{
    background-color: #db1b73;
    border-color: #db1b73;
    color: white;
}



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




#work {
    width: 100%;
    background-color: #fbfbfb;
    margin-top: 0px;
    position: relative;
    height: 100%;
    z-index: 111;
}

#work-content {

    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0px;
}

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

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

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


.overlay {
    height: 30%;
    width: 100%;
    background: #b7205b;
    position: absolute;
    z-index: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transform: translateX(-1000px);
    margin-top: 35%;
}
.port-over {
    width: 90%;
    height: 87%;
    border: 2px solid transparent;
    position: absolute;
    margin: 5%;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}


.portfolio-wrapper img{

    transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
}
.portfolio-wrapper:hover img{
    transform: scale(1.3) rotate(5deg);

}
.work-icon {

    font-size: 17px;
    color: white;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    height: 40px;
    width: 40px;
    border: 1px solid #db1b73;
    line-height: 39px;
    margin: 0px 0px;
    margin-right: 0px;
    margin-right: 5px;
    background-color: #db1b73;


}
.work-icon-content {

    background-color: transparent;
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    height: 48px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: inherit;
    left: 30px;

}

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



.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.box .box-content{
    width: 100%;
    height: 101%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 0%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box .content-inner {

    opacity: 0;
    transition: all 0.3s ease 0s;
    height: 100%;

}
.box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.box .title {

    font-size: 22px;
    color: #db1b73;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 111;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;

}
.box .post{
    display: block;
    font-size: 15px;
    color: white;
    margin-bottom: 15px;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}
.box .icon li{ display: inline-block; }



#filters {
    padding: 0;
    list-style: none;
    width: 410px;
    margin: 50px auto;
    margin-top: 0px;
}

#filters li {
    float:left;
}

#filters li span {

    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    font-size: 15px;

}

#filters li span.active {

    color: white;
    background-color: #db1b73;

}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 33.333333333%;
    margin-right: 0%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 0%;
}
.no-padding{
    padding: 0px;
}
.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}

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

    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.portfolio-wrapper:hover .overlay{
    transform: translateX(0px);
}
.portfolio .text-category {
    display:block;
    font-size:9px;
}







/* #Tablet (Portrait) */



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

/* #Clearing */

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

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

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









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




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

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

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

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

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

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

.fancybox-inner {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../fancybox_sprite@2x.png');
        background-size: 44px 152px; 
    }

    #fancybox-loading div {
        background-image: url('../fancybox_loading@2x.gif');
        background-size: 24px 24px; 
    }
}
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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







/*=================================================== testimonial ==========================================*/




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


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


.testimonial-details{
    width: 100%;
}

.testimonial{
    text-align: center;
    margin: 0 15px;
}
.testimonial .description {

    padding: 40px 0px;
    margin: 0;
    border-top: 4px solid #484848;
    border-bottom: 1px solid #484848;
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    position: relative;

}
.testimonial .description:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fbfbfb;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 40px auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {

    font-size: 22px;
    color: #db1b73;
    margin: 0 0 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}
.testimonial .post {

    display: block;
    font-size: 15px;
    color: #dadada;

}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    background: #4a4a4a;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #fbfbfb;
}
.owl-theme .owl-controls .owl-page span {

    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;

}
section{
    height: auto;
    margin: 0px;
}



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



#blog {
    height: auto;
    width: 100%;
    background-color: white;
    position: relative;
    z-index: 11;
}
.blog-content{
    padding-bottom: 70px;
    padding-top: 100px;
}
.blog-row{
    margin-top: 50px;
}
.blog-title {
    padding-top: 80px;
}
.blog-title h3 {
    font-size: 35px;
    font-family: 'Merriweather', serif;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
}
.blog-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}

.blog-grid {
    margin-top: 0px;
}
.post-slide {
    padding: 0px;
    box-shadow: 0px 0px 6px 0px #e1e1e1;
    margin-bottom: 30px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.9;
    transform: scale(1,1);
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.2,1.2);
    filter:none;
    opacity:1;
}
.post-slide .post-content{
    padding: 20px 30px;
    position: relative;
    background: #fff;
}
.post-slide .post-date{
    min-width:28px;
    min-height:28px;
    line-height: 28px;
    text-align: center;
    background: #556677;
    position: absolute;
    top: -30px;
    left: 30px;
}
.post-slide .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #db1b73;;
    text-transform: uppercase;
}
.post-slide .date{
    color: #fff;
    font-size: 14px;
}
.post-slide .post-title{
    margin: 20px 0;
    margin-bottom: 0px;
}
.post-slide .post-title a{
    font-family: 'Poppins', sans-serif;

font-size: 22px;

font-weight: 500;

color: #db1b73;
line-height: 1.7;
}
.post-slide .post-title a:hover{
    color:#333;
    text-decoration: none;
}
.post-slide .post-description {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}
.post-slide .post-bar {
    padding: 5px 30px;
    list-style: none;
    text-align: left;
    background: #db1b73;
    margin-bottom: 0px;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 5px;
}
.post-slide .post-bar li a{
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    transition:0.2s ease;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-bar li i{
    color:#fff;
    margin-right: 5px;
}




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





#contact {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
    height: 100%;
    z-index: 111;
    background: url(../img/contact.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: center;
}
.white-title p{
    color: white;
}
#contact-content{

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

.contact-grid {
    position: relative;
    z-index: 111;
}
.contactmain-col{
    padding: 0px;
}
.contactmain-image {
    margin: 0px 16px;
}
.contactmain-row{
    height: 650px;
    margin: 0px 0px;
}
.contactmain-over {
    position: absolute;
    width: 74%;
    height: 600px;
    border: 40px solid #fbfbfb;
    margin-left: 9%;
    margin-top: 29px;
}
.contactmain-col {
    height: 100%;
    display: table;
    background-color: rgba(99, 99, 99, 0.93);
}
.contactmiddle {

    position: relative;
    z-index: 11;

}
.contact-container{

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

.contact-bottom-grid {

    position: relative;
    z-index: 1111;
    padding: 30px;
    background-color: #b7205b;
    overflow: hidden;

}
.border-bot{
    border-bottom: 1px solid #3b3b3b;
}
.contact-top h3 {

    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: white;
    text-align: left;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;

}
.con-icon {

    font-size: 182px;

margin-top: 0px;

color: #c62865;

transition: .4s;

-o-transition: .4s;

-webkit-transition: .4s;

-moz-transition: .4s;

-ms-transition: .4s;

text-align: center;

position: absolute;

left: -30px;

}
.contact-top p {

    color: white;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;

}
.white-title p{
    color: white;
}
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #b7205b;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}
.map {
    width:100%;
    height:650px;	
}

.map-wrap {
    position:relative; 
}


.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11;
}
.map-col{
    padding: 0px;
}
.contact-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #272727;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.contact-row{
    margin-top: 0px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {

    display: block;
    width: 100%;
    margin: auto;
    height: 45px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #666;
    background-image: none;
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: transparent;
    background-color: white;
    text-align: left;
    box-shadow: 0px 0px 2px 0px #dadada;

}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.has-error .form-control {
    border-color: #000;
}
.contact-col {
    background-color: white;
    border: 1px solid #fff;
    padding: 70px 70px;
    padding-bottom: 70px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    margin-top: 0px;
}
.has-error .help-block {
    color: white;
    text-align: left;
    position: absolute;
}
.has-error .form-control:enabled {
    border: 1px solid #b0b0b0;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 0px;
}
.btn-success.disabled {
    background-color: #db1b73;
    border-color: #db1b73;
    color: white;
    cursor: not-allowed;
}
.btn.disabled:hover{
    background-color: #db1b73;
    border-color: #db1b73;
    color: white;
    cursor: not-allowed;
}
.btn-success:hover{
    cursor: pointer;
    background-color: #db1b73;
    border-color: #db1b73;
    color: white;
}
.btn-success {
    background-color: #db1b73;
    border-color: #db1b73;
    color: white;
}
.text-danger {
    color: white;
    position: absolute;
    width: 100%;
    text-align: left;
}
.text-success {
    color: white;
    position: absolute;
    width: 100%;
    text-align: left;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}
.contact-colamn{
    padding-top: 0px;
}
.contact-col-grid {

    padding: 50px 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;

}
.contact-icon {

    font-size: 25px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    color: white;
    float: none;
    margin-right: 10px;
    margin-bottom: 15px;

}
.contact-col-info {

    margin-left: 15px;
    margin-bottom: 34px;

}
.contact-col-info h3 {

    color: #db1b73;
    font-size: 22px;
    font-weight: 500;

}
.contact-col-info p {

    color: white;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 5px;

}
.contact-row{
    margin-top: 0px;
    margin-bottom: 0px;
}
.contact-col-grid h3 {

    font-size: 22px;
    color: white;
    position: relative;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;

}
.contact-col-grid p {

    font-size: 15px;
    color: white;
    line-height: 1.8;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;

}
.map {
    width:100%;
    height:600px;	
}

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

.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11;
}
.map-col{
    padding: 0px;
}
.map-main{
    margin-top: 80px;
}
.copyright-details {
    background-color: #db1b73;
    padding: 50px 0px;
}
.copyright-details {
    background-color: #db1b73;
    margin-top: 0px;
}
.copyright h3 {
    margin: 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    color: white;
    line-height: 1.8;
}
.form-control::-webkit-input-placeholder{
    color: #666;
}
.form-control:-moz-placeholder{
    color: #666;
}
.form-control::-moz-placeholder{
    color: #666;
}
.form-control:-ms-input-placeholder{
    color: #666;
}




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


@media screen and (max-width: 1024px) {
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .service-detail h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}
.service-detail {
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px 15px;
    transform: translateY(-63px);
}

.service-detail p {
    color: white;
    font-size: 13px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition-delay: .3s;
}
.about-details p{
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-ul li {

    padding: 6px 25px;
    color: white;
    font-size: 18px;
    background-color: #db1b73;
    margin-right: 0px;
    margin-bottom: 10px;

}
}

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


    .about-content-main {
        width: 100%;
        height: 100%;
        display: block;
    }
    .table-cell1 {
        display: block;
        vertical-align: middle;
    }
    .about-col {
        padding: 0px;
        padding-bottom: 0px;
        padding-bottom: 0px;
        padding-bottom: 0px;
        height: 100%;
    }
    .section {
        height: auto !important;
        position: relative;
        width: 100% !important;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
    .fp-tableCell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: auto !important;
    }
    #about {
        width: 100%;
        margin-top: 0px;
        position: relative;
        height: 100%;
        z-index: 111;
    }
    .marquee {

    height: auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 50px 0px;
        margin-bottom: 50px;
    margin-bottom: 50px;
    margin-bottom: 0px;
    position: relative;

}
    #album {
        width: 100%;
        margin-top: 0px;
        position: relative;
        height: 100%;
        z-index: 111;
    }
    #work {
        width: 100%;
        margin-top: 0px;
        position: relative;
        height: 100%;
        z-index: 111;
    }
    #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 {
        width: 100%;
        margin-top: 0px;
        position: relative;
        height: 100%;
        z-index: 111;
    }
    #service {
        width: 100%;
        margin-top: 0px;
        position: relative;
        height: 100%;
        z-index: 111;
    }
    .about-details {
        margin: 0px 0px;
        margin-left: 0px;
        padding-bottom: 0px;
    }
    .about-details {

    margin: 0px 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    z-index: 1111;
    position: relative;

}
    
}


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



    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-nav li {
        float: left;
        display: inherit;
    }

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

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

        margin-bottom: 0px;
        margin-bottom: 0px;
        overflow: hidden;
        position: relative;
    }

    .extrame-content {
        position: relative;
        padding: 100px 0px;
        padding-bottom: 70px;
    }
    .serviceBox .title {
        font-size: 21px;
        font-weight: 500;
        color: #292929;
        text-transform: uppercase;
        margin: 5px 0 15px 0;
        position: relative;
        transition: all 0.3s ease-out 0s;
        font-family: 'Poppins', sans-serif;
    }
    .overlay {
        height: 50%;
        width: 100%;
        background: #b7205b;
        position: absolute;
        z-index: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transform: translateX(-1000px);
        margin-top: 25%;
    }
    .border-bottom {
        border-bottom: 1px solid #b7205b;
    }
    .tab .tab-content {
        padding: 10px 0px;
        font-size: 17px;
        color: #6f6f6f;
        line-height: 30px;
        letter-spacing: 1px;
        position: relative;
        padding-bottom: 0px;
    }
    .skill-details {
        margin-top: 20px;
    }
    #skill-main .lastskill{
        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-bottom-grid {
        position: relative;
        z-index: 1111;
        
    }
    .toggle-menu {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: absolute;
        top: 10px;
        float: right;
        right: 5px;
        z-index: 1111111;
    }
    
.about-details h4 {

    font-size: 24px;
    letter-spacing: 0px;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 15px;
    color: #4e4e4e;
    line-height: 1.3;

}
.about-ul li::before {

    content: '';
    background-color: transparent;
    height: 10px;
    width: 10px;
    position: absolute;
    border: 2px solid white;
    border-radius: 150px;
    z-index: 111;
    left: 10px;
    margin-top: 9px;

}
.skilltext ul li {

    color: #db1b73;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px dashed #db1b73;
    padding: 10px 0px;
        padding-left: 0px;
    padding-left: 0px;
    padding-left: 30px;

}
}

@media screen and (max-width: 767px) {
    .navbar-default.small .navbar-nav > li > a {
        color: white;
    }
    .image-over {
        width: 90%;
        height: 96%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 3%;
    }

    .work-counter {
        width: 100%;
        margin-top: 500px;
        position: relative;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;


    }
    .responsive{
        margin-top: 100px;
    }
    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .contact-col {
        height: auto;
        background-color: white;
        padding-bottom: 100px;
        margin: 0px 15px;
    }
    .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        display: inherit;
        width: 100%;
        background-color: transparent;
    }
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 12px 0px;
        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: 50%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 0%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }

    .work-counter {
        width: 100%;
        margin-top: 100px;
        position: relative;
    }



    .border {
        border-bottom: 1px solid #b7205b;
        border-right: none;
    }

    #counter {
        background: url(../img/test.jpg) 50% 0 no-repeat fixed;
        margin: 0;
        height: auto;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        padding: 100px 0px;
        padding-bottom: 70px;
    }
    .extrametext {
        margin-bottom: 50px;
        margin-left: 15px;
        margin-top: 50px;
    }
    .serviceBox {
        text-align: center;
        margin-top: 0px;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }
    .service-content {
        margin-top: 0px;
    }


    .about-details {
        margin: 0px 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .about-details1 {
        margin-left: 0px;
        margin-top: 0px;
    }

    .contact-bottom-grid {
        position: relative;
        z-index: 1111;
        padding: 100px 15px;
        padding-bottom: 100px;
    }
    .home-content-main {
        width: 100%;
        height: 100%;
        display: table;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .toggle-menu {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: absolute;
        top: 10px;
        float: right;
        right: 5px;
        z-index: 1111111;
    }
    .res{
        margin-top: 100px;
    }
    #contact {
        width: 100%;
        margin-top: 0px;
        position: relative;
        height: 100%;
        z-index: 111;
        padding: 100px 0px;
        padding-bottom: 65px;
    }
    .service-content{
        margin-bottom: 30px;
    }
    .service-detail {
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px 15px;
    transform: translateY(-63px);
    width: 100%;
}
.service-detail h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}
.service-detail {
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px 15px;
    transform: translateY(-70px);
    width: 100%;
}
.service-detail p {
    color: white;
    font-size: 15px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition-delay: .3s;
}
#service {
    width: 100%;
    margin-top: 0px;
    position: relative;
    height: 100%;
    z-index: 111;
    padding: 0px 0px;
    padding-bottom: 70px;
}
.about-details {

    margin: 0px 0px;
        margin-top: 0px;
        margin-left: 15px;
    margin-left: 0px;
    margin-top: 50px;

}
#contact {

    width: 100%;
    margin-top: 0px;
    position: relative;
    height: 100%;
    z-index: 111;
    padding: 0px;

}
.br{
    border-right: none;
    border-bottom: 1px solid #424242;;
    margin-bottom: 30px;
}
.no-pad{
    padding-top: 0px;
}
.no-pad-bot{
    padding-bottom: 0px;
}
.copyright h3 {

    margin: 0px;
        margin-bottom: 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    color: white;
    line-height: 1.8;
    margin-bottom: 15px;

}
.about-social-icon {

    padding: 0px 0px;
        padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    padding-bottom: 15px;
    padding-bottom: 0px;
    z-index: 1111;
    position: relative;
    margin-top: 0px;
    text-align: center;

}
.contact-bottom-grid {

    position: relative;
    z-index: 1111;
    padding: 50px 15px;
        padding-bottom: 50px;
    padding-bottom: 50px;
    margin-top: 100px;

}
.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;
    display: inline-block;

}
.navbar-nav li {

    float: left;
    margin: 12px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;

}
.navbar-nav li:last-child {

    float: left;
    margin: 0px 0px;
        margin-left: 0px;
    display: inherit;
    margin-left: 0px;

}
.navbar-default .navbar-nav > .active > ::before {

    position: absolute;
    content: '';
    background-color: #db1b73;
    height: 2px;
    width: 10px;
    margin-top: 9px;
    border-radius: 150px;
    left: -15px;
    z-index: 11;

}
.skilltext {

    margin-top: 50px;

}
}

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

    .contact-form {
        width: 100%;
        margin: auto;
    }
    .work-counter {
        width: 100%;
    }
    
#filters li {
        float: none;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .xtraa p{
        margin: 0px 15px;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 0%;
    }
}


@media screen and (max-width: 480px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        display: inherit;
        width: 100%;
        background-color: transparent;
    }
    #filters li {
        float: none;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .navbar-default .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .about-details {
        padding: 0px 0px;
    }

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

    font-size: 55px;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;

}
}

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

    }
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    .navbar-default .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
    }
    .about-row {
        height: 900px;
        background-color: white;
        box-shadow: 0px 0px 18px 0px #d8d8d8;
        margin: 0px 0px;
    }
    .about-contact1 {
        background: none;
        color: white;
        position: relative;
        border: 1px solid #b7205b;
        padding: 9px 9px;
        font-size: 16px;
        position: relative;
        z-index: 111;
        background-color: #b7205b;
    }
    .second {
        margin-left: 4px;
    }

    .skill-taxt-details p {
        font-size: 15px;
        color: white;
        letter-spacing: 1px;
        line-height: 24px;
        margin-bottom: 18px;
        margin-top: 18px;
    }


    .image-over {
        width: 80%;
        height: 93%;
        border: 8px solid #32d3ed;
        position: absolute;
        margin: 4%;
    }

    .navbar-nav {
        float: right;
        margin: 12px 0px;
        margin-right: 0%;
        display: inherit;
        width: 100%;
        background-color: transparent;
    }

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


    .testimonial-content {
        padding-bottom: 0px;
        padding-top: 100px;
    }
    .blog-head a {
        color: white;
        font-size: 20px;
        text-decoration: none;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        background-color: #b7205b;
        padding: 3px 9px;
    }
    .item blockquote p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .contact-col {
        height: auto;
        background-color: white;
        padding-bottom: 100px;
        margin: 0px 15px;
        padding: 70px 15px;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    .about-social-icon {
        padding: 0px 0px;
        padding-bottom: 0px;
    }

    






    .home-arrow {
        position: absolute;
        left: calc(50% - 1px);
        bottom: -180px;
        width: 1px;
        height: 80px;
    }

    .tab .nav-tabs li a {
        padding: 6px 10px;
        margin: 0 7px -1px 0;
        font-size: 16px;
        color: #293241;
        border: 2px solid #e6e5e1;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    .home-text h3 {
        font-size: 15px;
        color: white;
        letter-spacing: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .about-image h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 47px;
        position: absolute;
        color: #b7205b;
        font-weight: 700;
        margin-top: -10px;
        line-height: 1.1;
    }
    .home-content-main {
        width: 100%;
        height: 100%;
        display: table;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .service-content {
        padding: 0px 0px;
    }
    #rotate span {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.home-text h2 {

    font-size: 38px;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;

}
}