/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 1, 2015, 11:27:35 AM
    Author     : office-i5
*/

a,
input[type='submit'],
.side_bar:hover .view_more:hover,
.email_contact_sidebar:hover,
.team_related_service:hover .menu-related-services-container ul li a:hover,
.ques:hover,
.list_row a:hover,
.icons i.fa:hover {
    text-decoration: none;
    -moz-transition: ease-in-out 0.5s all;
    -webkit-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
}
a {
    color: #0096a9;
}
.circle_wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
*:focus {
    outline: none !important;
    text-decoration: none;
}
.site-search .submit {
    border: none !important;
    background: transparent;
}
body {
    font-family: 'merriweatherregular';
}
input[type="text"]:focus {
    outline: none;
}
html,
body {
    height: 100%;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
.home_slider {
    position: relative;
}
/* hover effect */

.con_sidebar_right_con h6 a:hover {
    color: #0d2537;
}
.email_contact_sidebar:hover {
    border: 1px solid #0d2537;
    color: #0d2537;
}
.side_bar .view_more:hover {
    background: #0096a9;
}
.team_related_service .menu-related-services-container ul li a:hover {
    color: #0d2537;
}
.ques:hover {
    background-color: #0095a9;
}
.ques:hover > .ques_ques {
    color: #fff !important;
}
.ques:hover > .ques_ques:before {
    color: #fff !important;
}
.list_row a:hover {
    color: #0095a9;
}
.icons i.fa:hover {
    background-color: #0d2537;
}
/*  common class */

.p0 {
    padding: 0px;
}
.top0 {
    padding-top: 0px !important;
}
.bottom0 {
    padding-bottom: 0 !important;
}
.left0 {
    padding-left: 0px !important;
}
.right0 {
    padding-right: 0px !important;
}
.top10 {
    padding-top: 10px;
}
.top20 {
    padding-top: 20px;
}
.top30 {
    padding-top: 30px;
}
.top40 {
    padding-top: 40px;
}
.bottom20 {
    padding-bottom: 20px;
}
.bottom30 {
    padding-bottom: 30px;
}
.padding40 {
    padding: 40px;
}
.bottom40 {
    padding-bottom: 40px;
}
.p10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.logo {
    margin-top: 6px;
	max-width: 210px;
}
.default_header .logo .hp-logo{
   display: none;
}
.home_header .logo .sub-logo{
   display: none;
}
.mob-logo {
	display: none;
}
.f_logo {
	max-width: 210px;
}
.mt2 {
    margin-top: 1px;
}
/*  End common class */

.clear {
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear20 {
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 20px;
}
.clear30 {
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 30px;
}
.alignleft {
    max-width: 100%;
    float: left;
    margin: 0 20px 20px 0;
}
.alignright {
    max-width: 100%;
    float: right;
    margin: 0 0 20px 20px;
}
.aligncenter {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}
.transition {
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}
.tableDiv {
    display: table;
    width: 100%;
    height: 100%;
}
.text-right {
    text-align: right;
}
.color_373737 {
    color: #373737 !important;
}
.font-regular {
    font-family: 'proxima_nova_rgregular';
}
.cell_new {
    display: table-cell;
    vertical-align: middle;
}
.table_new {
    display: table;
    width: 100%;
    height: 100%;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#inner_wrapper {
    height: auto;
    width: 100%;
}
.banner_img {
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: 0;
}
.text-center {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'proxima_novasemibold';
    margin-top: 0;
}
h1 {
    font-size: 40px;
    line-height: 42px;
    color: #414042;
}
h2 {
    color: #fff;
    font-size: 28px;
    line-height: 18px;
}
h3 {
    color: #fff;
    font-size: 26px;
    line-height: 18px;
}
h4 {
    color: #0096a9;
    font-size: 16px;
    line-height: 26px;
}
h5 {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}
h6 {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
/* icons */

.bg {
    background: url('../images/banner1.jpg') no-repeat;
}
.home_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.default_header {
    position: relative;
}
.header {
    padding: 20px 0;
}
.header .col-md-8 {} .icons {
    text-align: right;
    display: none;
}
.icons span {
    margin-left: 5px;
}
.icons i.fa {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    background-color: #0095a9;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    text-align: center;
}
.home_header nav li {
    font-family: 'proxima_novalight';
    font-size: 18px;
    display: block;
    line-height: 15px;
}
.home_header nav li a {
    color: #0d2537
}
.home_header #proMenu #menu ul ul {
    background: url(../images/trans.png);
    background-repeat: repeat;
}
/*.home_header #proMenu #menu ul ul {  top: -2px\9; }   IE9 + IE10pp4 */
/*.home_header #proMenu #menu ul > li > a  { padding-bottom: 5px\9; }   IE9 + IE10pp4 */
/* menu start */

#proMenu #menu > ul > li:first-child > a {
    /*font-size: 0px;
    background: url('../images/house58.png');
    width: 18px;
    height: 15px;*/
}
.home #proMenu #menu > ul > li:first-child > a {
    /*font-size: 0px;
    background: url('../images/home_house58.png');*/
}
#proMenu #menu ul li:first-child {} #proMenu #menu ul {
    list-style: none
}
#proMenu #menu,
#proMenu #menu ul,
#proMenu #menu ul li,
#proMenu #menu ul li a,
#proMenu #menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#proMenu #menu:after,
#proMenu #menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#proMenu #menu > ul > li:last-child > a {
    margin-right: 0;
}
#proMenu #menu > ul > li:last-child {
    border: none;
}
#proMenu #menu #menu-button {
    display: none;
}
#proMenu #menu {
    float: right;
    width: auto;
    font-family: 'proxima_novalight';
    padding-top: 45px;
    line-height: 1;
}
#proMenu #menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#proMenu #menu > ul > li {
    float: left;
    border-right: 1px solid #0096a9;
}
#proMenu #menu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#proMenu #menu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#proMenu #menu.align-center ul ul {
    text-align: left;
}
#proMenu #menu.align-right > ul > li {
    float: right;
}
#proMenu #menu.align-right ul ul {
    text-align: right;
}
#proMenu #menu > ul > li > a {
    margin: 0 15px;
    line-height: 15px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0d2638;
    display: block;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#proMenu #menu > ul > li:hover > a,
#proMenu #menu > ul > li.active > a {
    color: #0095a9;
}
#proMenu #menu > ul > li.menu-item-has-children > a {
    padding-right: 20px;
}
#proMenu #menu > ul > li.menu-item-has-children > a::after {
    position: absolute;
    background: url('../images/down_arroww.png') no-repeat 0px 50%;
    width: 14px;
    height: 14px;
    content: "";
    right: 0;
}
#proMenu #menu ul ul li:first-child > a {
    border-top: 4px solid #0096a9;
}
#proMenu #menu > ul > li.menu-item-has-children:hover > a::after {
    border-color: #009ae1;
}
#proMenu #menu ul ul {
    position: absolute;
    left: -9999px;
    top: 14px;
    padding-left: 20px;
    padding-top: 0px;
    z-index: 1;
}
#proMenu #menu ul ul.sub-menu > li:first-child > a {
    margin-top: 20px;
}
#proMenu #menu li:hover > ul {
    left: auto;
}
#proMenu #menu.align-right li:hover > ul {
    right: 0;
}
#proMenu #menu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#proMenu #menu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#proMenu #menu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#proMenu #menu ul li:hover > ul > li {
    height: 32px;
}
#proMenu #menu ul ul ul li a {
    margin: 0;
}
#proMenu #menu ul ul li a {
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 215px;
    margin: 0;
    font-size: 18px;
    background: url('../images/right_arrow.png') no-repeat 10px 50% #efefef;
    text-decoration: none;
    color: #0d2537;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#proMenu #menu ul ul li:hover > a,
#proMenu #menu ul ul li a:hover {
    color: #0095a9;
}
#proMenu #menu ul ul li.menu-item-has-children > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#proMenu #menu.align-right ul ul li.menu-item-has-children > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#proMenu #menu ul ul li.menu-item-has-children:hover > a::after {
    border-color: #ffffff;
}
/* menu end */

.home_slider .tp-caption.banner_content.tp-fade.tp-resizeme.start {
    font-family: 'proxima_nova_rgregular';
    color: #f0f0f0;
    background-color: #0d2537;
    padding: 3px 10px;
    font-size: 29px;
    line-height: 32px;
    color: #f0f0f0;
}
.home_slider .banner_btn_new {
    font-family: 'proxima_novalight';
    background: url('../images/btn_icon.png') no-repeat 92% 50% #0095a9;
    color: #f0f0f0;
    width: 152px;
    display: block;
    text-transform: uppercase
}
.home_slider .banner_content a {
    color: #f0f0f0;
}
.home_slider .banner_content a:hover {
    color: #0095a9;
}
.home_slider .banner_btn_new:hover {
    color: #000;
}
.body_start {
    background-color: #efefef;
}
/* section 3 home page */

.mobile_slider {
    display: none;
}
.section3 {
    margin-top: -55px;
    position: relative;
    z-index: 999;
}
.aftr_banner_con {
    background: #0095a9;
    padding: 24px 105px;
}
.aftr_banner_con p {
    color: #FFF;
    font-family: 'proxima_novalight';
    font-size: 25px;
    line-height: 30px;

}
.aftr_banner_con strong {
    font-family: 'proxima_novasemibold';
}
.menu:after,
.menu:before {
    content: '';
    display: table;
}
.menu:after {
    clear: both;
}
/* section 4 home page */

.home_section4 {
    padding: 15px 0;
}
.home_section4 .col-md-3,
.home_section4 .col-md-6 {
    padding: 0 6px;
    margin-bottom: 12px;
}
.home_section4 .row {
    margin: 0 -6px;
}
.home_section4 p {
    color: #0d2638;
    font-size: 14px;
    line-height: 20px;
    font-family: 'proxima_novalight';
    margin-bottom: 10px;
}
.wrap_content {
    padding: 14px;
}
.home_section4 ul {
    padding-left: 8px;
}
.home_section4 ul li {
    font-family: 'proxima_novasemibold';
    list-style: none;
    font-size: 19px;
    color: #0096a9;
    line-height: 24px;
    margin-bottom: 5px;
}
.inner_content_start .wrap_content.bg_white.min_hight285 h4 {
    color: #0d2638;
    font-family: 'proxima_novalight';
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}
.home_section4 ul li:before {
    content: '\2022';
    color: #119daf;
    /*content:'\25A0';*/

    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -10px;
    top: 0;
    font-size: 20px;
}
.home_section4 ul li a {
    color: #0096a9;
    font-size: 15px;
    line-height: 18px;
}
.home_section4 .upper_div_link {
    /*    padding: 5px 8px;
        display: block;
        border: 1px solid #c2c8cd;
        box-shadow: 0px 1px 0px 0px #d9dce0;
        font-size: 12px;
        color: #86929b;
        font-family: 'proxima_novasemibold';
        font-weight: 300;
        letter-spacing: 3px;
        position: relative;*/

    display: block;
    border: none;
    box-shadow: none;
    font-size: 17px;
    color: #bdbcbc;
    letter-spacing: 1px;
    position: absolute;
    font-family: 'proxima_nova_rgregular';
    bottom: 20px;
    right: 20px;
}
.home_section4 .upper_div_link:after {
    /*    content: '>';
        position: absolute;
        right: 20px;*/
}
.footer .icons span {
    margin-left: 0;
}
.footer {
    background-color: #0d2537;
    padding-top: 50px;
    padding-bottom: 28px;
}
.footer .icons {
    text-align: left;
    float: left;
    width: 16%;
}
.f_left_con {
    width: 84%;
    float: left;
}
.f_left_con p {
    font-family: 'proxima_novasemibold';
    font-size: 12px;
    line-height: 18px;
}
.bottom_footer {
    margin-top: 45px;
    border-top: 1px solid #ffffff;
    padding-top: 40px;
}
.bottom_footer p {
    font-size: 9px;
    line-height: 13px;
    font-family: 'proxima_novasemibold';
}
.col-md-6.t-right span a:hover {
    color: #0096a9;
}
.load_more a:hover {
    color: #000;
    border: 1px solid #000;
}
.load_more:hover > .load_more a:after {
    color: #000;
}
.t-right {
    text-align: right;
    font-family: 'proxima_novasemibold';
}
.col-md-6.t-right span a {
    font-size: 10px;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 10px;
    padding: 0 9px;
}
.t-right span:last-child > a {
    border: none;
    padding-right: 0;
}
.bg_white {
    background-color: #fff;
}
.min_hight285 {
    min-height: 285px;
}
.home_section4.grid {
    position: relative;
}
/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 285px;
    text-align: center;
    cursor: pointer;
}
.home_section4 .col-md-6 .grid figure {} .home_section4 .grid figure img.opacity_none {
    opacity: 1;
}
.home_section4 .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.2;
}
.home_section4 .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home_section4 .grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.home_section4 .grid figure figcaption,
.home_section4 .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.home_section4 .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.home_section4 .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.home_section4 .grid figure h2 span {
    font-weight: 800;
}
.home_section4 .grid figure h2,
.home_section4 .grid figure p {
    margin: 0;
}
.home_section4 .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/

.home_section4 figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.2;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.home_section4 figure.effect-lily figcaption {
    text-align: left;
}
.home_section4 figure.effect-lily figcaption > .hover_tran {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    z-index: 2;
}
.home_section4 figure.effect-lily .hover_tran h2,
.home_section4 figure.effect-lily .hover_tran p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.home_section4 figure.effect-lily .hover_tran h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-family: 'proxima_nova_rgregular';
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 68px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
.home_section4 figure.effect-lily p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    border-left: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    font-family: 'proxima_nova_rgregular';
}
.home_section4 figure.effect-lily:hover img,
figure.effect-lily:hover p {} .home_section4 figure.effect-lily:hover img,
.home_section4 figure.effect-lily:hover .hover_tran h2,
.home_section4 figure.effect-lily:hover .hover_tran p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.home_section4 figure.effect-lily:hover .hover_tran p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
/* footer */

.bold_color .f_left_con h4 {
    font-weight: normal;
}
.bold_color .f_left_con p {
    font-weight: normal;
}
footer {
    border-top: 10px solid #0095a9;
    color: #fff;
}
.f_left_con a {
    color: #fff;
    text-decoration: none;
}
/*.home_section4 .inner_content_start .col-md-3:nth-child(4n+1) {
    clear: both;
}*/
.home_section4 .inner_content_start .col-md-3:first-child div.bg_white {
    margin-right: -12px;
    padding-right: 26px;
}
.home_section4 .inner_content_start .col-md-6:nth-child(4n+1) {
    clear: both;
}
#wrapper #mobileMenu {
    display: none;
}
a.mobileMenu_open {
    display: none;
}
/* Team Page */

.banner_sec2 {
    padding: 42px 0 32px 0;
    font-family: 'proxima_nova_rgregular';
    font-size: 29px;
    color: #fff;
    line-height: 35px;
    background-color: #008A9F;
    box-shadow: 0 25px 55px -30px #010 inset;
    text-transform: uppercase;
}
.grid_team figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.grid_team figure img.opacity_none {
    opacity: 1;
}
.grid_team figure img {
    position: relative;
    display: block;
    min-height: 1px;
    ;
    max-width: 100%;
}
.grid_team figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid_team figure figcaption::before,
.grid_team figure figcaption::after {
    pointer-events: none;
}
.grid_team figure figcaption,
.grid_team figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid_team figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid_team figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid_team figure h2 span {
    font-weight: 800;
}
.grid_team figure h2,
.grid_team figure p {
    margin: 0;
}
.grid_team figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
.grid_team figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}
.grid_team figure.effect-lily figcaption {
    text-align: left;
}
.grid_team figure.effect-lily figcaption > .hover_tran {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: url('../images/shadow.png');
    background-size: contain;

}
.grid_team figure.effect-lily .hover_tran h2,
.grid_team figure.effect-lily .hover_tran p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.grid_team figure.effect-lily .hover_tran h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-family: 'proxima_nova_rgregular';
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
    font-weight: bold;
    word-spacing: 2px;
}
.grid_team figure.effect-lily p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    font-family: 'proxima_nova_rgregular';
    margin-bottom: 15px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
    font-weight: bold;
}
.grid_team figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}
/* .grid_team figure.effect-lily:hover img, */

.grid_team figure.effect-lily:hover .hover_tran h2,
.grid_team figure.effect-lily:hover .hover_tran p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.grid_team figure.effect-lily:hover .hover_tran p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
/*.grid_team figure.effect-lily{max-width: 286px;}*/

.grid_team figure.effect-lily img {
    width: 100%;
}
.team_list {
    padding: 20px 0;
}
.team_list .col-md-3.grid_team {
    padding: 0 5px;
}
.team_list .row {
    margin: 0 -5px;
}
.grid_team {
    margin-bottom: 20px;
}
.load_more {
    padding: 15px 0;
}
.load_more a {
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgregular';
    border: 1px solid #0095a9;
    padding: 10px;
    color: #0095a9;
    max-width: 400px;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 25px;
}
.load_more a:after {
    position: absolute;
    font-family: 'FontAwesome';
    color: #0095a9;
    top: 8px;
    right: 20px;
    content: "\f078";
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
}
/* Team Page End */
/* Single Team Page  Start */

.single_team_start {
    background-color: #fff;
    padding: 40px 30px;
}
.pl40 {
    padding-left: 40px;
}
.default_pages .ban_sec.pl40 {
    padding: 0 30px;
}
.single_team_start h1,
.single_team_start h2,
.single_team_start h3,
.single_team_start h4,
.single_team_start h5,
.single_team_start h6 {
    font-family: 'proxima_novasemibold';
    color: #0096a9;
    margin-bottom: 15px;
}
.single_team_start h1,
.contact_temp_page h1 {
    font-size: 25px;
    line-height: 30px;
}
.single_team_start h2,
.contact_temp_page h2 {
    font-size: 21px;
    line-height: 25px;
}
.single_team_start h3,
.contact_temp_page h3 {
    font-size: 19px;
    line-height: 22px;
}
.single_team_start h4,
.contact_temp_page h4 {
    font-size: 17px;
    line-height: 22px;
}
.single_team_start h5,
.contact_temp_page h5 {
    font-size: 16px;
    line-height: 21px;
}
.single_team_start p,
.contact_temp_page p {
    font-size: 14px;
    line-height: 20px;
    color: #0d2638;
    font-family: 'proxima_novalight';
    margin-bottom: 10px;
}
.team_desc h3 span {
    font-size: 15px;
    line-height: 25px;
    font-family: 'proxima_novalight';
    padding-left: 6px;
}
.designation {
    font-size: 17px;
    line-height: 25px;
    color: #0d2638;
    font-family: 'proxima_novasemibold';
    margin-bottom: 15px;
}
.team_desc h3 {
    margin-bottom: 0;
}
.profile_img {
    margin-bottom: 30px;
}
.list_row {
    margin-bottom: 16px;
    font-family: 'proxima_novasemibold';
    font-size: 15px;
    color: #0d2638;
}
.list_row a {
    padding-left: 15px;
}
.list_row a {
    color: #0d2638;
}
.list_row a:first-child {
    padding-left: 0;
}
.list_row .fa {
    font-size: 20px;
    width: 31px;
    height: 31px;
    border: 1px solid #0096a9;
    text-align: center;
    color: #0096a9;
    padding: 4px;
}
/* Single Team Page  End */
/* sidebar css */

.side_row_box {
    max-width: 270px;
    margin: auto;
    margin-bottom: 50px;
}
.side_row_box h3 {
    color: #0d2638;
    font-size: 19px;
    line-height: 15px;
    font-family: 'proxima_novasemibold';
    text-transform: uppercase;
}
.max-390 {
    max-width: 390px;
}
.con_sidebar_right_con h6 {
    margin-bottom: 4px;
    font-family: 'proxima_novasemibold';
    font-size: 14px;
    line-height: 16px;
    max-width: 102px;
}
.con_sidebar_right_con h6 a {
    color: #0096a9;
}
.f_right {
    float: right;
}
.side_bar_img_box {
    float: left;
    max-width: 126px;
}
.side_bar_img_box img {
    width: 100%;
}
.con_sidebar_right_con {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.con_sidebar {
    position: relative;
    margin-bottom: 50px;
}
p.email_contact_sidebar {
    margin-bottom: 0;
    border: 1px solid #0095a9;
    padding: 7px 10px;
    color: #0095a9;
}
.email_contact_sidebar .fa {
    font-size: 24px;
    line-height: 16px;
}
hr.new_hr {
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #949393;
}
.con_sidebar_right_con p {
    font-family: 'proxima_novasemibold';
}
.email_contact_sidebar span {
    margin-left: 6px;
    letter-spacing: 2px;
    font-family: 'proxima_novasemibold';
    text-transform: uppercase;
}
.side_bar .view_more {
    text-align: center;
    background: #0d2537;
    padding: 10px;
    letter-spacing: 3px;
    max-width: 100%;
    font-family: 'proxima_novasemibold';
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.side_bar .view_more a {} .team_list .col-md-3.grid_team:nth-child(4n+1) {
    clear: both;
}
.team_related_service .menu-related-services-container ul {
    padding-left: 0;
}
.team_related_service .menu-related-services-container ul li {
    list-style: none;
}
.team_related_service .menu-related-services-container ul li a {
    font-family: 'proxima_novasemibold';
    font-size: 12px;
    line-height: 15px;
    color: #0096a9;
}
.page_bann_img {
    position: relative;
}
.abv_page_logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
.load_gif {
    background: url('../images/ajax-loader.gif') no-repeat;
    height: 32px;
    width: 32px;
    display: none;
    margin: auto;
}
.no_prop_disp {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'proxima_nova_rgregular';
    border: 1px solid #0095a9;
    padding: 10px;
    color: #0095a9;
    max-width: 400px;
    display: block;
    margin: auto;
    line-height: 25px;
    text-align: center;
}
/* Service Page */

.inner_content_service {
    padding: 45px 0;
}
.inner_content_service h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'proxima_novasemibold';
}
.inner_content_service p,.inner_content_service ul {
    font-size: 14px;
    line-height: 20px;
    color: #0d2638;
    font-family: 'proxima_nova_rgregular';
}
.inner_content_service ul li{
    margin-bottom: 10px;
}
/* Service Page Accordian */

.ans.current_li {
    display: block;
}
.faq-head {
    max-width: 800px;
}
.faq-start-wraper h3 {
    font-size: 18px;
    line-height: 49px;
    color: #000000;
    font-family: 'proxima_novasemibold';
}
.comm_sec p {
    padding-top: 38px;
}
.question_div {
    margin-bottom: 45px;
}
.ques_sec {
    margin-bottom: 20px;
}
.ques_ques {
    display: block;
}
.ques {
    padding: 12px;
    background: #e6e9eb;
    position: relative;
}
.ques_sec .ques .ques_q {
    font-family: 'proxima_novasemibold';
    font-size: 19px;
    line-height: 31px;
    color: #333333;
    margin-right: 10px;
    float: left;
    width: 20px;
    display: block;
    margin-top: 4px;
    font-weight: 300;
}
.ques_sec .current_li .ques_q {
    color: #fff;
}
.ques_sec .ques .ques_ques {
    font-family: 'proxima_novasemibold';
    font-size: 15px;
    line-height: 16px;
    color: #0d2638;
    display: block;
    cursor: pointer;
}
.ques_sec .ans .ans_a {
    font-family: 'proxima_nova_rgregular';
    font-size: 20.83px;
    line-height: 20px;
    color: #382a55;
    margin-right: 10px;
    float: left;
    width: 20px;
    display: block;
}
.ques_sec .ans .ans_ans {
    font-family: 'proxima_nova_rgregular';
    font-size: 14px;
    line-height: 20px;
    color: #0d2638;
    display: block;
    position: relative;
}
.ans {
    display: none;
}
.ans {
    margin-top: 10px;
}
.ans {
    margin-top: 0;
    background-color: #f9f9f9;
    padding: 25px 30px 15px 30px;
    color: #0d2638;
}
.ques_sec .ans .ans_ans ul li:last-child , .ques_sec .ans .ans_ans ul {
    margin-bottom: 0;
}

.ans_ans span {
    margin-bottom: 20px;
    display: inline-block;
}
.ans_ans ul {} .ans_ans ul li {
    margin-bottom: 15px;
}
.ques_ques:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: #0095a9;
    top: 10px;
    right: 10px;
    content: "\f054";
    font-size: 20px;
    line-height: 20px;
}
.ques.current_li .ques_ques:before {
    content: "\f078" !important;
}
/* page .php styling */

.page_featured {
    margin: 0 20px 20px 0;
    float: left;
    max-width: 500px;
}
.page_featured img {
    max-width: 100%;
    width: auto;
}
.page_start {
    padding: 25px 0;
}
h1.page-title {
    color: #0095a9;
    font-size: 60px;
    line-height: 80px;
}
.not-found {
    text-align: center;
}
.page-content p {
    font-family: 'proxima_nova_rgregular';
    font-size: 20px;
    line-height: 30px;
}
.page404-header,
.page-content {
    margin-bottom: 30px;
    margin-top: 30px;
}
.no_content_fount {
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'proxima_novasemibold';
    color: #008A9F;
    text-align: center;
    line-height: 45px;
    height: 200px;
}
.wrap_content.bg_white.min_hight285 {
    padding: 37px !important;
}
.sleft {
    padding-right: 40px;
}
.sleft:hover{
    color: #0095a9;
}
.sleft::before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #bdbcbc;
    top: 6px;
    width: 375px;
    right: 100%;
    margin-right: 10px;
}
/* contact page start */

.details_cont {
    margin-bottom: 55px;
    width: 42%;
    float: left;
    margin-right: 3%;
}
.map_area {
    width: 55%;
    float: left;
    margin-bottom: 55px
}
.contact_temp_page {
    background-color: #fff;
    padding: 40px 30px 80px;
}
.details_cont h2 {
    color: #0095a9;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
}
.details_cont span {
    color: #0d2638;
}
.details_cont p {
    margin-bottom: 5px;
}
.add {
    font-family: 'proxima_novalight';
}
.add span {
    color: #0d2638;
}
.add span a {
    color: #0d2638;
}
.add span a:hover {
    color: #0095a9;
}
/* contact form */

.contact_temp_page .contact_form_start {
    font-family: 'proxima_novalight';
}
.contact_temp_page .contact_form_start span.wpcf7-form-control-wrap {
    position: relative;
    width: 75%;
    float: left;
}
.contact_temp_page .contact_form_start br {
    display: none;
}
.contact_temp_page .contact_form_start label {
    float: left;
    width: 25%;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding-top: 5px;
}
.contact_temp_page .contact_form_start input[type='text'],
.contact_temp_page .contact_form_start input[type='email'] {
    width: 100%;
    padding: 0 10px;
}
.contact_temp_page .contact_form_start select {
    width: 100%;
    padding: 3px;
    border: 1px solid rgb(238, 238, 238);
}
.contact_temp_page .contact_form_start input[type='tel'] {
    width: 100%;
    padding: 0 10px;
}
.contact_temp_page .contact_form_start span.wpcf7-form-control-wrap.your-message {
    width: 100%;
}
.contact_temp_page .contact_form_start .form_feild.text_area {
    width: 100%;
    margin-bottom: 0;
}
.contact_temp_page .contact_form_start .form_feild {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 15px;
    padding: 8px;
}
.c_form span.wpcf7-not-valid-tip{    font-size: 14px; line-height: 18px;}
.form_feild:after,
.form_feild:before {
    content: '';
    display: table;
}
.form_feild:after {
    clear: both;
}
.contact_form_start input {
    border: 1px solid rgb(238, 238, 238);
}
.contact_temp_page .contact_form_start form:after,
.contact_temp_page .contact_form_start form:before {
    content: '';
    display: table;
}
.contact_temp_page .contact_form_start form:after {
    clear: both;
}
.contact_temp_page .contact_form_start .form_feild:nth-child(2n) {
    margin-left: 0px;
}
.contact_temp_page .contact_form_start textarea {
    width: 100%;
    height: 170px;
    padding: 10px;
    border: 1px solid rgb(238, 238, 238);
}
.contact_form_btn {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 8px;
    box-sizing: border-box;
}
.c_form div.wpcf7-response-output {
    margin: 0px 0 0 0;
    padding: 0 8px;
    text-align: center;

}
.contact_temp_page .contact_form_start .contact_form_btn input[type='submit'] {
    color: #fff;
    font-family: 'proxima_novalight';
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    padding: 6px 26px;
    text-transform: uppercase;
    background-color: #0095a9;
    border: none;
}
.contact_temp_page .contact_form_start .wpcf7-validation-errors {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    color: red;
    text-align: center;
    margin-top: 15px;
}
.contact_form_start h2 {
    color: #0095a9;
    font-size: 21px;
    line-height: 30px;
}
.c_form {
    margin-top: 30px;
}
.map_area .gmnoprint .gm-style-mtc {
    display: none;
}
a[href^="http://maps.google.com/maps"] {
    display: none !important
}
a[href^="https://maps.google.com/maps"] {
    display: none !important
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}
/*.gmnoprint div {   background:none !important; }*/

.form_feild.text_area label {
    width: 100%;
}

@keyframes typewriter{
    from{width: 0;}
    to{width: 24em;}
}
@keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
}
.anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
}
.single_team_start .col-md-9{width:70%;}
.w50{width: 50%;float: left;}

.testimonial_wrap{

    position: relative;
    overflow: hidden;
    max-height: 285px;
}
a.testimonils_grid:hover .hover_tran h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: -10px;
}

.testi_left_sec{
    width: 200px;
    float: left;    padding: 30px;

}
.testi_right_sec{
    padding-left: 200px;
}


.testimonial_wrap .hover_tran{
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 100%;
    z-index: 2;
    max-width: 200px;
}
.testimonial_wrap .hover_tran h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-family: 'proxima_nova_rgregular';
    color: #fff;
    font-size: 22px;
    line-height: 26px;

    padding-left: 15px;
    border-left: 1px solid #fff;
    margin-bottom: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    word-spacing: -0.15em;
    font-weight: 300;
    padding-bottom: 60px;
}
.testimonial_contents {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.bottom_details{
    position: absolute;right:  30px;bottom: 26px;
}
.bottom_details h2{
    font-size: 13px;line-height: 12px;color: #0096a9;margin-bottom: 2px;
}
.bottom_details h3{
    font-size: 13px;line-height: 12px;color: #0096a9;font-weight: 300;    font-family: 'proxima_novalight';margin-bottom: 0;
}
.testimonial_contents p {
    font-size: 16px;
    color: #0d2537;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    width: 100%;



}
span.pipelinehere {
    font-size: 18px;
    line-height: 13px;
    width: 20px;

    color: #0d2537;
}

.item_row {
    height: 285px;
    padding: 30px 30px 30px 0px;
    position: relative;
}
/* new home page section */

/*  media query */

@media (min-width: 1250px) {
    .container {
        width: 1210px;
    }
    .single_team_start .col-md-5 {
        width: 35%;
    }
    .single_team_start .col-md-4 {
        width: 35%;
    }
    .single_team_start .col-md-3 {
        width: 30%;
    }
    .bgwhite {
        background: #fff;
        padding: 40px
    }
    .corporate_page .col-md-3 {
        width: 30%;
    }
    .corporate_page .col-md-9 {
        width: 70%;
    }
}
@media (min-width: 1199px) and (max-width: 1299px) {
    .aftr_banner_con {
        padding: 24px 90px;
    }
}
@media (max-width: 1199px) {
    #proMenu #menu > ul > li > a {
        margin: 0px 8px;
        line-height: 14px;
        font-size: 16px;
    }
    .item_row{
        height: 276px;

    }
    .aftr_banner_con {
        paddingview_more: 24px 70px;
    }
    .aftr_banner_con p {
        font-size: 20px;
        line-height: 30px;
    }
    .side_bar_img_box {
        max-width: 100px;
    }
    .side_row_box h3 {
        font-size: 14px;
    }
    .padding40 {
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .p40 {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .single_team_start h3 {
        font-size: 14px;
    }
    .single_team_start h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .max-390 {
        max-width: 100%;
    }
    .single_team_start {
        padding: 20px;
    }
    .pl40 {
        padding-left: 20px;
    }
    .grid_team figure.effect-lily .hover_tran h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .grid_team figure.effect-lily figcaption > .hover_tran {
        left: 15px;
    }
    .home_section4 ul li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .aftr_banner_con {
        padding: 24px 50px;
    }
    .aftr_banner_con p {
        font-size: 20px;
        line-height: 30px;
    }
    .home_section4 p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    .home_section4 ul li a {
        font-size: 13px;
        line-height: 18px;
    }
    .min_hight285 {
        min-height: 276px;
    }
    .single_team_start .col-md-5 {
        width: 35%;
    }
    .single_team_start .col-md-4 {
        width: 35%;
    }
    .single_team_start .col-md-3 {
        width: 30%;
    }
    .corporate_page .col-md-3 {
        width: 30%;
    }
    .corporate_page .col-md-9 {
        width: 70%;
    }
    .home_section4 figure.effect-lily .hover_tran h2 {
        font-size: 20px;
    }
    .testimonial_wrap .hover_tran h2{
        font-size: 20px;    padding-bottom: 58px;
    }
    .bottom_details{
        bottom: 25px;
    }
}
@media (max-width: 991px) {
    #proMenu #menu > ul > li > a {
        margin: 0px 6px;
        font-size: 12px;
    }
    .aftr_banner_con {
        padding: 24px 30px;
    }
    .aftr_banner_con p {
        font-size: 17px;
        line-height: 26px;
    }
    .grid figure {
        float: none;
        margin: auto;
        display: block;
    }
    .grid_team figure.effect-lily h2 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .grid_team figure.effect-lily p {
        font-size: 15px;
        line-height: 20px;
        padding-left: 10px;
    }
    .list_row {
        font-size: 13px;
    }
    .list_row .fa {
        font-size: 16px;
        width: 25px;
        height: 25px;
        padding: 4px;
        line-height: 14px;
    }

    .padding40 {
        padding: 30px 15px 0 40px;
    }
    .profile_img {
        max-width: 250px;
        float: left;
    }
    .team_desc {
        float: left;

    }
    .clear1 {
        clear: both;
    }
    .team_list .col-md-3.grid_team:nth-child(4n+1) {
        clear: none;
    }
    .team_list .col-md-3.grid_team:nth-child(3n+1) {
        clear: both;
    }
    #proMenu #menu {
        padding-top: 39px;
    }
    .contact_temp_page .col-sm-12 {
        margin-bottom: 25px;
    }
    .single_team_start .col-md-9{width:66%;}
    .my_col9 .col-sm-6{}
    .home_section4 ul li {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }

}
@media screen and (max-width: 800px) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
    .grid_team .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid_team .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
@media (min-width: 767px) {
	.home_header:after {
		content: ""; 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 130%;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
		background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
		z-index: -1;
	}
}

@media (max-width: 767px) {
    .single_team_start .col-md-9 .profile_img{
        max-width: 100%;
    }

    p.push_here {
        min-height: 100px;
    }
    .testimonial_contents p{
        font-size: 15px;line-height: 20px;
    }
    .testimonial_wrap{
        max-width: 400px;
        max-height: 100%;
        margin: auto;

    }
    .testimonial_wrap .hover_tran h2{

    }
    .testi_right_sec {
        padding-left: 0;    text-align: left;
    }
    .testi_left_sec{
        float: none;    padding: 0;
    }
    .testi_left_sec img {
        display: none;
    }
    .item_row{
        padding: 20px;
        min-height: 276px;
        height: auto;
    }
    .bottom_details{
        bottom: 25px;
    }
    .bottom_details {
        bottom: 0;
        margin: 18px 0;
        position: relative;
        right: 0;
    }
    a.mobileMenu_close {
        position: absolute;
        Z-INDEX: 99;
        font-size: 20px;
        color: #fff;
        line-height: 20px;
        right: 15px;
        top: 10px;
        height: 25px;
        width: 25px;
        text-align: center;
        padding: 4px;
    }
    #menu ul li {
        float: none;
        padding: 0;
    }
    .menu ul li a {
        color: #fff;
    }
    #proMenu {
        display: none;
    }
    .mm-panel {
        background: #0095a9 !important;
    }
    .mb20 .mobileMenu_open .fa {
        font-size: 30px;
        line-height: 25px;
        width: 30px;
        height: 26px;
    }
    .aftr_banner_con br {
        display: none;
    }
    .logo {
        display: block;
        text-align: center;
        margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 180px;
    }
	.hp-logo, .sub-logo {
		display: none;
	}
	.mob-logo {
		display: block;
	}
	.nav-wrapper {
		margin-top: -65px;
	}
    a.mobileMenu_open {
        display: block;
        color: #0095a9;
    }
    .mb80 {
        width: 80%;
        float: left;
        margin-top: 5px;
    }
    .mb20 {
        width: 20%;
        float: left;
        margin-top: 11px;
    }
    #mobileMenu #menu > ul > li > a,
    #mobileMenu .mm-list > li > a,
    .mm-list > li > span {
        line-height: 22pxpx;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-family: 'proxima_novalight';
    }
    .col-md-3.col-sm-4.col-xs-6.grid_team:nth-child(2n+1) {
        clear: both;
    }
    .home_header {
        position: relative;
    }
    .banner_img {
        display: none;
    }
    .section3 {
        margin-top: 0;
    }
    .home_section4 .inner_content_start .col-xs-12 {
        max-width: 100%;
        margin: auto;
        float: none;
        margin-bottom: 20px;
    }
    .grid figure {
        max-width: 400px;
        height: auto;
        max-height: 219px;
    }
    .home_section4 .grid {
        text-align: center;
    }
    .wrap_content {
        padding: 50px;
    }
    .home_section4 .inner_content_start .col-md-3:first-child div.bg_white {
        margin-right: 0px;
        margin-bottom: -20px;
        padding-right: 50px;
    }
    .min_hight285 {
        min-height: 235px !important;
    }
    .min_hight285 .wrap_content {
        padding-bottom: 10px;
        padding-top: 20px !important;
    }
    .home_section4 .inner_content_start .col-sm-12:nth-child(2n+1) {
        clear: both;
    }
    .home_section4 .inner_content_start .row:nth-child(2n+1) {} .home_section4 .inner_content_start .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
    .f_logo {
        text-align: center;
        margin-bottom: 20px;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
    }
    .footer .icons {
        text-align: center;
        float: left;
        display: block;
        width: 100%;
    }
    .f_left_con {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    .bottom_footer {
        margin-top: 25px;
        padding-top: 25px;
    }
    .bottom_footer p br {
        display: none;
    }
    .footer {
        padding: 25px 0;
    }
    .grid_team figure {
        max-width: 280px;
        margin: auto;
        float: none;
        height: auto;
    }
    .con_sidebar_right_con {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        float: left;
        margin-top: 15px;
    }
    .email_contact_sidebar {
        display: inline-block;
    }
    .side_bar .view_more {
        padding: 5px;
        letter-spacing: 1px;
        max-width: 100%;
    }
    .con_sidebar_right_con h6 {
        max-width: 100%;
    }
    .team_list .col-md-3.grid_team:nth-child(4n+1) {
        clear: none;
    }
    .team_list .col-md-3.grid_team:nth-child(3n+1) {
        clear: none;
    }
    .team_list .col-md-3.grid_team:nth-child(2n+1) {
        clear: both;
    }
    .home_slider .banner_btn_new {
        padding: 10px 25px;
        margin-top: 25px;
        width: 132px
    }
    .grid_team figure img {
        min-height: 1px;
    }
    .icons,
    .mobile_slider {
        display: block;
    }
    .home_slider {
        display: none;
    }
    .p0{padding: 0 15px;}
}
@media (max-width: 599px) {
    .aftr_banner_con {
        padding: 15px 10px;
        text-align: center;
    }
    .aftr_banner_con p {
        font-size: 16px;
        line-height: 24px;
    }
    .wrap_content {
        padding: 40px;
    }
    .single_team_start .col-xs-8 {
        width: 100%;
    }
    .single_team_start .col-xs-4 {
        width: 100%;
        margin-top: 20px;
    }
    .side_bar_img_box {
        max-width: 100%;
    }
    .f_right {
        float: left;
    }
    .side_bar_img_box {
        max-width: 146px;
        float: none;
        margin: auto;
    }
    .side_bar {
        max-width: 500px;
        margin: auto;
        float: none;
        text-align: center;
    }
    .profile_img {
        max-width: 190px;
        ;
    }
    .home_slider .banner_btn_new {
        padding: 10px 25px;
        margin-top: 25px;
        width: 100px;
    }
    .details_cont {
        width: 100%;
    }
    .map_area {
        width: 100%;
        margin-bottom: 25px;
    }
    .contact_temp_page .contact_form_start .form_feild {
        width: 100%;
        margin-left: 0;
    }
    .col-md-9.col-sm-9.col-xs-9.my_col9 {
        width: 100%;

    }
    .single_team_start .col-md-9 .profile_img {

        text-align: center;
        float: none;
    }
    .w50 {
        width: 100%;
        float: none;
    }
    .home_section4 .upper_div_link {
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        padding-top: 10px;
    }
}
@media (max-width: 479px) {
    .aftr_banner_con p {
        font-size: 15px;
        line-height: 22px;
    }
    .wrap_content {
        padding: 30px;
    }
    .footer .col-md-6.t-right span a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        border: none;
    }
    .footer .col-xs-6 {
        width: 100%;
        margin-bottom: 25px;
    }
    .team_list .col-xs-6 {
        width: 100%;
    }
    .bottom_footer p {
        margin-bottom: 20px;
    }
    .profile_img {
        max-width: 250px;
        margin: auto;
        float: none;
    }
    .team_desc {

        padding-top: 15px;
    }
    .home_slider .banner_btn_new {
        padding: 10px 25px;
        margin-top: 25px;
        width: 80px;
    }
    .min_hight285 .wrap_content {
        padding-bottom: 1px !important;
    }
}
@media (max-width: 380px) {
    .wrap_content {
        padding: 20px;
    }

}
@media (max-width: 370px) {
    .bottom_details {
        bottom: 0;
        position: relative;
        right: 0;
        padding: 20px 0 30px;
    }
    .item_row{height: auto;}

}
@media(min-width: 990px) and (max-width: 1200px){
    .wrap_content.bg_white.min_hight285 {
        padding: 22px !important;
    }
    .sleft::before{
        width: 278px;
    }
}
@media(min-width: 784px) and (max-width: 990px){
    .sleft::before{
        width: 510px;
    }
}
@media(max-width: 784px){
    .sleft::before{
        display: none;
    }
}
@media (min-width: 600px) and (max-width: 767px){
    .sleft{
        padding-right: 0px;
    }
    .home_section4 .upper_div_link{
        right: 40px;
    }
}
@media (max-width: 600px){
    .sleft{
        padding-right: 0px;
    }
}