/*
        Project:		-- Cott
        Version:	    --
        Create Date:	-- 9-8-18
        Last change:	--
        Primary use:	--
*/

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

        
*/




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-regulard41d.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.html");
    src: url("../font/flaticon.html#iefix") format("embedded-opentype"),
        url("../font/flaticon-2.html") format("woff"),
        url("../font/flaticon-3.html") format("truetype"),
        url("../font/flaticon-4.html") format("svg");
    font-weight: normal;
    font-style: normal;
}





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



.breadcrumb-area {
    background: #0000;
    padding: 80px 0;
    position: relative;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.breadcrumb-area h2,
.breadcrumb-area .breadcrumb {
    position: relative;
    color: #fff;
}

.breadcrumb {
    background: transparent;
    margin: 15px 0 0;
    padding: 0;
}

.breadcrumb>li+li:before {
    color: #fff;
    content: ">";
}

.breadcrumb a {
    color: #f1f1f1;
    text-decoration: none;
}

.breadcrumb .active {
    color: #ffcc00;
}


.logo {
    display: flex;
    height: 99px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000;
    display: none;
}
.logo img {
    width: 100%;
}

@media (max-width: 575px) {
    .logo {
            display: block;
            width: 20%;
            margin-right: 10px;
        }
}




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


.site-title img {
    width: 100%;
}



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

.row.ro-space {
    margin: 102px 0px;
}
.row.ro-space2 {
    margin-bottom: 88px;
}
.main-page-content {
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
    padding-left: 60px;
}

.menubar {

    height: 100%;
    width: 60px;
    position: fixed;
    float: left;
    z-index: 1111;

}
.menubar-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.navbar-default {
    height: 100%;
    border-bottom: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: block;
    border-color: transparent;
    background-color: black;
    border-radius: 0px;
}
.navbar-fixed-top .navbar-collapse {
    display: block;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {

    background-color: #14b19b;
    color: #14b19b !important;

}
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #14b19b;
}
.navbar-style{
    height: 100%;
    width: 100%;
    display: table;
}
.navbar-collapse.collapse {
    display: table-cell !important;
    height: 100% !important;
    padding-bottom: 0;
    overflow: visible !important;
    vertical-align: middle;
    padding: 0px;
}

.menubar-toggle {
    position:absolute;
    left:100%;
    z-index:1001;
    height:50px;
    width:50px;
    background-color:crimson;
    cursor: pointer;
    display: none;
}
.menu-icon-grid {
    position: absolute;
}

.menu-icon {

    height: 60px;
    width: 59px;
    text-align: center;
    color: white;
    line-height: 60px;
    font-size: 20px;

}
.menutext {

    color: #000;
    font-size: 15px;
    position: absolute;
    top: 0px;
    margin: 0px;
        margin-left: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px 30px;
    background-color: #f3c685;
    z-index: -1;
    margin-left: -200px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    letter-spacing: 0px;

}
.navbar-nav li a:hover .menutext{
    margin-left: 59px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.collapse {
    display: block;
}
.navbar-nav {
    float: right;
    margin: 17px 0px;
    margin-right: 0px;
}
.navbar-nav li {

    margin: auto auto;
        margin-bottom: auto;
    display: inherit;
    width: auto;
    margin-bottom: 3px;
    background-color: #620807;
    box-shadow: none;
    padding-right: 0px;

}

.navbar-default .navbar-nav > li > a {
    color: white;
    letter-spacing: 2px;
    font-size: 17px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 0px 0px;
    text-align: right;
}


.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    position: absolute;
    display: table-cell;
    vertical-align: top;
    width: 100%;
    margin-top: 0px;
}
.site-title h3 {

    margin: 0px;
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 25px;
    padding-right: 0px;
    background-color: #14b19b;
    padding: 15px 0px;
    font-family: 'Raleway', sans-serif;

}

.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-social-icon {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.home-social {
    padding: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.home-social li {
    margin: 0px 0px;
}
.home-social li:first-child {
    margin-left: 0px;
}
.home-social li a {
    color: white;
    background-color: transparent;
    float: left;
    font-size: 20px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    margin-right: 15px;
    line-height: 1;
}
.home-social li a:hover {
    color: black;
    margin-top: -5px;
}


/*====================================================== 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;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
    padding-bottom: 7px;
}
.home-text {
    width: 100%;
    margin: auto;
}
.home-text h2 {

    font-size: 80px;
    color: white;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0px;
        margin-bottom: 0px;
    margin-bottom: 15px;

}
.home-text h2 span {
    font-size: 56px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 7px;
    background-color: #ec482c;
    padding: 0px 19px;
}
.home-text h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #4e4e4e;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 32px;
    margin-top: 15px;
}
.home-text p{
    font-size: 15px;
    color: #cecece;
    line-height: 1.8em;
}
.home-link-2 {
    font-size: 15px;
    color: white;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 52px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 6px 22px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    margin-right: 0px;
}

.home-link-2:hover {
    text-decoration: none;
    color: white;
}
.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background: url(../img/img1.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: 30% 0%;
    background-repeat: no-repeat;
    position: absolute;
}

.home-arrow {

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

}
.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);
    }
}
[class^="hvr-"] {
    display: inline-block;
    vertical-align: middle;
    margin: .4em;
    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;
    z-index: 111;
}

/* 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 #b7205b;
}
.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);
}
[class^="btn-"] {

    position: relative;
    display: block;
    margin: 0rem auto;
        margin-left: auto;
    width: 100%;
    height: 50px;
    max-width: 160px;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid #620807;
    font-size: 15px;
    line-height: 50px;
    z-index: 111;

}
.btn-3 {

    color: #620807;
    text-align: center;

}
.btn-3:hover{
    text-decoration: none;
    color: white;
}
.leftbutton{
    margin-left: 0px;
}
/*===================================================================== PARRALLEX EFFECT ================================================*/


.section:nth-of-type(1) {
    background: whitesmoke;
    height: 100vh;
}
.section {
    height: 100vh;
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
section:nth-of-type(2){background:black;height:1600px;}

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

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





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





#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}
.about-content {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
    z-index: 111;
}
.about-grid{
    width: 100%;
}
.about-hover {
    position: absolute;
    height: 500px;
    width: 69%;
    border: 40px solid #fbfbfb;
    margin-left: 15%;
    margin-top: 100px;
}
.about-title {
    padding-top: 0px;
}
.about-title h3 {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #000;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
}
.about-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #5D5D5D;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}

.me-grid {
    margin-top: 0px;
}
.about-col{
    padding: 0px;
}
.about-image {
    margin: 0px 0px;
}
/* .about-image::after {

    content: '';
    position: absolute;
    height: 120%;
    width: 50%;
    left: 65%;
    border: 15px solid #f8f8f8;
    margin-top: -6%;
    background-image: url(../img/dots.png);

} */
.about-img {
    width: 100%;
    height: auto;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.about-details {
    margin: 0px 0px;
}

.about-details h3 {

    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #620807;
    margin-top: -10px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    line-height: 1.3;

}

.about-details h3::after {

    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #f3c685;
    left: 0px;
    content: '';
    margin-left: 0px;
    margin-top: 34px;

}
.about-details h4 {

    font-size: 24px;
    color: #7d7d7d;

}
.underline {
    height: 5px;
    width: 100px;
    margin: auto;
    margin-bottom: 13px;
    background-color: black;
    border-radius: 5px;
    position: relative;
}

element {

}
.about-underline {
    height: 5px;
    width: 100px;
    margin: 0px;
    margin-bottom: 21px;
    background-color: black;
    border-radius: 5px;
}
.about-details p {

    font-size: 15px;
    color: #666;
    letter-spacing: 0px;
    line-height: 1.8em;
    margin-bottom: 20px;
    margin-top: 15px;

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


.love-grid{
    width: 100%;
    margin-top: 80px;
}
.main-title h3 {

    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #620807;
    margin-top: -6px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;

}
.main-title h3::after {

    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #f3c685;
    left: 0px;
    content: '';
    margin-left: 0px;
    margin-top: 34px;

}
.main-title p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8em;
    margin: 0px 0px;
    margin-bottom: 50px;
}
.white-title h3 {

    
    color: white;

}
.white-title p {

    
    color: white;

}
.love-row{
    padding: 0px 0px;
    padding-bottom: 0px;
}
.service-hover{
    position: absolute;
    background-color: #14b19b;
    height: 100%;
    width: 100%;
    transform: scale(0,0);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.media1 {
    position: relative;
    z-index: 111;
    margin: 0px;
    padding: 30px 20px;
}
.love-details {
    margin-bottom: 30px;
    border: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 10px 0px #e3e3e3;
}

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

.media1 h3 {
    margin: 16px 0px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #14b19b;
    font-family: 'Raleway', sans-serif;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 6px;
}
.media1 p {
    color: black;
    font-size: 17px;
    line-height: 25px;
    margin-top: 14px;
    margin-bottom: 0px;
    position: relative;
}
.love-icon {
    font-size: 23px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    border: 1px solid white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: #14b19b;
    position: relative;
    margin-bottom: 20px;
    color: white;
}
.love-details:hover .love-icon{
    background-color: white;
    color: #14b19b;
}
.love-details:hover .service-hover{
    transform: scale(1,1);
}
.love-details:hover .underline{
    background-color: white;
}
.love-details:hover h3{
    color: white;
}
.love-details:hover p{
    color: white;
}
.middle{
    background-color: #14b19b;
}
.middle h3 {
    margin: 16px 0px;
    font-size: 22px;
    letter-spacing: 1px;
    color: white;
    font-family: 'Raleway', sans-serif;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 6px;
}
.middle p {
    color: white;
    font-size: 17px;
    line-height: 25px;
    margin-top: 14px;
    margin-bottom: 0px;
    position: relative;
}
.middle-icon {
    font-size: 23px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    border: 1px solid white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    position: relative;
    margin-bottom: 20px;
    color: #14b19b;
}
.white{
    background-color: white;
}




/*==================================================================== Service ============================================================*/


.service-grid {

    width: 100%;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
    position: relative;
    z-index: 11;

}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #14b19b;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.service-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #5a5a5a;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}
.about-row{
    margin-top: 0px;
}
.main-row{
    margin-top: 0px;
}
.serviceBox{
    text-align: center;
margin-bottom: 30px;
}
.serviceBox .service-icon{
    width: 50px;
    height: 86px;
    border-top: 3px solid #14b19b;
    border-bottom: 3px solid #14b19b;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    margin-left: 25px;
}
.serviceBox .service-icon:before{
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 22px;
    right: -18px;
    border-bottom: 3px solid #14b19b;
    border-right: 3px solid #14b19b;
    z-index: 1;
    transform: scaleY(1.7) rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox .service-icon:after{
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 22px;
    left: -18px;
    border-top: 3px solid #14b19b;
    border-left: 3px solid #14b19b;
    z-index: 1;
    transform: scaleY(1.7) rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox .service-icon i{
    font-size: 40px;
    color: #14b19b;
    margin-top: 22px;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox .title {

    font-size: 22px;
    color: #14b19b;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    margin-top: 30px;
    font-weight: 600;
    text-align: left;

}

.serviceBox .description{
    font-size: 15px;
    color: #666;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: left;
}


/*==================================================================== Counter ============================================================*/



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

#counter {
    background:#620807;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}

.work-statistics {
    margin-bottom: 50px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: relative;
    z-index: 111;
}
.work-statistics:hover .diamond{
    transform: rotate(135deg);
}

.work-statistics h3 {

    font-size: 30px;
    margin: 20px 0px;
        margin-bottom: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 20px;
    color: white;

}
.work-statistics p {
    color: white;
    font-size: 15px;
    margin-top: 9px;
    padding: 0px;
    margin: 0px;
}
.stat-icon {
    font-size: 35px;
    margin-top: 0px;
    color: #fff;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
}
.diamond{
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    border-radius: 0px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}


.about-details {
    display: block;
}
.about-col {
    height: 100%;
    display: table;
    background-color: white;
}










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




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

#work-content {
    
    position: relative;
    width: 100%;
    
    padding-top: 100px;
    padding-bottom: 100px;
}

.work-grid{
    width: 100%;
    position: relative;
    z-index: 111;
}
.work-title {
    padding-top: 0px;
}
.work-title h3 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.work-details{
    margin-top: 0px;
}


.overlay {

    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transform: translateY(1000px);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background: linear-gradient(to bottom, rgba(23, 23, 23, 0), #620807);

}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.port-img-link {
    font-size: 22px;
    color: white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition-delay: .3s;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.port-img-link::before {

    content: '';
    position: absolute;
    background-color: white;
    height: 2px;
    width: 0%;
    left: 50%;
    margin-top: 5px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

}
.port-img-link::after {

    content: '';
    position: absolute;
    background-color: white;
    height: 2px;
    width: 0%;
    left: 50%;
    margin-top: 47px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;

}
.port-img-link:hover:before{
    width: 50%;
    left: 25%;
}
.port-img-link:hover:after{
    width: 50%;
    left: 25%;
}
.port-img-link:hover{
    text-decoration: none;
    color: white;
}
.work-icon {
    font-size: 40px;
    color: white;
    text-align: center;
}
#filters {

    padding: 0;
    list-style: none;
    width: 621px;
    margin: 30px auto;
        margin-top: 30px;
    margin-top: 0px;

}
#filters li {
    float:left;
}

#filters li span {

    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    margin: 0px 5px;

}

#filters li span.active {
    color: white;
    background-color: #14b19b;
}


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

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

.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: translateY(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;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
}

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

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

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

.fancybox-inner {
    overflow: hidden;
}

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

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

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

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

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

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

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

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

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.html'); 
    -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.html');
}

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

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


.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

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

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

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

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

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

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

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

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

    #fancybox-loading div {
        background-image: url('../fancybox_loading%402x.html');
        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.html');
    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;
}


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




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

.team-content{
    padding: 100px 0px;
    padding-bottom: 70px;
}

.team-grid{
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}
.overlay1 {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transform: translateY(600px);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: rgba(0, 0, 0, 0.56);
}
.team-title {
    width: 100%;
}
.team-title h3 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #14b19b;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.team-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #5a5a5a;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}
.our-team{
    padding: 20px 20px 30px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    background: #14b19b;
    border-radius: 50%;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.our-team .title {

    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #14b19b;
    margin: 0px;
    font-family: 'Raleway', sans-serif;

}
.our-team .post {

    display: block;
    font-size: 15px;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 5px;

}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #14b19b;
    border: 1px solid #14b19b;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #14b19b;
    color: #fff;
    text-decoration: none;
}


/*================================================================ Price Plan ===============================================================*/


#pricing{
    height: auto;
    width: 100%;
    background-color: white;
}

.price-title {
    padding-top: 100px;
}
#pricing-content {
    background-color: white;
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
}

.price-grid{
    position: relative;
    z-index: 111;
}
.plan-title {
    padding-top: 0px;
}
.plan-title h3 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.plan-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}
.white{
    background-color: white;
}
.price-grid {
    margin-top: 0px;
}
.pricingTable{
    text-align: center;
    background: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px #e9e9e9;
}
.pricingTable .title {

    font-size: 22px;
    font-weight: 600;
    color: #5c5c5c;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;

}
.pricingTable .price-value{
    padding: 30px 0;
    background: #14b19b;
    margin-bottom: 30px;
    position: relative;
}
.pricingTable .price-value:before{
    content: "";
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 46%;
}
.pricingTable .month {

    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;

}
.pricingTable .amount{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    position: relative;
}
.pricingTable .currency{
    position: absolute;
    top: -1px;
    left: -35px;
}
.pricingTable .value{
    font-size: 20px;
    position: absolute;
    top: 21px;
    right: -27px;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.pricingTable .pricing-content li {

    font-size: 15px;
    color: #666;
    line-height: 1.8em;

}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 8px 40px;
    background: #fca4a7;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    border: 2px solid #fca4a7;
    border-radius: 30px;
    transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: #fff;
    color: #fca4a7;
}









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



#blog{
    height: auto;
    width: 100%;
    background-color: #f9f9f9;
}
.blog-content{
    padding-bottom: 0px;
    padding-top: 100px;
}

.blog-title h3 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: #14b19b;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.blog-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #5a5a5a;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}

.blog-grid {

    margin-top: 0px;
    position: relative;
    z-index: 111;

}
.post-slide {

    margin: 0 0px;
        margin-bottom: 0px;
    margin-bottom: 30px;
    border: 30px solid white;

}
.post-slide .post-img {

    position: relative;
    overflow: hidden;
    background-color: #14b19b;

}
.post-slide .over-layer:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(255, 255, 255,0);
    transition: all 0.50s ease 0s;
}
.post-img:hover .over-layer:before{
    background:rgba(255, 255, 255,0.6);
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.post-slide:hover img{
    opacity: .5;
}
.post-slide .post-content {

    background: #fff;
    padding-top: 30px;

}
.post-slide .post-date {

    display: block;
    color: #666;
    font-size: 15px;
    text-transform: uppercase;

}
.post-slide .post-title {

    margin: 15px 0 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;

}
.post-slide .post-title > a {

    color: #14b19b;
    transition: all 300ms linear 0s;
    text-transform: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    font-family: 'Raleway', sans-serif;

}
.post-slide .post-title > a:hover{
    color:#14b19b;
    text-decoration: none;
}
.post-slide .post-description {

    color: #666;
    font-size: 15px;
    line-height: 1.8em;

}
.post-slide .post-bar {

    padding: 0;
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;

}
.post-slide .post-bar li{
    display: inline-block;
    font-size: 13px;
    color:#676767;
}
.post-slide .post-bar li a {

    color: #14b19b;
    font-size: 15px;
    line-height: 1.8em;

}
.post-slide .post-bar li a:hover{
    text-decoration:none;
    color:black;
}



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



.testimonial-grid {
    background: url(../img/test.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 90px;
    margin-top: 70px;
    z-index: 111;
}
.testimonial-grid::after {

    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.65);

}
.testimonial-content {
    padding-bottom: 100px;
    padding-top: 80px;
}

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

    padding: 30px 0px;
    margin: 0;
    border-top: 4px solid #f3c685;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: white;
    line-height: 1.8em;
    position: relative;

}
.testimonial .description:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f3c685;
    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;
    font-weight: bold;
    color: #f3c685;
    margin: 0 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
        margin-top: 30px;
}
.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: #f3c685;
}
section {
    padding-top: 0px;
    padding-bottom: 0px;
    /* margin-top: 30px; */
}






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





#contact {

    width: 100%;
    height: auto;
    background-color: whitesmoke;

}

#contact-content {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
    padding-bottom: 0px;
}

.contact-grid{
    position: relative;
    z-index: 111;
}
.contact-title {
    padding-top: 0px;
}
.contact-title h3 {
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    color: white;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}
.contact-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}
.map {
    width:100%;
    height:600px;	
}

.map-wrap {
    position:relative; 
}

.overlay {
    width:100%;
    height: 100%;
    position:absolute; 
    top:0;
}
.map-col{
    padding: 0px;
}
.contact-col{
    padding-bottom: 0px;
}
.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-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;
    text-align: center;
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #f0f0f0;

}
.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: #666;
    text-align: center;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid #f0f0f0;
}
.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;
    width: 100%;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #620807;
    border-color: #620807;
}
.btn-success.disabled {
    color: white;
    background-color: #620807;
    border-color: #620807;
}

.btn-success:hover{
    cursor: pointer;
    background-color: #620807;
    border-color: #620807;
}
.btn-success {
    color: white;
    background-color: #620807;
    border-color: #620807;
}
.text-danger {
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #666;
}
.text-success {
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #666;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}

.con-ico li a:hover {
    color: black;
    margin-top: 0px;
}
.overlay2 {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: transparent;
}
.google-maps{
    margin-top: 100px;
}
.copyright-details {

    background-color: #620807;
    padding: 100px 0px;

}
.copyright-details h3 {

    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin: 0px;
        margin-bottom: 0px;
    margin-bottom: 20px;

}
.copyright h3 {
    margin: 0px;
    text-align: center;
    font-size: 13px;
    color: white;
    padding-top: 0px;
    font-weight: 400;
    margin-top: 20px;
}
.contact-icon{
    margin-bottom: 0px;
    padding-top: 0px;
}
.form-control::-webkit-input-placeholder{
    color: black;
}
.form-control:-moz-placeholder{
    color: black;
}
.form-control::-moz-placeholder{
    color: black;
}
.form-control:-ms-input-placeholder{
    color: black;
}




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


@media screen and (max-width: 900px) {
    .menu-icon-bar {
        text-align: center;
        line-height: 50px;
        color: #14b19b;
    }
    .menubar-toggle {
        position:absolute;
        left:100%;
        z-index:1001;
        height:50px;
        width:50px;
        background-color:transparent;
        cursor: pointer;
        display: block;
        text-align: center;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    .main-page-content {
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
    padding-left: 0px;
}


    .menubar {
        height: 100%;
        width: 60px;
        position: fixed;
        float: left;
        z-index: 1111;
        left: -60px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .toggle{
        left: 0px;
    }
}
@media screen and (max-width: 768px) {

    .home-text {
        width: 100%;
        margin: auto;
        padding: 34px 0px;
    }
    .what-i-do h3 {
        margin: 16px 0px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    
    .home-text h2 {
    font-size: 80px;
    color: white;
}
#skill-main {
    list-style: none;
    padding: 34px 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.media h3 {
    margin: 16px 0px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #14b19b;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    margin: 0px;
    margin-bottom: 18px;
    font-weight: 700;
}
    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }
    .contact-col {
        padding: 25px 17px;
        margin: 0px;
        margin-bottom: 9px;
        overflow: hidden;
        position: relative;
    }
    #filters li span {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        cursor: pointer;
        margin-right: 10px;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 547px;
        margin: 30px auto;
        margin-top: 10px;
    }
    
    #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%;
}
.skill-details h3 {
    margin-right: 0;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #14b19b;
    margin-top: -6px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-right: 20px;
}
.skill-details p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8em;
    margin: 0px 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    text-align: left;
    
}
.contact-col {
    padding: 0px 17px;
    margin: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
}
.contact-form {
    width: 100%;
    margin: auto;
    padding-bottom: 0px;
}
}

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

    .menu-icon-bar {
        text-align: center;
        line-height: 50px;
        color: #14b19b;
    }
    .menubar-toggle {
        position:absolute;
        left:100%;
        z-index:1001;
        height:50px;
        width:50px;
        background-color:transparent;
        cursor: pointer;
        display: block;
        text-align: center;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    .main-page-content {
        width: 100%;
        height: 100%;
        position: relative;
        float: right;
    }


    .menubar {
        height: 100%;
        width: 60px;
        position: fixed;
        float: left;
        z-index: 1111;
        left: -60px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .toggle{
        left: 0px;
    }
    .about-details {
    padding-top: 50px;
}
    .what-i-do {
        padding: 35px;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;

    }
    .work-counter {
        width: 100%;
    }
    .contact-title p {
        font-size: 16px;
        padding: 2px 0px;
        margin-bottom: 40px;
        line-height: 27px;
    }
    
    
    .navbar-style{
        padding: 0px;
    }
    .navbar-nav li {
        float: left;
        margin: 5px 0px;
        display: inherit;
        width: 100%;
    }
    .navbar-fixed-top .navbar-collapse {
        height: 740px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }
    .no-padding-col {
    padding: 0px;
    height: 100%;
    width: 100%;
}.about-content {
    padding-top: 100px;
}
#skill-main {
    list-style: none;
    padding: 34px 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
}
.main-page-content {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 0px;
    overflow: hidden;
}
.skill-col {
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 300px;
}
.skill-details p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8em;
    margin: 0px 20px;
    margin-bottom: 0px;
    margin-bottom: 65px;
    text-align: left;
}
}

@media screen and (max-width: 640px) {
    #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-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;
}
#filters li span {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 0px;
}
}


@media screen and (max-width: 480px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    .home-text h2 {
        font-size: 50px;
        
    }
    #filters li span {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 4px;
    }
    #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%;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }

    #filters li {
        float: none;
    }
}

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

    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    .home-row {
        z-index: 2;
        position: relative;

    }
    .home-text h2 {
        font-size: 40px;
        
    }
    
    
    
    .resume-part {
        background-color: white;
        margin-bottom: 26px;
        padding: 15px 15px;
        border: 2px solid white;
    }
    .media-body h3 {
        color: #156180;
        font-size: 20px;
        margin-top: 0px;
        font-weight: 600;
        line-height: 25px;
    }
    #skill {
        list-style: none;
        padding: 34px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .about-link-1 {
        font-size: 14px;
        color: white;
        padding: 10px 9px;
        position: relative;
        border-radius: 0px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .about-link-2 {
        font-size: 14px;
        color: white;
        padding: 10px 9px;
        position: relative;
        border-radius: 0px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }

    #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: 100px;
        padding-top: 100px;
    }
    .item blockquote p {
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }
    .item blockquote p span {
        font-size: 19px;
        position: relative;
        line-height: 44px;
    }
    .menu-icon {
    height: 40px;
    width: 39px;
    text-align: center;
    color: white;
    line-height: 40px;
    font-size: 16px;
}
.menubar {
    height: 100%;
    width: 40px;
    position: fixed;
    float: left;
    z-index: 1111;
    left: -40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.toggle {
    left: 0px;
}
.menutext {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 0px;
    margin: 0px;
    margin-left: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 30px;
    background-color: #14b19b;
    z-index: -1;
    margin-left: -200px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    letter-spacing: 0px;
}
.navbar-nav li a:hover .menutext{
    margin-left: 39px;
}
.navbar-nav li {
    float: left;
    margin: 2px 0px;
    display: inherit;
    width: 100%;
}
.skill-details h3 {
    margin-right: 0;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #14b19b;
    margin-top: -6px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.skill-details p {
    font-size: 15px;
    letter-spacing: 0px;
    color: #666;
    padding: 0px;
    line-height: 1.8em;
    margin: 0px 0px;
    margin-bottom: 0px;
    margin-bottom: 65px;
    text-align: left;
}
#skill-main {
    list-style: none;
    padding: 34px 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
}
.post-slide {
    margin: 0 0px;
    margin-bottom: 0px;
    margin-bottom: 30px;
    border: 15px solid white;
}
.testimonial {
    text-align: center;
    margin: 0 0px;
}
.home-arrow {
    position: absolute;
    left: calc(50% - 1px);
    bottom: -80px;
    width: 1px;
    height: 80px;
}
.about-details h3 {
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    color: #620807;
    margin-top: -10px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.about-details h3::after {
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #f3c685;
    left: 0px;
    content: '';
    margin-left: 0px;
    margin-top: 20px;
}
.about-details h4 {
    font-size: 24px;
    color: #7d7d7d;
    line-height: 1.2em;
}
.main-title h3 {
    font-size: 32px;
    margin-bottom: 5px;
}
.main-title h3::after {
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #dafbf6;
    left: 0px;
    content: '';
    margin-left: 0px;
    margin-top: 20px;
}

}