body{
	/*background-image : url('../images/body-back.png');*/
}
.fix{
    overflow: hidden;
}

.ng-section{
    padding: 50px 0;
}

.welcome_text{ width: 100%; background: #444444; padding:16px 10px 20px 10px; position:relative; color:#D1D1D1}
.welcome_text h3, .welcome_text p{max-width:1140px; margin:0 auto; text-align:center;color:#D1D1D1; line-height:normal}
.ng-sevice-section{ position:relative; z-index:999}
.welcome_text h3{text-transform:capitalize; font-size:30px; display:block; padding-bottom:10px; font-weight:400}
.welcome_text h3 span{font-size:33px; color:#F5D043; font-weight:700;text-transform:uppercase}
.welcome_text p{font-size:14px; line-height:normal}
.ng-sevice-section{padding-top:22px}


/*******************
SECTION HEADING
*******************/
.ng-section-heading,
.ng-section-heading-light{
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

/*****
DARK
*****/
.ng-section-heading:after{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #B58C2D;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    
}

.ng-section-heading h1{
    font-size: 29px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ng-section-heading p.ng-section-subheading{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888888;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;

}
.select-language{ margin: 10px 0px; }
.select-language label{
	display : block;
    color : #E6C819;
}
.select-language select{
	padding: 5px;
    max-width: 170px;
    border: 1px solid #FDDC67;
}

/************************
SECTION HEADING (LIGHT)
************************/
.ng-section-heading-light:after{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    
}

.ng-section-heading-light h1{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ng-section-heading-light p.ng-section-subheading{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;

}


/*************************
IMAGE BACKGROUND OVERLAY
*************************/
.ng-parallax-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B58C2D; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(252,127,12,0.6) 0%,  rgba(247,39,102,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,127,12,0.6)), color-stop(100%, rgba(247,39,102,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(252,127,12,0.6) 0%, rgba(247,39,102,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(252,127,12,0.6)', endColorstr=' rgba(247,39,102,0.6)',GradientType=1 ); /* IE6-9 */
}

.ng-color-parallax-overlay-2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #B58C2D; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(94,22,149,0.7) 0%,  rgba(232,75,58,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,22,149,0.7)), color-stop(100%, rgba(232,75,58,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,22,149,0.7) 0%, rgba(232,75,58,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(94,22,149,0.7)', endColorstr=' rgba(232,75,58,0.7)',GradientType=1 ); /* IE6-9 */
}

.ng-dark-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}

.ng-color-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
}

/*******************
DO OUT LINE BUTTON
*******************/
.ng-btn-round-outline{
    font-size: 12px;
    color: #888888;
    letter-spacing: 7px;
    padding: 0px 20px;
    padding-left: 25px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.ng-btn-round-outline:hover,
.ng-btn-round-outline:focus{
    background-color: #B58C2D;
    color: #ffffff;
    border: 2px solid #B58C2D;
}

/******************
DO SOLID BUTTON
******************/
.ng-btn-round-solid{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #B58C2D;
    border: 2px solid #B58C2D;
    padding: 0px 25px;
    padding-left: 30px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px; 
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;   
}

.ng-btn-round-solid:hover{
    color: #888888;
    background-color: transparent;
    border: 2px solid #e9e9e9;
}

.ng-btn-round-solid.light:hover{
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #e9e9e9;
}

.ng-btn-round-solid:focus{
    color: #ffffff;
    border: 2px solid #B58C2D;
    outline: 0;
}

/************************
DO LIST ITEM WITH ICON
************************/
ul.ng-icon-list li{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

ul.ng-icon-list li:last-child{
    margin-bottom: 0;
}

ul.ng-icon-list li i{
    color: #B58C2D;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    line-height: 12px;
    border: 1px solid #B58C2D;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}

ul.ng-icon-list li i:before{
    padding-left: 1px;
}

/***************
DO COLOR TEXT
***************/
.ng-color-text{
    color: #B58C2D;
}


/****************************
DO ICON WITH TEXT (STYLE 1)
*****************************/
.ng-icon-with-text-style1{
    text-align: center;
    padding: 0 30px;
}

.ng-icon-with-text-style1 .ng-icon-wrapper{
    width: 55px;
    height: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.ng-icon-with-text-style1:nth-child(1) .ng-icon-wrapper{
    background-color: #EED263;
}
.ng-icon-with-text-style1:nth-child(2) .ng-icon-wrapper{
    background-color: #EFD242;
}
.ng-icon-with-text-style1:nth-child(3) .ng-icon-wrapper{
    background-color: #E8C32F;
}
.ng-icon-with-text-style1:nth-child(4) .ng-icon-wrapper{
    background-color: #EFBF06;
}

.ng-icon-with-text-style1 .ng-icon-wrapper i{
    font-size: 24px;
    line-height: 55px;
    color: #fff;
}

.ng-icon-with-text-style1 h3,
.ng-icon-with-text-style1 h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.ng-icon-with-text-style1 h3 a{
    margin-bottom: 0;
}

.ng-icon-with-text-style1 p{
    color: #888888;
    margin-bottom: 0;
}


/****************************
DO ICON WITH TEXT (STYLE 2)
****************************/
.ng-icon-with-text-style-2{
    position: relative;
    margin-bottom: 60px;
}

.ng-icon-with-text-style-2:last-child{
    margin-bottom: 0;
}

.ng-icon-with-text-style-2 .ng-icon-wrapper{
    width: 55px;
    height: 55px;
    text-align: center;
    background-color: #B58C2D;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.ng-icon-with-text-style-2 .ng-icon-wrapper i{
    font-size: 24px;
    line-height: 55px;
    color: #fff;
}

.ng-icon-with-text-style-2 .ng-text-wrapper h3,
.ng-icon-with-text-style-2 .ng-text-wrapper h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}

.ng-icon-with-text-style-2 .ng-text-wrapper h3 a{
    margin-bottom: 0;
}

.ng-icon-with-text-style-2 .ng-text-wrapper p{
    color: #888888;
    margin-bottom: 0;
}


/****************************
DO ICON WITH TEXT (STYLE 3)
*****************************/
.ng-icon-with-text-style3{
    text-align: center;
    padding: 0 30px;
}

.ng-icon-with-text-style3 .ng-icon-wrapper{
    width: 55px;
    height: 55px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-icon-with-text-style3 .ng-icon-wrapper i{
    font-size: 24px;
    line-height: 55px;
    color: #888888;
}

.ng-icon-with-text-style3 h3,
.ng-icon-with-text-style3 h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.ng-icon-with-text-style3 h3 a{
    margin-bottom: 0;
}

.ng-icon-with-text-style3 p{
    color: #888888;
    margin-bottom: 0;
}

.ng-icon-with-text-style3:hover .ng-icon-wrapper{
    background-color: #B58C2D;
    border: 1px solid transparent;
}

.ng-icon-with-text-style3:hover .ng-icon-wrapper i{
    color: #ffffff;
}

/*****************************
DO ICON WITH TEXT (LEFT ICON)
*****************************/
.ng-icon-with-text-style-2.ng-icon-left{
    padding-left: 80px;
}

.ng-icon-with-text-style-2.ng-icon-left .ng-icon-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}

.ng-icon-with-text-style-2.ng-icon-left .ng-text-wrapper h3,
.ng-icon-with-text-style-2.ng-icon-left .ng-text-wrapper h3 a{
    text-align: left;
}

.ng-icon-with-text-style-2.ng-icon-left .ng-text-wrapper p{
    text-align: left;
}


/*******************************
DO ICON WITH TEXT (RIGHT ICON)
*******************************/
.ng-icon-with-text-style-2.ng-icon-right{
    padding-right: 80px;
}

.ng-icon-with-text-style-2.ng-icon-right .ng-icon-wrapper{
    position: absolute;
    top: 0;
    right: 0;
}

.ng-icon-with-text-style-2.ng-icon-right .ng-text-wrapper h3,
.ng-icon-with-text-style-2.ng-icon-right .ng-text-wrapper h3 a{
    text-align: right;
}

.ng-icon-with-text-style-2.ng-icon-right .ng-text-wrapper p{
    text-align: right;
}


/************
SKILLBAR
************/
.ng-skillbar{
    overflow: hidden;
    margin-bottom: 20px;
}

.ng-skillbar:last-child{
    margin-bottom: 0;
}

.ng-skillbar p,
.ng-skillbar p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #888888;
    letter-spacing: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ng-skillbar p span{
    float: right;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.ng-skillbar p:last-child{
    margin-bottom: 0;
}

.ng-skillbar-bar-wrapper{
    position:relative;
    display:block;
    width:100%;
    background:#eee;
    height:4px;
    -webkit-transition:0.4s linear;
       -moz-transition:0.4s linear;
        -ms-transition:0.4s linear;
         -o-transition:0.4s linear;
            transition:0.4s linear;
    -webkit-transition-property:width, background-color;
       -moz-transition-property:width, background-color;
        -ms-transition-property:width, background-color;
         -o-transition-property:width, background-color;
            transition-property:width, background-color;
}

.ng-skillbar-bar{
    height:4px;
    width:0px;
    background-color:#6adcfa;
}

.ng-skillbar:nth-child(1) .ng-skillbar-bar{
    background-color: #ffc000;
}

.ng-skillbar:nth-child(2) .ng-skillbar-bar{
    background-color: #B58C2D;
}

.ng-skillbar:nth-child(3) .ng-skillbar-bar{
    background-color: #e84b3a;
}

.ng-skillbar:nth-child(4) .ng-skillbar-bar{
    background-color: #474747;
}


/********************************************************
                    PAGE TITLE (BG IMAGE)
********************************************************/
.ng-parallax-page-title-section{
    padding: 175px 0;
    position: relative;
    background: url(../images/custom-img-bg-2.jpg) no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-parallax-page-title-section .ng-page-title{
    display: block;
    z-index: 10;
    position: relative;
    text-align: center;
}

.ng-parallax-page-title-section .ng-page-title:after{
    content: '';
    width: 45px;
    height: 4px;
    margin: 0 auto;
    background-color: #B58C2D;
    display: block;
    margin-top: 20px;
}

.ng-parallax-page-title-section .ng-page-title h1{
    font-size: 35px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}

.ng-parallax-page-title-section .ng-page-title p{
    font-size: 15px;
    color: #c0c0c0;
    letter-spacing: 6px;
    margin-bottom: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                PAGE TITLE (NORMAL)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-normal-page-title-section{
    padding: 50px 0;
    background-color: #F3F3F3;
    border-bottom: 1px solid #f1f1f1;  
}

.ng-normal-page-title-section .ng-page-title-wrapper{
    overflow: hidden;
}

.ng-normal-page-title-section .ng-default-page-title{}

.ng-normal-page-title-section .ng-default-page-title h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #D0A73A;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ng-normal-page-title-section .ng-default-page-title p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #505050;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 17px;    
}

.ng-normal-page-title-section .ng-default-page-title p:before{
    content: '';
    width: 45px;
    height: 4px;
    background-color: #B58C2D;
    position: absolute;
    bottom: 0;
    left: 0;
}


/***************
BREADCUMB
***************/
.ng-normal-page-title-section .ng-breadcumb{
    float: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-top: 25px;
}

.ng-normal-page-title-section .ng-breadcumb ul{}

.ng-normal-page-title-section .ng-breadcumb ul li{
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 8px;
}

.ng-normal-page-title-section .ng-breadcumb ul li:after{
    content: '/';
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
}

.ng-normal-page-title-section .ng-breadcumb ul li:last-child{
    padding-right: 0;
}

.ng-normal-page-title-section .ng-breadcumb ul li:last-child:after{
    content: '';
}

.ng-normal-page-title-section .ng-breadcumb ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #525252;
    letter-spacing: 2px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: color .35s;
       -moz-transition: color .35s;
        -ms-transition: color .35s;
         -o-transition: color .35s;
            transition: color .35s;
}

.ng-normal-page-title-section .ng-breadcumb ul li a:hover{
    color: #B58C2D;
}

.ng-normal-page-title-section .ng-breadcumb ul li span{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #E2A607;
    letter-spacing: 2px;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                        CTA ONE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-cta-one-section{
    padding: 45px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/custom-sec-bg-img.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.ng-cta-one-section .ng-color-overlay{
    background-color: rgba(232,75,58,0.65);
}

.ng-cta-one-section .ng-cta-one{}

.ng-cta-one-section .ng-cta-one .ng-cta-one-text{
    text-align: center;
}

.ng-cta-one-section .ng-cta-one .ng-cta-one-text h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    margin: 0;
}

.ng-cta-one-section .ng-cta-one .ng-cta-one-btn{}

.ng-cta-one-section .ng-cta-one .ng-cta-one-btn a.ng-btn-round-outline{
    float: right;
    color: #ffffff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CALL TO ACTION (SOLID COLOR)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */

.ng-solid-color-cta{
    background: #19bd9b;
}

.ng-cta-one-section.ng-solid-color-cta .ng-cta-one-text h2{
    text-align: right;
}

.ng-cta-one-section.ng-solid-color-cta .ng-cta-one-btn a.ng-btn-round-outline{
    float: left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CALL TO ACTION (2nd)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-cta-section-2nd{
    padding: 150px 0;
    background: url(../images/section_img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
}


.ng-cta-section-2nd .ng-cta{
    position: relative;
    text-align: center;
}

.ng-cta-section-2nd .ng-cta h3{
    font-family: 'Open sans', sans-serif;
    font-size: 25px;
    color: #ffffff;
    margin: 0 0 20px;
}

.ng-cta-section-2nd .ng-cta p{
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 30px;  
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    SOCIAL LINK SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-social-link-section{
    background-color: #373737;
    overflow: hidden;
}

.ng-social-link-section ul{}

.ng-social-link-section a{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #c0c0c0;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    width: 20%;
    padding: 50px 0;
    border-right: 1px solid #333333;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-social-link-section a:first-child{
    border-left: 1px solid #333333;   
}

.ng-social-link-section a span{
    width: 30px;
    height: 30px;
    border: 1px solid #575757;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-social-link-section a span i{
    font-size: 16px;
    color: #575757;
    line-height: 29px;
    padding-left: 5px;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-social-link-section a:hover{
    color: #ffffff;
}

.ng-social-link-section a:hover span{
    border-color: #ffffff;
}

.ng-social-link-section a:hover span i{
    color: #ffffff
}

/* FACEBOOK */
.ng-social-link-section a.ng-facebook:hover{
    background-color: #3b5998;
}

/* TWITTER */
.ng-social-link-section a.ng-twitter:hover{
    background-color: #00aced;
}

/* VIMEO */
.ng-social-link-section a.ng-vimeo:hover{
    background-color: #aad450;
}

/* DRIBBBLE */
.ng-social-link-section a.ng-dribbble:hover{
    background-color: #ea4c89;
}

/* BEHANCE */
.ng-social-link-section a.ng-behance:hover{
    background-color: #005cff;
}

/********************************
            ERROR
********************************/
.error {
  border: 1px solid #FC4848;
  color: #FC4848;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px 15px 10px 50px;
  position: relative;
}

.error:before{
    content: "\f119";
    font-family: 'FontAwesome';
    color: #FC4848;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}

.success{
    border: 1px solid #19bd9b;
    color: #19bd9b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative;
}

.success:before{
    content: "\f118";
    font-family: 'FontAwesome';
    color: #19bd9b;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}

/********************************
PRELOADER STYLING
********************************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}


.ng-loader{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
         -o-border-radius: 100%;
            border-radius: 100%;
    background-image: url(../images/controls/preloader-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.ng-loader:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: -6px;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    border-top: 1px solid #B58C2D;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 100%;
    -webkit-animation: spinning 0.750s infinite linear;
       -moz-animation: spinning 0.750s infinite linear;
         -o-animation: spinning 0.750s infinite linear;
            animation: spinning 0.750s infinite linear;
}

@-webkit-keyframes spinning {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes spinning {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes spinning {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes spinning {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

/********************************
Scroll Up
********************************/ 
#scrollUp {
    bottom: 30px;
    right: 30px;
    height: 35px;  /* Height of image */
    width: 35px; /* Width of image */
    background: url(../images/controls/top.png) no-repeat;
}

/************************* End **************************/


/********************************************************
*                                                       *
*                        Typography                     *
*                                                       *
*********************************************************/
textarea:focus,
input:focus{
  outline: none;
}

img{
  max-width: 100%;
}

a:hover,
a:focus,
a:active{
	outline: 0;
	text-decoration: none;
    border: 0;
}

ul{
  padding: 0;
  list-style: none;
  margin: 0;
}

h1,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

p,li,a,span,input{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #888888;
}

/************************* End **************************/


/********************************************************
*                                                       *
*                        MENU                           *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        Menu (HOME ONE)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-main-menu{
    margin-bottom: 0;
    min-height: 60px;
    border: 0px;
    padding: 5px 0;
    background-color: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 0px 2px #cecece;
       -moz-box-shadow: 0 0px 2px #cecece;
            box-shadow: 0 0px 2px #cecece;
    -webkit-transition: all .550s;
       -moz-transition: all .550s;
        -ms-transition: all .550s;
         -o-transition: all .550s;
            transition: all .550s;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
         -o-border-radius: 0px;
            border-radius: 0px;
}

.ng-menu-wrapper{
    text-align: center;
    z-index: 10;
    /*position: relative;*/
}

.ng-main-menu > .container{
    position: relative;
}

.navbar-brand {
    padding: 0px 15px 15px 0;
}

.ng-menu-wrapper ul.ng-menus{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin-bottom: -5px;
}

ul.ng-menus > li{
	padding: 20px 10px;
	margin-right: 15px;
}

ul.ng-menus li:last-child{
    margin-right: 0;
}

ul.ng-menus li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #424242;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.ng-custom-section-content{padding-bottom:10px}

@media (min-width:980px){
	/*ul.ng-menus > li:hover{
		background-color: transparent;
		background-image: url('../images/menu-back-cone.png'), url('../images/menu-back.png');
		background-repeat :  no-repeat, repeat-x;
		background-position :  50% bottom, left bottom;
		color: #B58C2D;
	}*/
	
	ul.ng-menus > li:hover,
	ul.ng-menus > li.active{
		background-color: transparent;
		/*background-image: url('../images/menu-back.png');*/
		background-repeat :  repeat-x;
		background-position :  left bottom;
		color: #B58C2D;
	}
}
ul.ng-menus li a:hover,
ul.ng-menus li.active a{
    background-color: transparent;
    color: #B58C2D;
}

ul.ng-menus li a:focus{
    background-color: transparent;
}

/*****************
DROPDOWN MENU
*****************/
.ng-main-menu .navbar-nav li ul.sub-menu{
    float:left;
    list-style:none;
    margin:0;
    padding:0px;
    position:absolute;
    left:-20px;
    top: calc(100% + 28px);
    background: rgba(0,0,0,0.55);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden; /* Avoids being selected even if the opacity is set to 0 */
    z-index: 1000;

        /* CSS3 Multiple Transitions */

    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
}

.ng-main-menu .navbar-nav li ul.sub-menu li {
    display: block;
    clear:both;
    margin-top: 0px;
    text-align: left;
    position: relative;
}

.ng-main-menu .navbar-nav li ul.sub-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 7.5px 10px 7.5px 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    clear: both;
    color: #FFF;
    font-weight: 600;
}

.ng-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:after{
    content: '\e649';
    font-family: 'themify';
    font-size: 10px;
    color: #888888;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:hover:after{
    color: #B58C2D;
}


.ng-main-menu .navbar-nav li:hover ul.sub-menu {
    opacity:1;
    visibility:visible;
    top: calc(100% + 5px);
}

.ng-main-menu.minified .navbar-nav li:hover ul.sub-menu {
    top: 100%;
}

.ng-main-menu .navbar-nav li ul.sub-menu li a:hover{
    color: #FFB200;
}

/* SUB-MENU SUB STYLE */
.ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu,
.ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    float:left;
    list-style:none;
    margin:0;
    padding:10px 0;
    position:absolute;
    left: calc(100% + 20px);
    top: -5px;
    background: rgba(0,0,0,0.81);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden;
    z-index: 1000;
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
}

.ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li{
    display: block;
    clear:both;
    margin:0;
    padding: 7.5px 20px;
    opacity:1;
}

.ng-main-menu .navbar-nav li ul.sub-menu li:hover ul.sub-menu,
.ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
    opacity:1;
    left:100%;
    visibility:visible;
}

/* Minified Menu */
.ng-main-menu.minified{
    background-color: rgba(255,255,255,0.97);
    padding: 0;
    position: fixed;
	z-index:99999
}

/* TOPBAR Minified Menu */
.hastopbar .ng-main-menu.minified{
    background-color: rgba(255,255,255,0.97);
    padding: 0;
    position: fixed;
    top: 0;
}

/***********
SIDE MENU
***********/
.ng-side-menu-opener{
    position: absolute;
    top: 30px;
    right: 0;
}

/* Menu Button */
.ng-side-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
    padding: 0;
    width: 13px;
    height: 15px;
    border: none;
    outline: 0;
    text-indent: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border-top:3px solid #e3e3e3;
}

.ng-side-menu-button::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e3e3e3;
}

.ng-side-menu-button::after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e3e3e3;
}

.ng-side-menu-button:hover {
    opacity: 0.6;
}

/* Close Button */
.ng-side-menu-close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80px;
    right: 85px;
    border: none;
    outline: 0;
    z-index: 1001;
    background: transparent;
    color: transparent;
}

.ng-side-menu-close-button::before,
.ng-side-menu-close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #B58C2D;
}

.ng-side-menu-close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ng-side-menu-close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu */
.ng-side-menu-wrap {
    background: url(../images/menu-bg.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    position: fixed;
    right: 0;
    z-index: 1001;
    width: 400px;
    height: 100%;
    font-size: 14px;
    -webkit-transform: translate3d(100%,0,0);
       -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
         -o-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform .4s;
       -moz-transition:    -moz-transform .4s;
        -ms-transition:     -ms-transform .4s;
         -o-transition:      -o-transform .4s;
            transition:         transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);

}

/*
OVERLAY
 */
.ng-side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
       -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
         -o-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 0s .4s, opacity 0.4s;
       -moz-transition:    -moz-transform 0s .4s, opacity 0.4s;
        -ms-transition:     -ms-transform 0s .4s, opacity 0.4s;
         -o-transition:      -o-transform 0s .4s, opacity 0.4s;
            transition:         transform 0s .4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}


/* Shown menu */
.ng-show-menu .ng-side-menu-wrap {
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .8s;
       -moz-transition:    -moz-transform .8s;
        -ms-transition:     -ms-transform .8s;
         -o-transition:      -o-transform .8s;
            transition:         transform .8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);

}

.ng-show-menu .ng-side-menu-overlay {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
       -moz-transition: opacity 0.8s;
        -ms-transition: opacity 0.8s;
         -o-transition: opacity 0.8s;
            transition: opacity 0.8s;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}


/*
SIDE MENU ITEMS
*/
.ng-side-menu {
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 130px 90px;
    position: relative;
    z-index: 1;
}

.ng-side-menu-widget-wrap {
    width: 100%;
}

/*
LOGO
 */
.ng-side-menu-widget-wrap .ng-side-menu-logo-wrap{
    height: 50px;
    position: absolute;
    top: 70px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-side-menu-widget-wrap .ng-side-menu-logo-wrap img{
    max-height: 100%;
}

/*
MENU
 */
.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap{
    margin-top: 70px;
    height: 100%;
    -webkit-transform: translate3d(0,100%,0);
       -moz-transform: translate3d(0,100%,0);
        -ms-transform: translate3d(0,100%,0);
         -o-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0s .4s;
       -moz-transition:    -moz-transform 0s .4s;
        -ms-transition:     -ms-transform 0s .4s;
         -o-transition:      -o-transform 0s .4s;
            transition:         transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul{}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li{
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transform: translate3d(0,500px,0);
       -moz-transform: translate3d(0,500px,0);
        -ms-transform: translate3d(0,500px,0);
         -o-transform: translate3d(0,500px,0);
            transform: translate3d(0,500px,0);
    -webkit-transition: -webkit-transform 0s .4s;
       -moz-transition:    -moz-transform 0s .4s;
        -ms-transition:     -ms-transform 0s .4s;
         -o-transition:      -o-transform 0s .4s;
            transition:         transform 0s .4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li:nth-child(n+1){
    -webkit-transform: translate3d(0,1000px,0);
       -moz-transform: translate3d(0,1000px,0);
        -ms-transform: translate3d(0,1000px,0);
         -o-transform: translate3d(0,1000px,0);
            transform: translate3d(0,1000px,0);
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul > li:nth-child(n+2){
    -webkit-transform: translate3d(0,1500px,0);
       -moz-transform: translate3d(0,1500px,0);
        -ms-transform: translate3d(0,1500px,0);
         -o-transform: translate3d(0,1500px,0);
            transform: translate3d(0,1500px,0);
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul > li:nth-child(n+3){
    -webkit-transform: translate3d(0,2000px,0);
       -moz-transform: translate3d(0,2000px,0);
        -ms-transform: translate3d(0,2000px,0);
         -o-transform: translate3d(0,2000px,0);
            transform: translate3d(0,2000px,0);
}


.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul > li:nth-child(n+4){
    -webkit-transform: translate3d(0,2500px,0);
       -moz-transform: translate3d(0,2500px,0);
        -ms-transform: translate3d(0,2500px,0);
         -o-transform: translate3d(0,2500px,0);
            transform: translate3d(0,2500px,0);
}


.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul > li:nth-child(n+5){
    -webkit-transform: translate3d(0,3000px,0);
       -moz-transform: translate3d(0,3000px,0);
        -ms-transform: translate3d(0,3000px,0);
         -o-transform: translate3d(0,3000px,0);
            transform: translate3d(0,3000px,0);
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul > li:nth-child(n+6){
    -webkit-transform: translate3d(0,3500px,0);
       -moz-transform: translate3d(0,3500px,0);
        -ms-transform: translate3d(0,3500px,0);
         -o-transform: translate3d(0,3500px,0);
            transform: translate3d(0,3500px,0);
}


.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li:last-child{
    margin-bottom: 0;
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: color .35s;
       -moz-transition: color .35s;
        -ms-transition: color .35s;
         -o-transition: color .35s;
            transition: color .35s;
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li ul{
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    text-transform: inherit;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li a:hover{
    color: #B58C2D;
}

.ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul li:hover ul{
    opacity: 1;
    margin-top: 10px;
}

/* SHOW MENU */
.ng-show-menu .ng-side-menu-widget-wrap .ng-side-menu-menu-wrap,
.ng-show-menu .ng-side-menu-widget-wrap .ng-side-menu-menu-wrap ul > li{
    -webkit-transition: -webkit-transform .8s;
       -moz-transition:    -moz-transform .8s;
        -ms-transition:     -ms-transform .8s;
         -o-transition:      -o-transform .8s;
            transition:         transform .8s;
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
         -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        -ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
         -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
            transition-timing-function: cubic-bezier(0.7,0,0.3,1);    
}

/* 
SOCIAL ICON 
*/
.ng-side-menu-widget-wrap .ng-side-menu-social-icon{
    position: absolute;
    bottom: 100px;
}

.ng-side-menu-widget-wrap .ng-side-menu-social-icon ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-side-menu-widget-wrap .ng-side-menu-social-icon ul li{
    float: left;
    margin-right: 20px;
}

.ng-side-menu-widget-wrap .ng-side-menu-social-icon ul li:last-child{
    margin-right: 0;
}

.ng-side-menu-widget-wrap .ng-side-menu-social-icon ul li a{
}

.ng-side-menu-widget-wrap .ng-side-menu-social-icon ul li a i{
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.ng-side-menu-widget-wrap .ng-side-menu-social-icon ul li a:hover i{
    color: #B58C2D;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        Menu (HOME TWO)
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Minified Menu */
.ng-homepage-2nd .ng-main-menu.minified{
    background-color: rgba(0,0,0,0.8);
    padding: 0;
    position: fixed;
}

.ng-hero-header{
    overflow: hidden;
    height: 100%
}


/*
MENU STYLE 2
 */
.ng-homepage-2nd header .ng-main-menu{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    z-index: 999;
    background: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
       -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
            box-shadow: 0 0 0 rgba(0,0,0,0);    
}

.ng-homepage-2nd header .ng-main-menu ul.ng-menus > li > a{
  background-color: transparent;
  color: #ffffff;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.ng-homepage-2nd header .ng-main-menu ul.ng-menus > li > a:after {
    content: '';
    display: block;
    position: relative;
    margin: auto;
    height: 4px;
    width: 0px;
    bottom: -36px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.ng-homepage-2nd .ng-main-menu.minified ul.ng-menus > li > a:after{
    bottom: -21px;  
}

.ng-homepage-2nd header .ng-main-menu ul.ng-menus > li > a:hover:after,
.ng-homepage-2nd header .ng-main-menu ul.ng-menus > li.active > a:after {
    width: 100%;
    background: #ffffff;
}


/*****************
DROPDOWN MENU
*****************/
.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu{
    float:left;
    list-style:none;
    margin:0;
    padding:30px 0;
    position:absolute;
    left:-20px;
    top: calc(100% + 38px);
    background: rgba(0,0,0,0.55);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden; /* Avoids being selected even if the opacity is set to 0 */
    z-index: 1000;

        /* CSS3 Multiple Transitions */

    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, top 0.25s 0.1s ease-out;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li {
    display: block;
    clear:both;
    margin-top: 0px;
    text-align: left;
    position: relative;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    clear: both;
    color: #888888;
    font-weight: 600;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:after{
    content: '\e649';
    font-family: 'themify';
    font-size: 10px;
    color: #888888;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li:hover ul.sub-menu li.has-menu:hover:after{
    color: #B58C2D;
}


.ng-homepage-2nd header .ng-main-menu .navbar-nav li:hover ul.sub-menu {
    opacity:1;
    visibility:visible;
    top: calc(100% + 15px);
}

.ng-homepage-2nd header .ng-main-menu.minified .navbar-nav li:hover ul.sub-menu {
    top: 100%;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li a:hover{
    color: #B58C2D;
}

/* SUB-MENU SUB STYLE */
.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu,
.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li ul.sub-menu {
    float:left;
    list-style:none;
    margin:0;
    padding:10px 0;
    position:absolute;
    left: calc(100% + 20px);
    top: -5px;
    background: rgba(0,0,0,0.81);
    min-width: 100px;
    opacity:0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    visibility:hidden;
    z-index: 1000;
    -moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    -o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
    transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear, left 0.4s 0.1s ease-out;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li{
    display: block;
    clear:both;
    margin:0;
    padding: 7.5px 20px;
    opacity:1;
}

.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li:hover ul.sub-menu,
.ng-homepage-2nd header .ng-main-menu .navbar-nav li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
    opacity:1;
    left:100%;
    visibility:visible;
}

/* SIDE MENU */
/* Menu Button */

.ng-homepage-2nd .ng-side-menu-button {
    border-top:3px solid #ffffff;
}

.ng-homepage-2nd .ng-side-menu-button::before {
    background-color: #ffffff;
}

.ng-homepage-2nd .ng-side-menu-button::after {
    background-color: #ffffff;
}

.ng-homepage-2nd .ng-side-menu-button:hover {
    opacity: 1;
}


/************************* End **************************/




/********************************************************
*                                                       *
*                   HOME PAGE (ONE)                     *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        Slider
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-main-slider{
    overflow: hidden;
}

.ng-main-slider h1.ng-slider-text-big{
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

.ng-main-slider h1.ng-slider-2nd-text{
    font-size: 33px;
    font-weight: 700;
}

.ng-main-slider p.ng-slider-text-small{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #888888;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;

}

.ng-main-slider p.ng-slider-text-small .ng-color-text{
    color: #B58C2D;
    font-size: 17px;
}


.sp-arrows {
    position: absolute;
}

.sp-fade-arrows {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.sp-arrow {
    position: absolute;
    height: 100%;
    width: 35px;
    -webkit-transition: all .6s;
       -moz-transition: all .6s;
        -ms-transition: all .6s;
         -o-transition: all .6s;
            transition: all .6s;
}

.sp-previous-arrow{
    left: -100%;
}

.sp-next-arrow{
    right: -100%;
}

.sp-slides-container:hover .sp-previous-arrow {
    left: 0;
}

.sp-slides-container:hover .sp-next-arrow {
    right: 0;
}

.sp-previous-arrow:before,
.sp-next-arrow:before{
    content: '';
    position: relative;
    display: block;
    width: 35px;
    height: 100px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);   
}

.sp-previous-arrow:before {
    content: '\e686';
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #ffffff;
    line-height: 100px;
    z-index: 1;
}

.sp-next-arrow:before {
    content: '\e684';
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px;
    color: #ffffff;
    line-height: 100px;
    z-index: 1;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    SERVICES SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-sevice-section{
    background-color: #f9f9f9;
    overflow: hidden;
}

.ng-sevice-section .ng-service-container{
    float: left;
    position: relative;
    width: calc(100% / 4 - 1px);
    margin-right: 1px;
    height: 220px;
    position: relative;
    -webkit-perspective: 800px;
            perspective: 800px;
    overflow: visible;
}

.ng-sevice-section .ng-service-container:last-child{
    margin-right: 0;
}

.ng-sevice-section .ng-service-container .ng-front-part,
.ng-sevice-section .ng-service-container .ng-back-part{
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    text-align: center;
    display: block;
    height: 220px;
    width: 100%;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.ng-sevice-section .ng-service-container .ng-front-part {
  z-index: 2;
}

.ng-sevice-section .ng-service-container .ng-back-part{
    background-color: #474747;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(110px) rotateX(-90deg);
       -moz-transform: translateY(110px) rotateX(-90deg);
        -ms-transform: translateY(110px) rotateX(-90deg);
         -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
}

.ng-sevice-section .ng-service-container .ng-front-part .ng-front-content,
.ng-sevice-section .ng-service-container .ng-back-part .ng-back-content{
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ng-sevice-section .ng-service-container .ng-front-part .ng-front-content i{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.ng-sevice-section .ng-service-container .ng-front-part .ng-front-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}

.ng-sevice-section .ng-service-container .ng-front-part .ng-front-content h3:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
}

.ng-sevice-section .ng-service-container .ng-back-part .ng-back-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0 31px;
    text-transform: uppercase;
    position: relative;
}

.ng-sevice-section .ng-service-container .ng-back-part .ng-back-content h3:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: #fff;
}

.ng-sevice-section .ng-service-container .ng-back-part .ng-back-content p{
    font-size: 13px;
    color: #b1b1b1;
    margin-bottom: 0;
}

.ng-sevice-section .ng-service-container:nth-child(1) .ng-front-part{
    background-color: #EED263;
}

.ng-sevice-section .ng-service-container:nth-child(2) .ng-front-part{
    background-color: #EFD242;
}

.ng-sevice-section .ng-service-container:nth-child(3) .ng-front-part{
    background-color: #E8C32F;
}

.ng-sevice-section .ng-service-container:nth-child(4) .ng-front-part{
    background-color: #EFBF06;
}


.ng-service-container:hover .ng-front-part,
.ng-service-container:focus .ng-front-part,
.ng-service-container:active .ng-front-part {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
       -moz-transform: translateY(-110px) rotateX(90deg);
        -ms-transform: translateY(-110px) rotateX(90deg);
         -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
}

.ng-service-container:hover .ng-back-part,
.ng-service-container:focus .ng-back-part,
.ng-service-container:active .ng-back-part {
    opacity: 1;
    -webkit-transform: rotateX(0);
       -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
         -o-transform: rotateX(0);
            transform: rotateX(0);
}

.ng-service-container .ng-front-part.ng-ser-f-2,
.ng-service-container .ng-front-part.ng-ser-f-2,
.ng-service-container .ng-front-part.ng-ser-f-2 {
    opacity: 1;
    -webkit-transform: translateY(-105px) rotateX(91deg);
       -moz-transform: translateY(-105px) rotateX(91deg);
        -ms-transform: translateY(-105px) rotateX(91deg);
         -o-transform: translateY(-105px) rotateX(91deg);
            transform: translateY(-105px) rotateX(91deg);
}

.ng-service-container .ng-back-part.ng-ser-b-2,
.ng-service-container .ng-back-part.ng-ser-b-2,
.ng-service-container .ng-back-part.ng-ser-b-2 {
    opacity: 1;
    -webkit-transform: rotateX(35deg);
       -moz-transform: rotateX(35deg);
        -ms-transform: rotateX(35deg);
         -o-transform: rotateX(35deg);
            transform: rotateX(35deg);
}

.ng-service-container:hover .ng-back-part.ng-ser-b-2,
.ng-service-container:hover .ng-back-part.ng-ser-b-2,
.ng-service-container:hover .ng-back-part.ng-ser-b-2 {
    opacity: 1;
    -webkit-transform: rotateX(-35deg);
       -moz-transform: rotateX(-35deg);
        -ms-transform: rotateX(-35deg);
         -o-transform: rotateX(-35deg);
            transform: rotateX(-35deg);
}




/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                        CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-custom-section{
    padding-bottom: 0;
    overflow: hidden;
}

.ng-custom-section .ng-section-heading{
    margin-bottom: 70px;
}

.ng-custom-section .ng-custom-section-content{
    text-align: center;
    margin-bottom: 100px;
    padding: 0 50px;
}

.ng-custom-section .ng-custom-section-content p{
    text-align: center;
    color: #888888;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
}

.ng-custom-section .ng-custom-section-content a.ng-button-round{
    font-size: 12px;
    color: #888888;
    letter-spacing: 2px;
    padding: 0px 25px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #e9e9e9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}

.ng-custom-section .ng-animated-img-wrapper{
    text-align: center;
}

.ng-custom-section .ng-animated-img-wrapper ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: -5px;
}

.ng-custom-section .ng-animated-img-wrapper ul li{
    float: left;
    width: 148px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    height: 130px;
    z-index: 1;
}

.ng-custom-section .ng-animated-img-wrapper ul li img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(1){
    width: 140px;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(2){
    width: 175px;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(3){
    width: 137px;
    z-index: 1;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(3) img{
    left: -8px;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(4){
    width: 190px;
    z-index: 2;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(4) img{
    left: -17px;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(4){
    z-index: 3;
}

.ng-custom-section .ng-animated-img-wrapper ul li:nth-child(5) img{
    left: -38px;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    FEATURE SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-feature-section{
    background-color: #f9f9f9;
    padding: 65px 0;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    WORK SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-portfolio-section{
    text-align: center;
    padding-bottom: 60px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-custom-section-with-img{
    background-color: #f9f9f9;
    padding: 90px 0;
}

.ng-homepage-one .ng-custom-section-with-img{
    background-color: #ffffff;
    padding: 100px 0;
}

.ng-custom-section-with-img .row{
    overflow: hidden;
}
.ng-custom-sec-img,
.ng-custom-section-with-img .ng-custom-sec-content{
    overflow: hidden;
}

.ng-custom-section-with-img .ng-custom-sec-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 25px;
}

.ng-custom-section-with-img .ng-custom-sec-content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 23px;
}

.ng-custom-section-with-img .ng-custom-sec-content a.ng-btn-round-solid{
    margin-top: 35px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    COUNTER SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-counter-section{
    padding: 120px 0;
    background:url(../images/counter.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-counter-section .ng-counter-items{
    text-align: center;
}

.ng-counter-section .ng-counter-items i{
    font-size: 36px;
    color: #B58C2D;
    line-height: 1;
    margin-bottom: 8px;
}

.ng-counter-section .ng-counter-items h3{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0;
    margin-bottom: 3px;
}

.ng-counter-section .ng-counter-items span{
    font-size: 12px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
}



/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    BLOG SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-blog-section{
    background-color: #f9f9f9;
    padding-bottom: 60px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-custom-section-three{
    padding: 100px 0;
    background-color: #f9f9f9;
}

.ng-custom-section-three h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.ng-custom-section-three p{
    margin-bottom: 0;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    TESTIMONIAL SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-testimonial-section{
    text-align: center;
    padding: 100px 0;
    background: url(../images/testimonial.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-testimonial-section .ng-section-heading{
    margin-bottom: 50px
}

.ng-testimonial-section .ng-section-heading-light:after{
    background-color: #B58C2D;
}

/*---------------------
    TESTIMONIALS
---------------------*/
.ng-testimonial{
    margin-top: 0px;
}

.ng-testimonial .ng-testimonial-slides{
    padding: 0 130px;
}

.ng-testimonial .ng-testimonial-slides p{
    color: #c0c0c0;
    font-size: 15px;
    margin: 10px 0;
}

.ng-testimonial .ng-testimonial-slides span{
    color: #c0c0c0;
    margin: 10px 0;   
    display: block;
    letter-spacing: 6px;
}

.ng-testimonial .ng-testimonial-slides img{
    margin-top: 10px;
}

.ng-testimonial .owl-controls .owl-buttons div{
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ng-testimonial .owl-controls .owl-buttons div.owl-prev{
    left: 0;
}

.ng-testimonial .owl-controls .owl-buttons div.owl-prev:before{
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 15px;
    text-align: center; 
}

.ng-testimonial .owl-controls .owl-buttons div.owl-next{
    right: 0;
}

.ng-testimonial .owl-controls .owl-buttons div.owl-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 15px;
    text-align: center; 
}

/*---------------------
    PAGINATION
---------------------*/
.owl-theme .owl-controls {
    margin-top: 15px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #999;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	 -o-border-radius: 50%;
    		border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #999;
    border: 2px solid transparent;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    TEAM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-team-section{
    background: url(../images/slider_image/shadow-top.png) no-repeat center top;    
    background-color: #ffffff;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-bottom: 0px;
}

.ng-team-section .ng-team-members{}

.ng-team-section .ng-team-members .ng-team-member{
    text-align: center;
    position: relative;
}

.ng-team-section .ng-team-members .ng-team-member img{
    padding: 0 15px;
}

/*
MEMBER DETAILS
 */
.ng-team-section .ng-team-members .ng-team-member .ng-member-details{
    background-color: rgba(0,0,0,0.81);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 50px 50px 45px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;

}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details h3{
    margin: 0 0 5px;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details h3,
.ng-team-section .ng-team-members .ng-team-member .ng-member-details h3 a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all .35s .15s;
       -moz-transition: all .35s .15s;
        -ms-transition: all .35s .15s;
         -o-transition: all .35s .15s;
            transition: all .35s .15s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details p{
    font-size: 11px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-right: -6px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all .35s .15s;
       -moz-transition: all .35s .15s;
        -ms-transition: all .35s .15s;
         -o-transition: all .35s .15s;
            transition: all .35s .15s;
}

/*
SOCIAL ICON
 */
.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    margin-bottom: 0;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li{
    float: left;
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li:nth-child(1){
    -webkit-transition-delay: .2s;
       -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li:nth-child(2){
    -webkit-transition-delay: .3s;
       -moz-transition-delay: .3s;
        -ms-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li:nth-child(3){
    -webkit-transition-delay: .4s;
       -moz-transition-delay: .4s;
        -ms-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li:nth-child(4){
    -webkit-transition-delay: .5s;
       -moz-transition-delay: .5s;
        -ms-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li:nth-child(5){
    -webkit-transition-delay: .6s;
       -moz-transition-delay: .6s;
        -ms-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li:last-child{
    margin-right: 0;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li a i{
    font-size: 14px;
    color: #888;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details:hover{
    opacity: 1;
}

.ng-team-section .ng-team-members .ng-team-member .ng-member-details ul li a:hover i{
    color: #B58C2D;
}


/*
HOVER
 */
.ng-team-section .ng-team-members .ng-team-member:hover .ng-member-details{
    opacity: 1
}

.ng-team-section .ng-team-members .ng-team-member:hover .ng-member-details h3,
.ng-team-section .ng-team-members .ng-team-member:hover .ng-member-details h3 a,
.ng-team-section .ng-team-members .ng-team-member:hover .ng-member-details p{
    opacity: 1;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
}


.ng-team-section .ng-team-members .ng-team-member:hover .ng-member-details ul li{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    VIDEO SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-custom-video-section{
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.ng-custom-video-section .ng-custom-bg-video-wrapper{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    background: url(../images/custom-img-bg-1.jpg);  /* Comment or disable this line if you use a video as bg */
    background-position: center;          /* Comment or disable this line if you use a video as bg */
    -webkit-background-size: cover;       /* Comment or disable this line if you use a video as bg */
            background-size: cover;       /* Comment or disable this line if you use a video as bg */
}

.ng-custom-video-section .ng-custom-bg-video-wrapper video{
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ng-custom-video-section .ng-custom-video-content-wrapper{
    text-align: center;
    position: relative;
    z-index: 10; 
}

.ng-custom-video-section .ng-custom-video-content-wrapper{}

.ng-custom-video-section .ng-custom-video-content-wrapper h3{
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ng-custom-video-section .ng-custom-video-content-wrapper p{
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 30px;
}

.ng-custom-video-section .ng-custom-video-content-wrapper a.ng-btn-round-outline{
    color: #ffffff; 
}


/************************* End **************************/



/********************************************************
*                                                       *
*                   HOME PAGE (2ND)                     *
*                                                       *
*********************************************************/
.ng-homepage-2nd header{
    position: relative;
    height: 100%
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-hero-header-wrapper{
    position: absolute;
    top: 0;
    overflow: hidden;
}

.ng-hero-header-wrapper.ng-fullscreen-slider{
    position: absolute;
    top: 0;
}

.ng-hero-header-wrapper.ng-fullscreen-slider h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1;
}

.ng-hero-header-wrapper.ng-fullscreen-slider p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;    
}

.ng-hero-header-wrapper.ng-fullscreen-slider .ng-hero-header-btns{
    text-align: center;
}

.ng-hero-header-wrapper.ng-fullscreen-slider .ng-hero-header-btns a{
    color: #ffffff;
    margin-right: 20px;
}

.ng-hero-header-wrapper.ng-fullscreen-slider .ng-hero-header-btns a:last-child{
    margin-right: 0;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        FEATURES
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-2nd .ng-feature-section{
    background-color: #ffffff;
    padding: 100px 0;
}

.ng-homepage-2nd .ng-feature-section .ng-features a{
    color: #000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION  WITH IMAGE LEFT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-2nd .ng-custom-sec-img-left{
    padding: 60px 0;
}

.ng-homepage-2nd .ng-custom-section-with-img .ng-custom-sec-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 50px 0 25px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                PORTFOLIO SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-portfolio-slider-section .ng-work-item{
    width: 100%;
    height: 220px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                FEATURE WITH IMAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-features-with-img-section-wrapper{
    position: relative;
    padding-bottom: 60px;
    background: url(../images/hero-header-img-2.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-features-with-img-wrapper .ng-icon-with-text-style-2{

}

.ng-features-with-img-wrapper .ng-icon-with-text-style-2 .ng-icon-wrapper{
    background-color: rgba(255,255,255,0.15);
}

.ng-features-with-img-wrapper .ng-icon-with-text-style-2 h3 a,
.ng-features-with-img-wrapper .ng-icon-with-text-style-2 p{
    color: #ffffff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                CUSTOM SECTION WITH IMAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-2nd .ng-custom-sec-img-right {
    background-color: #f9f9f9;
    padding: 90px 0 0;
}

.ng-homepage-2nd .ng-custom-sec-img-right .ng-custom-sec-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 25px 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    MASONRY BLOG POST
* * * * * * * * * * * * * * * * * * * * * * * * * * * */

.ng-blog-section .ng-blog-post-wrapper{
    overflow: hidden;
    margin-bottom: 60px;
}

/*
MORE BLOG POST BTN
 */
.ng-blog-section .ng-more-blog-post-btn{
    text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    COUNTER SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-2nd .ng-counter-section{
    background: url(../images/custom-sec-bg-img-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-homepage-2nd .ng-counter-section .ng-counter-items i{
    color: #ffffff;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION WITH IMAGE OVERLAY
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-custom-halfwidthimg-section{
    overflow: hidden;
    min-height: 375px;
}

.ng-custom-halfwidthimg-section .ng-leftside-halfwidth-img,
.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img{
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 400px;
}

/*
LEFT SIDE
 */
.ng-custom-halfwidthimg-section .ng-leftside-halfwidth-img img{
    min-height: 100%;
}

/*
RIGHT SIDE
 */
.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img{
    background: url(../images/custom-sec-bg-img.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}


.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-color-parallax-overlay-2{
    background: #B58C2D; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(94,22,149,0.88) 0%,  rgba(232,75,58,0.88) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(94,22,149,0.88)), color-stop(100%, rgba(232,75,58,0.88))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(94,22,149,0.88) 0%, rgba(232,75,58,0.88) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(94,22,149,0.88)', endColorstr=' rgba(232,75,58,0.88)',GradientType=1 ); /* IE6-9 */
}

.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details{
    padding: 70px 16% 70px 100px;
    position: relative;
    z-index: 1;
    
}

.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 35px;
}

.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details a{
    color: #ffffff;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TEAM
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-2nd .ng-team-section{
    background-color: #f9f9f9;
    padding-bottom: 60px;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal{}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items{
    background-color: #ffffff;
    border-right: 1px solid #f9f9f9;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper{
    position: relative;
    overflow: hidden;
}

/*
SOCIAL ICON
 */
.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper .ng-team-social-icons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.81);
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper .ng-team-social-icons ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper .ng-team-social-icons ul li{
    float: left;
    margin-right: 15px;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper .ng-team-social-icons ul li:last-child{
    margin-right: 0;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper .ng-team-social-icons ul li a i{
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper:hover .ng-team-social-icons{
    opacity: 1;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-img-wrapper .ng-team-social-icons ul li a:hover i{
    color: #B58C2D;
}


/*
ABOUT TEAM MEMBER
 */
.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items .ng-team-details{
    padding: 15px 20px;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items h3{
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .ng-team-items span{
    font-size: 11px;
    font-weight: 400;
    color: #c0c0c0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}

/*
Team Carousal Control
*/
.ng-homepage-2nd .ng-team-section .ng-team-carousal .owl-controls{
    margin-top: 50px;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-right: 5px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #d9d9d9;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .owl-controls .owl-page.active span{
    background-color: #dbdbdb;
    border: 1px solid transparent;
}

.ng-homepage-2nd .ng-team-section .ng-team-carousal .owl-controls .owl-page:last-child span{
    margin-right: 0;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TESTIMONIAL
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-2nd .ng-testimonial-section{
    background: url(../images/testimonial-sec-img.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-homepage-2nd .ng-testimonial-section .ng-section-heading-light:after {
    background-color: #ffffff;
}


.ng-homepage-2nd .ng-testimonial .ng-testimonial-slides p {
    color: #ffffff;
}

.ng-homepage-2nd .ng-testimonial .ng-testimonial-slides span {
    color: #ffffff;
}

/************************* End **************************/



/********************************************************
*                                                       *
*                       ABOUT US PAGE                   *
*                                                       *
*********************************************************/
.ng-about-us-section{
    padding: 100px 0;
}

h2.ng-section-subheading{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.ng-about-us-section .ng-about-us-details{}

.ng-about-us-section .ng-about-us-details .ng-about-text-row{
    padding-right: 25px;
}

.ng-about-us-section .ng-about-us-details .ng-about-text-row p{
    font-size: 13px;
    color: #888888;
    margin-top: 0;
    margin-bottom: 20px;
}

.ng-about-us-section .ng-about-us-details .ng-about-text-row p:last-child{
    margin-bottom: 0;
}
.ng-about-us-section

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    CUSTOM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-about-custom-section{
    background-color: #f9f9f9;
    padding: 100px 0 0;
}

/*------------
CUSTOM IMAGE
------------*/
.ng-about-custom-img{
    text-align: center;
    overflow: hidden;
}

/*---------------------
CUSTOM SECTION DETAILS
---------------------*/
.ng-about-custom-details{}

.ng-about-custom-details h2.ng-section-subheading{
    margin-top: 30px;
}

.ng-about-custom-details p{
    margin-bottom: 20px;
}

.ng-about-custom-details a.ng-btn-round-solid{
    margin-top: 40px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                    TEAM SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-about-us-page .ng-team-section{
    background-color: #ffffff;
}

.ng-about-us-page .ng-team-carousal .ng-team-items {
    background-color: #f7f7f7;
    border-right: 1px solid #fff;
}

.ng-about-us-page .ng-team-carousal .ng-team-items span {
    color: #888888;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                VIDEO TESTIMONIAL SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-about-us-page .ng-custom-video-section {
    max-height: none;
}

.ng-about-us-page .ng-testimonial-section .ng-section-heading-light:after{
    background-color: #ffffff;
}

.ng-about-us-page .ng-testimonial .ng-testimonial-slides p{
    color: #ffffff;
    font-size: 15px;
    margin: 10px 0;
}

.ng-about-us-page .ng-testimonial .ng-testimonial-slides span{
    color: #ffffff;
    margin: 10px 0;   
    display: block;
    letter-spacing: 6px;
}

.ng-about-us-page .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.ng-about-us-page .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #ffffff;
    border: 2px solid transparent;
}

/************************* End **************************/



/********************************************************
*                                                       *
*                       BLOG SINGLE PAGE                *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * 
                SINGLE PAGE CONTENT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-blog-single-wrapper{
    background-color: #f9f9f9;
    padding: 90px 0;
    overflow: hidden;
}

.ng-blog-single-wrapper  .ng-blog-single-content{
    padding-right: 25px;
}

/*******************
 BLOG SINGLE IMAGE
*******************/
.ng-blog-single-wrapper .ng-blog-single-img-wrapper{
    position: relative;
    overflow: hidden;
}

.ng-blog-single-wrapper .ng-blog-single-img-wrapper i{
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    top: 35px;
    right: 35px;
}


/* * * * * * * * * * * * * 
    BLOG SINGLE TEXT
* * * * * * * * * * * * */
.ng-blog-single-details{
    overflow: hidden;
}

.ng-blog-single-inner-sec{
    background-color: #ffffff;
    padding: 45px;
    margin-bottom: 1px;
}

/**************************
 BLOG SINGLE POST TITLE
**************************/
.ng-blog-single-details .ng-blog-post-title-wrapper{
    padding-bottom: 45px;
}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-date{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 10px;
    background-color: #B58C2D;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-date span{
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 4px;
}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-date span:last-child{
    margin-bottom: 0;
}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-date span.ng-post-date{
    font-size: 15px;
    font-weight: 700;
}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-titles{}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-titles h1,
.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-titles h1 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;  
}
.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-titles h1 a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-blog-single-details .ng-blog-post-title-wrapper .ng-blog-post-titles a.ng-blog-post-author{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 2px;
}

/************************
 BLOG SINGLE POST TEXT
************************/
.ng-blog-single-details .ng-blog-post-text{
    padding-top: 45px;
}

.ng-blog-single-details .ng-blog-post-text p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    margin-bottom: 45px;
}

.ng-blog-single-details .ng-blog-post-text .ng-btn-round-outline{
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}


/************************ 
        BLOG COMMENTS
************************/
.ng-blog-single-details .ng-blog-comments-wrapper{
    padding-top: 55px;
    padding-bottom: 65px;
}

.ng-blog-single-details .ng-blog-comments-wrapper h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0 0 50px;
    text-transform: uppercase;
}

/**************
 COMMENTS
***************/
.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments{
    background-color: #f9f9f9;
    padding: 20px 60px 20px 20px;
    overflow: hidden;
    margin-bottom: 1px;
    position: relative;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-user-img{
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-user-img img{
    line-height: 80px;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-comments{
    width: 465px;
    float: left;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-comments .ng-comments-title{
    overflow: hidden;
    margin-bottom: 15px;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-comments .ng-comments-title h4.ng-user-name,
.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-comments .ng-comments-title h4.ng-user-name a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 10px 0 0;
    color: #000;
    line-height: 1;
    float: left;
    text-transform: uppercase;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-comments .ng-comments-title span.ng-comment-date-time{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    line-height: 1;
    float: left;
    margin-top: 2px;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments .ng-comments p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    margin-bottom: 0;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments a.ng-comment-reply-btn{
    font-size: 18px;
    color: #888888;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

/***************
 COMMENTS REPLY
***************/
.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments.ng-comment-reply{
    margin-left: 100px;
}

.ng-blog-single-details .ng-blog-comments-wrapper .ng-blog-comments.ng-comment-reply .ng-comments{
    width: 365px;
}

/*******************************
        BLOG COMMENTS FORM
*******************************/
.ng-blog-single-details .ng-comment-form-wrapper{
    padding-top: 55px;
    padding-bottom: 50px;
}

/*
 COMMENTS FORM TITLE
*/
.ng-blog-single-details .ng-comment-form-wrapper h3.ng-comment-form-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 45px;
}

/*
 COMMENTS FORM
*/
.ng-blog-single-details .ng-comment-form-wrapper form{}

.ng-blog-single-details .ng-comment-form-wrapper form input:not(.comment-submit) {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    line-height: 45px;
    padding: 0 15px 0 30px;
    width: 205px;
    height: 45px;
    display: block;
    background-color: #f9f9f9;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 0px;
    outline: 0;
}

.ng-blog-single-details .ng-comment-form-wrapper form input:nth-child(3):not(.comment-submit){
    margin-right: 0;
}

.ng-blog-single-details .ng-comment-form-wrapper form textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    padding: 30px 15px 0 30px;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border: 0px;
    outline: 0;
    clear: left;
}

.ng-blog-single-details .ng-comment-form-wrapper form input[type='submit']{
    outline: 0;
    padding-left: 29px;
}

/************************* End **************************/


/********************************************************
*                                                       *
*                       BLOG PAGE CREATIVE              *
*                                                       *
*********************************************************/
.ng-blog-page-wrapper{
    background-color: #f9f9f9;
    padding: 80px 0;
    overflow: hidden;
}

.ng-blog-items-wrapper{
    position: relative;
}

.ng-creative-blog-items{
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
}

.ng-creative-blog-items:first-child{
    border-top: 1px solid #f2f2f2;
}

.ng-creative-blog-items .ng-blog-content{
    background-color: rgba(255,255,255,1);
    padding: 30px 0 30px 50px;
    overflow: hidden;
    -webkit-transition: all .6s;
       -moz-transition: all .6s;
        -ms-transition: all .6s;
         -o-transition: all .6s;
            transition: all .6s;
}

.ng-creative-blog-items:hover .ng-blog-content{
    background-color: rgba(0,0,0,0.7);
}

/***********
 Date
************/
.ng-creative-blog-items .ng-blog-content .ng-blog-date-wrapper{
    text-align: center;
}

.ng-creative-blog-items .ng-blog-content .ng-blog-date-wrapper span.ng-date{
    width: 40px;
    height: 40px;
    padding-top: 4px;
    background-color: #B58C2D;
    line-height: 38px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-creative-blog-items .ng-blog-content .ng-blog-date-wrapper span.ng-date span{
    display: block;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.ng-creative-blog-items .ng-blog-content .ng-blog-date-wrapper span.ng-date span.ng-day{
    font-size: 15px;
    font-weight: 700;
} 

.ng-creative-blog-items .ng-blog-content .ng-blog-date-wrapper span.ng-date span.ng-mon{
    font-size: 8px;
    font-weight: 400;
}

/*******************
BLOG TITLE & AUTHOR
*******************/
.ng-creative-blog-items .ng-blog-content .ng-blog-title-author{
    min-height: 40px;
    padding-top: 4px;
}

.ng-creative-blog-items .ng-blog-content .ng-blog-title-author h3,
.ng-creative-blog-items .ng-blog-content .ng-blog-title-author h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.ng-creative-blog-items .ng-blog-content .ng-blog-title-author a.ng-author{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    letter-spacing: 6px;
}

/****************
BLOG POST ICON
****************/
.ng-creative-blog-items .ng-blog-content .ng-blog-post-icon{
    text-align: center;
    min-height: 40px;
}

.ng-creative-blog-items .ng-blog-content .ng-blog-post-icon i{
    font-size: 21px;
    color: #e3e3e3;
    line-height: 40px;
}

.ng-creative-blog-items:hover .ng-blog-content .ng-blog-title-author h3,
.ng-creative-blog-items:hover .ng-blog-content .ng-blog-title-author h3 a{
    color: #ffffff;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-creative-blog-items:hover .ng-blog-content .ng-blog-title-author a.ng-author{
    color: #ffffff;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

/*********************
Blog Carousal Control
**********************/
.ng-blog-section .ng-blog-carousal .owl-controls{
    margin-top: 50px;
}

.ng-blog-section .ng-blog-carousal .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-right: 5px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #d9d9d9;
}

.ng-blog-section .ng-blog-carousal .owl-controls .owl-page.active span{
    background-color: #dbdbdb;
    border: 1px solid transparent;
}

.ng-blog-section .ng-blog-carousal .owl-controls .owl-page:last-child span{
    margin-right: 0;
}

.ng-blog-section .ng-blog-carousal .ng-cta-one-btn{
    margin-top: 50px;
    text-align: center;
}

/******************
LOADING SCREEN
*******************/
#infscr-loading{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    padding-top: 50px;
    text-align: center;
    bottom: -75px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#infscr-loading img{
    margin-left: 60px;
}

/************************* End **************************/



/********************************************************
*                                                       *
*                       MASONRY BLOG PAGE               *
*                                                       *
*********************************************************/
.ng-blog-masonry-page .ng-masonry-blog-wrapper{
    padding: 0;
}

.ng-blog-masonry-page .ng-blog-sidebar{
    padding-left: 20px;
}

/* 3 Column */
.ng-masonry-blog-wrapper .ng-blog-masonry-items{
    width: calc(100% / 2 - 30px);
    padding-left: 0px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
}

.ng-blog-masonry-items{}

.ng-blog-masonry-items .ng-blog-item-wrapper{
    background-color: #ffffff;
}

/***********
BLOG IMAGE
***********/
.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blog-img-wrapper{
    position: relative;
    overflow: hidden;
    text-align: center;
}

/**********
POST DATE
**********/
.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blog-img-wrapper .ng-blog-post-date{
    position: absolute;
    top: 35px;
    left: 35px;
    border: 2px solid #ffffff;
    text-align: center;
}

.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blog-img-wrapper .ng-blog-post-date p{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    padding: 5px 10px;
}

.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blog-img-wrapper .ng-blog-post-date p span{
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    margin-top: 3px;
}

/********************
POST TITLE & EXCERPT
*********************/

.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blo-title-excerpt{
    padding: 45px 50px;
}

.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blo-title-excerpt h3,
.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blo-title-excerpt h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}

.ng-blog-masonry-items .ng-blog-item-wrapper .ng-blo-title-excerpt p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0;
}

/************************* End **************************/



/********************************************************
*                                                       *
*         PORTFOLIO PAGE (2,3,4, WITH SPACE)            *
*                                                       *
*********************************************************/
.ng-portfolio-page-wrapper{
    padding: 60px 0 100px;
    overflow: hidden;
}

/***************
FILTER BUTTON
***************/
.ng-portfolio-page-wrapper .ng-portfolio-filter-btn-group-wrapper{
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}

.ng-portfolio-page-wrapper .ng-portfolio-filter-btn-group-wrapper .ng-portfolio-filter-btn-group{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-portfolio-page-wrapper .ng-portfolio-filter-btn-group a{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 40px;
}

.ng-portfolio-page-wrapper .ng-portfolio-filter-btn-group a:last-child{
    margin-right: 0;
}

.ng-portfolio-page-wrapper .ng-portfolio-filter-btn-group a.selected{
    color: #B58C2D;
}


/**********
WORK ITEMS
***********/

.ng-portfolio-page-wrapper .ng-portfolio-works{
    margin-bottom: 0;
}

.ng-portfolio-works{
    margin-bottom: 55px;
}

.ng-work-item{
    width: 20%;
    height: 200px;
    overflow: hidden;
}

/* 1PX SPACE */
.ng-portfolio-one-px .ng-work-item{
    padding-left: 0.5px;
    padding-right: 0.5px;
    margin-bottom: 1px;
}

/* 2 COLUMN */
.ng-work-item-2col .ng-work-item{
    width: 50%;
    padding-left: 0.5px;
    padding-right: 0.5px;
    height: auto;
    margin-bottom: 1px;
}

/* 3 COLUMN */
.ng-work-item-3col .ng-work-item{
    width: calc(100% / 3);
    padding-left: 0.5px;
    padding-right: 0.5px;
    height: auto;
    margin-bottom: 1px;
}

/* 4 COLUMN */
.ng-work-item-4col .ng-work-item{
    width: calc(100% / 4 - 0.5px);
    padding-left: 0.5px;
    padding-right: 0.5px;
    height: auto;
    margin-bottom: 1px;
}

/* WITH SPACE */
.ng-work-item-withspace .ng-work-item{
    width: calc(100% / 4);
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    margin-bottom: 10px;
}

/* SQUARE */
.ng-portfolio-square .ng-work-item{
    width: calc(100% / 3);
    height: 320px;
    overflow: hidden;
}

.ng-height-dbl{
    height: 400px;
}

.ng-portfolio-one-px .ng-height-dbl{
    height: 401px;
}

.ng-portfolio-one-px .ng-height-dbl img{
    height: 100%;
}

.ng-width-dbl{
    width: 40%;
}

.ng-width-dbl-4col{
    width: 50%;
}

.ng-work-item img{
    width: 100%;
    height: auto;
    -webkit-transition: all 2s;
       -moz-transition: all 2s;
        -ms-transition: all 2s;
         -o-transition: all 2s;
            transition: all 2s;
}

/********************
Hover Effect
********************/
.ng-work-item-inner-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.ng-work-item-hover{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.81);
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-work-item-hover a.ng-single-page-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.ng-work-item-hover a.ng-work-item-popup{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    z-index: 2;  
}

.ng-work-item-hover a.ng-work-item-popup:before{
    content: '\e61a';
    font-family: 'themify';
    font-size: 18px;
    color: #B58C2D;
}


.ng-work-item:hover .ng-work-item-hover{
    opacity: 1;
    visibility: visible;
}

.ng-work-item-hover .ng-work-item-details{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ng-work-item-hover .ng-work-item-details span,
.ng-work-item-hover .ng-work-item-details h3,
.ng-work-item-hover .ng-work-item-details h3 a{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.ng-work-item-hover .ng-work-item-details h3,
.ng-work-item-hover .ng-work-item-details h3 a{
    font-weight: 700;
    color: #B58C2D;
    display: inline-block;
}

.ng-work-item-hover .ng-work-item-details span.ng-work-item-subtitle{
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    letter-spacing: 7px;
    padding-left: 7px;
    margin-top: 5px;
}

.ng-work-item:hover .ng-work-item-hover .ng-work-item-details h3,
.ng-work-item:hover .ng-work-item-hover .ng-work-item-details h3 a,
.ng-work-item:hover .ng-work-item-hover .ng-work-item-details span{
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

/************************* End **************************/



/********************************************************
*                                                       *
*                PORTFOLIO SINGLE PAGE ONE              *
*                                                       *
*********************************************************/
.ng-portfolio-single-page-wrapper{
    padding: 80px 0 100px;
}


.ng-portfolio-single-page-content{
    margin-bottom: 95px;
}

/***********
MAIN IMAGE
************/
.ng-portfolio-single-page-content .ng-single-portfolio-img-wrapper{
    margin-bottom: 75px;
    display: block;
    overflow: hidden;
    width: 100%;
} 

/**************************
PORTFOLIO SINGLE DETAILS
**************************/
.ng-portfolio-single-page-content .ng-single-portfolio-details{
    overflow: hidden;
    margin-bottom: 75px;
}

.ng-portfolio-single-page-one .ng-portfolio-single-page-content .ng-single-portfolio-details .ng-image-details{
    padding-left: 0;
    padding-right: 55px;
}

.ng-portfolio-single-page-content .ng-single-portfolio-details .ng-image-details h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.ng-portfolio-single-page-content .ng-single-portfolio-details .ng-image-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
    color: #888888;
    text-align: justify;    
}

.ng-portfolio-single-page-content .ng-single-portfolio-details .ng-wrok-info h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 25px;
}

.ng-portfolio-single-page-content .ng-single-portfolio-details .ng-wrok-info .ng-about-portfolio-work{
    margin-bottom: 30px;
}

.ng-portfolio-single-page-content .ng-single-portfolio-details .ng-wrok-info .ng-portfolio-client-info h3{
    margin-bottom: 30px;
    line-height: 1;
}


/****************************
PORTFOLIO SINGLE SUB IMAGES
****************************/
.ng-portfolio-sub-img{
    overflow: hidden;
    display: block;
}

.ng-portfolio-sub-img > div{
    width: 50%;
    height: auto;
    float: left;
    padding-right: 1px;
}

.ng-portfolio-sub-img > div img{
    width: 100%;
    min-height: 100%;
}

/**************
RELATED WORKS
**************/
.ng-portfolio-single-page-wrapper .ng-portolio-related-work h3.ng-section-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    line-height: 1;
}

.ng-portfolio-single-page-wrapper .ng-portolio-related-work .ng-work-item{
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.ng-portfolio-single-page-wrapper .ng-portolio-related-work .ng-work-item img{
    width: 100%;
}

/***********
NAVIGATION
***********/
.ng-portfolio-single-navigation{}

.ng-portfolio-single-navigation a{
    width: 45px;
    height: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ng-portfolio-single-navigation a.ng-prev-portfolio-work{
    left: 0;
}

.ng-portfolio-single-navigation a.ng-next-portfolio-work{
    right: 0;
}

.ng-portfolio-single-navigation a i{
    font-size: 42px;
    color: #ffffff;
    line-height: 90px;
}

/************************* End **************************/



/********************************************************
*                                                       *
*                PORTFOLIO SINGLE PAGE TWO              *
*                                                       *
*********************************************************/
.ng-portfolio-single-page-alt{
    background-color: #f9f9f9;
}

.ng-portfolio-single-page-alt .ng-portfolio-single-page-content-wrapper{
    padding-right: 25px;
}

.ng-portfolio-single-page-alt .ng-portfolio-single-page-content{
    background-color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 65px;
}

/*******
IMAGE
*******/
.ng-portfolio-single-page-alt .ng-portfolio-single-page-content .ng-single-portfolio-img-wrapper{}

.ng-portfolio-single-page-alt .ng-portfolio-main-img{
    margin-bottom: 1px;
}

.ng-portfolio-single-page-alt .ng-portfolio-sub-img > div:last-child{
    padding-right: 0;
}

/**********
DETAILS
**********/
.ng-portfolio-single-page-alt .ng-single-portfolio-details{
    padding: 0 50px;
    margin-bottom: 0;
}

.ng-portfolio-single-page-alt .ng-single-portfolio-details a.ng-btn-round-outline{
    margin-top: 55px;
}

/************************* End **************************/



/********************************************************
*                                                       *
*                       CONTACT US PAGE                 *
*                                                       *
*********************************************************/
.ng-contact-page-wrapper{
    overflow: hidden;
    padding: 80px 0 120px;
}

.ng-contact-form-address-wrapper{
    overflow: hidden;
    /*margin-top: 70px;*/
}


/***************
GOOGLE MAP
***************/
.ng-google-map #map{
    width: 100%;
    height: 500px;
    background-color: #CCC;
}

#map img {
    max-width: none;
}


/***************
CONTACT FORM
***************/
.ng-contact-form-wrapper{
    /*width: 70%;
    padding-right: 35px;*/
    float: left;
    overflow: hidden;
}

.ng-contact-form-wrapper h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 45px;
}

.ng-contact-form-wrapper form,
.ng-contact-form-wrapper .ng-contact-form{
    overflow: hidden;
}

.ng-contact-form-wrapper form input:not([type='submit']),
.ng-contact-form-wrapper .ng-contact-form input:not([type='submit']){
    width: calc(100% / 3 - 15px);
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color:#333333;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #ECECEC;
    border: 0px solid;
    outline: 0;
}

.ng-contact-form-wrapper form textarea,
.ng-contact-form-wrapper .ng-contact-form textarea{
    width: calc(100% - 15px);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    padding: 15px;
    float: left;
    margin-bottom: 40px;
    background-color: #ECECEC;
    border: 0px solid;
    outline: 0;
}

/***************
CONTACT ADDRESS
***************/
.ng-contact-add-wrapper{
   /*& width: 30%;
    padding-left: 35px;*/
    float: left;
    overflow: hidden;
}

.ng-contact-add-wrapper h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;   
}

.ng-contact-add-wrapper p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 0px;      
}

.ng-contact-add-wrapper .ng-contact-info{
    margin-bottom: 40px;
}

.ng-contact-add-wrapper ul{}

.ng-contact-add-wrapper ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888888;    
}

.ng-contact-add-wrapper ul li{
    margin: 10px 0 10px;
}
.ng-contact-add-wrapper ul li b{
    color: #B58C2D;
}

.ng-contact-add-wrapper .ng-coantact-social{
    margin-top: 35px;
    overflow: hidden;
}

.ng-contact-add-wrapper .ng-coantact-social a{
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    background-color: #F6D45F;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #F6D45F;
    padding: 10px 15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.ng-contact-add-wrapper .ng-coantact-social a.facebook{
    background-color: #45619D;
    border: 1px solid #45619D;
}
.ng-contact-add-wrapper .ng-coantact-social a.twitter{
    background-color: #5EA9DD;
    border: 1px solid #5EA9DD;
}
.ng-contact-add-wrapper .ng-coantact-social a.googlep{
    background-color: #DC4A3D;
    border: 1px solid #DC4A3D;
}
.ng-contact-add-wrapper .ng-coantact-social a.linkedin{
    background-color: #0077B5;
    border: 1px solid #0077B5;
}

.ng-contact-add-wrapper .ng-coantact-social a:last-child{
    margin-right: 0;
}

.ng-contact-add-wrapper .ng-coantact-social a:hover{
	 background-color: transparent;
}

.ng-contact-add-wrapper .ng-coantact-social a.facebook:hover{	color: #45619D; }
.ng-contact-add-wrapper .ng-coantact-social a.twitter:hover{	color: #5EA9DD; }
.ng-contact-add-wrapper .ng-coantact-social a.googlep:hover{	color: #DC4A3D; }
.ng-contact-add-wrapper .ng-coantact-social a.linkedin:hover{ color: #0077B5; }

/************************* End **************************/



/********************************************************
*                                                       *
*                          FOOTER                       *
*                                                       *
*********************************************************/
footer.ng-footer{
    background-color: #343434;
}

/*--------
Footer Top
---------*/
footer.ng-footer .ng-footer-top{
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #373737;
}

footer.ng-footer .ng-footer-top .ng-footer-widget{}

footer.ng-footer .ng-footer-top .ng-footer-widget h3.ng-footer-widget-header{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
}

footer.ng-footer .ng-footer-top .ng-footer-widget ul li a{
    color: #717171;
    -webkit-transition: color .3s;
       -moz-transition: color .3s;
        -ms-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s;
}

footer.ng-footer .ng-footer-top .ng-footer-widget ul li a:hover{
    color: #B58C2D;
}

/*
    About Us Widget
*/
footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-footer-logo-wrapper{
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 0.7;
}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-footer-logo-wrapper a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-footer-logo-wrapper a img{}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-company-address{}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-company-address ul{}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-company-address ul li{
    position: relative;
    padding-left: 40px;
    padding-bottom: 13px;
    color: #717171;
}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-company-address ul li:last-child{
    padding-bottom: 0;
}

footer.ng-footer .ng-footer-top .ng-footer-about-widget .ng-company-address ul li i{
    font-size: 16px;
    color: #444444;
    position: absolute;
    left: 0;
    top: 3px;
}

/*
    About Link & Link Widget
*/
footer.ng-footer .ng-footer-top .ng-footer-link-widget ul,
footer.ng-footer .ng-footer-top .ng-about-link-widget ul{}

footer.ng-footer .ng-footer-top .ng-footer-link-widget ul li,
footer.ng-footer .ng-footer-top .ng-about-link-widget ul li{
    margin-bottom: 10px;
}

footer.ng-footer .ng-footer-top .ng-footer-link-widget ul li:last-child,
footer.ng-footer .ng-footer-top .ng-about-link-widget ul li:last-child{
    margin-bottom: 0;
}


/*
    Flickr Widget
*/
footer.ng-footer .ng-footer-top .ng-flickr-widget #flickr-gallery{
    overflow: hidden;
}

footer.ng-footer .ng-footer-top .ng-flickr-widget #flickr-gallery li{
    width: 70px;
    height: 70px;
    margin: 0 2px 2px 0;
    float: left;
    list-style: none;
}

footer.ng-footer .ng-footer-top .ng-flickr-widget #flickr-gallery li img{
    width: 100%;
}


/*------------
Footer Bottom
------------*/
footer.ng-footer .ng-footer-bottom{
    text-align: center;
    padding: 10px 0;
	color: #5A5A5A;
}

footer.ng-footer .ng-footer-bottom a.ng-footer-author-name{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #7B7B7B;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/************************* End **************************/



/********************************************************
*                                                       *
*                          SIDEBAR                      *
*                                                       *
*********************************************************/
.ng-blog-sidebar,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar{
    padding-left: 25px;
}

.ng-blog-sidebar .ng-blog-sidebar-widget,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget{
    background-color: #ffffff;
    padding: 50px 30px 50px 45px;
    margin-bottom: 1px;
    overflow: hidden;
}

.ng-blog-sidebar .ng-blog-sidebar-widget h3.ng-sidebar-widget-title,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget h3.ng-sidebar-widget-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ng-blog-sidebar .ng-blog-sidebar-widget ul{}

.ng-blog-sidebar .ng-blog-sidebar-widget ul li,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget ul li{
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1;
}

.ng-blog-sidebar .ng-blog-sidebar-widget ul li:last-child,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget ul li:last-child{
    margin-bottom: 0;
}

.ng-blog-sidebar .ng-blog-sidebar-widget ul li a,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget ul li a{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1.2;
    -webkit-transition: color .3s;
       -moz-transition: color .3s;
        -ms-transition: color .3s;
         -o-transition: color .3s;
            transition: color .3s;
}

.ng-blog-sidebar .ng-blog-sidebar-widget ul li a:hover,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget ul li a:hover{
    color: #B58C2D;
}

.ng-blog-sidebar .ng-blog-sidebar-widget ul li a i,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget ul li a i{
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #cccccc;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.ng-blog-sidebar .ng-blog-sidebar-widget ul li a:hover i,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget ul li a:hover i{
    color: #B58C2D;
    border-color: #B58C2D;
}

/* * * * * * * * * * * * * 
       TAG CLOUD
* * * * * * * * * * * * */
.ng-blog-sidebar .ng-blog-sidebar-widget .ng-tagcloud-wrapper,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget .ng-tagcloud-wrapper{
    overflow: hidden;
}

.ng-blog-sidebar .ng-blog-sidebar-widget .ng-tagcloud-wrapper a,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget .ng-tagcloud-wrapper a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #c0c0c0;
    text-transform: uppercase;
    padding: 0px 12px 0px 20px;
    height: 34px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    border: 2px solid #e9e9e9;
    background-color: transparent;
    letter-spacing: 2px;
    -webkit-border-radius: 17px;
       -moz-border-radius: 17px;
         -o-border-radius: 17px;
            border-radius: 17px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.ng-blog-sidebar .ng-blog-sidebar-widget .ng-tagcloud-wrapper a:hover,
.ng-portfolio-single-page-wrapper .ng-portfolio-sidebar .ng-portfolio-sidebar-widget .ng-tagcloud-wrapper a:hover{
    color: #ffffff;
    border: 2px solid #B58C2D;
    background-color: #B58C2D;
}
/************************* End *************************/



/********************************************************
*                                                       *
*                   HOME PAGE (3RD)                     *
*                                                       *
*********************************************************/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        SLIDER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-slides-1 h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}

.ng-homepage-third .ng-slides-1 p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: -6px;
}

.ng-homepage-third .ng-slides-1 a.ng-btn-round-outline{
    border: 0px solid;
    background-color: #ffffff;
    color: #B58C2D;
    line-height: 40px;
    margin-right: 15px;
    -webkit-transition: all .35s !important;
       -moz-transition: all .35s !important;
        -ms-transition: all .35s !important;
         -o-transition: all .35s !important;
            transition: all .35s !important;
}

.ng-homepage-third .ng-slides-1 a.ng-btn-round-solid{
    line-height: 40px;
    border: 0px solid;
    -webkit-transition: all .35s !important;
       -moz-transition: all .35s !important;
        -ms-transition: all .35s !important;
         -o-transition: all .35s !important;
            transition: all .35s !important;
}

.ng-homepage-third .ng-slides-1 a.ng-btn-round-outline:hover{
    background-color: #B58C2D;
    color: #ffffff;
}

.ng-homepage-third .ng-slides-1 a.ng-btn-round-solid:hover{
    border: 0px solid;
    background-color: #ffffff;
    color: #B58C2D;
}








/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    FEATURE SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-home3-feature-sec {
    background-color: #ffffff;
    padding: 90px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION  WITH IMAGE LEFT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-custom-sec-img-left {
    padding: 0;
    overflow: visible;
}

.ng-homepage-third .ng-custom-section-with-img .row {
    overflow: visible;
}

.ng-homepage-third .ng-custom-section-with-img .ng-custom-sec-img{
    margin-top: -45px;
}

.ng-homepage-third .ng-custom-section-with-img .ng-custom-sec-text-content{
    padding-top: 80px;
    padding-bottom: 50px;
}

.ng-homepage-third .ng-custom-section-with-img .ng-custom-sec-text-content h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0px 0 25px;
}

.ng-homepage-third .ng-custom-section-with-img .ng-custom-sec-text-content p.ng-custom-highlighted{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 2;
    text-decoration: underline;
}

.ng-homepage-third .ng-custom-section-with-img .ng-custom-sec-text-content p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 15px;
}

.ng-homepage-third .ng-custom-section-with-img .ng-custom-sec-text-content a.ng-btn-round-solid{
    margin-top: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        COUNTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-counter-section-2{
    overflow: hidden;
    padding: 65px 0;
}

.ng-counter-section-2 .ng-counter-items{
    text-align: center;
}

.ng-counter-section-2 .ng-counter-items .ng-counter-items-inner{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
}

.ng-counter-section-2 .ng-counter-items .ng-number-icon{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}


.ng-counter-section-2 .ng-counter-items i{
    font-size: 35px;
    color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


.ng-counter-section-2 .ng-counter-items h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #000;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-counter-section-2 .ng-counter-items span{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 0px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    CALL TO ACTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-cta-section-2nd{
    background: url(../images/section_img.jpg) no-repeat;
}

.ng-homepage-third .ng-cta-section-2nd .ng-dark-overlay{
    background-color: rgba(0,0,0,0.5);
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                    PORTFOLIO EFFECT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-grayscale-effect{}

.ng-grayscale-effect .ng-work-item{}

.ng-grayscale-effect .ng-work-item img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-grayscale-effect .ng-work-item:hover img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                CUSTOM SECTION WITH IMAGE
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-custom-halfwidthimg-section{
    background-color: #f9f9f9;
}

.ng-homepage-third .ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img{
    background: none;
    -webkit-background-size: cover;
            background-size: cover;
}

.ng-homepage-third .ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.ng-homepage-third .ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 20px;
}

.ng-homepage-third .ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details a{
    color: #ffffff;
}

.ng-homepage-third .ng-custom-halfwidthimg-section .ng-rightside-halfwidth-img .ng-halfwidth-img-details a.ng-btn-round-solid:hover{
    color: #888888;
    background-color: transparent;
    border: 2px solid #e9e9e9;
}

/************************
DO LIST ITEM WITH ICON
************************/
.ng-homepage-third ul.ng-icon-list{
    margin-bottom: 25px;
}

.ng-homepage-third ul.ng-icon-list li{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.ng-homepage-third ul.ng-icon-list li:last-child{
    margin-bottom: 0;
}

.ng-homepage-third ul.ng-icon-list li i{
    color: #888888;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    line-height: 12px;
    border: 1px solid #888888;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}

.ng-homepage-third ul.ng-icon-list li i:before{
    padding-left: 1px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TESTIMONIAL
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-testimonial-section{
    background: url(../images/custom-img.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 170px;
}


.ng-homepage-third .ng-testimonial .ng-testimonial-slides p {
    color: #888888;
}

.ng-homepage-third .ng-testimonial .ng-testimonial-slides span {
    color: #888888;
}

.ng-homepage-third .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: transparent;
    border: 2px solid #c2c2c2;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

.ng-homepage-third .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #c2c2c2;
    border: 2px solid transparent;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        BLOG SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-blog-masonry-items .ng-blog-item-wrapper .ng-blog-img-wrapper img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
}

.ng-homepage-third .ng-blog-masonry-items:hover .ng-blog-item-wrapper .ng-blog-img-wrapper img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CLIENT SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-third .ng-client-logo-section{
    padding-bottom: 70px;
    background: url(../images/section_img_2.jpg) no-repeat;
}

.ng-homepage-third .ng-logo-slider .ng-logo-slides{
    text-align: center;
    height: 200px;
    line-height: 200px;
    margin: 0 10px;
    background-color: rgba(0,0,0,0.5); 
}

.ng-homepage-third .ng-logo-slider .owl-controls{
    margin-top: 70px;
}
/************************* End *************************/



/********************************************************
*                                                       *
*                   HOME PAGE (4TH)                     *
*                                                       *
*********************************************************/
.ng-homepage-fourth header{
    position: relative;
    height: 100%
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        TOPBAR
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-header-topbar{
    background-color: rgba(49,194,177,0.78);
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ng-header-topbar .ng-topbar-content-wrap{
    width: 50%;
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
LEFT CONTENT
 */
.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-left ul{}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-left ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    margin-right: 20px;    
}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-left ul li i{
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
}

/*
RIGHT CONTENT
 */
.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-right{
    text-align: right;
}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-right ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-right ul li{
    float: left;
    margin-right: 15px; 
}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-right ul li:last-child{
    margin-right: 0;
}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-right ul li a{
    font-size: 16px;
    color: #ffffff;
}

.ng-header-topbar .ng-topbar-content-wrap.ng-topbar-content-right ul li i{
 
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        SLIDER SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-slides-1 h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}

.ng-homepage-fourth .ng-slides-1 p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ng-homepage-fourth .ng-slides-1 a.ng-btn-round-solid{
    line-height: 40px;
    border: 0px solid;
    -webkit-transition: all .35s !important;
       -moz-transition: all .35s !important;
        -ms-transition: all .35s !important;
         -o-transition: all .35s !important;
            transition: all .35s !important;
}

.ng-homepage-fourth .ng-slides-1 a.ng-btn-round-outline.green{
    border: 0px solid;
    background-color: #31c2b1;
    color: #ffffff;
    line-height: 40px;
    margin-left: 15px;
    -webkit-transition: all .35s !important;
       -moz-transition: all .35s !important;
        -ms-transition: all .35s !important;
         -o-transition: all .35s !important;
            transition: all .35s !important;
}

.ng-homepage-fourth .ng-slides-1 a.ng-btn-round-outline.green:hover{
    background-color: #B58C2D;
    color: #ffffff;
}

.ng-homepage-fourth .ng-slides-1 a.ng-btn-round-solid:hover{
    border: 0px solid;
    background-color: #31c2b1;
    color: #ffffff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        FEATURE SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-home4-feature-sec{
    background-color: #f9f9f9
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
            CUSTOM SECTION  WITH IMAGE LEFT
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-custom-section-with-img {
    background-color: #ffffff;
    padding: 90px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        COUNTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-counter-section-2{
    background-color: #31c2b1;
    overflow: hidden;
    padding: 65px 0; 
}

.ng-homepage-fourth .ng-counter-section-2 .ng-counter-items .ng-counter-items-inner{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
}

.ng-homepage-fourth .ng-counter-section-2 .ng-counter-items .ng-number-icon{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}


.ng-homepage-fourth .ng-counter-section-2 .ng-counter-items i{
    font-size: 35px;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


.ng-homepage-fourth .ng-counter-section-2 .ng-counter-items h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: #ffffff;
    padding-left: 10px;
    margin: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-homepage-fourth .ng-counter-section-2 .ng-counter-items span{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-left: 0px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CTA
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-cta-section-2nd{
    padding: 190px 0;
    background: url(../images/section_img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-background-size: cover;
            background-size: cover;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        PORTFOLIO
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-portfolio-section {
    text-align: center;
    padding-bottom: 70px;
}

.ng-homepage-fourth .ng-portfolio-works {
    margin-bottom: 70px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        BLOG SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-blog-section {
    background-color: #f9f9f9;
    padding-bottom: 70px;
}

.ng-homepage-fourth .ng-blog-section .ng-blog-post-wrapper {
    overflow: hidden;
    margin-bottom: 70px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CLIENT LOGO SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-homepage-fourth .ng-client-logo-section{
    padding: 70px 0;
}

.ng-homepage-fourth .ng-logo-slider .ng-logo-slides{
    text-align: center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
                        CONTACT SECTION
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.ng-contactmap-section{
    position: relative;
    overflow: hidden;
}

/***************
GOOGLE MAP
***************/
.ng-contactmap-section .ng-google-map #map{
    width: 100%;
    height: 500px;
    background-color: #CCC;
}

.ng-contactmap-section .ng-google-map #map img {
    max-width: none;
}

/***************
CONTACT SECTION
***************/
.ng-contactmap-section .ng-home-contact-form-bg{
    width: 50%;
    height: 100%;
    background-color: rgba(49,194,177,0.78);
    position: absolute;
    top: 0;
    right: 0
}

.ng-contactmap-section .ng-home-contact-form{
    width: calc(1170px / 2);
    position: absolute;
    top: 0;
    left: 50%;
    padding: 80px 0 80px 80px;
}

.ng-contactmap-section .ng-home-contact-form .ng-home-contact-form-inner h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    margin-bottom: 50px;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    width: calc(100% / 2 - 15px);
    height: 40px;
    margin-bottom: 30px;
    border: 0px solid;
    border-bottom: 2px solid #ffffff;
    outline: 0;
    float: left;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:nth-child(1){
    margin-right: 15px;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:nth-child(2){
    margin-left: 15px;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px;
    border: 0px solid;
    border-bottom: 2px solid #ffffff;
    outline: 0;
    background-color: transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form .ng-btn-round-solid:hover{
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #e9e9e9;
}

/* Place Holder CSS */
.ng-contactmap-section .ng-home-contact-form .ng-contact-form input::-webkit-input-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea::-webkit-input-placeholder{
    color: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:-moz-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input::-moz-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:-ms-input-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea:-ms-input-placeholder {
    color: #b1bfca;
    opacity: 1;
    -ms-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/* Place Holder CSS for Focus */
.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:focus::-webkit-input-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:focus:-moz-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:focus::-moz-placeholder,
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.ng-contactmap-section .ng-home-contact-form .ng-contact-form input:focus:-ms-input-placeholder,  
.ng-contactmap-section .ng-home-contact-form .ng-contact-form textarea:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}


/********************************
            ERROR
********************************/
.ng-home-contact-form .error {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 10px 15px 10px 50px;
  position: relative;
}

.ng-home-contact-form .error:before{
    content: "\f119";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}

.ng-home-contact-form .success{
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 10px 15px 10px 50px;
    position: relative;
}

.ng-home-contact-form .success:before{
    content: "\f118";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    font-size: 18px;
    top: 10px;
    left: 25px;
}
.foot-tags span{
	display : inline-block;
	padding : 6px 5px;
	border : 1px solid #717171;
	margin-bottom : 5px;
	margin-right : 5px;
}
.board-directors{
	max-width: 300px;
    max-height: 220px;
    overflow: hidden;
    position: relative;
    display: block;
}
.board-directors-content{	
	position: absolute;
    top: 177px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
	background : #EFD242;
	 -webkit-transition: all .550s;
       -moz-transition: all .550s;
        -ms-transition: all .550s;
         -o-transition: all .550s;
            transition: all .550s;
	vertical-align : center;
	text-align : center;
}
.board-directors:hover .board-directors-content{	
    top : 0px;
	background : rgba(239, 210, 66, 0.71);
}
.board-directors img{
	
}
.board-directors .names{
	color : #FFF;
	padding: 0px;
    margin: 0px;
	margin-bottom : 10px;
    font-size: 15px;
	display : block;
	font-weight : 600;
}
.board-directors .positio{
	color : #FFF;
	padding: 0px;
    margin: 0px;
    font-size: 13px;
	margin-bottom : 10px;
	display : block;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFF;
}
.board-directors .cont{
	color : #FFF;
	display : block;	
}
.infra-details{
	position: absolute;
	display : block;
    top: 0px;
    background-color: rgba(255, 229, 103, 0.6);
    padding: 20px 10px;
    height: 100%;
}
.infra-details.left{
    left: 15px;
}
.infra-details.right{
    right: 15px;
}
.infra-details h3{
	color : #303030;
	font-size : 23px;
}
.infra-details ul{
	margin : 0px;
	padding : 0px;
	list-style : none;
}
.infra-details ul li{
	padding : 10px;
	font-weight : 600;
	font-size : 14px;
	color : #000;
	background : rgba(255, 255, 255, 0.4);
	margin-bottom : 7px;
}
.our-reach-details{
	text-align: center;
    padding: 10px;
    border: 2px solid #E0D319;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-top: 40px;
    margin: 0px auto;
    margin-bottom: 10px;
}
.our-reach-details img{
	width : 95px;
}
.our-reach-details h3{
	color : #E6A60E;
	font-weight : 500;
	font-size : 21px;
	margin : 0px;
    padding : 0px;
    margin-top : 10px;
}

/*country image*/
.our-reach-details1{
	text-align: center;
    padding: 10px;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-top: 40px;
    margin: 0px auto;
    margin-bottom: 10px;
}
.our-reach-details1 img{
	width : 95px;
}
.our-reach-details1 h3{
	color : #E6A60E;
	font-weight : 500;
	font-size : 21px;
	margin : 0px;
    padding : 0px;
    margin-top : 10px;
}

ul.ng-technology-list li{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #545454;
    margin-bottom: 10px;
    position: relative;
	background : #FFF9B5;
	display : inline-block;
	padding : 10px;
    padding-left: 40px;
}

ul.ng-technology-list li:last-child{
    margin-bottom: 0;
}

ul.ng-technology-list li i{
	position: absolute;
	top: 15px;
	left: 10px;
	width: 14px;
	line-height: 12px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #CA6565;
}

ul.ng-technology-list li i:before{
    padding-left: 1px;
}
/* Career CSS */
.panel-title a{
	display : block;
}
.abt_intro{
	padding-top : 25px;
	padding-bottom : 20px;
}
.abt_intro .abt_in_img{
	background: url('images/aboutus/shadow.png')0px 128px no-repeat;
	background-size: 100%;
	padding-bottom : 20px;
}
.abt_intro .abt_in_img img{
	/*box-shadow: 0px 60px 79px -50px #3D3D3D;
	-moz-box-shadow: 0px 60px 79px -50px #3D3D3D;
	-webkit-box-shadow: 0px 60px 79px -50px #3D3D3D;*/
}
.abt_intro .abt_in_img p{
	position : absolute;
	right : 0px;
	top : -15px;
	font-size : 18px;
	border-radius : 23px;
	padding : 5px;
	line-height : 0px;
	border : 2px solid #D80B0B;
	background : #FFFFFF;
	color : #DB0A0A;
	-webkit-transform: rotate(30deg);
	-moz-animation: rotate(30deg);
	transform: rotate(30deg);
}
.abt_intro .abt_in_img.active p{	
	-webkit-transform: rotate(-60deg);
	-moz-animation: rotate(-60deg);
	transform: rotate(-60deg);
}
.abt_intro .abt_in_con{
	display : none;
	text-align : center;
}
.abt_intro .abt_in_con b{
	color : #B92F2F;
	font-size : 16px;
	line-height : 30px;
}
.abt_intro .abt_in_con p{
	color : #525252;
}
.abt_abt_right .panel{
	box-shadow : none;
}
.abt_abt_right .panel-group{
	border-left : 5px solid #E72113;
}
.abt_abt_right .panel-body{
	background : #FCFCFC;
}
.abt_abt_right .panel-default{
	border-color : transparent;
	border-radius : 0px;
}
.abt_abt_right .panel-default > .panel-heading{
	background : #FFE06D;
	border-color : transparent;
	padding : 9px 6px 10px 6px;
}
.abt_abt_right .panel-back .panel-default > .panel-heading{
	background: #F0F0F0;
}
.abt_abt_right .panel-title h4{
	color : #E20912;
}
.abt_abt_right .panel-title a{
	color : #303030;
}
.abt_abt_right .panel-title a.collapsed{
	color : #303030;
}
.abt_abt_right .panel-title a:hover, .abt_abt_right .panel-title a:focus{
	text-decoration : none;
	border : 0px;
}
.abt_abt_right .panel-title .glyphicon{	
	padding : 5px;
}
.abt_abt_right .panel-title .glyphicon-plus{
	display : none;
}
.abt_abt_right .panel-title .glyphicon-minus{
	display : inline-block;
	background : #8D8D8D;
	color : #FFF;
}
.abt_abt_right .panel-title .collapsed .glyphicon-plus{
	display : inline-block;
}
.abt_abt_right .panel-title .collapsed .glyphicon-minus{
	display : none;
}
.abt_abt_right .panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top-color : transparent;
}
.abt_abt_right .panel-group .panel-heading + .panel-collapse > .panel-body{
	border-top-color : transparent;
}
.page-menus{
	padding : 10px 5px;
	padding-bottom : 0px;
	/*background : #686868;*/
	background : transparent;
	border-radius : 0px 0px 50px 50px;
	margin-bottom : 20px;
}
.page-menus ul{
	list-style : none;
	margin : 0px;
}
.page-menus ul li{
	display : inline-block;
	margin-bottom : 5px;
	position : relative;
}
.page-menus ul li a{	
	padding : 15px 10px;
	display : block;
	line-height : 1px;
	color : #4C4C4C;
	text-decoration : none;
}
.page-menus ul li:hover a{	
	background : #686868;
	border-radius : 10px;
	color : #FFF;
}
.page-menus ul li.active a, .page-menus ul li.active a:hover{	
	background : #E8BD1F;
	border-radius : 10px;
	color : #FFF;
}
.page-menus ul li.active a:after{
	content : "";
	position : absolute;
	top : 30px;
	left : 37%;
	border : 17px solid;
	border-color : #E8BD1F transparent transparent transparent
}
.page-menus.career-page-menu ul{
	    padding-left: 0px;
}
.showCtabs-head{
	border: 1px solid #ddd;
	padding : 15px;
}
.page-menus.career-page-menu ul li.active a, .page-menus.career-page-menu ul li.active a:hover{
	border-radius: 0px;
	min-width: 70px;
	display: block;
	font-weight: 600;
	text-align: center
}
.abt_abt_right .panel-group {
    border-left: 5px solid #E8BD1F;
}
.panel-body label{ color : #CEA203; font-size : 15px;}
.abt_abt_right .panel-title a{color: #3A2F09; font-weight: 700; font-size: 17px; text-transform: uppercase;}
.page-menus ul li:hover a{border-radius : 0px; background : #E8BD1F; }
.page-menus ul li a{border-radius : 0px; background : #686868; color : #FFF;}
/* Career End */
.iso-logo{
	position: relative;
    /*z-index: 9999;
    right: 0px;
    top: 0px;*/
	float : right;
}

.select_language{position: absolute; top: 17px; right: -100px;}
.select_language select{padding: 3px 5px ; max-width: 170px; border: 1px solid #FDDC67;}


@media (max-width : 430px){
	.top-brand img{max-width : 165px;}
}
.mission-and-vision-part{
	background-color: #E2A400;
	padding : 20px;
}
.mission-and-vision-part i{
	font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.mission-and-vision-part h3{
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}
.mission-and-vision-part p{
    font-size: 13px;
    color: #FFF;
    margin-bottom: 0;
	text-align : jusify;
}
.text-box-tech{ margin-bottom : 15px; }
.text-box-tech img{
	border : 2px solid #F5D644;
}
.text-title-tech{
	color: #FFFFFF;
    font-weight: 500;
    margin: 0px;
    padding: 10px;
    background-color: #EFCE05;
    font-size: 17px;
	display : inline-block;
}
.ng-products-section .carousel-inner img{
	border : 1px solid #EFCE05;
}
.ng-products-section .ng-icon-wrapper2{
	margin-bottom : 10px;
}
.ng-products-section h3 a, .ng-products-section h3{
	color : #EAA400;
	padding-top: 20px; font-size: 19px;
}
.navbar-brand{ height : 80px; }
.teader-top{
	padding: 5px 20px;
    border-bottom: 1px solid #DDD;
}
.teader-top a{
	color : #F5B700;
}
.teader-top a:hover{
	color : #303030;
}

.teader-top .col-sm-6{width: 76%; padding:10px 0px}
.teader-top .col-sm-2 { width: 24%; }
 .ng-team-member h4{font-size:15px;}
/*.awa-cer-parent{
	display : block;
	position : relative;
	max-width : 360px;
	max-height : 230px;
	overflow : hidden;
	margin : 0px auto;
	margin-bottom : 60px;
}
.awa-cer-parent:before{
	content : "";
}
.awa-cer-parent:after{
	content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    background-color: rgba(245, 214, 68, 0.58);
    z-index: 9;
	transition : all 1s ease;
	-webkit-transition : all 1s ease;
	-moz-transition : all 1s ease;
}
.awa-cer-parent .text-box-award{
	display : block;
	position : relative;
}
.awa-cer-parent .text-box-award:after{
	content : '';
}
.awa-cer-parent .text-box-award img{
	border: 1px solid #F5D644;
	transition : all 3s ease;
	-webkit-transition : all 3s ease;
	-moz-transition : all 3s ease;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
}
.awa-cer-parent:hover .text-box-award img{
	border: 1px solid #F5D644;
	transform: scale(1.3) rotate(0deg);
	-webkit-transform: scale(1.3) rotate(0deg);
	-moz-transform: scale(1.3) rotate(0deg);
}
.awa-cer-parent .text-title-award{
	color: #FFFFFF;
    font-weight: 500;
    padding: 10px;
    background-color: #585858;
    font-size: 15px;
    position: absolute;
    display: block;
    bottom: 75px;
    right: 0px;
    z-index: 10;
    width: 50%;
    max-width: 50%;
	transition : all 1s ease;
	-webkit-transition : all 1s ease;
	-moz-transition : all 1s ease;
}
.awa-cer-parent:hover:after{
    right: -55%;
}
.awa-cer-parent:hover .text-title-award{
    bottom: 0px;
    background-color: #E6AC09;
    max-width: 100%;
}*/
.awa-cer-parent .text-box-award img{
	border: 1px solid #585858;
	transition : all 3s ease;
	-webkit-transition : all 3s ease;
	-moz-transition : all 3s ease;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
}
.awa-cer-parent .text-title-award{
	color: #FFFFFF;
    font-weight: 500;
    padding: 10px;
    background-color: #585858;
    font-size: 15px;
    display: inline-block;
    z-index: 10;
	transition : all 1s ease;
	-webkit-transition : all 1s ease;
	-moz-transition : all 1s ease;
	margin: 0px;
    margin-bottom: 30px;
}
.awa-cer-parent:hover .text-title-award{
    background-color: #E6AC09;
}
.awa-cer-parent:hover img{
    border: 1px solid #E6AC09;
}
.go-down-button{
	position: absolute;
    bottom: 0px;
    margin: 0px auto;
    width: 150px;
    left: 45%;
}
.go-down-button button{
	background: rgba(255, 244, 98, 0.77);
    border: 0px;
    padding: 15px;
    font-size: 18px;
    color: #000;
}
.go-down-button button:hover{
	background: rgba(255, 244, 98, 1);
}
.iso-logo {width:50%;}