/*
        Project:		-- LEPARD
        Version:	    --
        Create Date:	-- 27-01-17
        Last change:	--
        Primary use:	--
*/

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




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

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



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


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

.style1 {
    left:60px;
    background-color:#e45324;
}
.style2 {
    left:110px;
    background-color:#e4db24;
}
.style3 {
    top:60px;
    left:10px;
    background-color:#149398;
}
.style4 {
    top:60px;
    left:60px;
    background-color:#655dec;
}
.style5 {
    top:60px;
    left:110px;
    background-color:#dc7ae3;
}
.color:hover {
    cursor:pointer;
}
.box .fa {
    position:absolute;
    left:10px;
    top:10px;
    color:#FFF;
    transition:all .5s ease-in-out;
}
.open {
    left:0;
}
.lang {
    position:absolute;
    background-color:#FFF;
    width:60px;
    height:30px;
    color:#404040;
    top:120px;
    left:10px;
    text-align:center;
    line-height:2;
    font-weight:bold;
    cursor: pointer;
}
.lang:hover {
    background-color:#222;
    color:#FFF;
}
.ar {
    left:90px;
}


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





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







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



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

.menubar {
    height: auto;
    width: 100%;
}
.navbar-default {
    background-color: transparent;
    height: 105px;
    border-bottom: none;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.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.small {
    background-color: white;
    box-shadow: 0px 0px 12px 0px #aeaeae;
    display: block;
    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-brand {
    float: left;
    height: 50px;
    padding: 10px 58px;
    font-size: 41px;
    line-height: 20px;
    padding-top: 21px;
}
.navbar-nav {
    float: right;
    margin: 17px 23px;
    margin-right: 0px;
}
.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}
.navbar-default .navbar-nav > li > a {
    color: white;
    letter-spacing: 2px;
    font-size: 13px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 10px 0px;
    font-weight: 600;
}
.navbar-default.small .navbar-nav a{
    color: black;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-title {
    padding: 0px 0px;
}
.site-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    margin-top: 28px;
    letter-spacing: 8px;
}


.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;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text {
    margin: auto;
}
.home-text h2 {
    font-size: 68px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 7px;
    font-weight: 700;
}

.home-text h3 {
    font-size: 18px;
    color: #dbdbdb;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 60px;
    line-height: 30px;
    margin-top: 0px;
}

.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: #fff;
    position: relative;
    border: 1px solid white;
    padding: 11px 19px;
    font-size: 16px;
}

.button::before,
.button::after {
    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;
}
#home-parallex:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.73);
    top: 0;
    left: 0;
    z-index: 1;
}


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


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

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

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





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





#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.about-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-grid{
    width: 100%;
}
.about-title {
    padding-top: 0px;
}
.about-title h3 {
    font-size: 25px;
    font-family: 'Montserrat', 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 16px;
}
.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 30px;
}
.about-details h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    color: #000;
    margin-top: 0px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
}
.underline {
    height: 3px;
    width: 100px;
    margin: auto;
}
.about-underline {
    height: 3px;
    width: 100px;
    margin: 0px;
    margin-top: 14px;
}
.about-details p {
    font-size: 14px;
    color: #383838;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 23px;
    margin-top: 18px;
}
.text-2{
    padding-bottom: 30px;
}

.counter {
    padding: 10px 0px;
    margin: 0px 30px;
}
.work-statistics {
    padding: 27px;
    border: 1px solid #d5d5d5;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.work-statistics:hover .stat-icon {
    transform: rotate(360deg);
}

.work-statistics h3 {
    font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    margin: 15px 9px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 9px;
}
.work-statistics p {
    color: #363636;
    font-size: 15px;
    margin-top: 7px;
    padding: 0px;
}
.stat-icon {
    font-size: 26px;
    margin-top: 0px;
    color: #333;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    background-color: transparent;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
}
.skill {
    width: 100%;
    background-color: white;
    position: relative;
    margin-top: 100px;
}
#skill-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;
}
#skill-parallex:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.73);
}
.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-bottom: 80px;
}

.skill-title {
    padding-top: 100px;
}
.skill-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}
.skill-under{
    background-color: white;
}
.skill-details {
    padding-top: 10px;
}
.skill-details p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}
.content {
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
}
.col { width:100%; }

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

#skill li {
    margin-bottom: 33px;
    background: #565656;
    height: 10px;
    border-radius: 3px;
    border-left: 1px solid #4D4D4D;
    border-top: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}
#skill h3 {
    margin: 0px;
    position: absolute;
    margin-top: -20px;
    font-size: 14px;
    color: #FFF;
}
#skill li em {
    position: relative;
    top: -30px;
    float: left;
    color: white;
}

.expand {
    height: 8px;
    margin: 0px 0px;
    position: absolute;
}

.Web.start     { width:85%;  -moz-animation:Web 2s ease-out;       -webkit-animation:Web 2s ease-out; position: relative;  float: left;      }
.Graphics.start    { width:90%;  -moz-animation:Graphics 2s ease-out;        -webkit-animation:Graphics 2s ease-out;      position: relative;  float: left;  }
.Developing.start  { width:82%;  -moz-animation:Developing 2s ease-out;      -webkit-animation:Developing 2s ease-out;    position: relative;  float: left;  }
.Photoshop.start   { width:89%;  -moz-animation:Photoshop 2s ease-out;   -webkit-animation:Photoshop 2s ease-out;   position: relative;  float: left;}
.Photography.start { width:95%; -moz-animation:Photography 2s ease-out; -webkit-animation:Photography 2s ease-out;   position: relative;  float: left;}


@-moz-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-moz-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-moz-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-moz-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }

@-webkit-keyframes Web       { 0%  { width:0px;} 100%{ width:85%;}  }
@-webkit-keyframes Graphics        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes Developing      { 0%  { width:0px;} 100%{ width:82%;}  }
@-webkit-keyframes Photoshop   { 0%  { width:0px;} 100%{ width:89%;}  }
@-webkit-keyframes Photography { 0%  { width:0px;} 100%{ width:95%;} }





/*=================================================== RESUME ==========================================*/





#resume{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.resume-content{
    padding-top: 120px;
    padding-bottom: 30px;
}
.resume-grid{
    width: 100%;
    margin-top: 0px;
}
.resume-title {
    padding-top: 0px;
}
.resume-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
    line-height: 33px;
}
.resume-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #5D5D5D;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}
.resume-details{
    margin-bottom: 70px;
}

.resume-details-part {
    padding-bottom: 30px;
}
.resume-details-part h3 {
    font-size: 26px;
    font-weight: 700;
}

.resume-part {
    padding: 0px 20px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.resume-media{
    padding: 20px 0px;
}
.resume-details-grid h3 {
    font-size: 19px;
    margin-top: 0px;
}
.resume-details-grid h4 {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 600;
}
.resume-details-grid p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    color: #595959;
}
.resume-icon {
    font-size: 25px;
    margin-top: 1px;
}
.resume-part::before {
    content: "";
    width: 36px;
    height: 7px;
    position: absolute;
    left: 11px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    border-radius: 150px;
}





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




#work {
    width: 100%;
    background-color: #f6f6f6;
    margin-top: 1px;
}
.work-content{
    padding-bottom: 100px;
}
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 100px;
}
.work-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
    line-height: 33px;
}
.work-details{
    margin-top: 40px;
}


.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.port-img-link {
    font-size: 20px;
    color: white;
}
.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: 575px;
    margin: 30px auto;
    margin-top: 10px;
}

#filters li {
    float:left;
}

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




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

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

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

    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.portfolio-wrapper:hover .overlay{
    opacity: 1.4;
}

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

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

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

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

.fancybox-inner {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





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





#service{
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.service-content{
    padding-top: 100px;
    padding-bottom: 0px;
}
.service-grid{
    width: 100%;
    margin-top: 0px;
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
    line-height: 33px;
}
.service-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #5D5D5D;
    padding: 0px;
    line-height: 27px;
    margin: 15px 0px;
    margin-bottom: 49px;
}

.service-details {
    padding: 18px 27px;
    margin-bottom: 30px;
    border: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #f0f0f0;
    border: 1px solid #d8d8d8;
}



.service-details h3 {
    margin: 10px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #595959;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin-bottom: 8px;
}
.service-details p {
    color: #757575;
    font-size: 15px;
    line-height: 23px;
    margin-top: 8px;
}
.service-icon {
    font-size: 19px;
    color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    height: 40px;
    width: 40px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.service-details:hover .service-icon{
    transform: rotate(360deg);
}
.service-details:hover {
    box-shadow: 0px 0px 5px 0px #c3c3c3;
}
.message {
    width: 100%;
    background-color: white;
    padding: 0px;
    margin-top: 70px;
}
.message-img{
    height: 100%;
    width: 100%;
}
.no-padding-col{
    padding: 0px;
    height: 100%;
}
.message-row{
    height: 550px;
    background-color: #e9e9e9;
}
.message-col {
    height: 100%;
    display: table;
    background-color: #e9e9e9;
}
.message-client{
    height: 100%;
}
.message-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 33px;
}
.message-details h3 {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0px;
}
.media {
    margin-top: 20px;
}
.media-body h3 {
    margin: 16px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 0px;
}
.media-body p {
    color: #1A1A1A;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 2px;
    letter-spacing: 1px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.service-icon {
    font-size: 17px;
    color: white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 4px;
}
.message-underline{
    margin-bottom: 40px;
}



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





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

.testimonial-content {
    padding-bottom: 10px;
    padding-top: 100px;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: #000;
    margin-top: 0px;
    font-weight: 700;
    line-height: 33px;
}

.testimonial-details{
    width: 100%;
}

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

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

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

}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
blockquote {
    padding: 34px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    padding-top: 20px;
}
.item blockquote p {
    font-size: 16px;
    color: #636363;
    margin-bottom: 0px;
    line-height: 31px;
    position: relative;
}
.item blockquote p span {
    font-size: 23px;
    color: white;
    position: relative;
    line-height: 44px;
    font-weight: 600;
    padding: 4px 20px;
}
.item{
    height: auto;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;
}

.fa-4x {
    font-size: 3em;
    height: 50px;
    width: 50px;
    background-color: transparent;
    line-height: 48px;
    border-radius: 5px;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 20px;
    height: 12px;
    margin: 1px;
    background-color: #fff;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 11;
    margin: 0% 11%;
}
.carousel-control.left {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    font-size: 20px;
    text-align: center;
    text-shadow: none;
}
.carousel-control:hover {
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}



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





#contact {
    width: 100%;
    background-color: #F6F6F6;
    margin-top: 0px;
    position: relative;
    background-image: url(../img/contact.jpg);
    background-size: cover;
    background-position: center center;
}
.contact-content{
    width: 100%;
}
.contact-grid {
    position: relative;
    z-index: 111;
}
.contact-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.73);
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-row{
    margin-top: 100px;
}
.contact-title {
    padding-top: 70px;
}
.contact-title h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    color: white;
    margin-top: 0px;
    font-weight: 700;
    line-height: 33px;
}
.contact-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #C5C5C5;
    padding: 0px;
    line-height: 28px;
    margin: 23px 0px;
    margin-bottom: 49px;
}
.contact-col{
    background-color: #272727;
    padding-bottom: 100px;
}
.contact-form-details {
    margin-top: 100px;
    padding-bottom: 70px;
}
.contact-form {
    width: 100%;
    margin: auto;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 50px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #8C8B8B;
    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(0, 0, 0, 0.56);
    text-align: center;
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #3f3e3e;
}
.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: #C6C6C6;
    text-align: center;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid black;
}
.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 {
    background-color: #4d4d4d;
    border-color: #b3b3b3;
    color: white;
    cursor: not-allowed;
}
.btn.disabled:hover{
    background-color: #4d4d4d;
    border-color: #b3b3b3;
    color: white;
    cursor: not-allowed;
}
.btn-success:hover{
    cursor: pointer;
    color: white;
}
.btn-success {
    color: white;
}
.text-danger {
    color: #A1A1A1;
    position: absolute;
    text-align: center;
}
.text-success {
    color: #A1A1A1;
    position: absolute;
    text-align: center;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}


.copyright-details{
    background-color: transparent;
}
.copyright h3 {
    margin: 0px;
    padding: 16px 0px;
    text-align: center;
    font-size: 12px;
    color: white;
}





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


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

    .what-i-do h3 {
        margin: 16px 0px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .about-details {
        margin: 42px 16px;
    }
    .contact-title p {
        font-size: 16px;
        padding: 2px 0px;
        margin-bottom: 40px;
        color: #7D7D7D;
        line-height: 27px;
    }
    .contact-form {
        width: 100%;
        margin: auto;
        padding-bottom: 50px;
    }
    .contact-col {
        padding: 25px 17px;
        margin-bottom: 9px;
        overflow: hidden;
        position: relative;
    }
    .work-statistics {
        padding: 27px 0px;
        border: 1px solid #d5d5d5;
        margin-bottom: 30px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .work-statistics h3 {
        font-size: 21px;
        font-family: 'Montserrat', sans-serif;
        color: #19b33b;
        margin: 15px 9px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-top: 9px;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 5%;
        font-size: 20px;
        text-align: center;
        filter: alpha(opacity=50);
        opacity: .5;
        z-index: 11;
        margin: 0%;
    }
}

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

    .what-i-do {
        padding: 35px;
        transition: .8s;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -ms-transition: .8s;
        -o-transition: .8s;

    }
    #skill {
        list-style: none;
        padding: 40px 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .work-counter {
        width: 100%;
    }
    .contact-title p {
        font-size: 16px;
        padding: 2px 0px;
        margin-bottom: 40px;
        color: #7D7D7D;
        line-height: 27px;
    }
    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 32%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .work-statistics h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        color: #19b33b;
        margin: 15px 9px;
        vertical-align: middle;
        margin-bottom: 0px;
        margin-top: 9px;
    }
    .message-details {
        display: table-cell;
        vertical-align: middle;
        padding-right: 0px;
        padding-left: 0px;
    }
    .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(255, 255, 255, 0.9);
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        color: black;
        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;
    }
}

@media screen and (max-width: 640px) {
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 49%;
        margin-right: 1%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }

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


@media screen and (max-width: 480px) {
    .wow{
        animation-name: none!important;
        visibility: visible !important;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 49%;
        margin-right: 1%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }
    #filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    #filters li {
        float: none;
    }
}

@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: 48px;
        color: #19b33b;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 7px;
        font-weight: 700;
    }
    .home-text h3 {
        font-size: 18px;
        color: #dbdbdb;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        margin-bottom: 40px;
        line-height: 30px;
        margin-top: 0px;
    }

    .resume-part {
        padding: 0px 20px;
        padding-bottom: 40px;
    }
    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        display: none;
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
    }
    .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 15%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    }
    .about-social li a {
        color: #000;
        background-color: #d5d5d5;
        border-radius: 150px;
        height: 35px;
        width: 35px;
        float: left;
        line-height: 34px;
        font-size: 18px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
    }
    .work-counter {
        width: 100%;
    }
    .contact-social li a {
        color: #fff;
        background-color: #777;
        border-radius: 150px;
        height: 35px;
        width: 35px;
        float: left;
        line-height: 36px;
        font-size: 18px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
    }
    .about-details {
        margin: 40px 7px;
    }
    .testimonial-content {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .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;
    }
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 11%;
        font-size: 20px;
        text-align: center;
        filter: alpha(opacity=50);
        opacity: .5;
        z-index: 11;
        margin: 0%;
    }
}

.strong{
    font-weight:bolder !important;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a{
    margin-right: 15px;
    margin-left: 5px;
font-size: 14px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.contactUsWrapper{
    position: fixed; 
    width: 100%; 
    bottom: 0;
    text-align: center;
    color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 12px 0px #aeaeae;
    background-color: #73B118;
}

.contactUsButton{
    text-align: center;
    width: 29%;
    height: 25px;
    font-size: 18px;
    font-weight:bold;
    cursor: pointer;
    text-align: center;
    margin:auto;
    border-radius:2px;
    color: #fff;
}

.popupImg{
    cursor: pointer; 
    color: #19b33b;
    text-align: center;
}

.courseLink{
   cursor: pointer; 
    color: #19b33b; 
}

.imgLargeWidth{
    width: 85%; 
    text-align: center;
}

.textLargeWidth{
    width: 85%; 
}

.showHide{
    display: none;   
}

.contactUsImg{
    vertical-align:top !important;   
}

.footerLink{
    color: #375905;
}   

.footerLink:hover{
    color: #fff;   
}

.specialFont{
    font-family: 'Courgette', cursive;
    font-size: 22px;
}

.specialFontSmall{
    font-family: 'Courgette', cursive;
    font-size: 16px;
}

.containerBio{
   position: relative;
  width: 20%; 
    cursor: pointer;
}

.bioImage {
  display: block;
  width: 100%;
  height: auto;
}

.overlayBio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #73B118;
}

.containerBio:hover .overlayBio {
  opacity: 1;
}

.textBio {
    text-align: center;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.containerMap{
   position: relative;
  width: 30%; 
    cursor: pointer;
}

.mapImage {
  display: block;
  width: 100%;
  height: auto;
}

.overlayMap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #73B118;
}

.containerMap:hover .overlayMap {
  opacity: 1;
}

.textMap {
 color: white;
font-size: 12px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 80%;

}













a {
text-decoration: none;
}
ul, li {
margin: 0;
padding: 0;
}
#nav {
    width: 65em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: fixed;
    top: 3%;
    left: 60%;
    margin-left: -30em;
    z-index: 1050;
}
#nav > a {
display: none;
}
#nav li {
position: relative;
}
#nav li a {
color: #fff;
display: block;
}
#nav li a:active {
background-color: #73B118 !important;
}
#nav span:after {
width: 0;
height: 0;
border: 0.313em solid transparent; /* 5 */
border-bottom: none;
border-top-color: #ffffff;
content: '';
vertical-align: middle;
display: inline-block;
position: relative;
right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
height: 3.75em; /* 60 */
background-color: #73B118;
}
#nav > ul > li {
width: 24%;
height: 100%;
float: left;
}
#nav > ul > li > a {
height: 100%;
font-size: 1em; /* 24 */
line-height: 3.5em; /* 60 (24) */
text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
border-right: 1px solid #A2DB4D;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
background-color: #73B118;
}
/* second level */

#nav li ul {
background-color: #73B118;
display: none;
position: absolute;
top: 100%;
}
#nav li:hover ul {
display: block;
left: 0;
right: 0;
}
#nav li:not( :first-child ):hover ul {
left: -1px;
}
#nav li ul a {
font-size: 1em; /* 20 */
border-top: 1px solid #A2DB4D;
padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
background-color: #73B118;
}
 @media only screen and ( max-width: 62.5em ) /* 1000 */ {
#nav {
width: 100%;
position: static;
margin: 0;
}
}
 @media only screen and ( max-width: 40em ) /* 640 */ {
html {
font-size: 75%; /* 12 */
}
#nav {
position: relative;
top: auto;
left: auto;
}
#nav > a {
width: 3.125em; /* 50 */
height: 3.125em; /* 50 */
text-align: left;
text-indent: -9999px;
background-color: #e15a1f;
position: relative;
}
#nav > a:before, #nav > a:after {
position: absolute;
border: 2px solid #fff;
top: 35%;
left: 25%;
right: 25%;
content: '';
}
#nav > a:after {
top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
display: block;
}
/* first level */

#nav > ul {
height: auto;
display: none;
position: absolute;
left: 0;
right: 0;
}
#nav:target > ul {
display: block;
}
#nav > ul > li {
width: 100%;
float: none;
}
#nav > ul > li > a {
height: auto;
text-align: left;
padding: 0 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
border-right: none;
border-bottom: 1px solid #cc470d;
}
/* second level */

#nav li ul {
position: static;
padding: 1.25em; /* 20 */
padding-top: 0;
}
}

.customBullet{
    list-style: url('../img/bullet.png') !important;
    margin-left: 20px;
}

.listNone{
    list-style: none;
}