/*
        Project:		-- Xmila
        Version:	    --
        Create Date:	-- 21-06-18
        Last change:	--
        Primary use:	--
*/

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




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

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





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





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


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


/* color box */
.box {
    position:fixed;
    top:150px;
    left:-160px;
    height:110px;
    width:160px;
    background-color:white;
    z-index:111111111;
    -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: #de1c75;
}
.color {
    position:absolute;
    top:10px;
    left:10px;
    width:40px;
    height:40px;
    background-color:#de1c75;
    z-index:1001;
}

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



/*============================================================== NAVBAR ==========================================================*/



.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: 1111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: transparent;

}
.navbar-default.small {
    background-color: white;
    box-shadow: 0px 0px 12px 0px #d5d5d5;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 17px 23px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 9px;
    display: inherit;
}
.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: black;
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #de1c75 !important;
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 0px 0px;
}
.site-title h3 {
    font-size: 22px;
    color: white;
    margin-top: 24px;
    letter-spacing: 1px;
}

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

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



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






#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}
.home-img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
    padding-top: 43px;
}

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

#home-back{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/img4.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    position: relative;
    position: fixed;
    z-index: 0;
}
.home-row {
    z-index: 2;
    position: relative;
}
canvas{
    position: absolute;
    width: 100%; height: 100%;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
}


.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text {
    width: 100%;
    padding-bottom: 23px;
}
.home-text h2 {
    font-size: 55px;
    color: white;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 45px;
    font-weight: 900;
    margin-top: 0px;
    margin-top: 0px;
}
.home-text h3 {
    font-size: 27px;
    color: #c6c6c6;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.button,
.button::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button {
    background: none;
    color: #de1c75;
    position: relative;
    border: 1px solid #de1c75;
    padding: 11px 19px;
    font-size: 16px;
}

.button::before,
.button::after {
    background: #de1c75;
    content: '';
    position: absolute;
    z-index: -1;
}

.button:hover {
    color: white;
    text-decoration: none;
}

.btn-1:hover:after {
    height: 100%;
}

/* BUTTON 2 */
.btn-2::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.btn-2:hover:after {
    width: 100%;
}


.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;
}
.curve{
    z-index: 111;
    position: relative;
}



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

.arrow-btn {
    text-align: center;
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow-icon {
    font-size: 25px;
    color: white;
}
.arrow-icon:hover {
    color: white;
}



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





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

    padding-top: 100px;
    padding-bottom: 0px;
    background-image: url(../img/back.png);

}
.about-grid{
    width: 100%;
}


.me-grid {
    margin-top: 0px;
}
.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;
    box-shadow: 0px 0px 20px 0px #c9c9c9;
}
.image-over {
    width: calc(100% - 30px);
    height: 100%;
    border: 8px solid #32d3ed;
    position: absolute;
    margin: 30px;
}
.about-social-icon {
    padding: 15px 0px;
}
.about-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.about-social li {
    margin: 0px 0px;
}
.about-social li:first-child {
    margin-left: 0px;
}

.about-social li a {
    color: #FFF;
    background-color: #32d3ed;
    float: left;
    line-height: 47px;
    font-size: 19px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 9px;
    height: 50px;
    width: 50px;
    border-radius: 6px;
    border: 1px solid #32d3ed;
}

.about-social li a:hover {

    border-color: white;
    background-color: transparent;
}
.about-details {
    margin: 0px 0px;
    margin-bottom: 70px;
    margin-left: 0px;
    margin-left: 0px;
    background-color: transparent;
    padding: 0px 0px;
    padding-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.about-details h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #de1c75;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}
.about-details h4 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #4e4e4e;
    margin-top: 0px;
    font-weight: 500;
    position: relative;
    z-index: 111;
    margin-bottom: 25px;
}
.top-icon {

    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #de1c75;
    text-align: center;
    border-radius: 150px;
    color: white;
    margin-bottom: 20px;

}


.about-details p {
    font-size: 16px;
    color: #393939;
    letter-spacing: 0px;
    line-height: 1.8em;
    margin-bottom: 35px;
    margin-top: 15px;
}
.text-2{
    padding-bottom: 30px;
}
.about-contact1 {
    background: none;
    color: #de1c75;
    position: relative;
    border: 1px solid #de1c75;
    padding: 11px 19px;
    font-size: 16px;
    position: relative;
    z-index: 111;
}
.about-contact1::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #de1c75;
    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;
}
.love-grid{
    width: 100%;
    margin-top: 100px;
}
.main-title h3 {
    font-size: 34px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #f05421;
    margin-top: 0px;
    font-weight: 900;
    line-height: 30px;
}
.underline1 {
    height: 1px;
    width: 150px;
    background-color: #b9b9b9;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: auto;
    margin-left: auto;
    margin-top: 20px;
    position: relative;
    z-index: 1111;
}
.underline2 {
    height: 15px;
    width: 15px;
    background-color: #de1c75;
    margin: auto;
    margin-top: -8px;
    border-radius: 150px;
    position: relative;
    z-index: 11111;
}

.main-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #666;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.color-row{
    background-color: #de1c75;
}
.love-row{
    padding: 0px 15px;
    padding-bottom: 0px;
}
.love-details {
    padding: 50px 30px;
    margin-bottom: 0px;
    border: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: #de1c75;
    border: 1px solid #2096c5;
}


.love-details h3 {
    margin: 16px 0px;
    font-size: 21px;
    letter-spacing: 1px;
    color: white;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 21px;
    position: relative;
    z-index: 111;
}
.love-details p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 0px;
    position: relative;
    z-index: 111;
}
.light{
    background-color: #f34476;
}
.white{
    background-color: white;
}
.love-icon {
    font-size: 143px;
    color: #31a7d5;
    border-radius: 6px;
    text-align: center;
    transition: 1.4s;
    -webkit-transition: 1.4s;
    -moz-transition: 1.4s;
    -ms-transition: 1.4s;
    -o-transition: 1.4s;
    position: absolute;
}
.no-padding{
    padding: 0px;
}


.work-counter {
    width: 100%;
    background-color: white;
    margin-top: 100px;
}
.no-margin{
    margin-left: 0px;
}

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

.work-statistics-write {
    padding: 0px;
    margin-bottom: 30px;
    z-index: 111;
    position: relative;
}
.work-statistics-write h3 {
    font-size: 37px;
    font-family: 'Raleway', 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;
    padding: 0px 0px;
    position: relative;
    z-index: 111;
}
.work-statistics h3 {
    font-size: 33px;
    color: white;
    margin: 0px 9px;
    margin-top: 0px;
    vertical-align: middle;
    margin-top: 20px;
}
.work-statistics p {
    color: white;
    font-size: 18px;
    margin-top: 15px;
    padding: 0px;
    margin-bottom: 0px;
}

.stat-icon {
    font-size: 42px;
    margin-top: 0px;
    color: #de1c75;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
}




.message1 {

    width: 100%;
    background-color: #262626;
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;

}
#message-content{
    background: url(../img/message.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
}
#message-content:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: rgba(80, 80, 80, 0.68);
}
.message1-client{
    position: relative;
    z-index: 1111;
}
.message1-client h3 {
    font-size: 43px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #de1c75;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
    margin-bottom: 35px;
}
.message1-client p {
    font-size: 19px;
    color: #f6f6f6;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 36px;
}
.extrades {

    width: 800px;
    height: 800px;
    position: absolute;
    z-index: 11;
    border: 50px solid #de1c75;
    transform: rotate(45deg);
    margin-left: -500px;

}






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




#work {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    z-index: 111;

    position: relative;
}
.work-content{
    padding-bottom: 100px;
}
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 100px;
}
.work-title h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #2a2a2a;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}
.work-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.8em;
    margin: 10px 0px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 50px;
}
.work-details{
    margin-top: 0px;
}


.overlay {
    height: 100%;
    width: 100%;
    background-color: #de1c75;
    position: absolute;
    z-index: 1;
    transform: translateX(-1000px);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

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

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

#filters li {
    float:left;
}

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

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


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

.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
}

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

    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.portfolio-wrapper:hover .overlay{
    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: #de1c75;
    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: 1111111;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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





#service{
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 0px;
    z-index: 111;

    position: relative;
}
#service-content {

    position: relative;
    width: 100%;

    padding-top: 100px;
    padding-bottom: 70px;
}

.service-grid{
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 11111;
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #2a2a2a;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}
.service-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.8em;
    margin: 10px 0px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 50px;
}
.about-row{
    margin-top: 0px;
}
.serviceBox {
    padding: 25px 30px;
    text-align: center;
    background: white;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px #ededed;
}
.serviceBox:before{
    content: "";
    border-top: 0 solid #de1c75;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.serviceBox:after{
    content: "";
    border-bottom: 0 solid #de1c75;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.serviceBox .service-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 20px;
    background: #de1c75;
    font-size: 40px;
    color: white;
    margin-bottom: 20px;
    position: relative;
}
.serviceBox .title {
    font-size: 23px;
    color: #de1c75;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.3s ease 0s;
    font-family: 'Raleway', sans-serif;
}
.serviceBox .description {
    font-size: 16px;
    color: #393939;
    letter-spacing: 0px;
    line-height: 1.8em;
    margin: 0;
}

/*--------------------------------------------------------------- PRICIING ------------------------------------------------------------*/




#pricing{
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 111;

    position: relative;
}
.pricing-content{
    padding-bottom: 70px;
}
.price-title {
    padding-top: 100px;
}
.price-title h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #2a2a2a;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}

.price-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.8em;
    margin: 10px 0px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 50px;
}

.price-grid {
    margin-top: 0px;
}
.pricingTable {
    background: #fff;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 30px;
    box-shadow: 0 10px 21px 0 #eaeaea;
}
.pricingTable:hover{
    box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.21);
}
.pricingTable .pricingTable-header{
    padding: 33px 0 100px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.pricingTable .title {

    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;

}
.pricingTable .price-value{
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background: #de1c75;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}
.pricingTable .value{
    color: #fff;
    transform: rotate(-45deg);
    position: relative;
}
.pricingTable .amount {
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: -28px;
    font-family: 'Raleway', sans-serif;
}
.pricingTable .month{
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 60px;
    left: -17px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 100px 0 30px;
    font-size: 16px;
    color: #393939;
}
.pricingTable .pricing-content li {
    line-height: 1.8em;
    position: relative;
}
.pricingTable .pricing-content li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #de1c75;
    margin-right: 10px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    color: #fff;
    letter-spacing:2px;
    text-transform: uppercase;
    border-radius: 7px;
    background: #91825c;
    transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup i{
    font-size: 15px;
    margin-right: 8px;
}
.pricingTable .pricingTable-signup:hover{
    background: #ed695f;
}
.colorprice{
    background-color: #de1c75;
}
.pricingTable .wh{
    color: white;
}
.pricingTable .wh li{
    color: white;
}
.pricingTable .wh li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: white;
    margin-right: 10px;
}
.pricingTable .whb{
    background-color: white;
}
.pricingTable .cl{
    color: #de1c75;
}
.about-contact3 {
    background: none;
    color: white;
    position: relative;
    border: 1px solid white;
    padding: 11px 19px;
    font-size: 16px;
    position: relative;
    z-index: 111;
}
.about-contact3::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: white;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;

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

}
.about-contact3:hover {
    color: #de1c75;
    text-decoration: none;
    z-index: 1;
}



/*================================================================ TEAM ===============================================================*/




#team{
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 0px;
    position: relative;
    z-index: 111;

    position: relative;
}
.team-content{
    padding-top: 100px;
    padding-bottom: 70px;
}
.team-grid{
    width: 100%;
    margin-top: 0px;
}

.team-title {
    width: 100%;
}
.team-title h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #2a2a2a;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}

.team-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.8em;
    margin: 10px 0px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 50px;
}
.our-team{
    border: 1px solid #dedede;
    text-align: center;
    color: #de1c75;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}
.our-team:hover{
    background: #de1c75;
    color: #fff;
}
.our-team .pic{ position: relative; }
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic img{ transform: translateY(-20px); }
.our-team .social{
    width: 20%;
    height: 100%;
    background: #de1c75;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ left: 0; }
.our-team .social li{ display: block; }
.our-team .social li a{
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{ color: black;text-decoration: none; }
.our-team .team-content{ padding: 25px 0; }
.our-team .title {

    font-size: 25px;
    letter-spacing: 0px;
    margin: 0 0 5px 0;
    font-family: 'Raleway', sans-serif;

}
.our-team .post {

    display: block;
    font-size: 16px;
    text-transform: capitalize;
    color: #393939;

}
.our-team:hover .post{
    color: white;
}

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




#testimonial{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
    z-index: 111;

}

#testimonial-parallex{
    background: url(../img/clients.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    position:relative;
    width:100%;
    top:0;left:0;
    background-size: cover;
    padding: 100px 0px;
    padding-bottom: 0px;
}
#testimonial-parallex:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(11, 11, 11, 0.64);
    top: 0;
    left: 0;
    z-index: 1;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}

.testimonial-details{
    width: 100%;
    padding-bottom: 95px;
}
.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;
}

.testimonial{
    text-align: center;
    margin: 0 15px;
}
.testimonial .description {
    padding: 40px 15px;
    margin: 0;
    border-top: 4px solid #de1c75;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: white;
    line-height: 1.8em;
    position: relative;
}
.testimonial .description:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #de1c75;
    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: 24px;
    color: #de1c75;
    margin: 0 0 10px 0;
    font-family: 'Raleway', sans-serif;

}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: white;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    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: #de1c75;
}
section {
    height: auto;
    margin: 50px 0;
    margin-bottom: 50px;
    margin-bottom: 0px;
}
.sponsors-title {
    padding-top: 100px;
}
.sponsors-title h3 {
    font-size: 37px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    line-height: 33px;
}

.sponsors-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #666;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 50px;
}
.white{
    background-color: white;
}
.sponsors-grid {
    margin-top: 0px;
    background-color: #de1c75;
    padding-bottom: 70px;
    position: relative;
    z-index: 111111;
    padding-top: 100px;
}
.sponsors-image{
    margin-bottom: 30px;
}

.sponsors-img{
    width: 100%;
    height: auto;
    cursor: pointer;
    box-shadow: 0px 0px 21px 0px #1b6fa5;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}


.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: 50px 0;
    margin-bottom: 50px;
    margin-bottom: 0px;
}


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



#blog{
    height: auto;
    width: 100%;
    background-color: white;
    z-index: 111;

    position: relative;
}
.blog-content{
    padding-bottom: 70px;
}
.blog-title {
    padding-top: 100px;
}
.blog-title h3 {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #2a2a2a;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 15px;
}
.blog-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4e4e4e;
    padding: 0px;
    line-height: 1.8em;
    margin: 10px 0px;
    margin-bottom: 10px;
    margin-bottom: 15px;
    margin-bottom: 50px;
}

.post-slide{
    margin: 0 0px;
    border-bottom: 1px solid #dadada;
    box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
    transition: all 0.4s ease-in-out 0s;
    margin-bottom: 30px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #de1c75;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.post-slide:hover .category{
    left: 0;
}
.post-slide .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
}
.post-slide .post-title{
    margin: 0;
}
.post-slide .post-title a {

    font-size: 23px;
    color: #de1c75;
    letter-spacing: 0px;
    margin: 0 0 12px 0;
    position: relative;
    transition: all 0.3s ease 0s;
    font-family: 'Raleway', sans-serif;
    display: inline-block;

}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.post-slide .post-description {
    font-size: 16px;
    color: #393939;
    line-height: 1.8em;
}
.post-review .post-bar{
    margin-top: 20px;
}
.post-bar span{
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}
.post-bar span i{
    margin-right: 5px;
    color: #999;
}
.post-bar span a{
    color: #626262;
    text-transform: uppercase;
}
.post-bar span a:hover{
    text-decoration: none;
    color: #de1c75;
}
.post-bar span.comments{
    float: left;
}


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





#contact {
    width: 100%;
    background-color: #e33aa5;
    margin-top: 0px;
    position: relative;
    background: url(../img/contact.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 111111;
}
.contact-content{
    width: 100%;

}
.contact-grid {
    position: relative;
    z-index: 111;
}
.contact-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.17);
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-row {

    margin-top: 100px;
    background-color: rgb(32, 32, 32);
    z-index: 1111;
    position: relative;

}
.contact-title {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 30px;
}
.contact-title h3 {

    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: 0px;
    font-weight: 900;
    position: relative;
    z-index: 111;
    margin-bottom: 20px;

}
.contact-title p {

    font-size: 16px;
    letter-spacing: 0px;
    color: white;
    padding: 0px;
    line-height: 1.8em;
    margin: 15px 0px;
    margin-bottom: 15px;
    margin-bottom: 15px;
    margin-bottom: 20px;

}
.border-right{
    border-right: 1px solid #4b4b4b;
}
.contact-col {
    padding-bottom: 100px;
}
.contact-col-info {

    background-color: transparent;
    padding: 0px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin-left: 60px;
    margin-right: 60px;

}

.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 50px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: white;
    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: rgba(47, 47, 47, 0.42);
    text-align: left;
}
.form-control:enabled {
    box-shadow: none;
    border-bottom: 2px solid #de1c75;
}
.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: white;
    text-align: left;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border-bottom: 2px solid #de1c75;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success.disabled {
    background-color: #de1c75;
    border-color: #de1c75;
    color: white;
    cursor: not-allowed;
}
.btn.disabled:hover{
    background-color: #de1c75;
    border-color: #de1c75;
    color: white;
    cursor: not-allowed;
}
.btn-success:hover{
    cursor: pointer;
    background-color: #de1c75;
    border-color: #de1c75;
    color: white;
}
.btn-success {
    background-color: #de1c75;
    border-color: #de1c75;
    color: white;
}
.text-danger {
    color: white;
    position: absolute;
    text-align: left;
    width: 100%;
}
.text-success {
    color: white;
    position: absolute;
    text-align: left;
    width: 100%;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}


.contact-info-row{
    margin-top: 100px;
}

.contact-icon {

    font-size: 29px;
    color: #de1c75;
    margin-left: 0px;
    margin-top: 11px;
    text-align: center;
    transition: 1.4s;
    -webkit-transition: 1.4s;
    -moz-transition: 1.4s;
    -ms-transition: 1.4s;
    -o-transition: 1.4s;
    float: left;
    margin-right: 10px;

}

.contact-col-info h3 {

    font-size: 19px;
    position: relative;
    margin-top: 15px;
    color: white;

}
.contact-col-info p {

    font-size: 17px;
    color: #BFBFBF;
    line-height: 23px;
    position: relative;
    margin-bottom: 0px;

}
.copyright-details{
    background-color: #de1c75;
}
.copyright h3 {
    margin: 0px;
    padding: 30px 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.map {
    width:100%;
    height:600px;	
}

.map-wrap {
    position:relative; 
}

.overlay-map {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
    z-index: 11111;
}
.map-col{
    padding: 0px;
    margin-top: -50px;
}
.form-control::-webkit-input-placeholder{
    color: white;
}
.form-control:-moz-placeholder{
    color: white;
}
.form-control::-moz-placeholder{
    color: white;
}
.form-control:-ms-input-placeholder{
    color: white;
}


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



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

    .navbar-nav li {
        float: left;
        margin: 0px 6px;
        display: inherit;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 12px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
}

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

    .about-details {
        margin: 50px 0px;
        margin-left: -300px;
        background-color: rgb(255, 255, 255);
        padding: 20px 20px;
        box-shadow: 0px 0px 4px 0px #d2d2d2;
        padding-bottom: 70px;
    }
    .about-col {
        padding: 0px 15px;
    }
    .about-image {
        margin: 0px;
    }
    .about-details {
        margin: 0px;
        margin-top: 0px;
        padding: 0px;
        box-shadow: none;
        padding-bottom: 10px;
        border: none;
    }
    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 0px;
    }
    .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
    }

    #skill-main {
        list-style: none;
        padding: 75px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .blog-middle h2 {
        margin: 0px;
        font-size: 11px;
        margin-left: 7px;
        margin-right: 15px;
    }
    .skill-main {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 111;
        padding-bottom: 59px;
        padding-top: 100px;
    }
    .message1-client h3 {
        font-size: 43px;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 1px;
        color: #de1c75;
        margin-top: 0px;
        font-weight: 900;
        line-height: 45px;
        margin-bottom: 35px;
    }
    .overlay {
        height: 100%;
        width: 100%;
        background-color: #de1c75;
        position: absolute;
        z-index: 1;
        transform: translateX(-1000px);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .navbar-nav {
        float: right;
        margin: 17px 0px;
        margin-right: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 0px 5px;
        display: inherit;
    }
    .about-details {
        margin: 0px;
        margin-top: 0px;
        padding: 0px;
        box-shadow: none;
        padding-bottom: 10px;
        border: none;
        background-color: transparent;
    }
    .contact-title {
        padding-top: 100px;
        padding-left: 0px;
        padding-right: 30px;
    }
    .contact-form {
        width: 100%;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 30px;
    }
    .contact-col-info {
        background-color: transparent;
        padding: 0px 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        margin-left: 0px;
        margin-right: 0px;
    }
    .contact-row {
        margin-top: 100px;
        background-color: rgb(32, 32, 32);
        z-index: 1111;
        position: relative;
        margin: 100px 0px;
        margin-bottom: 0px;
    }
    .serviceBox .title {
        font-size: 20px;
        color: #de1c75;
        letter-spacing: 0px;
        margin: 0 0 10px 0;
        position: relative;
        transition: all 0.3s ease 0s;
        font-family: 'Raleway', sans-serif;
    }
}

@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: 0px;
    }
    .work-counter {
        width: 100%;
        margin-top: 100px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 35%;
    }
    .navbar-default {
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .contact-col {
        height: auto;
        padding-bottom: 100px;
        margin: 0px 15px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 35%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 740px;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 50%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 0%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #de1c75;
    }
    .serviceBox {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .border-right {
        border-bottom: 1px solid #4b4b4b;
        border-right: none;
    }
    .contact-col-bottom{
        padding-bottom: 70px;
    }
}

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

    .contact-form {
        width: 100%;
        margin: auto;
    }
    .work-counter {
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 27%;
    }
    #filters li {
        float: none;
    }
    #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: 320px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    .home-row {
        z-index: 2;
        position: relative;

    }
    .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: 0px 0px;
        text-align: center;
    }
    .price-pack-head h3 {
        margin: 0px;
        color: #FFF;
        text-transform: uppercase;
        padding-top: 0px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 3px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        margin-top: 25px;
        padding: 11px 30px;
        background-color: #de1c75;
    }
    .contact-form {
        width: 100%;
        margin: auto;
        padding: 0px;
    }
    .contact-title {
        padding-top: 70px;
        padding-left: 0px;
        padding-right: 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;
    }
    .about-social li a {
        float: left;
        line-height: 28px;
        font-size: 14px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
        margin-right: 6px;
        height: 30px;
        width: 30px;
    }
    .navbar-default.small .navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 15%;
    }
    #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%;
    }

    .about-details {
        margin: 50px 0px;
        margin-bottom: 0px;
    }
    .owl-theme .owl-controls {
        margin-top: 50px;
    }
    .testimonial {
        background: transparent;
        text-align: center;
        margin: 0 0px;
    }

    .item blockquote p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    .arrow-btn {
        text-align: center;
        position: absolute;
        bottom: -118px;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .contact-col {
        height: auto;
        padding-bottom: 70px;
        margin: 0px 15px;
    }
    .post-bar span {
        display: inline-block;
        font-size: 13px;
        margin-right: 10px;
    }


    .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1111111;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin: 25px auto;
    }
    .owl-theme .owl-controls {
        margin-top: 20px;
    }
    .contact-col {
        height: auto;
        padding-bottom: 70px;
        margin: 0px 0px;
    }
}