.current-page {
    /*border-bottom-color: #e95524;*/
    border-bottom-color: #00AF9A !important;
}

.menu1-c:hover::after,
.menu1-c:active::after {
    border-bottom-color: #00AF9A;
}

.cnt_wrapper {
    padding: 20px 8px;
}

.cnt_wrapper p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
}

.footer-contact-form textarea {
    height: 60px;
    resize: none;
}

.image-overlay .lightzoom,
.image-overlay .postlink {
    width: 43px;
    height: 43px;
}

a:focus,
a:active {
    outline: none;
}

#content .sub-banner .sub-banner-inner.heading h2 {
    text-shadow: 0px 1px 0px #fff;
    font-family: 'OpenSansLight';
    text-transform: uppercase;
    margin: 0px;
    font-size: 26px;
    color: #4e4e4e;
    font-weight: normal;
    line-height: 40px;
}

#content .sub-banner .sub-banner-inner.heading p {
    font-family: 'OpenSansLight';
    text-shadow: 0px 1px 0px #fff;
    font-size: 12px;
    margin: -5px 0 0 0;
    color: #7c7c7c;
    font-weight: normal;
}

#content.head {
    margin-bottom: 0;
    position: relative;
    top: -28px;
}

#content.head .sub-banner {
    background: #eee;
    height: auto;
    padding: 20px 0 0;
    border-bottom: 1px solid #ddd;
    position: inherit;
}

#teamsection {
    padding: 0;
    background: #fff;
}

#teamsection .owner .ceo {
    margin-bottom: 20px;
}

#teamsection .owner .ceo figure {
    width: 350px;
    height: 350px;
    margin: 0px auto 20px;
    padding: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 50%;
}

#teamsection .owner .ceo figure span {
    display: block;
    padding: 5px;
}

#teamsection .owner .ceo figure span img {
    border-radius: 50%;
}

#teamsection .owner figure {
    height: 385px;
    width: 100%;
    margin: 0px auto 20px;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
}

#teamsection .owner figure img {
    height: 100%;
    width: 100%;
}

#teamsection .owner figure span {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

#teamsection .owner .designation {
    text-align: center;
}

#teamsection .owner .designation h4 {
    text-shadow: 0px 1px 0px #fff;
    font-family: 'OpenSansbold';
    text-transform: uppercase;
    margin: 0px;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: normal;
    line-height: 30px;
}

#teamsection .owner .designation p {
    text-shadow: 0px 1px 0px #fff;
    font-family: 'OpenSansLight';
    text-transform: uppercase;
    margin: 0px;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: normal;
    line-height: 30px;
}

#teamsection .owner .teambox {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

#teamsection .owner .teambox figure {
    width: 100%;
    height: 270px;
    border-radius: 0px;
    padding: 0;
    border: none;
    margin-bottom: 0;
}

#teamsection .owner .teambox .designation {
    padding: 10px 0;
    background: #ddd;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

h2.h2 {
    text-shadow: 0px 1px 0px #fff;
    font-family: 'OpenSansLight';
    text-transform: uppercase;
    margin: 0px;
    font-size: 22px;
    color: #4e4e4e;
    font-weight: normal;
    line-height: 45px;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.seviceimg {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 350px;
    height: auto;
    max-height: 280px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.servicecontent p {
    font-size: 18px;
    color: #666 !important;
}

.servicecontent h2 {
    margin-left: 0;
}

#aboutsection {
    padding: 10px 0 40px;
}

.points ul {
    margin: 0;
}

.points ul li {
    color: #666;
    font-size: 17px;
    width: 32%;
    float: left;
    margin-right: 2%;
    line-height: 32px;
}

.points ul li:nth-child(2n+2) {
    margin-right: 0;
}

.portfoliobox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* border-radius: 4px; */
    /* margin-bottom: 25px; */
    cursor: pointer;
}

.portfoliobox figure img {
    width: 100%;
}

.portfoliobox .overlay {
    position: absolute;
    left: 0;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.portfoliobox:hover .overlay {
    bottom: 0;
}

.portfoliobox .overlay h2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.portfoliobox .overlay h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin: 15px 0;
    padding: 0;
}

.portfoliobox .overlay .icons {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0 0;
}

.portfoliobox .overlay .icons a {
    background: #fff;
    border-radius: 40px;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.portfoliobox .overlay .icons a i {
    line-height: 40px;
}


/* .formnew{width:100%;}*/

#contact form {
    margin: 0 0 20px 0;
}


/*.formnew .span6{width:49%; float:left; margin-left:0; margin-right:2%;}
.formnew .span6:nth-child(2n+2){margin-right:0;} */

.formnew input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.formnew textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.formnew input[type="file"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px;
}


/* .taggle{width:35px; position:absolute; right:9px; top:40px; padding:5px; height:auto; border:1px solid #ddd; border-radius:4px; cursor:pointer; display:none;}
.taggle span{width:100%; height:3px; background:#ddd; margin-bottom:4px; border-radius:10px; display:block;}
.taggle span:last-child{margin-bottom:0;} */

.clearmn {
    display: none;
    clear: both;
}

.socialside {
    position: fixed;
    top: 30%;
    width: 50px;
    z-index: 999
}

.socialside ul {
    padding: 0;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0)
}

.socialside ul li {
    display: block;
    margin: 0 0 0 20px;
    background: #3a589b;
    width: 275px;
    text-align: right;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.socialside ul li~li {
    background: #598dca
}

.socialside ul li~li~li {
    background: #0085b0
}

.socialside ul li~li~li~li {
    background: #d53935
}

.socialside ul li~li~li~li~li {
    background: #d52020
}

.socialside ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0)
}

.socialside ul li a {
    color: #fff;
}

.socialside ul li:hover a,
.social ul li a,
.social ul li a:hover,
.social ul li a:focus {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: block
}

.socialside ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.socialside ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.socialside span {
    display: inline-block;
    float: left;
    line-height: 49px;
    padding: 0 0 0 130px;
    text-align: center
}


/* @media screen and (min-width:768px) and (max-width:991px)
{
	#header .logo{width:200px;}	
	#header .navbar .nav > li > a{padding:0px 10px;}
}

@media screen and (min-width:768px)
{
	.menu-style1{position:relative;}	
}

@media screen and (max-width:767px)
{
#menu-main{display:none;}
.taggle{display:block;}
.navbar .navbar-inner.open .nav > li{z-index:none; width:100%;}
.navbar-inner.open #menu-main{display:block; z-index:10000; margin-top:15px; width:100%;}
.navbar-inner.open .nav > li .dropdown-menu{z-index:99999; width:100%; border:none; box-shadow:none;}
#header .navbar .navbar-inner.open .nav .dropdown-menu > li > a{line-height:45px; border-bottom:1px solid #eee;}
#header  .logo{width:200px;}
}  */

@media screen and (min-width:768px) {
    .respnavmenu {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:979px) {
    .visible-desktop {
        display: inherit !important;
    }
    #header .logo {
        width: 200px;
    }
    #header .navbar .nav > li > a {
        padding: 0px 10px;
    }
}

.respnavmenu ul ul li.dropdown-submenu ul {
    display: none;
}

.respnavmenu ul ul li.dropdown-submenu [id^=drop]:checked + ul {
    display: block;
}

.toggle,
[id^=drop] {
    display: none;
}

.respnavmenu ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

.respnavmenu ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

.respnavmenu a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 15px;
    line-height: 45px;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.respnavmenu ul ul {
    display: none;
    position: absolute;
    top: 60px;
}

.respnavmenu ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

.respnavmenu ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

li > a:after {
    content: ' +';
}

li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 767px) {
    .socialside {
        display: none;
    }
    #header .logo {
        width: 200px;
    }
    .respnavmenu {
        margin: 0;
        margin-top: -45px;
    }
    .toggle + a,
    .menu {
        display: none;
    }
    .toggle {
        display: block;
        padding: 0 10px;
        color: #333;
        font-size: 16px;
        line-height: 45px;
        text-decoration: none;
        border: 1px solid #ddd;
        margin-bottom: 0;
    }
    .toggle.trigger {
        padding: 8px 5px;
        float: right;
        width: 35px;
        height: auto;
        border-radius: 3px;
        border: 1px solid #ddd;
        margin-bottom: 0;
    }
    .toggle.trigger span {
        display: block;
        margin-bottom: 5px;
        background: #999;
        height: 3px;
        width: 100%;
    }
    .toggle.trigger span:last-child {
        margin-bottom: 0;
    }
    .toggle.mn {
        border: none;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        border-radius: 0;
        padding: 0px 10px;
    }
    .toggle i {
        float: right;
        margin-top: 15px;
    }
    [id^=drop]:checked + ul {
        display: block;
    }
    .respnavmenu ul li {
        display: block;
        width: 100%;
    }
    .respnavmenu ul ul .toggle,
    .respnavmenu ul ul a {
        padding: 0 25px;
    }
    .respnavmenu ul ul ul a {
        padding: 0 35px;
    }
    .respnavmenu ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }
    .respnavmenu ul ul li:hover > ul {
        display: none;
    }
    .respnavmenu ul ul li {
        display: block;
        width: 100%;
    }
    .respnavmenu ul ul ul li {
        position: static;
    }
    .clearmn {
        display: block;
    }
}

#header .navbar .nav .dropdown-menu .current-page {
    border-bottom: none;
    height: auto;
}

#header .navbar .nav .dropdown-menu .current-page a {
    color: #5e5e5e !important;
    line-height: 30px;
    background: #fff;
}

#header ul.nav li.dropdown li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}

.footer-widget p,
.footer-widget .menu-footer-container ul li a {
    font-family: OpenSansRegular, sans-serif;
}

#contact .comment-button {
    margin: 5px 0 0 10px;
}

.formnew select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/drop-icon.png) no-repeat 97% 50% #fff;
}

.formnew select.sltSmall {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.formnew select.sltSmall.last {
    margin-right: 0;
}

.formnew p {
    color: #fff;
    margin-bottom: 7px;
    font-size: 14px;
}

.formnew .col-md-6 {
    margin-bottom: 10px;
}

#filters {
    margin: 1% 0%;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    background: #fff;
    text-transform: uppercase;
}

#filters li span.active {
    background: #e95524;
    color: #fff;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    /* width: 23%; */
    /* margin: 1%; */
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: #e95a44;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}

.portfolio:hover .label {
    bottom: 0;
}

.portfolio:hover img {
    /*top:-30px;*/
}


/* #Tablet (Portrait) */

.portfoliobox figure img {
    max-height: 218px;
}

@media only screen and (max-width: 767px) {
    .portfoliobox figure img {
        min-height: 145px;
    }
    .portfoliobox .overlay h2 {
        font-size: 12px;
        line-height: 14px;
    }
    .portfoliobox .overlay h3 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 25px;
        margin: 6px 0;
        padding: 0;
    }
    .portfoliobox .overlay .icons {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 6px 0 0;
    }
    #filters li span {
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 380px) and (max-device-width: 597px) {
    .portfoliobox figure img {
        min-height: 200px;
    }
}