/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* 00. HUBL VARS  */
/*****************************************/
/*--------- SIZING ----------*/
 


/*--------- NAVBAR COLORS ----------*/

 
 
 
 
 


/*--------- Theme Settings ----------*/

 


 
 
 



          
   



   
   

   
   
   
   




body{
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    font-family:'Ubuntu', sans-serif;
    width:100%;
    background:#ffffff;
    margin:0 auto;
    max-width:100%;
    color:#000000 ;
}

@media (max-width: 768px) {
    .awc #awc-header .logo{
        padding-left: 30px;
    }
    .awc #awc-header .mobile-trigger{
        right: 30px;
    }
    .awc .body-container-wrapper .row-fluid .wrapper{
        padding: 0 30px; 
    }
}

h1 {
    /*font-family:'Yellowtail', cursive;*/
    font-weight: 900;
}

h2 {

    font-weight: 900;
    font-size: 45px;
}

h3,h4,h5,h6{
    font-family:'Ubuntu', sans-serif;
    font-weight: bold;
}

h3 {
    font-size: 30px;
  font-weight: bold;
}

h4 {
font-size: 20px;
}

h5 {
font-size: 18px;
  font-weight: normal;
  font-weight: 400;
}

p {
    font-family:'Ubuntu', sans-serif;
    color:#000000 ;
}


/* Home Section    */
.awc-hero.awc-hero.section-bg{
    background-color: #000;
}
.home-section-1 {
    color:white;
    background-color: #000;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;    
}

.widget-type-cta{
    margin-top:15px;
}


a.cta_button,body .row-fluid form .hs-button{
    font-size: 16px;
    line-height: 18px;
    padding: 22px 56px;
    color:#ffffff;
    background: #6bd1d6;
    font-weight: 600;
    letter-spacing: .3px;
    border: 0;
    cursor: pointer;
    font-family:'Source Sans Pro', sans-serif;
    text-align: center;
    display: inline-block;
    border-radius: 0px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    
}

a.cta_button:hover,body .row-fluid form .hs-button:hover{
    transform: translate(0, -5px);
    box-shadow: 0px 30px 40px rgba(0,0,0,0.1);
}

.v-col-3{
    padding-bottom:30px;
}

.trans-button a.cta_button{
    background:transparent;
    border:1px solid #102034 ;
    padding: 12px 33px;
    color:#102034 ;
    
}

.white-button a.cta_button{
    background:#fff;
    color:#102034 
}

.simple-arrow-cta a.cta_button{
    position:relative;
    padding:0;
    color:#102034 ;
    background:transparent;
    letter-spacing: 0px;
}

.simple-arrow-cta a.cta_button:hover{
    transform: translate(0);
    box-shadow: none;
}

.simple-arrow-cta a.cta_button:before{
    position: absolute;
    top: 0;
    right: -27px;
    content: '\f061';
    font-family: FontAwesome;
}

h1,h2,h3,h4,h5,h6,p,ul,li,a{
    /*text-transform:initial;*/
    /*margin:0;*/
    /*padding:0;*/
    /*text-decoration:none;*/
    /*list-style:none;*/
    margin-bottom:15px;
    
}

ul{
  display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    
}

/*a{
    margin-bottom:0;
}

h1{
    font-size: 52px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing:.9px;
}

h2{
    font-size: 36px;
    line-height: 46px;
    font-weight:400;
    letter-spacing:.6px;
    margin-bottom:10px;
}

h3{
    font-size:22px;
    font-weight:400;   
    line-height:36px;
    letter-spacing:.4px;
}

h4{
    font-size:20px;
    font-weight:400;   
    line-height:28px;
    letter-spacing:.3px;
}

h5{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing:.2px;
    margin-bottom: 8px;
}

h6{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing:.2px;
    margin-bottom: 8px;
}

p{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing:.2px;
    margin-bottom: 14px;
}

h4+p{
    margin-top:15px;
}


ul{display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    
}

.body-container-wrapper li{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing:.2px;
    margin-bottom: 8px;
    color:#000000 ;
    position:relative;
    margin-left:22px;
}

.body-container-wrapper li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: -20px;
    background: #102034 ;
    height: 2px;
    width: 8px;
}

a{
    color:#102034 ;    
}

blockquote{
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color:#000000 ;
    font-weight: 300;
    padding-left: 18px;
    border-left: 2px solid #102034 ;
    margin-left: 4px;
    margin-top:25px
}


.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.45);
    z-index: -1;
}

body .container-fluid .row-fluid .center-heading{
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    float: none;
    margin-bottom: 30px;
    text-align:center;
}
*/

/*.gradient-bg,*/
.home-section-3 .right-col:after{
/*    background: -moz-linear-gradient(90deg,#4f93da 0%,#84c450 100%);
    background: -webkit-linear-gradient(90deg,#4f93da 0%,#84c450 100%);
    background: -o-linear-gradient(90deg,#4f93da 0%,#84c450 100%);
    background: -ms-linear-gradient(90deg,#4f93da 0%,#84c450 100%);
    background: linear-gradient(90deg,#4f93da 0%,#84c450 100%);
  */  
    background: #fc614e;
    background: -webkit-linear-gradient(left, #fc614e , #ff4468);
    background: -o-linear-gradient(right, #fc614e, #ff4468);
    background: -moz-linear-gradient(right, #fc614e, #ff4468);
    background: linear-gradient(to right, #fc614e , #ff4468);    
}

.gradient-bg h2, .gradient-bg p, .gradient-bg h3, .gradient-bg h4, .gradient-bg h5, .gradient-bg .fa {
    color: #fff;
}

.white-bg{
    background:#fff;
}

.grey-bg,
.gray-bg{
    background: rgb(247, 247, 247);
}

.black-bg{
    background:#333;
}

.base-color-bg{
    //background:rgb(249, 249, 249);
}

.base-color-bg .fa{
    color:#4a4a4a;
}


.black-bg h2,
.black-bg p,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg h6,
.black-bg .fa{
    color:#fff;
}

.section-pad{
    padding: 70px 0;
}

.border-left {
    border-left: 1px solid #E4E1E1;
}

.border-right {
    border-right: 1px solid #E4E1E1;
}

.border-bottom{
    border-bottom: 1px solid #e4e1e1;
    padding-bottom: 40px;
}

.fa{
    font-size:35px;
}

.jumbo1-primary-banner{
    padding:170px 0 100px;
    background-size:cover;
    background-repeat:no-repeat;
}

.jumbo1-primary-banner p{ 
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height:30px;
}


body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

.pad-top{
    margin-top:50px;
}

body .container-fluid .row-fluid  .pad-50{
    margin-bottom:50px;
}

.pad-t30{
    padding-top:30px;
}

.pad-30{
    margin-bottom:30px;
}

.pad-15{
    margin-bottom:15px;    
}



.header-container-wrapper .row-fluid [class*="span"]{
    min-height:0;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
    position:relative;
    z-index:2;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(18, 18, 50, 0.5);
    z-index: -1;
}

.gray-bg{
    background:#f5f5f5;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:#102034 ;
}

.body-container-wrapper .all-text-white li:before{
    background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
    margin-bottom:80px;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}

.section-bg{
    background-size: cover!important;
    background-position:center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-padding{
    /*padding:100px 0;*/
    padding: 3rem 0;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

body .container-fluid .row-fluid .section-heading.align-center {
    /*max-width: 640px;*/
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}

.primary-banner{
    padding: 120px 0px 100px;
}

body .row-fluid .primary-banner .wrapper{
    max-width:1040px;
}




@media (min-width: 768px) {
    .equal-height-container > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    
body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    
}


.inner-page-hero {
    padding: 190px 0 80px;
}


@media (max-width:1024px){
    
 
h1 {
    font-size: 38px;
    line-height: 46px;
} 

h2{
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 18px;
    line-height: 22px;

}

a.cta_button, .hs-button {
    padding: 16px 34px;
}

.section-padding {
    padding: 60px 0;
}

body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
}
 
}




@media (max-width:767px){

h1 {
    font-size: 26px;
    line-height: 36px;
} 

h2{
    font-size: 24px;
    line-height: 30px;
}


h4 {
    font-size: 18px;
    line-height: 22px;
}

.jumbo1-primary-banner {
    padding: 160px 0 50px;
}

.row-fluid .jumbo1-home-jumbo1-primary-banner .left-cta {
    max-width: 100%;
}

a.cta_button, .hs-button {
    padding: 16px 34px;
}

.row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
}

.section-pad{
    padding:45px 0;
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

.primary-banner {
    padding: 120px 0 40px;
}

.align-left,
.align-right{
    text-align:center;
}

.inner-page-hero {
    padding: 110px 0 70px;
}

}




/*=========================================================
                    FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
   color: #989898;
}

:-moz-placeholder {
   color: #989898;
}

::-moz-placeholder {  
   color: #989898;
}

:-ms-input-placeholder {  
   color: #989898;
}

select::-ms-expand {
    display: none;
}

.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.hs-error-msgs li label{
    color: #FD2727;
    font-size: 12px;
}

form li:before{
    display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 54px;
    font-family:'Ubuntu', sans-serif;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 8px;
    border-radius:0;
    background: #f5f5f5;
    padding:10px 20px;
    color: #000;
    font-weight:400;
    border:1px solid transparent;
    box-sizing: border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #102034 ;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

/*.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 300;
    display:block;
    margin-bottom:6px;
    margin-top:14px;
}

.row-fluid form .hs_submit .actions{
   text-align:center;
}
*/
.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 24px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:inline-block;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}

.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #f5f5f5 url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"],
body .row-fluid .checkbox-row input,
body .row-fluid input[type="checkbox"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid #102034 ;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #102034 ;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}




@media (max-width:480px){


body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}
}




/*==============================================
            Header Styling
==============================================*/



@media (min-width:1025px){

.header-container-wrapper .header .logo{
    padding:18px 0;
}

.header-container-wrapper .header .logo img{
    width:90%;
}

}


@media (min-width:768px) and (max-width:1024px){

body .header-container-wrapper .container-fluid .row-fluid .header .logo {
    max-width: none;
    float: left;
    width: 14.364640883%;
    padding:14px 0;
}
}

body .header-container-wrapper .container-fluid .row-fluid .lp-header {
    padding: 15px 0 13px;
    background: #000;
}



.awc .row-fluid .header{
    background: transparent;
    /*padding: 11px 0;*/
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 3;
    transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    /*max-width:;*/
}

.header-container-wrapper .header .hs-menu-wrapper{
    float:right;    
    line-height:.6;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    margin-bottom:0;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    max-width: none;
    /*color: #fff;*/
    font-size: 13px;
    line-height:13px;
    letter-spacing:.5px;
    font-weight: 600;
    /*padding: 9px 25px;*/
    text-transform:uppercase;
}


.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #102034 ;
}

@media (min-width:768px){

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul:before{
    content: '';
    position: absolute;
    top: -27px;
    left: 32px;
    width: 0px;
    height: 20px;
    background: transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    pointer-events: none;
}


.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul ul:before{
    display:none;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul{
    background: #1e7ccc;
    border: 0px solid #E5E5E5;
    padding: 8px 0;
    border-radius:2px;
}

ul>li.hs-item-has-children>a{
    position:relative;
}

  /*
ul>li.hs-item-has-children>a:after,
ul>li.hs-item-has-children ul li.hs-item-has-children a:after{
    font-family: FontAwesome;
    position: absolute;
    content: "\f067";
    right:12px;
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    color: #ffffff;
}
  
  */

ul>li.hs-item-has-children ul li.hs-item-has-children>a:after{
    color:#000;
}

body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding-right:55px;
}


}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li{
    margin-bottom:0;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a{
    /*padding:30px 25px;*/
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li a{
    color: #000;
    width: auto;
    min-width: 100px;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li a:hover,
.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active>a,
.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li.active a{
   color: #102034 ;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: 100%
}


@media (max-width:1024px) and (min-width:768px){

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul:before {
    left: 20px;
}

}

@media (max-width:1024px){

.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    padding: 9px 10px;
}
    
.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a{
    padding: 22px 2px;
    padding-right: 23px;
    font-size:11px;
}    
    
}

@media (max-width:1024px){
 
body .row-fluid .header .logo{ 
    width: 100%;
    max-width: 120px;
    float: left;
}

.custom-menu-primary .hs-menu-wrapper{
    display:none;
}

body .header .row-fluid .search-group {
    width: 4.801105%;
    float:right;
    margin-left: 4px;
}

}


@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper {
    padding: 0 40px;
}



}

@media (max-width:767px){
    
.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li a{
    color:#fff;
}

}

/*=================================================
        01. AWC Styling
==================================================*/
.awc .large {
    font-size: 64px;
}
.awc .header #awc-header{
    margin-top:10px;
    padding:0;
}
.awc .header.fixed{
    margin-top:0;
}
.awc .header.fixed{
    background:white;
    border-bottom: 1px solid rgba(32, 52, 90, 0.15);
}
.awc .header .wrapper,
.awc .header .logo{
    -webkit-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}
.awc .header .top{
    display:block;
}
.awc .header .fixed{
    display:none;
}
.awc .header #awc-header ul a{
    color: #ffffff ;
    padding: 15px 15px;
}
.awc .header .fixed #awc-header ul a{
    color: #102034  ;
}

.awc .header ul li.hs-item-has-children ul li a {
/*color: #102034 !important;*/
 color: #ffffff !important;
}

.awc .header.fixed .top{
    display:none;
}
.awc .header.fixed .fixed{
    display:block;
    
}
.awc .header.fixed .fixed .logo{
    width: 12%;
}
.awc .button,  
.awc .awc.header a.awc-top-ctabtn{ 
    border-radius: 10px;
    padding: 13px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    text-align: center;

}


.awc .awc.header a.awc-top-ctabtn{ 
 /*
  color: #1D4F8B;


    background: #feffff;
    background: -moz-linear-gradient(-65deg, #feffff 0%, #e6f2f7 70%, #d7e5ea 100%);
    background: -webkit-linear-gradient(-65deg, #feffff 0%,#e6f2f7 70%,#d7e5ea 100%);
    background: linear-gradient(155deg, #feffff 0%,#e6f2f7 70%,#d7e5ea 100%);

*/
}
.awc .btn-shadow{
    -webkit-box-shadow: 38px 34px 77px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 38px 34px 77px 0px rgba(0,0,0,0.23);
    box-shadow: 38px 34px 77px 0px rgba(0,0,0,0.23);
}


.awc .fixed .btn-shadow{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.awc .awc-menu,
.awc .awc-cta{
    margin-top: 1.2em;
}




@media(min-width:320px) and (max-width:780px){
    #awc-header .awc-cta{
        display:none;
        position: fixed;
        bottom: 0;
        width: 100%;
        margin:0 auto;
    }
    #awc-header .awc-cta a{
        padding:20px;
        border-radius:0;
        background:#6bd1d6;
        color:white;
    }
}

.awc .hero-section.image,
.awc .hero-module.image{
    padding: 200px 0 70px;
}
.awc .hero-section h1{
    font-size: 48px;
    line-height: 1.4;
}
.awc .hero-section .wrapper{
    padding: 0;
    margin-top: 80px;
}

.awc .hero-section .right-side{
    margin-top:10px;
}

/* Blogpost */

.awc .post-section-hero .wrapper-wrapped{
    z-index: 5;
    max-width:800px;
    padding: 0 20px;
}

.awc .post-section-hero h1{
    color:white;
    font-size:3.5em;
}


.awc .post-section-hero{
    min-height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}


.awc .post_featured_image {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}

.awc .post_featured_image:after{
    content:"";
    width:100%;
    height:100%;
    left:0px;
    right:0px;
    background-color: rgba(65, 68, 71, 0.55);
    display:block;
    position:absolute;
}
.awc .post-author-avatar{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    margin: 0 auto 12px;
    display: block;
    max-width: 50px;
}

.awc .author-link-avator{
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.awc .post_banner_date,.awc .post_author,.awc .post_author .author-link{
    display:block;
    font-style:italic;
    font-size:12px;
    color:#ffffff;
    font-weight:400;
    padding-bottom: 3px;
}


.blog-subscription-outer{
    position: absolute;
    top: 108px;
    right:0px;
    left:0px;
}


.blog-subscription {
    max-width: 400px; 
    position: absolute;
    right:10px;
}

.row-fluid .blog-subscription form label{
    display:none;
}

.blog-subscription input[type="email"]{
    border:0px;
    background:none;
    border-bottom:1px solid #ffffff;
    height: 35px;
    padding-left: 0px;
    color:#ffffff;
    
}

.blog-subscription input[type="email"]:focus{
    outline:none;
    border-width: 0px 0px 1px 0px;
}

.blog-subscription input[type="submit"] {
    color: #414447;
    -webkit-appearance: none;
    background: #fff;
    border: 0;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .25px;
    position: absolute;
    top: 0px;
    right:0px;
    padding: 7px 15px;
    cursor:pointer;
    margin:0px;
}

.blog-subscription{}

/* Placeholder Text */

.blog-subscription::-webkit-input-placeholder{ /* Webkit Browsers */
   font-size: 12px;
   color:#ffffff;
   font-weight:400;
}

.blog-subscription form:-moz-placeholder{ /* Firefox 18- */
   font-size: 12px;
   color:#ffffff;
   font-weight:400;
}

.blog-subscription form::-moz-placeholder{ /* Firefox 19+ */
   font-size: 12px;
   color:#ffffff;
   font-weight:400;
}

.blog-subscription form:-ms-input-placeholder{ /* IE10 */
   font-size: 12px;
   color:#ffffff;
   font-weight:400;
}

.blog-subscription input:-webkit-autofill{
    background:transparent;
    color:#ffffff;
}

.blog-subscription .form-title{
    display:none;
}

.blog-subscription label{
    display:none;
}

ul.hs-error-msgs.inputs-list {
    bottom: -18px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.hs-error-msgs.inputs-list label{
    display: block;
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.social_sharing_module {
    padding: 10px 0;
  display: block;
  /*
    top: 703px;
    left: 217px; 
  */
}

.social_sharing_module a {
  margin-right: 15px;
}

@media(min-width:1050px) and (max-width:1200px){
  .social_sharing_module {
      //left:75px;
  }  
    
}

@media(min-width:768px) and (max-width:1049px){
  /*.social_sharing_module {*/
  /*    left:5px;*/
  /*} */
  
  .blog-post-wrapper{
      max-width: 650px;
      margin:0 auto;
  }
    
}
.social_sharing_module a {
    margin: 0px auto 10px;
}
@media(max-width:768px){
    .social_sharing_module {
      /*position:relative;
      top:auto;
      left:auto;*/
      max-width:none;
    }    
    .social_sharing_module a {
        max-width:none;
       
        margin-right:5px;
    }
}

.social_sharing_module a i{
    font-size: 16px;
    border: 1px solid #000;
    padding: 0;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100%;
    vertical-align: bottom;
    line-height: 30px;
    transition: all .2s ease-out;
}

.social_sharing_module a i.fa-facebook-official {
    color: #43619c;
    border-color:#43619c;
}

.social_sharing_module a:hover i.fa-facebook-official {
    background-color: #43619c;
    color:#ffffff;
}

.social_sharing_module a i.fa-linkedin {
    color: #187fb8;
    border-color:#187fb8;
}

.social_sharing_module a:hover i.fa-linkedin {
    background-color: #187fb8;
    color:#ffffff;
}

.social_sharing_module a i.fa-twitter {
    color: #24a9e6;
    border-color:#24a9e6;
}

.social_sharing_module a:hover i.fa-twitter {
    background-color: #24a9e6;
    color:#ffffff;
}

.social_sharing_module a i.fa-google-plus {
    color: #f24033;
    border-color:#f24033;
}

.social_sharing_module a:hover i.fa-google-plus {
    background-color: #f24033;
    color:#ffffff;
}

.post_topic_data a:first-child{
    display:inline-block;
}

.awc .post_topic_data a{
    display:none;
    color: #ffffff;
    opacity:0.7;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 15px 0px 10px;
    font-family: 'Montserrat',sans-serif;
}

.awc .post-item,
.awc .post-listing-simple {
    width: 100%;
    padding-right: 0px;
    margin: 0px 0px 25px;
}
.awc .post-item .hs-author-avatar {
    max-width: 35px;
}
.awc .post-item .post-body {
    text-align: center;
    /*padding: 30px 10px 0px;*/
    padding: 30px 30px 0px 30px;
}
.awc .post-item h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-bottom: 20px;*/
    display: inline-block;
    border-bottom:1px solid #eee;
}

.awc .post-item h2 a {
    /*color: #3fa2f7;*/
    text-transform: capitalize;
    line-height: 30px;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
}

.awc .post-listing {
    display: block;
    margin: 0 -40px 0 0;
    padding: 0 25px 0px 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.awc .post-item {
    float: left;
    width: 25%;
    padding-right: 40px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .awc .post-item {
        width:50%;
    }
}
.awc .blog-outer-section .wrapper-listing,
.awc .blog-related-section .wrapper-listing {
    max-width: 1320px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: 70px auto;
}


.awc .post-item-inner{
   padding-bottom:0px;
   min-height:605px;
   transition:all .4s ease-out;
   /*border:1px solid transparent;*/
   border: 1px solid #eee; 
   border-top: none
   position:relative;
}

.awc .post-item-inner:hover{
    background: #ffffff;
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.15);
    border:1px solid rgb(233, 237, 239);
  
}

.awc .post-item-inner:hover .read-more-link{
    opacity:1;
}



.awc .hs-featured-image-wrapper {
    position: relative;
}

.awc .hs-featured-image {
    float: none;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    padding-right: 0px;
    height: 250px;
    width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.awc .hs-featured-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    /*background:rgba(0,0,0,.5);*/
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #000);*/
}

/*End Blogposts */

.awc a{
    text-decoration:none;
}
.awc ul li{
    list-style:none;
}
.body-container-wrapper ul {
  padding-left: 15px!important;
}
.body-container-wrapper li { 
  list-style-type:disc!important;
}
.body-container-wrapper li::marker { 
  text-indent: 15px!important;
}

.awc .yellowtail{
    font-family:'Yellowtail', cursive;
    font-weight: 400;
    margin:0;
}

/* 01.1 Sections */
.awc .section{}
.awc .section.no-pad-bot{
    padding-bottom:0;
}
.awc .section.no-pad-bot .wrapper{
    overflow:hidden;
}
.awc .section .awc-img{
    margin-bottom:-7px;
}
.awc .section .awc-txt{
    margin-top: 42px;
    padding: 8px 96px;

}
.awc .section .left-side img,
.awc .section .right-side img{
    width:100%;
}
.awc .section h2{
    font-family:'Source Sans Pro', sans-serif;
    font-size:3em;
    font-weight: 400;
    letter-spacing: 0.5pt;
    line-height: 1em;
}
.awc p{
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0.6pt;
    font-family:'Source Sans Pro', sans-serif;
}

.awc .button.green{
    color:#102034 ;
    background-color: #E4FF58;
    margin-top: 32px;
    padding: 19px;
    float: left;
}

.awc .button.dkblue{
    color: #FFFFFF;
    background-color: #6B9BD6;
    margin-top: 32px;
    padding: 19px;
    float: left;
}
.awc .button.ltblue{
    color:#102034 ;
    background-color: #C4EFFF;
    margin-top: 32px;
    padding: 19px;
    float: left;
}

.awc .button.white{
    color:#102034 ;
    background-color: #FFFFFF;
    margin-top: 32px;
    padding: 19px;
    float: left;
}

.awc .blue-grad{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fffbf6+10,6b9bd6+56 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(45deg, #ffffff 0%, #fffbf6 10%, #6b9bd6 56%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ffffff 0%,#fffbf6 10%,#6b9bd6 56%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ffffff 0%,#fffbf6 10%,#6b9bd6 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6b9bd6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.awc .blue-grad p{
    color:#E6F8FF;
}

.awc .dkblue-grad{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a3454+0,1d4f8b+100 */
background: #1a3454; /* Old browsers */
background: -moz-linear-gradient(45deg, #1a3454 0%, #1d4f8b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #1a3454 0%,#1d4f8b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #1a3454 0%,#1d4f8b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3454', endColorstr='#1d4f8b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.awc .dkblue-grad p{
    color:#E6F8FF;
}

.awc .pricing-list {
    letter-spacing: normal;

}
.awc .pricing-list h4 {
  font-size: 1.2em;
  line-height: 1.5em;
}

.awc .pricing-list ul{
    padding:0 15px 0 20px;
}

.awc .pricing-list ul li{
    font-size: .9em;
    font-weight: 400;
    text-align: initial;
    padding-bottom: 2px;
    margin-top: 7px;
    letter-spacing: 0;
    line-height: 1.5em;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.48); */

}

.awc .pricing-list ul li:before{
    font-family:'FontAwesome';
    content:'\f046';
    display:block;
    text-decoration: none;
    position: relative;
    top: 3px;
    left: -26px;
    background: none;
}


 
@media (max-width:767px){
.awc .pricing-list img {
  width: 300px;
  
  
}
}





.awc .footer{
    padding:20px 0 15px;
}
.awc .footer .hs-menu-flow-horizontal li{
    margin-right: 20px;
    font-weight:500;
}
.awc .footer-links{
    padding:10px 60px 0;
}
.awc .footer-icons{
    /*background:#ddd;*/
    padding:20px 60px;
    
}
.awc .footer-icons .social-icons .fa{
    width:45px;
    height:45px;
    /*padding: 14px;*/
    font-size: 23px;
}
.awc .footer-icons .social-icons .fa:before {
    top: 10px;
    position: relative;
}
.awc .footer-icons .social-icons .fa span {
    top:13px;
}
.awc .footer .copyright{
    padding:15px 0;
    font-size:0.85em;
}

.awc .accordion p{
    font-size: 1em;
}

.awc .awc-form{
    padding: 30px;
    -webkit-box-shadow: 10px 10px 50px -8px rgba(76, 131, 176, 0.2);
    -moz-box-shadow: 10px 10px 50px -8px rgba(76, 131, 176, 0.2);
    box-shadow: 10px 10px 50px -8px rgba(76, 131, 176, 0.2);
    border: 1px solid #e9eaea;
    background:white;
}

.awc .awc-form label{
    font-size: 1em;
    margin: 15px 0;
    display: block;
    font-weight: 500;
}

.awc .awc-form h3{
    font-size: 1.4em;
    font-weight: 500;
    color:#102034 ;
}

.awc .awc-form legend{
    margin: 15px 0;
    font-size: 0.95em;
}

.awc .awc-form .hs-form-booleancheckbox span{
    font-size: 0.85em;
}

.awc.blog h2{
    font-size:2em;
    color:#102034 ;
}


/* 0.1.2 FontAwesome */
.awc .jumbo-talk-to-us .fa{
    font-size: 4.2em;
    margin-bottom: 33px;
}


/*=================================================
        Footer Styling
==================================================*/

.footer{
    padding: 45px 0 55px;   
    border-top:1px solid #dadada;
}

.footer .logo img{
    width:100%;
    max-width:200px;
}

.footer .blog-subscribe h3{
    font-size: 10px;
    letter-spacing: 1px;
    color: #515356;
    font-weight: 800;
    text-transform:uppercase;
}


.footer .row-fluid .right-col {
    width: 67%;
    float: right;
}

.footer .row-fluid .right-col .four-col{
    width:100%;
    max-width:20%;
}

.footer .row-fluid .right-col .blog-subscribe{
    width:100%;
    max-width:31%;
    float:right;
}

.footer .hs-menu-wrapper ul li{
    margin-bottom:8px;
    margin-left:0;
}

.footer .hs-menu-wrapper ul li a{
    padding: 0;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
    font-weight: 400;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.footer .four-col h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .2px;
    margin-bottom: 20px;
}

.footer .hs-menu-wrapper ul li a:hover{
    color:#333;    
}

.footer .social-icons .fa{
    width: 24px;
    height: 24px;
    text-align: center;
    background: #cbcbcb;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    color: #fff;
    margin-right: 8px;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
}

.footer .social-icons .fa:hover{
    background: #333;
}

body .footer input[type="text"], body .footer  input[type="password"], body .footer input[type="datetime"],
body .footer input[type="datetime-local"], body .footer input[type="date"], body .footer input[type="month"],
body .footer input[type="time"], body .footer input[type="week"], body .footer input[type="number"],
body .footer input[type="email"], body .footer input[type="url"], body .footer input[type="search"], 
body .footer input[type="tel"], body .footer input[type="color"], body .footer select, body .footer textarea{
    height: 36px;
    border-color:#eeeeee;
    border-radius:5px;
    margin:0;
    padding: 0 10px;
}

body .footer .row-fluid form textarea{
    height:80px;
}

body .footer .row-fluid .widget-type-form h3,
body .footer .row-fluid .widget-type-blog_subscribe h3{
    margin:0;
    line-height: 1.4;
}


body .footer .row-fluid form .hs_submit{
    padding: 9px 0;
    width:100%;
    margin-top:5px;
}

body .footer .row-fluid form .hs-button{
    padding: 9px 0;
    width:100%;    
}

.footer ul.hs-error-msgs {
    margin: 0;
    position: relative;
    top: 0;
}


@media (max-width:1024px){
    
.footer .row-fluid .right-col {
    width: 70%;
}

}


@media (min-width:768px) and (max-width:1024px){

.footer .social-icons .fa{
margin-right:4px;
}

.footer .four-col h6{
    font-size:15px;
}
}




@media (max-width:767px){
  
  
  

.footer .row-fluid .right-col {
    width: 100%;
    margin-top: 20px;
}

.footer .logo{
    text-align:center;
}

.footer .row-fluid .right-col .four-col {
    max-width: 100%;
    float:left;
    text-align:center;
}

.footer .row-fluid .right-col .social-icons{ 
    max-width: 100%;
    margin:0;
}

.footer .row-fluid .right-col .blog-subscribe {
    max-width: 100%;
    margin-top:30px;
}

.footer .logo{
    margin:0;
}

.footer .four-col h6 {
    margin-bottom: 6px;
    margin-top:20px;
}

.footer {
    padding: 50px 0px;
}

.footer .social-icons .fa {
    margin: 12px 6px 0;
}

}


























/* ==========================================================================
   02. Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
/*.custom-menu-primary .hs-menu-wrapper > ul > li > a{*/
/*  color:;*/
/*}*/
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -6px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    color: #FFF;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -7px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}




@media (max-width:767px){

body .row-fluid .header .hs-menu-wrapper{
    display:none;
}

.header-container-wrapper .header .wrapper {
    padding: 0 20px;
}

.header .logo {
    position:relative;
    z-index:14;
}

.header-container-wrapper .row-fluid .header .top-nav {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    padding-top: 34px;
    top:3px;
}

.mobile-trigger {
    border: 0;
    top: -1px;
    right: 0px;    
    background:transparent;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    background: #fff;
}

.mobile-trigger i:before {
    top: -6px;
}

.mobile-trigger i:after {
    top: 6px;
}

.mobile-open .mobile-trigger {
    background-color: transparent;
}

.mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

.mobile-trigger:hover i, .mobile-trigger:hover i:before, 
.mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
.mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #fff;
}

.mobile-trigger i{
    transition: all .5s ease-in;
}

.mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
}

.mobile-trigger i:before,
.mobile-trigger i:after{
    transition: all .3s ease-in;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
}

.mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
}


body .header-container-wrapper .row-fluid .logo{
    max-width:120px;
    float:left;
}

.header-container-wrapper .header .hs-menu-wrapper {
    top: 55px;
    position: absolute;
    /*left: -20px;*/
    /*right: -20px;*/
    width: 100%;
}

body .row-fluid .search-group{
    display:none;
}

.custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
}


.header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a {
    padding: 15px 10px;
}





body .header-container-wrapper .container-fluid .row-fluid .header {
    position: absolute;
    padding:10px 0 12px;
}

}






/*====================================================
            our-services-cm
====================================================*/

.our-services-cm{
    position:relative;    
    margin:10px 0 30px;
}
        
.our-services-cm .count{
    position:absolute;
    top:-10px;
}

.our-services-cm .text-container{
    padding-left:20px;
}

.our-services-cm .text-container h4{
    margin-bottom:22px;
}

.our-services-cm .count h2{
    font-weight: 800;
    font-size: 40px;
    color: #102034 ;
    opacity: .5;
}






/*===============================================================================
                        Request Quote
===============================================================================*/                        


body .row-fluid .request-quote-section .wrapper{
    max-width: 900px;
}

.request-quote-section h2{
    font-weight:300;
    font-size:36px;
    line-height:46px;
}






/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 
.request-quote-section h2 {
    font-size: 30px;
    line-height: 42px;
} 
}



/*============Mobile Responsive ================*/

@media (max-width:768px){
 
 
.request-quote-section h2 {
    font-size: 24px;
    line-height: 38px;
} 
}
























/*===================================================================
    Section One Styling
====================================================================*/

@media (min-width: 768px){

body .container-fluid .row-fluid .agency-service-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.7%;
    width: auto;
    justify-content: center;
    -webkit-justify-content: center;
}

.agency-service-container span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 22.333%;
    float: left;
    margin-right: 2.6677%;
    box-shadow: 0 0px 1px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}
}


.agency-service-cm {
    padding: 32px 20px;
    border-radius: 6px;
    background:#FAFAFA;
}

.agency-service-cm h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}

.agency-service-cm i{
    font-size: 76px;
    line-height: 70px;
    padding-bottom: 23px;
    color:#343434;
}

.agency-service-cm:hover i,
.agency-service-cm:hover h2{
    color:#fff;
}

.agency-service-cm:hover{
    background:#102034 
}



@media(max-width:767px){ 

.agency-service-cm{
    margin-bottom:30px;
}    
}





/*=========================================================
            Error Page
=========================================================*/                

.error-page-body{
    padding: 180px 0 80px;
}

.error-page-body h1{
    margin:0;
}

.error-page-body .heading{
    margin:50px 0 20px;
}

body .row-fluid .error-page-body .wrapper{
    max-width:960px;
}

.error-page-body a.cta_button{
    padding-left:60px;
    padding-right:60px;
}



@media (min-width:768px) and (max-width:1024px){
    
.error-page-body {
    padding: 160px 0 50;
}
}


@media (max-width:767px){
 
.error-page-body {
    padding: 80px 0 50px;
}
 
.error-page-body .heading {
    margin: 40px 0 10px;
} 
}










/*=======================================================
            Search Result Page
=======================================================*/


body .row-fluid .search-result-container .wrapper{
    max-width:920px;   
}














/*===============================================================================
                        Testimonial Section
===============================================================================*/                        

.testimonial-section{
    padding:70px 0;
}

.testimonial-section:after{
    position: absolute;
    content: '';
    right: 15%;
    top: 0;
    background: url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Agency%20Pack%20/BG%20Icon.png) no-repeat;
    width: 270px;
    height: 230px;
    background-size: 100%;
}

.testimonial-cm h4{
    font-weight:600;
}

.testimonial-cm h4>span{  
    font-weight:300;
}

.testimonial-cm p{
    font-size:26px;
    line-height:43px;
    letter-spacing:2px;
}

.testimonial-cm .designation-container{
    margin-top:25px;
}

body .row-fluid .testimonial-cm-container{
    width:70%;
}

.testimonial-section .owl-dots{
    display:none!important;
}  
  
.testimonial-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 0;
    margin: 5px;
    padding: 0;
    background: transparent;
}
  
.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    bottom:0;
}

.testimonial-section .owl-nav .owl-prev{
    left:0;
}

.testimonial-section .owl-nav .owl-prev:before,
.testimonial-section .owl-nav .owl-next:before{
    content: "";
    position: absolute;
    background: url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Agency%20Pack%20/Left.png) no-repeat;
    left: -6px;
    top: 0;
    width: 21px;
    height: 20px;
    background-size: 100%;
}

.testimonial-section .owl-nav .owl-next {
    left: 40px;
}

.testimonial-section .owl-nav .owl-next:before{
    background: url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Agency%20Pack%20/Right.png) no-repeat;
}

.testimonial-section .owl-theme .owl-controls{
    display:block;
    overflow:hidden;
    margin-top:20px;
}



body .testimonial-section button.slick-prev.slick-arrow:before {
    content: "\f104";
    font: normal normal normal 37px/1 FontAwesome;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

body .testimonial-section button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -31px;
    left: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0);
    border: 0;
}

body .testimonial-section button.slick-arrow:focus,
.slick-initialized .slick-slide:focus{
    outline:none;
}

body .testimonial-section button.slick-next.slick-arrow:before {
    content: "\f105";
    font: normal normal normal 37px/1 FontAwesome;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

body .testimonial-section button.slick-next.slick-arrow {
    position: absolute;
    bottom: -31px;
    left: 50px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0);
    border: 0;
}

body .testimonial-section .slick-list {
    padding: 0!important;
}




/*============Mobile Responsive ================*/

@media (max-width:768px){
 
body .row-fluid .testimonial-cm-container {
    width: 100%;
} 

.testimonial-cm p {
    font-size: 18px;
    line-height: 32px;
}
}


















/****************************************************************************************
**********************************  HOME PAGE STYLING  **********************************        	
****************************************************************************************
/*===============================================================================
                    Home Hero Section    
===============================================================================*/                        


.home-hero-section{
    position:relative;
    z-index:1;
    padding:520px 0 50px; 
} 

.home-hero-section:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    /*background: url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Agency%20Pack%20/Combined%20Shape.png) no-repeat;*/
    background-size: contain;
    background-position: bottom center;
}


.home-hero-section h1{
    font-weight:300;
}

body .row-fluid .home-hero-section .wrapper{
    /*max-width:1060px;*/
}

.home-hero-section .heading{
    margin-bottom:15px;
}






/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){

.home-hero-section {
    padding: 220px 0 150px;
}
}




/*============Mobile Responsive ================*/

@media (max-width:768px){

.home-hero-section {
    padding: 150px 0 120px;
}
}



/* HS 1 */

.home-section-1{
    padding-bottom: 50px;
}

/*===============================================================================
                        Home Section 2
===============================================================================*/                        
.home-section-2 {
    padding-bottom:100px;
}

.home-section-2 .wrapper{
    position:relative;
}

.home-section-2 .left-col{
    border-radius: 5px;
    padding: 50px;
    overflow: hidden;
    position:absolute;
    width: 56%;
    bottom: 44px;
}

.home-section-2 .right-col{
    height:470px;
    border-radius:5px;
    overflow:hidden;
    float:right;
}




/*============Mobile Responsive ================*/


@media (min-width:768px) and (max-width:1024px){

.home-section-2{
    padding-bottom:80px;
}

}


@media (max-width:768px){
 
.home-section-2 .left-col {
    padding: 30px;
    position: relative;
    width: 100%;
    bottom: 0;
    margin-bottom: 20px;
} 
 
.home-section-2 .right-col {
    height: 280px;
    width: 100%;
} 

.home-section-2 {
    padding-bottom: 50px;
}
}












/*===============================================================================
                        Home Section 3
===============================================================================*/                        

.home-section-3 {
    padding-top:40px;
}

.home-section-3 .overlay:before{
    background:linear-gradient(270deg, rgba(59,59,59,0.9) 0%, rgba(19,18,18,0.9) 100%);
}

.home-section-3 .gradient-bg:before{
    background:linear-gradient(270deg, #7CD6F9 0%, #46ADF0 100%);
    opacity:.9;
}

body .row-fluid .home-section-3 .wrapper{
    max-width:100%;
    padding:30px 0;
    overflow:hidden;
}

body .row-fluid .home-section-3 .left-col,
body .row-fluid .home-section-3 .right-col{
    margin: 0;
    width: 50%;
    padding: 150px 10%;    
    position:relative;
}

body .row-fluid .home-section-3 .right-col{
    z-index:1;
}

.home-section-3 .right-col:after{
    position: absolute;
    content: '';
    top: -68%;
    left: -44px;
    right: -60px;
    bottom: -73%;
    z-index: -1;
    transform: rotate(8deg);
}



/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 
body .row-fluid .home-section-3 .left-col,
body .row-fluid .home-section-3 .right-col{
    padding: 80px 6%; 
}
}


/*============Mobile Responsive ================*/

@media (max-width:768px){


body .row-fluid .home-section-3 .left-col, body .row-fluid .home-section-3 .right-col {
    width: 100%;
    padding: 80px 20px;
}
 
.home-section-3 .right-col:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(0);
} 
 
body .row-fluid .home-section-3 .wrapper{
    padding:0;
} 

.home-section-3 {
    padding-top: 0;
}
}






/*===============================================================================
                        Home Section 4
===============================================================================*/                        

body .row-fluid .home-section-4 .wrapper{
    max-width:900px;    
}

.home-section-4 h2{
    font-size:36px;
    line-height:46px;
}





/*=================================================
            Blog Section
================================================*/

.home-blog-section{
    border-top: 1px solid #e1e2e3;
}

.home-blog-section .heading{
    margin-bottom:15px;
}

.home-blog-section .cta{
    margin-top:50px;
}

.home-blog-section .hs-rss-module{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}

.home-blog-section .hs-rss-item.hs-with-featured-image {
    overflow: hidden;
    width: 100%;
    max-width: 30.9%;
    float: left;
    flex-direction: column;
    margin: 0 1.2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    background: #fff;
    border: 1px solid #e7e7e7;    
}

.home-blog-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 100%;
    float: right;
    padding-right: 20px;
    box-sizing: border-box;
    order: 2;
    padding: 20px 35px 14px;
    border-top: 0;
    border-top: 1px solid #e7e7e7;    
}

.home-blog-section .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: block;
    width: 100%;
    float: left;
    order: 1;
}

.home-blog-section .hs-rss-title,.post-wrapper h2,.post-wrapper h2 a{
    font-size: 20px;
    font-weight: 400;
    color: #0d2e4f;
    line-height: 26px;
}

.home-blog-section .hs-rss-description p,
.post-summary p{
    margin: 10px 0px;        
}

.home-blog-section .hs-rss-description p a,.read-more-link a{
    display: block;
    color: #102034 ;
    font-weight: 400;
}

.home-blog-section .post-image {
    min-height: 260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position:relative;
}

.home-blog-section .post-image a.featured-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.home-blog-section .item.span4{
    border: 1px solid #e2e3e4;
    transition: all .3s ease-out;
}

.home-blog-section .item.span4:hover{
   box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25); 
}



.home-blog-section .item-wrapper {
    padding: 25px 25px;
}


/*=================Responsive Section 5====================*/

@media (max-width:1024px){

.home-blog-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 20px 20px 14px;
}

 
}


@media (max-width:767px){
 
.home-blog-section .hs-rss-item.hs-with-featured-image {
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
} 
 
.home-blog-section .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    padding: 16px 20px 14px;
}
 
.home-blog-section .hs-rss-module{
    display:block;
}
 
.home-blog-section{
    padding: 45px 0;
} 

.home-blog-section .cta {
    margin-top: 20px;
}

.home-blog-section .heading {
    margin-bottom: 0;
    padding: 0;
}
 
.home-blog-section .item.span4 {
    margin-top:30px;
}
 
}












/*===============================================================================
                        Home Section 5
===============================================================================*/                        

.home-section-5{
    padding-bottom:0;
}

body .row-fluid .home-section-5 .section-heading{
    margin-bottom:60px;
}

body .row-fluid .home-section-5 .wrapper{
    padding:0;
    max-width:100%;
}

body .row-fluid .home-section-5 .left-col{
    width:40%;
    margin:0;
    position:relative;
}

body .row-fluid .home-section-5 .right-col{
    width: 48%;
    margin: 0;
    box-sizing: border-box;
    padding: 50px 5% 20px;
}

.home-section-5 .left-col .heading{
    position: absolute;
    right: 0;
    width:100%;
    max-width: 400px;
    padding: 50px 50px 30px;
    border-radius: 0 0 0 20px;
    overflow: hidden;
}

.home-section-5 .left-col .gradient-bg:before {
    opacity: .9;
}











/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 
body .row-fluid .home-section-5 .left-col {
    width: 44%;
}
 
body .row-fluid .home-section-5 .right-col {
    width: 56%;
}
}







/*============Mobile Responsive ================*/

@media (max-width:768px){
 
 
body .row-fluid .home-section-5 .right-col {
    width: 100%;
    padding: 60px 20px 10px;
}
 
body .row-fluid .home-section-5 .left-col {
    width: 100%;
    height: 280px;
} 
 
.home-section-5 .left-col .heading {
    padding: 30px 20px 10px;
    border-radius: 0;
} 
}






/*===============================================================================
                        Home Video Section
===============================================================================*/                        

.home-video-section{
    background:#fff;
}

body .row-fluid .home-video-section .wrapper{
    padding:0;
    max-width:100%;
}


body .row-fluid .home-video-section .left-col{
    width:50%;
    margin:0;
    position:relative;
    padding:120px 8%;
}

body .row-fluid .home-video-section .right-col{
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 100px 12% 80px 5%;
}

.home-video-section .left-col .text-container{
    height: 400px;

}

.home-video-section .left-col .gradient-bg:before{
    opacity:.9;
}

.home-video-section .text-container h2{
    font-weight:600;
    font-size:36px;
    line-height:40px;
}

body .row-fluid .video-popup-modal{
    min-height:0;
}

.hs-module-link{
    cursor:pointer;
}

.modal {
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top:0;
    z-index: 1050;
    height: 100vh;
    background:rgba(48, 62, 72, 0.87);
}

 .modal.fade {
    opacity: 0;   
    transition:all .3s ease-in; 
    visibility: hidden;
    top:-1000px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.in {
    opacity: 1;
    top:0;
    visibility: visible;
}

.container-fluid.body-container .row-fluid .modal .page-center.page-center-800 {
    padding: 0;
}

.modal-dialog {
    position: relative;
}

.modal-lg {
    width: 100%;
    max-width: 66vw;
    margin: 0 auto;
    float: none;
    padding-top: 10vh;
}

.modal.fade .modal-dialog {
    transform: translate(0,-25%);
    transition: transform .3s ease-out;
    position: relative;
    z-index: 9999;
}

.modal.fade.in .modal-dialog {
    transform: translate(0px, 0px);
}

.modal-content {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    outline: 0 none;
    position: relative;
}

.modal-content .close {
    border: 0;
    color: #ffffff;
    cursor: pointer;
    float: right;
    height: 50px;
    padding: 0;
    width: 50px;
    position: absolute;
    right: -34px;
    top: -29px;
    background: transparent;
    text-align: center;
    line-height: 50px;
}

.modal-content .close span {
    font-family: 'Josefin Sans',sans-serif;
    font-size: 40px;
    line-height: 13px;
}

.modal-open {
    overflow: hidden;
}

.fade {
    opacity:0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade {
    filter: alpha(opacity=90);
    opacity: .9;
}

.modal-backdrop.in {
    opacity: 0.9;
}

.modal-body blockquote {    
    background: rgba(0, 0, 0, 0) url("//1803734.fs1.hubspotusercontent-na1.net/hubfs/1803734/PCG_Oct2016/images/testimonial-case-icon.png") no-repeat scroll left top / 7% auto;
    padding-left: 10%;
    margin: 0;
}

.hs-inline-edit .modal.fade {
    opacity: 1;
    visibility: visible;
    position: static;
}

.hs-inline-edit .custom-about-page .modal.fade {
    display: none;
}

.hs-inline-edit .modal.fade .modal-dialog {
    transform: translate(0, 0);    
}

.embed-responsive.embed-responsive-16by9 {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media(max-width:1024px){
    
.modal.fade{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
 
}

}


@media(max-width:767px){
    
.modal-lg {
    width: 100%;
    max-width: 90vw;
}

body .row-fluid .home-video-section .left-col{
    text-align:center;
}

}





/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 

body .row-fluid .home-video-section .left-col {
    width: 42%;
    padding: 120px 40px;
}

body .row-fluid .home-video-section .right-col {
    width: 58%;
    padding: 100px 30px 80px 30px;
}

}






/*============Mobile Responsive ================*/

@media (max-width:767px){
 
body .row-fluid .home-video-section .left-col {
    width: 100%;
    padding: 120px 8%;
} 
 
body .row-fluid .home-video-section .right-col {
    width: 100%;
    padding: 60px 20px 30px;
} 
}








/*===============================================================================
                        Home Right Side Image
===============================================================================*/                        

body .row-fluid .home-right-side-img-section .wrapper{
    padding:0;
    max-width:100%;
}


body .row-fluid .home-right-side-img-section .right-col{
    width:50%;
    margin:0;
    position:relative;
    padding:120px 8%;
}

body .row-fluid .home-right-side-img-section .left-col{
    width: 50%;
    margin: 0;
    box-sizing: border-box;
    padding: 100px 5% 80px 12%;
}


@media (min-width:1025px) and (max-width:1440px){
    

body .row-fluid .home-right-side-img-section .left-col{
    padding: 100px 5% 80px 5%;
}       
}


/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 

body .row-fluid .home-right-side-img-section .right-col {
    width: 42%;
    padding: 120px 40px;
}

body .row-fluid .home-right-side-img-section .left-col {
    width: 58%;
    padding: 100px 30px 80px 30px;
}

}






/*============Mobile Responsive ================*/

@media (max-width:767px){
 
body .row-fluid .home-right-side-img-section .right-col {
    width: 100%;
    padding: 120px 8%;
} 
 
body .row-fluid .home-right-side-img-section .left-col {
    width: 100%;
    padding: 60px 20px 30px;
} 

.home-right-side-img-section{
    border-top:1px solid #e7e7e7;
}

body .home-right-side-img-section .wrapper .row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;    
    -webkit-flex-direction: column-reverse;    
}

}












/*=======================================================
                Home Our Services
=======================================================*/

body .row-fluid .home-our-services .section-heading {
    margin-bottom:30px;
}

body .row-fluid .home-our-services .wrapper{
    //max-width: 900px;
}




/*===================================================
            Our services CM
===================================================*/

.home-our-services .jumbo-service-cm .icon{
    margin:0 auto 20px;
    width:100%;
    max-width:130px;
}

.home-our-services .agency-services-cm-container{
    margin:50px 0 60px;
}

body .row-fluid .home-our-services .agency-services-cm-container>span{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;    
    overflow:hidden;
}

body .row-fluid .home-our-services .agency-services-cm-container>span>.hs_cos_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 33.3333%;
    -webkit-flex-basis: 33.33333%;
    float: left;
    margin:0;
    padding:0;
    box-sizing: border-box;
    position: relative;    
    padding:40px 0;
}

.home-our-services .agency-services-cm-container>span>.hs_cos_wrapper .jumbo-service-cm{
    padding:0 20px;
}

body .row-fluid .home-our-services .agency-services-cm-container>span>.hs_cos_wrapper:before{
    position: absolute;
    content: '';
    left: 0;
    right: -3px;
    top: 0;
    bottom: -1px;
    pointer-events: none;
    bordeR: 1px solid #e7e7e7;
    border-top: 0;
    border-left: 0;
}


@media (min-width:768px) and (max-width:1024px){
    
}


@media (max-width:767px){

body .row-fluid .home-our-services .agency-services-cm-container>span>.hs_cos_wrapper {
    display: block;
    width:100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.home-our-services .agency-services-cm-container{
    margin:10px 0 20px;
}

}











/****************************************************************************************
**********************************  ABOUT US PAGE STYLING  ******************************		
****************************************************************************************


/*===================================================================
    About Section One Styling
====================================================================*/


.about-section-two{
    padding-bottom:75px;
}

.top-spacing{
    margin-top:60px;
}



/*=============================================================================
   About Section Three Styling
===============================================================================*/

@media(max-width:767px){

.about-section-three{
    padding:75px 0;
}
}

.heading-spacing{
    padding-bottom: 26px;
}


@media(min-width:768px){

.about-section-three .left-col{
    padding: 75px 0 75px 0;
    
}

.about-section-three .right-col{
    padding: 75px 0 75px 3%;
    position:relative;
}


.about-section-three .right-col:before{
    content:"";
    position:absolute;
    background:rgba(255,255,255,0.3);
    width:1px;
    height:100%;
    left:0;
    top:0;
}
}

@media(min-width:950px){
    
.about-section-three .left-col{
    padding: 75px 9% 75px 0;
    
}

.about-section-three .right-col{
    padding: 75px 0 75px 9%;
    position:relative;
}

}

.difference-cm{
    padding-bottom: 45px;
}


.circular-font-icon.span2{
    max-width: 52px;
}

.circular-font-icon i{
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-radius: 100%;
    padding: 11px;
}

.descriptive-text{
    padding-left:10px;
}

.descriptive-text p{
    margin:0;
    color: rgba(255,255,255,0.6);
}


.about-section-three .hs_cos_wrapper_type_cta{
    text-align:center;
}








/****************************************************************************************
**********************************  SERVICES STYLING  **********************************			
****************************************************************************************


/*==================================================================
   Service Section One Styling
===================================================================*/


body .row-fluid .services-section-one .section-heading{
    max-width: 640px;
    margin: 0 auto;
    float: none;
}

.space-top{
    padding:75px 0 0;
}

@media(max-width:767px){

.vertical-center .widget-type-linked_image{
    text-align:center;
    margin-top:20px;
}

.mobile-top-space{
    margin-top:50px;
}


body .row-fluid  .font-icon-grp.span3{
    margin: 50px auto 30px;
    float: none;
    display: block;
    margin-left: 0;
}

.space-top {
    padding: 10px 0 0;
}

}


/*=========================================================================
   Service Section Two Styling
=========================================================================*/

.services-section-two{
    padding-bottom: 30px;
}



/*====================================================================
   Service CM Styling
=====================================================================*/




@media (min-width: 768px){

body .container-fluid .row-fluid .service-page-service-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.7%;
    width: auto;
    justify-content: center;
    -webkit-justify-content: center;
}



.service-page-service-container span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 47.333%;
    float: left;
    margin: 40px 2.6677% 40px 0;
}

}

.agency-service-container .service-cm {
    margin-bottom: 60px;
}

.service-page-service-container .font-icon-grp.span3 {
    text-align: center;
    border: 1px solid #102034 ;
    border-radius: 100%;
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.service-page-service-container .number-count {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
    background: #102034 ;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items:center;
    justify-content: center;
    -webkit-justify-content: center;
}


.service-page-service-container .service-cm i{
    color: #102034 ;
    font-size: 40px;
    line-height: 40px;
    opacity: 0.9;
}


.service-page-service-container .service-header-grp i{
    font-size: 17px;
    line-height: 27px;
    vertical-align: middle;
    margin-left:10px;
}


@media(min-width:768px){

body .row-fluid .service-header-grp{
    position:relative;
    padding-left: 40px;
    margin-left: 43px;
}


.service-page-service-container .service-header-grp:before{
    content:"";
    position:absolute;
    background:#102034 ;
    width:3px;
    height:100%;
    left:0;
    top:0;
    border-radius:6px;
}

.service-page-service-container .service-header-grp:after{
    content:"";
    position:absolute;
    left: -7px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #102034 ;
}
}


@media (max-width:767px){

.service-page-service-container span>.hs_cos_wrapper{
    margin:30px 0;
}
}





/***************************************************************************
******************************SINGLE SERVICES PAGE*************************
**************************************************************************/

body .row-fluid .single-service-two-col .wrapper{
    max-width:1000px;
}

.single-service-cm .font-icon-container{
    text-align: center;
    border: 1px solid #102034 ;
    border-radius: 100%;
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-color:#102034 ;
}

.single-service-cm .icon .fa {
    color:#102034 ;
    font-size: 40px;
    line-height: 40px;
    opacity: .9;
}

.single-service-cm .count {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: #102034 ;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

body .row-fluid .single-service-cm .heading-container{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.row-fluid .single-service-cm h3{
    margin:0;
}

.single-service-cm {
    border-bottom:3px solid #102034 ;
    padding-bottom:35px;
    margin-bottom:50px;
    position:relative;
}

.single-service-cm:before{
    content: "";
    position: absolute;
    left: 4.3%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #102034 ;
}

.description-container img{
    margin:30px 0;
}





@media (max-width:767px){
    

.single-service-cm .font-icon-container {
    margin: 0 auto 30px;
}

.single-service-cm:before {
    margin: 0 auto;
    right: 0;
}
}











/****************************************************************************************
********************************** TEAM PAGE STYLING  **********************************			
****************************************************************************************/

.team-member-section .section-heading{
    margin-bottom:60px;
}

body .container-fluid .row-fluid .team-member-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    padding:2%;
    background: #fafafa;
}

body .row-fluid .team-member-cm-container span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 30%;
    float: left;
    margin:20px 1.6%;
    position: relative;
    z-index: 1;
    overflow:hidden;
    background:#102034 ;
    box-sizing: border-box;
    padding-top:50px;
    padding-bottom:3px;
}

.team-member-cm .member-image{
    width:100px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    border-radius:50%;
    margin-bottom:30px;
    overflow:hidden;
}

.team-member-cm .member-designation h4,
.team-member-cm .member-designation p{
    margin-bottom:0;
}

.team-member-cm {
    position:relative;
    z-index:1;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:20px;
}

.team-member-cm:before{
    position: absolute;
    content: '';
    top: 50px;
    bottom: 0;
    right: -2px;
    left: -2px;
    z-index: -1;
    background: url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Agency%20Pack%20/White.svg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.team-member-cm .member-designation{
    margin-bottom:10px;
}

.team-member-cm .social-icons{
    margin-bottom:20px;
}

.team-member-cm .social-icons .fa{
    margin: 0 7px;
    font-size: 20px;
    color:#102034 ;
}




@media (min-width:768px) and (max-width:1024px){
     
.team-member-cm {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

body .row-fluid .team-member-cm-container span>.hs_cos_wrapper {
    padding-top: 30px;
}
}




@media (max-width:768px){
 
body .container-fluid .row-fluid .team-member-cm-container>span {
    padding: 0;
} 
 
body .row-fluid .team-member-cm-container span>.hs_cos_wrapper {
    display:block;
    flex-basis: 100%;
    width:100%;
    margin: 0;
    margin-bottom: 20px;
    border-left:1px solid #102034 ;
    border-right:1px solid #102034 ;
} 
}






/************************************************************************
***************************SINGLE TEAM PAGE******************************
*************************************************************************/

.single-team-hero{
    padding:130px 0 0;
}

body .row-fluid .single-team-hero .image-container{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    position:relative;
    bottom:-50px;
    border: 6px solid;
    background:#f2f2f2;
}


.single-member-section{
    padding-top:60px;
    padding-bottom:60px;
}

.single-member-section .social-icons .fa{
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 4px;
    background: #102034 ;
    font-size: 16px;
    color: #fff;
}

.single-member-section .member-info-container{
    margin-bottom: 80px;
}




/*============Mobile Responsive ================*/

@media (max-width:768px){
 
.single-team-hero {
    padding: 20px 0 0;
} 

.single-member-section .member-info-container {
    margin-bottom: 40px;
}
}







.single-team-section-2{
    padding-bottom:70px;
}

.single-team-section-2 .cta{
    margin-top:40px;
}





/****************************************************************************************
**********************************  SERVICES STYLING  **********************************			
****************************************************************************************/


.team-member-section .section-heading{
    margin-bottom:60px;
}

body .container-fluid .row-fluid .team-member-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    padding:2%;
    background: #fafafa;
}

body .row-fluid .team-member-cm-container span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 30%;
    float: left;
    margin:20px 1.6%;
    position: relative;
    z-index: 1;
    overflow:hidden;
    background:#102034 ;
    box-sizing: border-box;
    padding-top:50px;
    padding-bottom:3px;
}

.team-member-cm .member-image{
    width:100px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    border-radius:50%;
    margin-bottom:30px;
    overflow:hidden;
}

.team-member-cm .member-designation h4,
.team-member-cm .member-designation p{
    margin-bottom:0;
}

.team-member-cm {
    position:relative;
    z-index:1;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:20px;
}

.team-member-cm:before{
    position: absolute;
    content: '';
    top: 50px;
    bottom: 0;
    right: -2px;
    left: -2px;
    z-index: -1;
    background: url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Agency%20Pack%20/White.svg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.team-member-cm .member-designation{
    margin-bottom:10px;
}

.team-member-cm .social-icons{
    margin-bottom:20px;
}

.team-member-cm .social-icons .fa{
    margin: 0 7px;
    font-size: 20px;
}




@media (min-width:768px) and (max-width:1024px){
     
.team-member-cm {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

body .row-fluid .team-member-cm-container span>.hs_cos_wrapper {
    padding-top: 30px;
}
}




@media (max-width:768px){
 
body .container-fluid .row-fluid .team-member-cm-container>span {
    padding: 0;
} 
 
body .row-fluid .team-member-cm-container span>.hs_cos_wrapper {
    display:block;
    flex-basis: 100%;
    width:100%;
    margin: 0;
    margin-bottom: 20px;
    border-left:1px solid #102034 ;
    border-right:1px solid #102034 ;
} 
}





/************************************************************************
***************************SINGLE TEAM PAGE******************************
*************************************************************************/

.single-team-hero{
    padding:130px 0 0;
}

body .row-fluid .single-team-hero .image-container{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    position:relative;
    bottom:-50px;
    border: 6px solid;
    background:#f2f2f2;
}


.single-member-section{
    padding-top:60px;
    padding-bottom:60px;
}

.single-member-section .social-icons .fa{
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 4px;
    background: #102034 ;
    font-size: 16px;
    color: #fff;
}

.single-member-section .member-info-container{
    margin-bottom: 80px;
}




/*============Mobile Responsive ================*/

@media (max-width:768px){
 
.single-team-hero {
    padding: 20px 0 0;
} 

.single-member-section .member-info-container {
    margin-bottom: 40px;
}
}






.single-team-section-2{
    padding-bottom:70px;
}

.single-team-section-2 .cta{
    margin-top:40px;
}





/****************************************************************************************
**********************************  CONTACT US PAGE STYLING  *****************************
****************************************************************************************/

/*====================================================================
                Contact Hero Section
====================================================================*/

.contact-hero-section{
    padding:200px 0 0;
}

.contact-hero-section .left-col p{
    font-weight:400;
}

.contact-hero-section .left-col h4{
    font-weight: 600;
    color: #ABABAB;
    margin-bottom:10px;
}

.contact-hero-section .heading{
    margin-bottom:20px;
}
    
.contact-hero-section .address{
    margin-bottom:16px;
}

.contact-hero-section .right-col{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.contact-hero-section .left-col{
    padding-bottom: 80px;   
}

.contact-hero-section .right-col{
     
}

.contact-hero-section .widget-type-form{
    background: #fafafa;
    padding: 50px 30px;
}



@media (min-width:768px) and (max-width:1024px){

.contact-hero-section .widget-type-form {
    padding: 40px 20px;
}

.contact-hero-section {
    padding: 150px 0 0;
}
}




@media (max-width:768px){

.contact-hero-section .widget-type-form {
    padding: 30px 20px;
}

.contact-hero-section .left-col {
    padding-bottom: 0;
    margin-top: 40px;
}

.contact-hero-section {
    padding: 70px 0 40px;
}

body .contact-hero-section .row-fluid{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}
}


/****************************************************************************************
**********************************  BLOG STYLING  **********************************			
****************************************************************************************/



/*======================================      
        Blog Hero Section Styling
======================================*/

body .row-fluid .blog-hero-section{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 180px;
    padding-bottom: 140px;
}

.blog-hero-section h1{
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-top: 16px;
}

.blog-hero-section .hs-author-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px;
    float: right;
}

body .blog-hero-section .wrapper{
    width:auto;
    max-width:900px;
    padding:0 20px;
    margin:0 auto;
}

.blog-hero-section .author-link {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin-top: 2px;
}

.blog-hero-section .author-link span {
    font-weight: 300;
    text-transform: initial;
}

.blog-hero-section .pop_post_date {
    margin-top: 3px;
}

.blog-hero-slider {
    position:relative;
}

.blog-hero-slider .slick-dots {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.blog-hero-slider .slick-dots li{
    display:inline-block;
}

.blog-hero-slider .slick-dots li button{
    background: transparent;
    color: rgba(255, 255, 255, 0);
    font-size: 16px;
    padding: 0;
    font-weight: 300;
    width: 50px;
    text-align: center;
    margin: 0 6px;
    border: 0;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

.blog-hero-slider .slick-dots li.slick-active button{
    border-color:#102034 ;
}

.blog-hero-slider .slick-dots li button:focus{
    outline:none;
}





/*======================================================            
            LISTING STYLING
=====================================================*/

.row-fluid .pth-blog-body .post-listing {
    width: auto;
    margin-right: -3%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;    
    margin-bottom: 60px;
}

body .row-fluid .pth-blog-body .post-item{
    display: block;
    overflow: hidden;
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    padding:60px 0;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}

.row-fluid .pth-blog-body .post-item .span6{
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    padding:0 20px;
}








/*================== Blog Pagination =====================*/

.blog-pagination{
    display: block;
    clear:both;
}

.row-fluid .pth-blog-body .post-item .text-container{
    border-left: 1px solid rgba(255, 255, 255, 0.78);
    padding:10px 20px;
}

.row-fluid .pth-blog-body .no-featured-image .text-container{
    border-left: 1px solid rgba(156, 156, 156, 0.78);
}
.post-item  .author-link{
    margin-bottom:12px;
}

.pth-blog-body{
    padding:100px 0;
}

.pth-blog-body .no-featured-image a{
    color:#3a3939;
}

.blog-pagination{
    position:relative;
    margin-top:40px;
}

.blog-pagination a{
    letter-spacing: .4px;
    font-weight: 500;
    border: 1px solid;
    display: inline-block;
    overflow: hidden;
    padding: 6px 10px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    color:#102034 ;
}

.blog-pagination a:hover{
    color:#fff!important;
    background:#102034 ;
    border:1px solid;
}

.blog-pagination .all-posts-link{
    left: 0;
    right: 0;
    width: 110px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

.next-posts-link{
    right:0;
    position:absolute;
    text-align:right;
}

.next-posts-link .fa{
   padding-left: 10px;
}

.previous-posts-link .fa{
    padding-right: 10px;
}












/*=================================================
        Post Page Styling
=================================================*/        

.hs-blog-post .post-header .hs-author-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.hs-blog-post .wrapper{
    width:100%;
    max-width:900px;
    padding:0 20px;
    margin:0 auto;
}

.hs-blog-post .post-header .author-link {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin-top: 2px;
}

.hs-blog-post .post-header .author-link span {
    font-weight: 300;
    text-transform: initial;
}

.hs-blog-post .post-header .pop_post_date {
    margin-top: 3px;
}

.hs-blog-post .social-share-icons ul{
    margin:0;
    text-align:right;
}

.hs-blog-post .social-share-icons li{
    display: inline-block;
}

.hs-blog-post .social-share-icons li a{
    margin-left: 8px;
    width: 50px;
    line-height: 50px;
    font-size:22px;
    border-radius: 50%;
    text-align: center;
    background: #102034 ;
    color: #fff;
    display: inline-block;
}

.hs-blog-post .post-header{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.hs-blog-post #hubspot-topic_data{
    margin-bottom:30px;
}

.hs-blog-post .post-body{
    width:100%;
    max-width:840px;
    margin:0 auto;
}

.section.post-body {margin-top: 3rem;}

@media (max-width:768px){
    .hs-blog-post .post-body{
        padding:0 30px;
        width:auto;
    }
    .awc.blog .post-section-hero{
        min-height: 470px;
    }
    .awc.blog .post-section-hero h1{
        font-size: 2.7em;
        line-height: 54px;
    }
}


/*===============================================================
                Blog Tags Section
==============================================================*/

.blog-tags-section{
    padding: 30px 0 10px;
    border-bottom: 1px solid #e7e7e7;
}

.blog-tags-section .tags-toggle{
    text-align:right;
    cursor:pointer;
}

.blog-tags-section .tag-container{
    display:none;
}

.blog-tags-section .filter-link-count{
    display:none;
}

.blog-tags-section .tag-container ul{
    margin:0;
}

.blog-tags-section .tag-container ul li,
.blog-tags-section .tag-container .filter-expand-link{
    float: left;
    border: 1px solid #e7e7e7;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #3a3939;    
    margin: 0 20px 20px 0;    
}

.blog-tags-section .tag-container ul li a,
.blog-tags-section .tag-container .filter-expand-link {
    padding: 16px 20px;
    display: inline-block;
    color:#3a3939;
}

.blog-tags-section .tag-container .filter-expand-link{
    border-color:#102034 ;
    color:#102034 ;
}






/*=================== Blog Comment Form=========================*/



body .container-fluid .row-fluid .widget-type-blog_comments{
    width: 100%;
    max-width: 840px;
    margin: 50px auto 0;
    float:none;
}







/*=================== Subscribe Blod Section =========================*/

.subscribe-blog-section h3{
    display:block;
    text-align:center;
}

.subscribe-blog-section .widget-type-blog_subscribe input[type="email"]{
    border: 1px solid;
    border-radius: 4px;
    padding: 0 26px 0 15px;
    font-size: 14px;
    color: #fff;
    padding-right: 60px;
    height: 55px;
}

.subscribe-blog-section .widget-type-blog_subscribe input[type="email"]:focus,
.subscribe-blog-section .widget-type-blog_subscribe form .hs-button.primary:focus{
    outline:0;
    border: 1px solid;
}

.subscribe-blog-section .widget-type-blog_subscribe form{
    position: relative;
    width: 100%;
    max-width: 580px;
    margin: 20px auto 0;
}

.subscribe-blog-section .hs-error-msgs {
    list-style:none;
}

.subscribe-blog-section .widget-type-blog_subscribe form .actions{
    position: absolute;
    right: 0;
    top: 0;
}

.subscribe-blog-section .widget-type-blog_subscribe form .hs-button.primary {
    color: transparent;
    padding: 18px 22px;
    font-size: 1px;
    border:0;
    background:transparent;
    cursor:pointer;
    margin:0;
    box-shadow: none;
}

.subscribe-blog-section .widget-type-blog_subscribe form .hs-button.primary:hover{
    background:transparent;
    border:0;
}

.subscribe-blog-section .widget-type-blog_subscribe form .hs-button.primary:focus{
    outline:0;
    border:0;
}

.subscribe-blog-section .widget-type-blog_subscribe form .actions:before{
    position: absolute;
    content: '\f1d9';
    top: 10px;
    left: -22px;
    right: 0;
    font-family: FontAwesome;
    text-align: center;
    pointer-events: none;
    color: #fff;
    font-size: 20px;
}

.subscribe-blog-section .widget-type-blog_subscribe .field>label{
    display:none;
}

.subscribe-blog-section ::-webkit-input-placeholder {
    color: #fff;
}

.subscribe-blog-section ::-moz-placeholder { 
    color: #fff;
}

.subscribe-blog-section :-ms-input-placeholder { 
    color: #fff;
}

.subscribe-blog-section :-moz-placeholder { 
    color: #fff;
}






/*========================= Author Page Styling =========================*/

.author-page-single .social-share-icons li {
    display: inline-block;
}

.author-page-single .social-share-icons li a{
    margin:0 4px;
    width: 50px;
    line-height: 50px;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    background: #102034 ;
    color: #fff;
    display:inline-block;
}

.author-page-single .hs-author-avatar{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 18px;
}

.post-by-author{
    margin-top:40px;
}








/*===============================================================
            Blog Tab Responsive
===============================================================*/


@media (max-width:1024px){

.blog-tags-section .tag-container ul li, .blog-tags-section .tag-container .filter-expand-link {
    font-size: 14px;
    margin: 0 12px 12px 0;
}

.blog-tags-section .tag-container ul li a, .blog-tags-section .tag-container .filter-expand-link {
    padding: 12px 14px;
}

.pth-blog-body {
    padding: 60px 0;
}

.post-item .equal-height-container>.row-fluid-wrapper>.row-fluid{
    display:block;
}

.row-fluid .pth-blog-body .post-item .span6 {
    width: 100%;
}

.row-fluid .pth-blog-body .post-item .text-container {
    border-left: 0;
}
}







@media (max-width:767px){
    
.blog-hero-section .hs-author-avatar {
    float: none;
    margin: 0 auto 10px;
}

.blog-hero-section h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

body .row-fluid .blog-hero-section {
    padding-top: 110px;
    padding-bottom: 140px;
}

.hs-blog-post .social-share-icons ul {
    margin-top: 26px;
    text-align:left;
}

.hs-blog-post .social-share-icons li a {
    margin-left: 0;
    margin-right: 8px;
}

body .row-fluid .blog-tags-section .left-col,
body .row-fluid .blog-tags-section .right-col{    
    width:50%;
    float:left;
}

body .row-fluid .blog-pagination a {
    font-weight:400;
    border: 0;
    padding: 0;
}

.blog-pagination a:hover{
    background:transparent;
    color:#102034 ;
}

.pth-blog-body {
    padding: 60px 0 20px;
}

body .author-page-single .hs-author-profile {
    display:flex;
    display:-webkit-flex;
    flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
}

.author-page-single .social-share-icons li a {
    margin: 0 4px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
}
}




@media (max-width:600px){
    
body .row-fluid .pth-blog-body .post-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.row-fluid .pth-blog-body .post-listing {
    margin-right: 0;
    margin-bottom: 40px;
}
}











/****************************************************************************************
**********************************  REQUEST QUOTE LP  **********************************		
****************************************************************************************/


/*====================================================================
                Landing Page Hero Section
====================================================================*/


.lp-hero-section{
    padding:150px 0 0;
    position:relative;
}

.lp-hero-section .widget-type-form{
    background:#fff;
    padding:50px 30px 80px;
}

.request-quote .leftt-col{
    padding-bottom:60px;
}

.request-quote .right-col h3{
    color:#000;
}





@media (max-width:768px){

.lp-hero-section {
    padding: 100px 0 0;
}

.lp-hero-section .widget-type-form {
    padding: 40px 20px 40px;
    margin-top: 40px;
}
}


















/*====================================================================
                Landing Page Hero Section
====================================================================*/

.lp-three-col-features{
    position:relative;
    z-index:1;
    overflow:hidden;
}

.lp-three-col-features:before{
    position:absolute;
    z-index:-1;
    content:'';
    bottom:0;
    left:0;
    right:0;
    height: 350px;
    background: #fafafa;
}


.lp-three-col-features .section-heading{
    margin-bottom:60px;
}

.lp-three-col-features .read-more-button{
    margin-top:30px;
    color:#102034 ;
}

.lp-three-col-features .read-more-button i{
    margin-left:10px;
}

.lp-feature-cm .icon .fa{
    font-size: 140px;
    margin-bottom: 40px;
    color:#102034 ;

}

body .row-fluid .lp-feature-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -5.1%;
}

body .row-fluid .lp-feature-cm-container>span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 30%;
    float: left;
    margin-right: 2.5%;
    margin-top: 30px;
    position: relative;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 0;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
}

body .row-fluid .lp-feature-cm-container>span>.hs_cos_wrapper .lp-feature-cm{
    padding:0 15px;
}



@media (max-width:1024px){

.lp-feature-cm .icon .fa {
    font-size: 80px;
    margin-bottom: 30px;
}
}




@media (max-width:767px){
 
body .row-fluid .lp-feature-cm-container>span {
    margin-right:0;
}

body .row-fluid .lp-feature-cm-container>span>.hs_cos_wrapper {
    display: block;
    width:100%;
    flex-basis: 100%;
    margin-right:0;
    margin-top: 20px;
    padding: 30px 0;
}

body .row-fluid .lp-feature-cm-container>span>.hs_cos_wrapper .lp-feature-cm{
    padding:0 15px;
}

}









/****************************************************************************************
**********************************  LP OPTION TWO STYLING  ******************************
****************************************************************************************/



/*================================================================
                        LP HERO SECTION
=================================================================*/        

.lp-option-hero{
    padding:250px 0 150px;    
}


body .row-fluid .lp-option-hero .wrapper{
    max-width:800px;
}



@media (max-width:767px){
    
.lp-option-hero {
    padding: 120px 0 100px;
}    
}









/*================================================================
                        LP OPTION ONE COL
=================================================================*/        

body .row-fluid .lp-option-one-col .wrapper{
    max-width:900px;
}


@media (max-width:767px){

.lp-option-left-image .left-col{
    margin-bottom:40px;
}
}




/*======================================================
            LP OPTION SERVICE CM
=====================================================*/            

.lp-option-section-services{
    padding:70px 0;
    background:#fafafa;
}

body .row-fluid .lp-option-service-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
}

body .row-fluid .lp-option-service-cm-container>span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 30%;
    float: left;
    margin:20px 1.64%;
    position: relative;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 0;
}

body .row-fluid .lp-option-service-cm-container>span>.hs_cos_wrapper .lp-option-service-cm{
    padding:0 15px;
}

.lp-option-section-services .lp-option-service-cm .fa{
    font-size: 32px;
    color:#102034 ;
    width: 70px;
    line-height: 70px;
    background: #fafafa;
    border-radius: 50%;
    margin-bottom: 24px;
}


@media (max-width:1024px){


body .row-fluid .lp-option-service-cm-container>span>.hs_cos_wrapper {
    padding: 30px 0;
}

body .row-fluid .lp-option-service-cm-container>span>.hs_cos_wrapper .lp-option-service-cm{
    padding:0 15px;
}

}


@media (max-width:767px){
    
body .row-fluid .lp-option-service-cm-container>span>.hs_cos_wrapper {
    margin: 0;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
}    
}



/*================================================================
                        LP OPTION BOTTOM TWO COL
=================================================================*/        

.lp-option-bottom-two-col .section-heading{
    margin-bottom:50px;
}

.lp-option-bottom-two-col .column{
    border: 1px solid #e7e7e7;
    padding: 60px 40px;
    border-radius: 4px;
    box-sizing: border-box;
}




@media (max-width:767px){
    
.lp-option-bottom-two-col .column{
    margin-top:30px;
}
}





/*================================================================
                        LP OPTION FORM SECTION
=================================================================*/        

.lp-option-form-section .left-col{
    border: 1px solid #e7e7e7;
    padding: 30px 40px 50px;
    border-radius: 4px;
}


@media (max-width:767px){

.lp-option-form-section .left-col{
    margin-bottom:40px;
}
}











/*===============================================================
            FAQ hero Section
===============================================================*/

.faq-hero-section{
    padding:200px 0 70px;    
}

#faq_search_form{
    width: 100%;
    margin: 0 auto;
    max-width: 760px;
    position: relative;
}

#faq_search_form ::-webkit-input-placeholder {
    color: #fff;
}

#faq_search_form ::-moz-placeholder { 
    color: #fff;
}

#faq_search_form :-ms-input-placeholder { 
    color: #fff;
}

#faq_search_form :-moz-placeholder { 
    color: #fff;
}

#faq_search_field{
    border:2px solid #fff;
    border-radius:2px;
    height:50px;
    color:#fff;
    padding:0 40px 0 15px;
    background:transparent;
}

#faq_search_field:focus{
    border:2px solid #fff;
}

#faq_search_form .search-icon{
    position: absolute;
    right: 18px;
    top: 15px;
}








@media (max-width:1024px){

}





@media (max-width:767px){
    
.faq-hero-section {
    padding: 110px 0 30px;
}

}




/*===============================================================
            FAQ Section
===============================================================*/
/*

.faq-section{
    padding-top:50px;
}

body .row-fluid .faq-section .wrapper{
    max-width:800px;
}

.faq-section .accordion_group{
    border-bottom:1px solid #e7e7e7;
}

.faq-cm-container .accordion_group h4{
    margin:0;
}

.faq-cm-container .accordion_header{
    padding:25px 0;    
    cursor:pointer;
}

*/
.faq-cm-container .accordion_content{
    padding-bottom:20px;
}

.faq-cm-container>span>.hs_cos_wrapper:last-child .accordion_group{
    border-bottom:0;
}

.faq-cm-container .accordion_content a{
    color:#102034 ;
}


@media (max-width:1024px){

}





@media (max-width:767px){
    
.faq-cm-container .accordion_header {
    padding: 15px 0;
}

}














/*======================================================
            FAQ Services Section
=====================================================*/            
/*
.faq-section-services{
    padding:70px 0;
    background:#fafafa;
}

body .row-fluid .faq-service-cm-container>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
}

body .row-fluid .faq-service-cm-container>span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 30%;
    float: left;
    margin: 1.64%;
    position: relative;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    padding: 50px 15px;
}

.faq-section-services .faq-service-cm .fa{
    font-size: 32px;
    color:#102034 ;
    width: 70px;
    line-height: 70px;
    background: #fafafa;
    border-radius: 50%;
    margin-bottom: 24px;
}







@media (max-width:1024px){


body .row-fluid .faq-service-cm-container>span>.hs_cos_wrapper {
    padding: 30px 15px;
}

}





@media (max-width:767px){
    
body .row-fluid .faq-service-cm-container>span>.hs_cos_wrapper {
    margin: 0;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
}    

}
*/

/*====================================================================
                Contact Hero Section
====================================================================*/

.contact-hero-section{
    padding:200px 0 0;
}

.contact-hero-section.overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    z-index: -1;
}

.contact-hero-section .left-col p{
    font-weight:400;
}

.contact-hero-section .left-col h4{
    font-weight: 600;
    color: #ABABAB;
    margin-bottom:10px;
}

.contact-hero-section .heading{
    margin-bottom:20px;
}
    
.contact-hero-section .address{
    margin-bottom:16px;
}

.contact-hero-section .right-col{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.contact-hero-section .left-col{
    padding-bottom: 80px;   
}

.contact-hero-section .right-col{
     
}

.contact-hero-section .widget-type-form{
    background: #fff;
    padding: 50px 30px;
}



@media (min-width:768px) and (max-width:1024px){

.contact-hero-section .widget-type-form {
    padding: 40px 20px;
}

.contact-hero-section {
    padding: 150px 0 0;
}

}




@media (max-width:768px){

.contact-hero-section .widget-type-form {
    padding: 30px 20px;
}

.contact-hero-section .left-col {
    padding-bottom: 0;
    margin-top: 40px;
}

.contact-hero-section {
    padding: 110px 0 40px;
}

body .contact-hero-section .row-fluid{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

}




/*===============================================================================
                        Home Blog Section
===============================================================================*/                        

.jumbo4-home-blog-section{
    background:#fafafa;
}

body .row-fluid .jumbo4-home-blog-section .left-col{
    margin: 0;
    width: 35%;
    padding:0 8%;
}

body .row-fluid .jumbo4-home-blog-section .right-col{
    margin: 0;
    width: 56%;
}

.jumbo4-home-blog-section .single-post .topic-link{
    display:none;
}

.jumbo4-home-blog-section .single-post .topic-link:first-child{
    display:block;
}

.jumbo4-home-blog-section .single-post .topic-link h4{
    text-transform:uppercase;
    color:#102034 ;
}

.jumbo4-home-blog-section .single-post h3{
    font-size: 18px;
    line-height:22px;
    margin-bottom: 30px;
    margin-top: 10px;
}

body .row-fluid .jumbo4-home-blog-section .single-post {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 90px 0 80px 60px;
}

.jumbo4-home-blog-section .single-post .hs-author-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    margin-right:10px;
    float:left;
}

.jumbo4-home-blog-section .single-post .author-link{
    font-size: 16px;
    text-transform: uppercase;
    color: #102034 ;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin-top: 2px;
}

.jumbo4-home-blog-section .single-post .author-link span{
    font-weight: 300;
    text-transform: initial;
}

.jumbo4-home-blog-section .single-post .pop_post_date{
    color: #A9A9A9;
    margin-top:5px;
}

.jumbo4-home-blog-section .single-post .author-data-container{
    display:block;
    overflow:hidden;
    margin-top:30px;
}

.jumbo4-home-blog-section .single-post p{
    color:#2f2f2f;
}











/*============Tab Responsive ================*/

@media (min-width:768px) and (max-width:1024px){
 
body .row-fluid .jumbo4-home-blog-section .left-col {
    padding: 0 28px;
} 
 
body .row-fluid .jumbo4-home-blog-section .right-col {
    width: 63%;
} 
 
body .row-fluid .jumbo4-home-blog-section .single-post {
    padding: 90px 0 80px 20px;
} 

.jumbo4-home-blog-section .single-post .pop_post_date {
    font-size: 12px;
}

.jumbo4-home-blog-section .single-post .author-link {
    font-size: 12px;
}
}



/*============Mobile Responsive ================*/

@media (max-width:768px){
 
body .row-fluid .jumbo4-home-blog-section .left-col {
    width: 100%;
    padding: 40px 20px;
} 

body .row-fluid .jumbo4-home-blog-section .single-post {
    width: 100%;
    padding: 20px 20px;
    border-top: 1px solid #e7e7e7;
}
 
body .row-fluid .jumbo4-home-blog-section .right-col {
    width: 100%;
} 

.jumbo4-home-blog-section .single-post .pop_post_date {
    font-size: 12px;
}

.jumbo4-home-blog-section .single-post .author-link {
    font-size: 12px;
}
}









/**************************************************************
            Section-Ebook-WhitePaper
**************************************************************/


.global-wp-section{
    padding:100px 0px;
    position:relative;
    
}

.global-wp-section h2,
.global-wp-section h3,
.global-wp-section h4,
.global-wp-section p,
.global-wp-section li{
    color:#ffffff;
}

.global-wp-section .wrapper{
    position:relative;
    z-index:1;
}

.global-wp-section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    //background-image: linear-gradient(to bottom,rgba(0,0,0,0.1),#000);
    background: rgba(0, 0, 0, 0.6);
}








/******************************************
            TALK TO US SECTION
******************************************/




.jumbo-talk-to-us{
    padding:100px 0;   
}
    
body .container-fluid .row-fluid .jumbo-talk-to-us .section-heading{
    max-width:1060px;
    padding:0;
}

body .row-fluid .jumbo-talk-to-us .icon-img{
    width: 100%;
    max-width: 50px;
    margin: 20px auto 30px;
    float: none;
}

.jumbo-talk-to-us .button a{
    color: #fff;
    border: 1px solid;
    padding: 8px 26px;
    display: inline-block;
    margin-top: 10px;
}



@media (min-width:768px){

body .container-fluid .row-fluid .jumbo-talk-to-us .left-col,
body .container-fluid .row-fluid .jumbo-talk-to-us .right-col{
    margin:0;
    width:50%;
    padding:0 20px;
}

}





body .container-fluid .row-fluid .jumbo-talk-to-us .left-col,
body .container-fluid .row-fluid .jumbo-talk-to-us .right-col{
    position:relative
}



body .container-fluid .row-fluid .jumbo-talk-to-us .left-col:before{
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    bottom: 0;
    width: 1px;
    background: #fff;
}



@media (max-width:1024px){
 
.jumbo-talk-to-us {
    padding: 70px 0;
} 
}


@media (max-width:767px){

body .container-fluid .row-fluid .jumbo-talk-to-us .section-heading {
    padding: 0;
    margin-bottom: 0;
}


body .container-fluid .row-fluid .jumbo-talk-to-us .left-col:before,
body .container-fluid .row-fluid .jumbo-talk-to-us .right-col:before{
    display:none;
}

body .row-fluid .jumbo-talk-to-us .icon-img{
    margin: 20px auto 20px;
}

body .container-fluid .row-fluid .jumbo-talk-to-us .right-col{
    padding-top:40px;
}

.jumbo-talk-to-us {
    padding: 50px 0;
} 

}   

/* Front-End Fixes 07/26/2018 */
.awc .hero-section .wrapper {margin-top: 3rem !important;  margin-bottom: 5rem !important;}
.hero-hd h1 {text-align: center !important;}

.feature-cm-container {margin-top: 4rem !important; margin-bottom: 4rem !important;}
.feature-cm-container span>.hs_cos_wrapper {flex-basis: 25%; margin: 0; padding-right: 2.25rem; padding-left: 2.25rem; box-sizing: border-box; border-right: 1px solid #eee;}
.feature-cm-container span>.hs_cos_wrapper:nth-child(4) {/*padding-right: 0 !important;*/ border-right: none;}
.feature-cm-container .feture-cm .icon .fa {width: 80px; line-height: 80px; /*color: #236fcc;*/}
.feature-cm-container .feture-cm .heading h4, .feature-cm-container .feture-cm .heading h4 a {color: #236fcc !important;}
.feature-cm-container .feture-cm p {
    font-size: 1em; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    line-height: 1.4rem;   /* fallback */
    max-height: 7rem;      /* fallback */
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.feature-cm-container .feture-cm .burron .cta_button {display: block !important; border: 1px solid #c6e1ec !important;}

.awc .jumbo-pricing-features, .awc .jumbo-pricing-section {padding: 0 0 !important;}
.awc .section-heading.align-center, .awc .section-heading h2 {margin-bottom: 0 !important;}

.awc .scroll-to-form-section {background: #D7E5F7;}
.awc .awc-form-new, .awc .awc-form {float: none !important; margin: 0 auto !important;}

.jumbo-pricing-features-cm h4, .jumbo-pricing-features-cm p {padding: 0 2rem;}

.three-col-adjust.service-feature-cm-container h4 {font-size: 1.3rem; font-weight: 600; color: #1d4f8b;}
.jumbo-pricing-faq .faq-cm-container {max-width: 1200px !important; margin-top: 2rem;} 

.rounded-image.section-bg:before {top: 150px !important;}
.rounded-image.section-bg:after {top: 140px; right: -40%;}
.widget-type-cta .cta_button {border: 1px solid #c6e1ec !important;}
.video-container video {width: 800px !important;}



.awc .footer {padding: 0; background: #152c48;}
.awc .footer .footer-top {padding: 3rem 0 2rem 0;}
.awc .footer .footer-top .foot-col {min-height: 190px; border-right: 1px solid #1e3450; color: #8a96a4; line-height: normal;} 
.awc .footer .footer-top .foot-col:nth-child(4) {border-right: none;}

.awc .footer .footer-top .foot-col h4 {margin: 0; margin-bottom: 1.5rem; color: #6bd1d6 !important; font-size: 20px; font-weight: 400; line-height: 28px; letter-spacing: .3px;}
.awc .footer .footer-top .foot-col p {color: #8a96a4; letter-spacing: 0 !important;}

.awc .footer .footer-top .logo a {display: block;}
.awc .footer .footer-top .logo img {width: 80% !important; opacity: 0.5; transition: all 0.1s ease-in-out;}
.awc .footer .footer-top .logo a:hover img, .awc .footer .footer-top .logo img:hover {opacity: 0.6;}

.awc .footer .footer-top .foot-col ul {padding: 0;}
.awc .footer .footer-top .foot-col ul li {padding-bottom: 0 !important; font-size: 0.9rem !important; line-height: normal;}
.awc .footer .footer-top .foot-col ul li.hs-menu-item a {position: relative; font-size: 0.9rem !important; padding-left: 1rem; line-height: normal;}
.awc .footer .footer-top .foot-col ul li.hs-menu-item a::before {
    content: "\f054";
    font-family: FontAwesome;
    left: 0;
    top: 0.2rem;
    position: absolute;
    font-size: 0.6rem;
}
.awc .footer .footer-top .foot-col ul li a:link, 
.awc .footer .footer-top .foot-col ul li a:visited {color: #8a96a4;}
.awc .footer .footer-top .foot-col ul li a:hover,
.awc .footer .footer-top .foot-col ul li .fa-phone,
.awc .footer .footer-top .foot-col ul li .fa-envelope {color: #6bd1d6;}

.awc .footer .footer-top .social-icons ul::before, 
.awc .footer .footer-top .social-icons ul::after {content: ''; display: table; clear: both;}
.awc .footer .footer-top .social-icons ul li {float: left; display: block;}
.awc .footer .footer-top .social-icons ul li .fa {width: 40px; height: 40px; line-height: 40px; font-size: 18px; color: #fff; transistion: all 0.3s ease-in-out;}
.awc .footer .footer-top .social-icons ul li .fa:hover {opacity: 0.8;}
.awc .footer .footer-top .social-icons ul li .fa-facebook {background: #3B5998;}
.awc .footer .footer-top .social-icons ul li .fa-yelp {background: #b02800;}
.awc .footer .footer-top .social-icons ul li .fa-linkedin {background: #0077b7;}
.awc .footer .footer-top .social-icons ul li .fa.angie {background: #83b441; line-height: 35px;}
.awc .footer .footer-top .social-icons ul li .fa.angie img {width: 30px; height: auto; top: 0;}
.awc .footer .footer-top .al-2017 img {width: 65px;}

.awc .footer .copyright {background: #102034; text-align: center; color: #576d90; font-size: 0.8rem; letter-spacing: 1px;}

.awc .post-item h2 a:link, 
.awc .post-item h2 a:visited {color: #236fcc;} 
.awc .post-item h2 a:hover, 
.awc .post-item h2 a:focus {color: #6bd1d6;} 

.awc .post-body p {line-height: normal !important;}

.awc .blog-related-section .post-listing {padding: 0 !important;}
.awc .blog-related-section .post-item {overflow: hidden;}
.awc .blog-related-section .post-item .post-body {padding: 0 !important;}
.awc .blog-related-section .post-header {padding-top: 30px !important; margin-bottom: 0 !important; padding-bottom: 0 !important;  border-bottom: none !important;}
.awc .blog-related-section .post-header h2 {border-bottom: none !important;}
.awc .blog-related-section .post-item-inner {min-height: 400px;}


.awc .service-feature-cm h4 {font-weight: 600; font-size: 1.1rem; color: #1d4f8b;}

@media (max-width: 560px) {
    .awc #awc-header .logo {max-width: 180px; padding-left: 2rem; text-align: center;}
    .awc .hero-section.image {padding: 120px 0 20px !important;}
    .awc .hero-section .heading {margin-top: 0 !important; margin-bottom: 0 !important;}
    .awc .hero-section h1 {font-size: 1.8em;}
    .feature-cm-container span>.hs_cos_wrapper {flex-basis: 100%; margin-bottom: 3rem; padding-right: 1rem; padding-left: 1rem; border-right: none;}
    .all-service-two-col .rounded-image {width: 200px !important; height: 200px !important;}
    
    .awc .post-item {float: none; width: 100%; margin-bottom: 30px;}
    .awc .post-item-inner {min-height: 100%;}
    .awc .post-blog-section {margin-top: 3rem;}
    
    
    .awc .footer .footer-top {padding-top: 1rem;}
    .awc .footer .footer-top .foot-col {min-height: auto; margin: 0 2rem 2rem 2rem; padding-bottom: 1rem; border-right: none; border-bottom: 1px solid #1e3450;}
    .awc .footer .footer-top .foot-col:nth-child(4) {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
    .awc .footer .footer-top .social-icons ul {text-align: center;}
    .awc .footer .footer-top .social-icons ul li {float: none; display: inline-block; }
}