/*
  Theme Name: Martin - Multipurpose Responsive HTML5 Template
  Theme URL: http://themewar.com/html/martin
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: Martin - Multipurpose Responsive HTML5 Template
  Version: 1.0.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1. Fonts
2. Normalization
3. Section setup
4. Margin and padding setup
==========================================================================*/

/*=======================================================================
// Fonts
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
/* @import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,700,400italic,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:600,600italic,700,700italic,800,800italic,900,900italic);
*/
@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/pnova/proximanova_bold-webfont.woff2') format('woff2'),
    url('../fonts/pnova/proximanova_bold-webfont.woff') format('woff');
    font-weight: bold; /* Set to 'bold' because the font is a bold variant */
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/pnova/proximanova_regular-webfont.woff2') format('woff2'),
    url('../fonts/pnova/proximanova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.logo-proxima_novabold {
    letter-spacing: -2px; /* Adjust the letter spacing as needed */
}
/* Normalization */
html,body{
    max-width: 100%;
    color: #2E2E2E;
    font-family: 'proxima_novaregular', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #29c2e1;
    text-decoration: underline;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}
a:hover{
    text-decoration: none;
    color: #f7941d;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
ul,
ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
button{
    border: none;
}
p.lead{
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 1rem;
}
.martin_btn {
    font-size: 0.85rem;
    display: inline-block;
    letter-spacing: 1.1px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 43px;
    padding: 1rem 2.5rem;
    line-height: .8;
    color: #fff;
    background: #f7941d;
    border-radius: 50px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.noRadius{
    border-radius: 0;
}
.btn_blue{
    background: #29c2e1;
}
.btn_black{
    background: #303030;
}
.btn_black:hover{
    border-color: #303030;
}
.btn_dark2{
    background: #000000;
}
.martin_btn.noBG{
    background: rgba(0, 0, 0, 0);
    border: 2px solid #f7941d;
    color: #f7941d;
    padding: 1rem 2.5rem
}
.martin_btn.noBG:hover{
    background: #f7941d;
    color: #fff;

}

.martin_btn span {
    background: #f7941d ;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: 1;
}
.martin_btn:hover span {
    height: 562.5px;
    width: 562.5px;
}
.martin_btn.big:hover span {
    height: 600px;
    width: 1500px;
}
.martin_btn:hover{
    color: #fff;
    text-decoration: none;
}
.martin_btn i{
    position: relative;
    z-index: 2;
    font-style: normal;
}
.martin_btn.hover_white:hover{
    color: #f7941d;
    border: 1px solid #f7941d;
}
.martin_btn.hover_white span{
    background: #fff;
}
.martin_btn.hover_black:hover i{
    color: #fff;
}
.martin_btn.hover_black span{
    background: #333;
}
.btn_sq{
    border-radius: 0;
}
.pageTitle {
    display: flex;
    width: 100%;
    height: 300px;
    position: relative;
    background: url(../images/bg/service.jpg) no-repeat center center / cover;
    padding: 110px 0 0;
}
.pageTitle2 {
    background: rgba(0, 0, 0, 0) url("../images/bg/18.jpg") no-repeat scroll center center / cover ;
    padding: 124px 0 129px;
    position: relative;
    width: 100%;
}
.pageTitle3{
    background: rgba(0, 0, 0, 0) url("../images/bg/19.jpg") no-repeat scroll center center / cover ;
    padding: 124px 0 129px;
    position: relative;
    width: 100%;
}
.pageTitle4{
    background: rgba(0, 0, 0, 0) url("../images/bg/20.jpg") no-repeat scroll center center / cover ;
    padding: 124px 0 129px;
    position: relative;
    width: 100%;
}
.pageTitle5{
    background: rgba(0, 0, 0, 0) url("../images/bg/contact.jpg") no-repeat scroll center right / cover ;
}
.pageTitle6{
    background: rgba(0, 0, 0, 0) url("../images/bg/12.jpg") no-repeat scroll center center / cover ;
    padding: 124px 0 129px;
    position: relative;
    width: 100%;
}
.pageTitle.privacy {
    background-image: url("../images/bg/privacy.jpg");
    background-position-x: right;
}
.pageTitle:after{
    background: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.pageTitle .container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.pageTitle_content{
    width: 100%;
    position: relative;
}
.pageTitle_content h1,
.pageTitle_content h2 {
    position: relative;
    margin: 0 0 10px;
    line-height: .8;
    font-family: 'proxima_novabold', Arial, sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
}
.pageTitle_content h1 span,
.pageTitle_content h2 span {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin-left: -24px;
    padding: 0;
}
.pageTitle_content h1 span:after,
.pageTitle_content h2 span:after {
    height: 77px;
    width: auto;
    background: none;
    content: "\003c";
    position: absolute;
    left: -24px;
    top: 0px;
    bottom: 0;
    margin: auto 0;
    color: #f7941d;
    font-size: 30px;
    font-family: "Lucida Console", Monaco, monospace;
    line-height: 77px;
}
.pageTitle_content h1 span:before,
.pageTitle_content h2 span:before {
    height: 77px;
    width: auto;
    background: none;
    content: "/\003e";
    position: absolute;
    right: -44px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #f7941d;
    font-size: 30px;
    font-family: "Lucida Console", Monaco, monospace;
    line-height: 77px;
}
@media screen and (min-width: 420px) {
    .pageTitle_content h1 span,
    .pageTitle_content h2 span {
        max-width: unset;
    }
}
@media screen and (min-width: 768px) {
  .pageTitle_content h2 span:after {
    height: 86px;
    line-height: 82px;
  }
  .pageTitle_content h2 span:before {
    height: 86px;
    line-height: 82px;
  }
}
.breadCrumb{
    width: 100%;
    position: relative;
    text-align: center;
    background: transparent;
    line-height: .8;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    brackground: transparent;
}
.breadCrumb a{
    color: #FFF;
}
.breadCrumb a:hover{
    color: #f7941d;
}
.breadCrumb a:last-child{
    color: #f7941d;
}
.breadCrumb span {
    padding: 0;
}
.breadCrumb span.bcDivider {
    padding: 0 13px;
}
.comonSection{
    position: relative;
    padding: 2.5rem 0;
    background: #FFF
}
.comonSection.serviceConsulting.services-module {
    margin-top: 2.5rem;
}
.greys{
    background: #edf2f8;
}
.halfImgSec .container, .halfImgSec .container-fluid{
    position: relative;
    z-index: 2;
}
.sectionTitle {
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem;
}
.sectionTitle.marginBottom60{
    margin-bottom: 60px;
}
.sectionTitle h1,
.sectionTitle h2 {
    font-family: 'proxima_novabold', Arial, sans-serif;
    margin: 0 0 1rem;
    font-size: 36px;
    font-weight: 900;
    color: #23282f;
    text-transform: uppercase;
    line-height: 1;
}
.sectionTitle p {
    margin: 0px;
    font-size: 13px;
    color: #333333;
    line-height: .8;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-family: Roboto Slab;
    font-weight: 300;
}
.sectionTitle.white h1,
.sectionTitle.white h2,
.sectionTitle.white h3,
.sectionTitle.white h4,
.sectionTitle.white p {
    color: #fff;
}
.lpH1section .sectionTitle {
    padding: 2.5rem 0;
    margin-bottom: 0;
}
.lpH1section .sectionTitle.grey {
    padding: 2.5rem 0;
    margin-bottom: 0;
}
.lpH1section .sectionTitle p {
    margin-bottom: 1.25rem;
    max-width: 800px;
    margin: 0 auto 1.25rem;
}
.lpH1section .sectionTitle p.lead {
    margin-bottom: 0;
    text-transform: none;
    font-family: inherit;
    line-height: 1.5;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.zindex{
    position: relative;
    z-index: 2;
}
.overlay,
.overlay2,
.overlay3,
.overlay4,
.overlay5{
    position: relative
}
.overlay:after,
.overlay2:after,
.overlay3:after,
.overlay4:after,
.overlay5:after{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.overlay .container,
.overlay2 .container,
.overlay3 .container,
.overlay4 .container,
.overlay4 .container{
    z-index: 4;
    position: relative;
}
.overlay:after{
    background: rgba(24, 24, 24, 0.75);
}
.overlay2::after {
    background: rgba(38, 47, 58, 0.9) none repeat scroll 0 0;
}
.overlay3::after {
    background: rgba(38, 47, 58, 0.93) none repeat scroll 0 0;
}
.overlay4::after {
    background: rgba(38, 47, 58, 0.85) none repeat scroll 0 0;
}
.overlay5::after {
    background: rgba(0, 0, 0, .85) none repeat scroll 0 0;
}
/*=======================================================================
//  Margin and padding setup
=========================================================================*/
.noPadding{
    padding: 0px;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
.noPaddingTop{
    padding-top: 0px !important;
}

.textCentersm {
    display: flex;
    align-items: center;
    float: none;
}

.imageDiv{
    width: 100%;
    position: relative;
}
.imageDiv img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.comonHeading{
    font-size: 36px;
    color: #23282f;
    font-weight: 900;
    font-family: 'proxima_novabold', Arial, sans-serif;
    letter-spacing: 0;
    margin: 0 0 30px;
    text-transform: uppercase;
}
