@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {

    font-family: 'Helvetica Neue LT Std 45 Light';

    font-style: normal;

    font-weight: normal;

    src: url('font/HelveticaNeueLTStd Lt.woff') format('woff');

}

@font-face {

    font-family: 'Helvetica Neue Bold';

    font-style: normal;

    font-weight: normal;

    src: url('font/HelveticaNeueBold.woff') format('woff');

}

@font-face {

    font-family: 'Helvetica 65 Medium';

    font-style: normal;

    font-weight: normal;

    src: url('font/HelveticaNeue-Medium.woff') format('woff');

}

@font-face {

    font-family: 'Helvetica 45 Light';

    font-style: normal;

    font-weight: normal;

    src: url('font/HelveticaNeue-Light.woff') format('woff');

}

@font-face {

    font-family: 'Acid Medium';

    font-style: normal;

    font-weight: normal;

    src: url('font/acid_medium.woff') format('woff');

}

@font-face {

    font-family: 'Acid';

    font-style: normal;

    font-weight: normal;

    src: url('font/acid.woff') format('woff');

}

@font-face {

    font-family: 'Acid Bold Italic';

    font-style: normal;

    font-weight: normal;

    src: url('font/acid_bold_italic.woff') format('woff');

}

@font-face {

    font-family: 'Acid Bold';

    font-style: normal;

    font-weight: normal;

    src: url('font/acid_bold.woff') format('woff');

}

@font-face {

    font-family: 'Acid Italic';

    font-style: normal;

    font-weight: normal;

    src: url('font/acid_italic.woff') format('woff');

}

@font-face {

    font-family: 'Acid Medium Italic';

    font-style: normal;

    font-weight: normal;

    src: url('font/acid_medium_italic.woff') format('woff');

}

@font-face {

    font-family: 'SignericaFat-Regular';

    src: url('font/SignericaFat_gdi.eot');

    src: url('font/SignericaFat_gdi.eot?#iefix') format('embedded-opentype'),

    url('font/SignericaFat_gdi.woff') format('woff'),

    url('font/SignericaFat_gdi.ttf') format('truetype'),

    url('font/SignericaFat_gdi.svg#SignericaFat-Regular') format('svg');

    font-weight: 400;

    font-style: normal;

    font-stretch: normal;

    unicode-range: U+0020-2212;

}

@font-face {

    font-family: 'DejaVu Sans';

    font-style: normal;

    font-weight: normal;

    src: url('font/DejaVuSans.woff') format('woff');

}

@font-face {

    font-family: 'DejaVu Sans Bold';

    font-style: normal;

    font-weight: normal;

    src: url('font/DejaVuSans-Bold.woff') format('woff');

}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    color: #333;
    font-size: 15px;
}

p {
    text-align: justify;
}

.site-header,
.site-footer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-header {
    border-bottom: 1px solid #bfbfbf;
}

.main {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.main_inner {
    float: left;
    width: 100%;
}

.logo {
    margin: 17px 0;
    float: left;
    width: auto;
}

.logo img {
    width: 80%;
    vertical-align: bottom;
}

.navbar {
    float: right;
    width: 70%;
    margin: 8px 0;
}

.main-navigation {
    text-align: right;
}

.main-navigation li {
    float: none;
    display: inline-block;
}

.main-navigation li a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding: 12px 24px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.main-navigation li a:hover {
    color: #3f3e61;
}

.slideshow {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

.slideshow_overlay {
    position: absolute;
    left: 50%;
    top: 30%;
    max-width: 500px;
    margin-left: -250px;
    width: 100%;
    z-index: 99;
    color: #000;
}

.slideshow_overlay_heading {
    font-size: 40px;
    margin: 0;
    opacity: 0;
}

.slideshow_overlay_content {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin: 0 0 15px;
    opacity: 0;
}

.slideshow_overlay_tagline {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 30px;
    opacity: 0;
}

.slideshow_overlay_signature {
    font-family: 'SignericaFat-Regular';
    font-size: 16px;
    line-height: 1;
    opacity: 0;
}

.slideshow_overlay_designation {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    opacity: 0;
}

.about_section {
    float: left;
    width: 100%;
    padding: 30px 15px;
}

.about_left {
    float: left;
    width: 40%;
    margin-right: 6%;
}

.about_left_inner {
    border-top: 2px solid #2c2b3f;
    width: 100%;
    max-width: 313px;
    float: left;
}

.about_right {
    float: left;
    width: 54%;
}

.section_number {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    padding: 16px 0 0;
}

.section_title {
    color: #2c2b3f;

    font-size: 20px;
}

.section_title em {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 48px;
    margin: 6px 0;
}

.service_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.service_single {
    float: left;
    list-style: none;
    width: 33.33%;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    color: #000;
}

.service_single a {
    text-decoration: none;
    color: #d7d7d7;
    float: left;
    width: 100%;
    padding: 60px 60px 0;
}

.service_single:nth-child(3n) {
    border-right: none;
}

.service_title {
    font-size: 40px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: normal;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.service_tagline {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.service_single:hover {
    color: #000;
    cursor: pointer;
}

.service_single:hover a {
    color: #000;
}

.sub_service_section {
    float: left;
    width: 100%;
    padding: 30px 15px 0;
    border-bottom: 8px solid #fff;
    background: #efeeec;
}

.sub_service_left {
    float: left;
    width: 40%;
    margin-right: 6%;
}

.sub_service_left_inner {
    border-top: 2px solid #2c2b3f;
    width: 100%;
    max-width: 313px;
    56 float: left;
}

.sub_service_right {
    float: left;
    width: 54%;
    background: #fff;
    padding: 20px;
    min-height: 400px;
}

.sub_service_title {
    color: #2c2b3f;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
}

.service_menu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: #efeeec;
    border-bottom: 1px solid #bfbfbf;
}

.service_menu ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.service_menu ul li {
    display: inline-block;
    padding: 0 22px;
}

.service_menu ul li a {
    text-decoration: none;
    position: relative;
    color: #000;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 24px;
    padding: 8px 20px;
}

.service_menu ul li.current-menu-item a:before {
    display: none;
    width: 2px;
    height: 60px;
    background: #2c2b3f;
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
}

.contact_slideshow {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    height: 450px;
}

.contactslideshow_overlay {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    z-index: 99;
    color: #000;
}

.overlay_inner {
    margin: 0 auto;
    max-width: 1200px;
}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-form span {
    display: block;
}

.wpcf7-form input[type=text],
.wpcf7-form textarea {
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
    float: left;
}

.wpcf7-form input[type=text] {
    border-bottom: 1px solid #bfbfbf;
}

.wpcf7-form textarea {
    height: 95px;
}

.wpcf7-form p.email_field {
    width: 100%;
    float: left;
    position: relative;
}

.wpcf7-form span.btn_field {
    position: absolute;
    right: 0;
    top: 0;
}

.wpcf7-form input[type=email] {
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
    float: left;
    background: #f4f7f7;
}

input[type=submit].wpcf7-submit {
    float: right;
    background: #dbe6e5;
    color: #000;
    font-family: "Abel", sans-serif;
    border-radius: 0;
    text-shadow: none;
    border: none;
    font-size: 18px;
    padding: 3px 30px;
}

input[type=submit].wpcf7-submit:hover,
input[type=submit].wpcf7-submit:focus {
    background: #dbe6e5;
    box-shadow: none;
}

div.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

span.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

.carrer_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
}

.carrer_left {
    float: left;
    width: 50%;
}

.carrer_right {
    float: left;
    width: 50%;
    padding: 100px 20px 0 10%;
}

.carrer_left .entry-title {
    display: none;
}

.carrer_left .entry-content {
    margin: 0;
	text-align: justify;
}

.carrer_left {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.carrer_left h2 {}

.carrer_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carrer_left ul li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.social {
    float: left;
    margin: 15px 0;
}

.site-footer {
    background: #efeeec;
}

.site-footer .widget {
    width: 50%;
    padding: 30px 6% 30px 0;
    float: left;
    margin: 0;
}

.site-footer .widget .widget-title {

    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
}

#text-3 .widget-title {
    padding: 0 0 0 55px;
    text-indent: -9999px;
}

#text-3 .widget-title:before {
    content: '';
    background: url(images/two.png) no-repeat;
    width: 62px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 60%;
}

#text-5 .widget-title:before {
    content: '';
    background: url(images/two.png) no-repeat;
    width: 62px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 60%;
}

#text-5 .widget-title {
    padding: 0 0 0 55px;
}

.carrer_left strong {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.copyright {
    padding: 89px 0 0;
}

#text-3 {
    padding-left: 11%;
}
#custom_html-3 {
    padding-left: 11%;
}

.site-footer div.wpcf7 {
    margin: 0 0 40px;
    float: left;
    width: 100%;
}

.site-footer ul.cnss-social-icon {
    text-align: left !important;
}

#text-3 strong,
#text-5 strong {
    min-width: 100px;
    display: inline-block;
}

.about_right ul.featured_on {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 0 -1%;
    padding: 0;
    max-width: 700px;
}

.about_right ul.featured_on li {
    float: left;
    width: 30%;
    margin: 1%;
}

.about_right ul.featured_on li img {
    max-width: 100%;
    opacity: 0.1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.about_right ul.featured_on li:hover img {
    opacity: 1;
}

.about_right ul.team {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 0 -1%;
    padding: 0;
    max-width: 700px;
}

.about_right ul.team li {
    float: left;
    width: 30%;
    margin: 1%;
    position: relative;
}

.about_right ul.team li img {
    max-width: 100%;
    opacity: 0.2;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.member_name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding: 20px 6px;
    color: #2c2b3f;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.member_name span {
    font-size: 16px;
    display: block;
    width: 100%;
}

.about_right ul.team li:hover img {
    opacity: 1;
}

.about_right ul.team li:hover .member_name {
    color: #fff;
}

.inner_content {
    max-width: 650px;
    margin: 15px 0;
    float: left;
}

@media(min-width:1600px) {
    .slideshow_overlay {
        top: 36%;
    }
}

@media(max-width:1200px) {
    .slideshow_overlay_heading {
        font-size: 36px;
    }
    .slideshow_overlay_content {
        font-size: 18px;
    }
    .slideshow_overlay_signature {
        font-size: 18px;
    }
    .slideshow_overlay_tagline {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .slideshow_overlay_designation {
        font-size: 14px;
    }
    .main-navigation {
        text-align: right;
    }
    .main-navigation li a {
        font-size: 14px;
        padding: 12px 20px;
    }
    .service_title {
        height: 77px;
    }
    .carrer_section {
        padding: 0 15px;
    }
}

@media(max-width:990px) {
    .main-navigation li a {
        padding: 12px 7px;
    }
    .slideshow_overlay {
        top: 20px;
    }
}

@media(max-width:801px) {
    .logo {
        float: none;
        width: 100%;
        max-width: 159px;
        margin: 15px auto;
        display: block;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .navbar {
        display: none;
    }
    .about_left,
    .about_right {
        width: 100%;
    }
    .about_left_inner {
        float: left;
    }
    .slideshow_overlay {
        position: static;
        max-width: inherit;
        padding: 30px;
        margin: 0 auto;
    }
    .slideshow_overlay_content {
        text-align: left;
    }
    .slideshow_overlay_content p {
        text-align: left;
    }
    .service_single {
        width: 50%;
    }
    .site-footer .widget {
        width: 100%;
    }
    .contactslideshow_overlay {
        display: none;
    }
    .carrer_left {
        width: 100%;
    }
    .sub_service_left {
        width: 100%;
    }
    .sub_service_right {
        width: 100%;
    }
    .sub_service_left_inner {
        float: left;
    }
    .carrer_right {
        width: 100%;
    }
    .service_menu {
        display: none;
    }
}

.slideshow .metaslider {
    visibility: hidden;
}

@media(max-width:626px) {
    .service_single {
        width: 100%;
    }
}

.home {
    background-position: right;
    background: url(images/bg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.home footer{
	display : none;
}

@media(max-width:801px) {
    .home {
        background: url(images/bg-mobile.jpg) no-repeat;
    }

}

.site-header {
    background: #fff;
}

.conb_inner {
    float: left;
    width: 100%;
    max-width: 500px;
}

@media(max-width:800px) {
    .site-footer {
        display: none;
    }
}

@media(max-width:801px) {
    .page-template-contact .contact_slideshow {
        height: auto;
    }
    .page-template-contact .carrer_right {
        padding: 0px;
    }
    .page-template-contact .site-footer {
        display: block;
    }
    .page-template-contact .site-footer .widget {
        padding: 0 20px;
    }
    .page-template-contact .copyright {
        padding: 0px;
    }
    #click-menu {
        z-index: 1000 !important;
    }
}

.page-id-110 .entry-title {
    display: none;
}

.page-id-110 .site-footer {
    display: none;
}

.menu-menu-1-container .menu-item-17 a {
    padding-right: 0px;
}

.section {
    margin-bottom: 10px;
}

.section a {
    color: #000;
    text-decoration: none;
}

.single-post .section .about_left_inner a {
    color: #808080
}

.section a:hover {
    color: #d7d7d7;
}

.section ul {
    margin: 0;
    padding: 0;
}

.section li {
    padding-bottom: 10px;
}

.section ul,
.section li {
    list-style: none;
}

.single-post .about_left_inner {
    max-width: none;
}

@media(max-width:601px) {
    .single-post .about_left {
        display: none;
    }

}

.newsleft {
    padding: 5px 10px;
    background-color: rgb(243, 243, 243);
}
.legacy {
	font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
	display: none;
}
.page-template-contact .legacy {
	display: block;
}

@media(min-width:600px) {
	.legacy{margin-bottom:129px;}
}
.page-template-contact #wpcf7-f48-o3 ,.page-template-contact #custom_html-2 .widget-title{
    display: none;
}
