* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none!important;
    list-style: none!important;
    outline: 0!important
}

html, body{
    height: 100%;
}

.roboto{
    font-family: 'Roboto', sans-serif;
}
.lato{
    font-family: 'Lato', sans-serif;
}

.desktopLayout{display: block;}
@media (max-width:800px) {
.desktopLayout{display: none !important;}
}
 

.panelShadow{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.panelShadowRight{
-webkit-box-shadow: 5px 0px 14px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 0px 14px 0px rgba(0,0,0,0.25);
box-shadow: 5px 0px 14px 0px rgba(0,0,0,0.25);
}


 
.teamTitle{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #2B2B2B;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background-image: url(../img/shape_red.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

 
 
.teamType{
    font-size: 12px;
    line-height: 12px;
    color: #979798;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
}
 
.pageTitle{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #2B2B2B;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background-image: url(../img/shape_red.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
} 
.pageTitle_career{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background-image: url(../img/shape_red.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
 
.pageTitle_white{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background-image: url(../img/shape_white.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.pageTitle_red{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #2B2B2B;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background-image: url(../img/shape_red.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.pageTitle_white span{
        font-size: 18px;
    line-height: 18px;
}

.chooseImage img{
    display: inline-block;
    width: 100%;
    max-width: 777px;

}

.contactLabel{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    font-weight: 900;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    display: inline-block;
}




.titleAbout{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    color: #2B2B2B;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
}
.titleAbout span{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #979798;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}


.titleBanner{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
text-shadow: -1px 0px 0px rgb(200, 200, 200);
}


.textBanner{
    text-transform: initial;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
text-shadow: -1px 0px 0px rgb(200, 200, 200);
}

.iconText{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #2B2B2B;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}


.groupRoll{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

.groupRoll img{
    display: inline-block;
    text-align: center;
    
 
 
}



.iconRoll{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

.iconRoll img{
    display: inline-block;
    text-align: center;
    width: 50px;
     filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}



.iconHover{ cursor: pointer; }
.iconHover .iconText{}
.iconHover:hover .iconText{ color:#D22118; }
.iconHover:hover .iconRoll img{    
  -webkit-filter: grayscale(0);
  filter: none;
}


.iconHoverSelected{ cursor: pointer; }
.iconHoverSelected .iconText{}
.iconHoverSelected:hover .iconText{ color:#D22118; }
.iconHoverSelected .iconRoll img{    
  -webkit-filter: grayscale(0);
  filter: none;
}.iconHoverSelected:hover .iconRoll img{    
  -webkit-filter: grayscale(0);
  filter: none;
}

.tab_career{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    min-width: 240px;
    display: inline-block;
    background-color: #192e40;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-bottom: #b51615 2px solid;
}
 
@media (max-width:800px) {
.iconRoll img{
    display: inline-block;
    text-align: center;
    width: 30px;
}



/*.teamTitle{
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    color: #2B2B2B;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    background-image: url(../img/shape_red.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}*/

 
.teamType{
    font-size: 10px;
    line-height: 10px;
    color: #979798;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    padding: 5px;
 
    display: block;
}


 
.pageTitle{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}
 
.pageTitle_white{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}

.pageTitle_white span{
    font-size: 14px;
    line-height: 14px;
}

.titleBanner{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    
}


.textBanner{
    text-transform: initial;
    font-size: 11px;
    line-height: 11px;
    color: #000000;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

}



.titleFont{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    color: #2B2B2B;
    padding: 0px;
    margin: 0px;
}


.titleFontInside{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    color: #2B2B2B;
    padding: 0px;
    margin: 0px;
}

.titleFontWhite{
    text-transform: uppercase;
    font-size: 30px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}



.titleFontThumbWhite{
 
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    margin: 0px;
}



.textFont{
    font-size: 12px;
    line-height: 17px !important;
    color: #979798;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 400;
}

.textFont span{
     font-weight: 700;
    background-image: url(../img/bullet.png);
    background-position: top 2px left;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-bottom: 5px;
    display: block;
}


.textFont a{
    font-size: 12px;
    line-height: 16px !important;
    color: #979798;
    font-weight: 400;
}


.textFont a:hover{
     color: #979798;
}

.textFont  p  {
    margin: 0px;
    padding: 0px; 
}
.textFont_center{
    font-size: 12px;
    line-height: 17px !important;
    color: #979798;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-weight: 400;
}

.textFont_center span{
     font-weight: 700;
    background-image: url(../img/bullet.png);
    background-position: top 2px left;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-bottom: 5px;
    display: block;
}


.textFont_center a{
    font-size: 12px;
    line-height: 16px !important;
    color: #979798;
    font-weight: 400;
}


.textFont_center a:hover{
     color: #979798;
}

.textFont_center  p  {
    margin: 0px;
    padding: 0px; 
}

.whiteLabel{
    font-size: 12px;
    line-height: 17px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

.textFont_white{
    font-size: 12px;
    line-height: 17px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-weight: 400;
}

.textFont_white span{
     font-weight: 700;
    background-image: url(../img/bullet.png);
    background-position: top 2px left;
    background-repeat: no-repeat;
    padding-left: 18px;
    padding-bottom: 5px;
    display: block;
}


.textFont_white a{
    font-size: 12px;
    line-height: 16px !important;
    color: #979798;
    font-weight: 400;
}


.textFont_white a:hover{
     color: #979798;
}

.textFont_white  p  {
    margin: 0px;
    padding: 0px; 
}



.contactText{
    font-size: 12px;
    line-height: 17px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-weight: 400;
}

.contactText a{
    font-size: 12px;
    line-height: 16px !important;
    color: #FFFFFF;
    font-weight: 400;
}


.contactText a:hover{
     color: #b51615;
}


.columns{
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;

   -moz-column-gap: 40px;
   -webkit-column-gap: 40px;
   column-gap: 40px;


}


.textFont  ul  {
    margin: 0px;
    padding: 0px;
    margin-left: 20px !important; 

}

.textFont  ul li{
    font-size: 10px;
    line-height: 14px !important;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
   list-style-type: disc !important;
}

.clickContainer{
     display: block;
     font-weight: 700;
     text-transform: uppercase; 
}
.clickme{}
.clickme a{
    display: inline-block;
    background-image: url(../img/plus.png);
    background-position: top 2px right;
    background-repeat: no-repeat;
    padding-right: 18px;
      font-weight: 700;
}

.clickme a:hover{
}

.minus{}
.minus a{
    display: inline-block;
    background-image: url(../img/minus.png) !important;
    background-position: top 5px right;
    background-repeat: no-repeat;
    padding-right: 18px;
}

.minus a:hover{
}

 
.box {
    width: auto;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}




.textFontWhite{
    font-size: 13px;
    line-height: 19px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.textFontWhiteCareers{
    font-size: 13px;
    line-height: 19px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}
.textFont2{
    font-size: 13px;
    line-height: 19px !important;
    color: #707070;
    padding: 0px;
    margin: 0px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}



.leftAlign{
    text-align: left !important;
}
.centerAlign{
    text-align: center !important;
}


.rightAlign{
    text-align: right;
}


.textAboutFont{
    font-size: 13px;
    line-height: 19px !important;
    color: #707070;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}


.thumbFont{
    font-size: 15px;
    line-height: 16px !important;
    color: #4173b2;
    text-transform: uppercase;
}


.thumbFontSmall{
    font-size: 13px;
    line-height: 16px !important;
    color: #4173b2;
    text-transform: uppercase;
}

.thumbFontSmall a{
    font-size: 13px;
    line-height: 16px !important;
    color: #4173b2;
    text-transform: uppercase;
}


.thumbFontSmall a:hover{
    color: #4173b2;
}





.inlineBlock{
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}
.blockIt{
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
}.blockIt2{
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
}
.inlineBlockMax480{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 550px;
    text-align: center;
}.inlineBlockMax700{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 810px;
    text-align: center;
}.inlineBlockMax900{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 900px;
    text-align: center;
}.inlineBlockMax1000{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 976px;
    text-align: center;
}
.inlineBlockMax1200{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 1200px;
    text-align: center;
}
.inlineBlockMax1300{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 1200px;
    text-align: center;
}

.padder{
    padding-top: 20px;
    padding-bottom: 20px;
}
.padX{
    padding-left: 50px;
  
}
.padder2{
    padding-top: 20px;
    padding-bottom: 10px;
}
.tecPadding1{
    padding: 7px;
}
.tecPadding2{
    padding: 25px;
}


.gridImage img {
    width: 100%;
    height: auto
}

.whiteBlock{
   background-color: #FFFFFF;
   display: block;
   position: relative;
   width: 100%; 
   height: auto;
}
.gridIcon{
   background-color: #FFFFFF;
   display: block;
   position: absolute;
   width: 100%; 
   height: 100%;
   top:0px;
   cursor: pointer;
}

.gridIcon .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.gridIcon:hover .hvr-grow{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.vContainer{
    display: inline-table;
    position: relative;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.vCol{
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.vMax{
    display: inline-block;
    max-width: 170px;
}
.roundedContainer{
    display: table;
    position: relative;
    width: auto;
    height: auto;
    padding-bottom: 30px;
    text-align: left;
    vertical-align: top;
 
}

.roundedGap{
    display: table-cell;
    position: relative;
    width: 40px;
    height: 100px;
}


.rounded{
    display: table-cell;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}


.coreImage{
    display: block;
    position: absolute;
    width: 280px;
    margin-left: 550px;
    margin-top: -40px;
}


@media (max-width:800px) {

.coreImage{
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}.coreImage img{
    display: inline-block;
     position: relative;
     max-width: 280px;
 
}


.columns{
   -moz-column-count: 1;
   -webkit-column-count: 1;
   column-count: 1;

   -moz-column-gap: 40px;
   -webkit-column-gap: 40px;
   column-gap: 40px;


}


    .padX{
        padding: 20px;
    }

    .roundedContainer{
        display: table;
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        text-align: center;
        vertical-align: top;
    }

    .roundedIcon {
        cursor: pointer;
        display: inline-block;
    } 

    .roundedGap{
        display: table-cell;
        position: relative;
        width: 20px;
        height: 100px;
    }



}





.roundedImg{
    display: inline-block;
}

.roundedIcon{
    cursor: pointer;
    display: inline-block;
}


.roundedIcon .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.roundedIcon:hover .hvr-grow{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.roundedIcon .roundedTitle{
    font-size: 15px;
    line-height: 16px !important;
    color: #707070;
    text-align: center;
    text-transform: uppercase;  
    padding-top: 14px;
    padding-bottom: 15px;
}

.roundedIcon:hover .roundedTitle{
    color: #002b55;
    background-image: url(../img/down.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.roundedIconSelected .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
 
.roundedIconSelected .roundedTitle{
    font-size: 15px;
    line-height: 16px !important;
    color: #002b55;
    background-image: url(../img/down.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    text-transform: uppercase;  
    padding-top: 14px;
    padding-bottom: 15px;
}


.roundedTec{
    cursor: pointer;
}

 

.roundedTec .hvr-grow-x {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.roundedTec:hover .hvr-grow-x{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

 
.roundedTecSelected .hvr-grow-x {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.roundedTecSelected:hover .hvr-grow-x{

}



.commonButtonMap{
    display: inline-block;
    position: relative;
    width: auto;
    margin-right: 1px;
    text-align: left;
}

.commonButtonMap a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 11px;
    line-height: 20px !important;
    border: #707070 2px solid;
    color: #002b55;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
     font-family: 'montserratsemibold';
}
.commonButtonMap a:hover{
    border: #707070 2px solid;
    color: #002b55;
}


.serviceButton{
    display: inline-block;
    position: relative;
    padding-right: 8px;
    padding-bottom: 8px;
}

.serviceButton a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 12px !important;  
    border: #D5D5D5 1px solid;
    color: #2B2B2B;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;

    
}
.serviceButton a:hover{
 
    color: #2B2B2B;
 
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.22);
}

.serviceLabel{
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 12px !important; 
    border: #b51615 2px solid;
    color: #FFFFFF;
    background-color: #b51615; 
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    
}


.submitButton{
    display: inline-block;
    position: relative;
    width: auto;
    padding-right: 2px;
    padding-left: 2px;
 
}

.submitButton a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 46px !important;
    border-bottom: #b51615 2px solid;
    color: #b51615;
    padding-left:24px;
    padding-right: 24px;
    text-transform: uppercase;
    font-weight: 600;
 
    
}
.submitButton a:hover{
    background-color: #192e40;
  
}




.submitButtonSelected{
    display: inline-block;
    position: relative;
    width: auto;
 
}

.submitButtonSelected a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 46px !important;
    border-bottom: #b51615 2px solid;
    color: #FFFFFF;
    padding-left:24px;
    padding-right: 24px;
    text-transform: uppercase;
    font-weight: 600;
     background-color: #192e40;
 
    
}
.submitButtonSelected a:hover{
    background-color: #192e40;
  
}



.commonButton{
    display: block;
    position: relative;
    width: 100%;
 
}

.commonButton a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 10px;
    line-height: 40px !important;
    border: #b51615 2px solid;
    color: #b51615;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 110px;
    
}
.commonButton a:hover{
    border: #b51615 2px solid;
    color: #FFFFFF;
    background-color: #b51615; 
}
.commonButtonBlack{
    display: block;
    position: relative;
    width: 100%;
 
}

.commonButtonBlack a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 11px;
    line-height: 46px !important;
    background-color: #b51615;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
        min-width: 110px;
    
}
.commonButtonBlack a:hover{
 
    color: #b51615;
    background-color: #FFFFFF; 
}

.commonButtonRed{
    display: block;
    position: relative;
    width: 100%;
 
}

.commonButtonRed a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 10px;
    line-height: 40px !important;
    border: #D22118 2px solid;
    color: #D22118;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
        min-width: 110px;
    
}
.commonButtonRed a:hover{
    border: #D22118 2px solid;
    color: #FFFFFF;
    background-color: #D22118; 
}


.commonButtonWhite{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}

.commonButtonWhite a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 40px !important;
    border: #797979 2px solid;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
     font-family: 'montserratextrabold';
}
.commonButtonWhite a:hover{
    border: #FFFFFF 2px solid;
    color: #FFFFFF;
}

.commonButtonBlue{
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}

.commonButtonBlue a{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 40px !important;
    border: #797979 2px solid;
    color: #002b55;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
     font-family: 'montserratextrabold';
}
.commonButtonBlue a:hover{
    border: #002b55 2px solid;
    color: #002b55;
}




span {
    display: inline-block
}

button {
    border: none
}

li {
    list-style-type: none;
    font-size: 16px;
    line-height: 1.4;
    margin: 0
}

a {
    color: #222
}

a:hover {
    text-decoration: none;
    color: #ccc
}

a:active {
    text-decoration: none
}

a:link {
    text-decoration: none
}

 

.parallax-window {
 
    display: block;
    position: relative;
    background: transparent;
}


.aboutContainer{
    display: block;
    position: relative;
    width: 100%; 
    height: auto;
    background-image: url(../img/strip.jpg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #efefef;
    text-align: center;
}

.serviceContainer{
    display: block;
    position: relative;
    width: 100%; 
    height: auto;
    background-color: #FFFFFF;
    text-align: center;
}
.containerPadding{
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
}
.containerPadding2{
     padding: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.blueBG{
    background-color: #192E40;
}

.darkBG{
    background-color: #202021;
}

.greyBG{
    background-color: #F6F6F6;
    background-image: url(../img/edge.png);
    background-position: top -12px center;
    background-repeat: no-repeat;
}

.mapContainer{
    display: inline-block;
    position: relative;
    width: 901px;
    height: 442px;
}
.mapImage{
    display: inline-block;
    position: relative;
    width: 901px;
    height: 442px;
    background-image: url(../img/map.png);
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.35;

}
.dot{
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 1000;
    background-image: url(../img/dot.png);
    background-position: top center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dotBig{
 
    width: 17px;
    height: 17px;
    z-index: 1000;
    background-image: url(../img/pick.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain; 
    cursor: pointer;
}

.dotBig span{
   margin-left: 18px !important;
}

.dot span{
    display: none !important;
    position: absolute;
    width: auto;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
  
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    font-size:12px;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: -5px;
    margin-left: 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
}


.dot:hover span{
    display: block !important; 
    position: absolute;
   
}

.position1{
    left: 26%;
    top:  38.5%;
}

.position2{
    left: 49%;
    top:  60%;
}

.position3{
    left: 58%;
    top:  43%;
}

.position4{
    left: 56%;
    top:  44%;
}

.position5{
    left: 62%;
    top:  49%;
}


.commonButtonAbsolute{
    display: block;
    position: absolute;
    width: 100%;
    margin-top: -40px;
 
}


@media (max-width: 700px) {


.commonButtonAbsolute{
    display: block;
    position: relative;
    width: 100%;
        margin-top: 0px;
 
}

.containerPadding{
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 0px;
 
}

.containerPadding2{
    padding: 10px;
    padding-bottom: 40px;
    padding-top: 40px;
 
}
}


.serviceMenu{
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    table-layout: fixed;
}

.serviceCol1{
    display: table-cell;
    position: relative;
    width: 120px;
    height: auto;
    vertical-align: top;
    text-align: left;
}
.serviceGap{
    display: table-cell;
    position: relative;
    width: 10px;
    height: auto;
    vertical-align: top;
    text-align: left;
}
.serviceCol2{
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left;
}


.iconTable{
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    table-layout: fixed;

}

 
.iconGap{
    display: table-cell;
    position: relative;
    width: 1px;
    height: auto;
    vertical-align: top;
    text-align: left;
    background-color: #D5D5D5;
}
.iconCol{
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 700px) {
 
.iconGap{
    display:none;
}



.iconTable{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    table-layout: fixed;
 text-align: left;

}

.iconCol{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
    margin-bottom: 40px;
}




}

.tableContainer{
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    table-layout: fixed;
  
}

.tableCol{
    display: table-cell;
    position: relative;
    width: 50%;
    height: auto;
    vertical-align: top;
    text-align: left;
}

@media (max-width:800px) {

.tableContainer{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    table-layout: auto;
  
}

.tableCol{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
}
}

.partners{
    display: table;
    position: relative;
    width: 100%; 
   
    height: auto;
    background-image: url(../img/partners.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    table-layout: fixed;
}

.partnersCell{
    display: block;
    position: relative;
    width: 100%; 
    height: 100%;
    vertical-align: middle;
    text-align: center !important;
}

.partnersCellMobile{
    display: none;
}

@media (max-width:800px) {
.partnersCell{
    display: none;
}



.partnersCellMobile{
    display: block;
    position: relative;
    width: 100%; 
    height: 100%;
    vertical-align: middle;
    text-align: center !important;
}


}

.allinone_carousel_powerful{
    display: inline-block;
    position: relative; 

}


.carousel3d{
display: table;
position: relative;
width: 100%; 
height: 100vh;

}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding: 10px 40px;
    color: #000;
    margin: 10px 2px;
    border-radius: 2px
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    background: #dac2a2;
    border: #dac2a2 solid 1px;
    color: #000;
    border-radius: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    z-index: -10
}

  

.pt-30 {
    padding-top: 30px!important
}

.pt-35 {
    padding-top: 35px!important
}

.pt-40 {
    padding-top: 40px!important
}

.pt-45 {
    padding-top: 45px!important
}

.pt-50 {
    padding-top: 50px!important
}

.pt-55 {
    padding-top: 55px!important
}

.pt-60 {
    padding-top: 60px!important
}

.pt-65 {
    padding-top: 65px!important
}

.pt-70 {
    padding-top: 70px!important
}

.pt-75 {
    padding-top: 75px!important
}

.pt-80 {
    padding-top: 80px!important
}

.pt-85 {
    padding-top: 85px!important
}

.pt-90 {
    padding-top: 90px!important
}

.pt-95 {
    padding-top: 95px!important
}

.pt-100 {
    padding-top: 100px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-5 {
    padding-bottom: 5px!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.pb-15 {
    padding-bottom: 15px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.pb-25 {
    padding-bottom: 25px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-35 {
    padding-bottom: 35px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.pb-45 {
    padding-bottom: 45px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.pb-55 {
    padding-bottom: 55px!important
}

.pb-60 {
    padding-bottom: 60px!important
}

.pb-65 {
    padding-bottom: 65px!important
}

.pb-70 {
    padding-bottom: 70px!important
}

.pb-75 {
    padding-bottom: 75px!important
}

.pb-80 {
    padding-bottom: 80px!important
}

.pb-85 {
    padding-bottom: 85px!important
}

.pb-90 {
    padding-bottom: 90px!important
}

.pb-95 {
    padding-bottom: 95px!important
}

.pb-100 {
    padding-bottom: 100px!important
}

.no-padding {
    padding: 0!important
}

.font-wight-100 {
    font-weight: 100!important
}

.font-wight-300 {
    font-weight: 300!important
}

.font-wight-400 {
    font-weight: 400!important
}

.font-wight-500 {
    font-weight: 500!important
}

.font-wight-600 {
    font-weight: 600!important
}

.font-wight-700 {
    font-weight: 700!important
}

.font-wight-800 {
    font-weight: 800!important
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 9999999999999
}

.spinner {
    margin: 50vh auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

body {
    background: #fff!important;
    color: #000;
    overflow-x: hidden!important
}

.active {
    color: #d1b389
}

.navbar-default {
    padding: 20px 0 30px;
    background: 0 0;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
    margin: 0
}

.nav-scroll {
    background: #111;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2px;
    transition: all .5s;
    margin: 0
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    font-weight: 100;
    font-size: 38px;
    color: #d1b389;
    padding-top: 25px;
    font-weight: 700;
    font-style: italic
}

.navbar-default .navbar-nav>li>a {
    margin: 0!important;
    color: #a9a2a2!important;
    padding: 0!important
}

.navbar-default .navbar-nav>li {
    font-size: 16px;
    margin: 25px 15px 0;
    padding: 2px 0;
    background: 0 0;
    cursor: pointer;
    position: relative
}

.navbar .navbar-nav>li>a.active {
    color: #d1b389!important;
    background: 0 0
}

.navbar-toggle {
    margin-top: -25px;
    box-sizing: border-box
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: 0 0;
    border: none
}

svg line,
svg path {
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    fill: none
}

@media (max-width:767px) {
    .navbar-default .navbar-toggle {
        background: 0 0;
        border: none
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: 0 0
    }
    .navbar-default .navbar-collapse {
        text-align: center;
        border: none;
        background: rgba(0, 0, 0, .9)
    }
}

.header {
    position: relative;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    background-image: url(../img/home.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed
}

.header2 , .particles-js-2{
    display: block;
    position: relative;
    height: 500px;
    max-height: 500px;
}
 


 
 






#inverted-contain { display:block; position: relative;
                width:1000px; height:600px;  } 

.panzoom-parent { display:block; position: relative;
                width:1000px; height:600px;  }


#timeline{
    display: none; padding: 0px; max-width: 1000px; text-align: left;
}

.panzoom{
    height: 600px;

}
@media (max-width:800px) {

#inverted-contain { display:block; position: relative;
                width:400px; height:300px;  } 

.panzoom-parent { display:block; position: relative;
                width:400px; height:300px;  }

.panzoom{
    height: 300px;
}

}

.zoomControls{
display: inline-block;
position: absolute;
z-index: 100;
width: 36px;
left:10px;
top:10px;
}

.zoom-in{
display: inline-block;
position: relative;
width:36px;
height:36px;
background-image: url('../img/in.png');
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
}


.zoom-out{
display: inline-block;
position: relative;
width:36px;
height:36px;
background-image: url('../img/out.png');
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
}
.zoom-reset{
display: inline-block;
position: relative;
width:36px;
height:36px;
background-image: url('../img/reset.png');
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
}


.careersContainer{
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 800px;
    text-align:center;
}


.tableContainer1{
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: auto;
    table-layout: fixed;
  
}

.tableCol1{
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.tableGap{
    display: table-cell;
    position: relative;
    width: 40px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.tableGap1{
    display: table-cell;
    position: relative;
    width: 30px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.emailIcon{
     background-image: url('../img/email.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #FFFFFF;
    margin-top: 5px;
    padding-left: 35px;
    font-size: 15px;
}

.emailIcon a{
        color: #FFFFFF;
        text-decoration: none;
           font-family: 'montserratsemibold';
}
.emailIcon a:hover{
}


.contactIcon1{
     background-image: url('../img/contact1.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #747577;
    margin-top: 15px;
    padding-left: 30px;
    min-height: 30px;
    font-size: 15px; 
    font-family: 'montserratsemibold';
}

.contactIcon1 a{
        color: #747577;
        text-decoration: none;
       
}
.contactIcon1 a:hover{
}





.contactIcon2{
     background-image: url('../img/contact2.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #747577;
    padding-left: 30px;
    min-height: 30px;
    font-size: 15px; 
    font-family: 'montserratsemibold';
       margin-top: 5px;
}

.contactIcon2 a{
        color: #747577;
        text-decoration: none;
       
}
.contactIcon2 a:hover{
}

.padRight20{
    padding-right: 20px;
}
.padRight50{
    padding-right: 70px;
}

.vGap5{
    display: block;
    position: relative;
    height: 5px;
}
.vGap10{
    display: block;
    position: relative;
    height: 10px;
}
.vGap15{
    display: block;
    position: relative;
    height: 15px;
}
.vGap40{
    display: block;
    position: relative;
    height: 40px;
}

.minHeight40{
    min-height: 40px;
}
.minHeight120{
    min-height: 60px;
}


.vGap{
    display: block;
    position: relative;
    height: 40px;
}


.contactIcon3{
     background-image: url('../img/contact3.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #747577;
    padding-left: 30px;
    min-height: 30px;
    font-size: 15px; 
    font-family: 'montserratsemibold';
       margin-top: 5px;
}

.contactIcon3 a{
        color: #747577;
        text-decoration: none;
       
}
.contactIcon3 a:hover{
}


 

.insideMap{
    display: table-cell;
    position: relative;
    width:100%;
    height: 100%;
    vertical-align: bottom;
    text-align: left;
}

.insideMapPad{
    padding: 4px;
}

@media (max-width:800px) {

.vGap40{
    display: block;
    position: relative;
    height: 40px;
}

.tableContainer1{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;
    table-layout: auto;
  
}

.tableCol1{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.tableGap, .tableGap1{
    display: block;
    height: 20px;
    width: 100%;
}

}

.searchContainer{ display:inline-block; position:relative; width:50%; } 
.fldItemSearch{ display:inline-block; position:relative; width:100%;  margin-bottom:15px;  vertical-align:top; border-bottom: #AAA9A9 2px solid;} 
.fldItemSearch .fld{      display: block; width:100%;    padding: 10px;               line-height:60px; font-size:60px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 900;} 

 
.sIcon{
     background-image: url('../img/sicon.png');
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    right:0px;
    margin-top: 35px;
 
}

.sIcon a{
  
        text-decoration: none;
            background-position: left top;
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
       
}
.sIcon a:hover{
}

@media (max-width:800px) {
.fldItemSearch{ display:inline-block; position:relative; width:100%;  margin-bottom:15px;  vertical-align:top; border-bottom: #AAA9A9 2px solid;} 
.fldItemSearch .fld{      display: block; width:100%;    padding: 5px;               line-height:20px; font-size:20px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 900;} 

.sIcon{
     background-image: url('../img/sicon.png');
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right:0px;
    margin-top: 5px;
    z-index: 10;
    background-size: contain;
 
}

.sIcon a{
 
        text-decoration: none;
       
}
.sIcon a:hover{
}

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.formContainer{ padding-top:20px;}
.insidePadder{ padding: 10px; } 
.fldItemPad{ display:inline-block; width: 100%;  border-bottom: #AAA9A9 2px solid;} 
.fldItemPad2{ display:inline-block; width: 100%;  border-bottom: #AAA9A9 2px solid; padding-top: 5px;} 
.fldItem{ display:inline-block; position:relative; width:50%;  margin-bottom:15px;  vertical-align:top; } 
.fldItemFull{ display:inline-block; position:relative; width:100%;  margin-bottom:15px;  vertical-align:top; } 
.fldItem .fld{      display: block; width:100%; height:40px;   padding: 10px;               line-height:16px; font-size:14px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 700;} 
.fldItem .file{     display: block; width:100%; height:40px;   padding-left: 8px;           line-height:16px; font-size:14px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 700;} 
.fldItem .area{     display: block; width:100%; height:280px;  padding: 10px; resize:none;  line-height:16px; font-size:14px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 700;} 
.fldItemFull .area{     display: block; width:100%; height:80px;  padding: 10px; resize:none;  line-height:16px; font-size:14px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 700;} 
.fldItem .area2{    display: block; width:100%; height:140px;  padding: 10px; resize:none;  line-height:16px; font-size:14px; text-align:left; border:none; color:#AAA9A9; background:none;   font-family: 'Roboto', sans-serif; font-weight: 700;} 


.fldItem select {
      border: 0 !important;.  /*Removes border*/
        font-family: 'Roboto', sans-serif; font-weight: 900;
 
}

.custom-upload {
    background-image:url(../img/drop.png) !important; background-repeat:no-repeat !important; background-position:right center !important;
    cursor: pointer;
    display: block;
    height: 30px; 
     font-family: 'Roboto', sans-serif; font-weight: 900;
    width: 100%;  padding-left: 10px;
    line-height:30px; font-size:14px; text-align:left; border:none; color:#AAA9A9; background:none;   
}

.custom-upload input {
    left: -500%;
    position: absolute;
}



.modalDisplay{
    display: none;
}


.teamTable{
    display: inline-table;
    position: relative;
    width: 100%;
    height: auto;
    table-layout: fixed;
}

.teamCol{
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.teamCol:hover{
    transform: scale(1.02); /* Scale up by 5% on hover */
    
}

.teamMember{
    display: none;
}

.teamGap{
    display: table-cell;
    position: relative;
    width: 24px;
    height: auto;
    vertical-align: top;
    text-align: left;
}


.popTable{
    display: inline-table;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    table-layout: fixed;
  
}

.popCol1{
    display: table-cell;
    position: relative;
    width: 45%;
    height: auto;
    vertical-align: top;
    text-align: left;
}


.popCol1 img{
    width: 100%;
}


.popCol2{
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left;
}


.popGap{
    display: table-cell;
    position: relative;
    width: 20px;
    height: auto;
    vertical-align: top;
    text-align: left;
}




.popText{
    font-size: 13px;
    line-height: 19px !important;
    color: #707070;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 10px;
}



.popText p{
    padding: 0px;
    margin: 0px;
}

.popText a{
    font-size: 13px;
    color: #707070;
}


.popText a:hover{
}


.popText  ul  {
 
    margin: 0px;
    padding: 0px;
    padding-left: 12px;
}


.popText  ul li{
    list-style-image: url(../img/bullet.png) !important;
    font-size: 13px;
    line-height: 19px !important;
    margin: 0px;
    padding: 0px;
}

.popContainer{
    display: block;
    position: relative;
    max-height: 440px;
    overflow: auto;
    padding-right: 20px;
}

@media (max-width:800px) {


.popTable{
    display: block;
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    table-layout: auto;
  
}

.popCol1{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.popCol2{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: left;
}


.popGap{
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
}

}



.inlineBlockProjectsContainer{
    display: inline-block;
    position: relative;
    width: 100%; 
    text-align: center;
}

.inlineBlockProjects{
    display: inline-block;
    position: relative;
    width: 100%; max-width: 1000px;
    text-align: left;
}

.projectsTable{
    display: inline-table;
    position: relative;
    width: 100%;
    height: auto;
    table-layout: fixed;
  
}

.projectCol1{
    display: table-cell;
    position: relative;
    width: 270px;
    height: auto;
    vertical-align: top;
    text-align: left;
    background-color: #ececec;
}

.projectCol2{
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.projectGap{
    display: table-cell;
    position: relative;
    width: 10px;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.projectPad{
    padding: 20px;
    text-align: left;
}

.smallGap{
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
}

.projectLink{
    font-size: 12px;
    line-height: 14px !important;
    color: #707070;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 13px;
}

.projectLink a{
    color: #707070;
}

.projectLink a:hover{
}

.projectSelected{
    font-size: 12px;
    line-height: 14px !important;
    color: #001e43;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 13px;
}

.projectSelected a{
    color: #001e43;
}

.projectSelected a:hover{
}


.pThumb{
 
}

.pThumb img{
    width: 100%;
    opacity: 0.90;
}

.pThumbContainer{
    display: block;
    position: relative;
    width: 100%;
    height: inherit;
    cursor: pointer;
}
.pThumbContainer .pThumbDetails{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-image:url(../img/over.png) !important; background-repeat:no-repeat !important; background-position:center center !important;
    background-size: cover;
}

.pThumbContainer:hover .pThumbDetails{
    display: block;
}


.pBannerContainer .pDetails{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
 
}

 


.pTable{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.pCol{
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}


.gridScroll{
    display: block;
    position: relative;
    max-height: 750px;
    overflow: auto;
    overflow-x:hidden;
    padding-right: 10px;
   
}

.projectHidden{
    display: none !important;
}


@media (max-width:800px) {

.projectsTable{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    table-layout: fixed;
  
}

.projectCol1{
    display: none;
}

.projectCol2{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left;
}

.projectGap{
    display: none;
}

.projectHidden{
    display: auto !important;
}

    }



.footerText{
    display: block;
    position: relative;
 
    
    z-index: 1000;
    font-size: 11px;
    line-height: 14px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.footerText a{
    color: #FFFFFF;
}

.footerText a:hover{
    color: #FFFFFF;
}
.footerTextdarkFooter{
    display: block;
    position: relative;
 
    
    z-index: 1000;
    font-size: 11px;
    line-height: 14px !important;
    color: #192e40;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.footerTextdarkFooter a{
    color: #192e40;
}

.footerTextdarkFooter a:hover{
    color: #192e40;
}



.mapContainer{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background-color: #192e40;
    padding: 30px;
    padding-bottom: 0px;
    text-align: center;
}.mapContainer img{
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    width: 100%;
    max-width: 1336px;

    
}

@media (max-width:800px) {


}

.mainMenu{
    display: block;
    position: fixed;
    width:auto;
    height: 100%;
    z-index: 90000;
    left: 0px;
    top: 0px;
}

.menuTools{
    display: none;
    position: fixed;
    width:100%;
    height: 100%;
    z-index: 90000;
    left: 0px;
    top: 0px;
    background-color: rgba(10, 10, 35, 0.97);
}
.searchTools{
    display: none;
    position: fixed;
    width:100%;
    height: 100%;
    z-index: 90000;
    left: 0px;
    top: 0px;
    background-color: rgba(10, 10, 35, 0.97);
}

.openner{
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #FFFFFF;
    background-image:url(../img/slogan.png) !important; background-repeat:no-repeat !important; background-position:center center !important;
}

.openMenu{
display: block;
position: absolute;
width:100%;
height:42px;
bottom: 0px;
border-top: solid 1px #cdcdcd;
background-image: url('../img/open.png');
cursor: pointer;
background-repeat:no-repeat !important; background-position:center center !important;
}


.closeMenu{
display: none;
position: absolute;
width:42px;
height:42px;
top: 30px;
right:30px;
 z-index: 1100;
background-image: url('../img/close.png');
cursor: pointer;
background-repeat:no-repeat !important; background-position:center center !important;
}


.aTable{
    display: inline-table;
    position: relative;
    width: auto;
    height: 40px;
    table-layout: fixed;
}

.aCol{
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.pMenu{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.pMenuCol{
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}


.menuClick{
    font-size: 23px;
 
    color: #FFFFFF;
    padding: 10px;
    margin: 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
 

}

.menuClick a{
    color: #FFFFFF;
  
}

.menuClick a:hover{ 
   color: #b51615;
}


.homeIcon{
    display: block;
    position: fixed;
    top:0px;
    cursor: pointer;
    right: 0px;
    z-index: 100;
    width: 40px;
    height: 43px;
    background-image:url(../img/homeIcon.png) !important; background-repeat:no-repeat !important; background-position:center center !important;
}



.slideInfoContainer{ display:inline-table; position:relative; width:100%; height:100%; table-layout:fixed;  vertical-align:middle;}
.inlineSlideInfoContainer{ display:table-cell; position:relative; width:100%; height:100%; vertical-align:middle; text-align:center;}
.insideHomeBanner{ display:inline-block; position:relative; width:100%; height:auto;  text-align:left; color:#FFFFFF;}
.bannerPad{ padding:60px; }
.max700{ width:100%; max-width:700px;} 



.mainContainer{ display:block; position:absolute; width:100%; height: 100%; }

.landingPage{ display:table; position:relative; width:100%; height:100%; text-align:center; overflow:hidden; }
.cycle-slideshow{ display:table; position:relative; width:100%; height:100%; text-align:center;  overflow: hidden;  }
.cycle-slideshow .homeSlide{ display:block; position:absolute; width:100% !important; height:100% !important;  background-repeat:no-repeat; background-position:center center; background-size:cover;
    overflow: hidden; }
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.cycle-pager { text-align: center; width: 100%; z-index: 500; position: absolute;  overflow: hidden;}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 25px;  opacity: .7; filter: alpha(opacity=70); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 20px;  background: url(images/bleft.png) 50% 50% no-repeat;}
.cycle-next { right: 20px; background: url(images/bright.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: 1; filter: alpha(opacity=100); }
.disabled { opacity: .7; filter:alpha(opacity=70); }
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}
.cycle-slideshow-inline{
    display:block;
    position:absolute;
    width:100%;
    height:400px;
     text-align:left;  overflow: hidden;
    }

.cycle-slideshow-inline .homeSlide{
     display:block; position:absolute; width:100% !important; height:400px;  background-repeat:no-repeat; background-position:center; background-size:cover;
    overflow: hidden;
    }
.cycle-pager{ display:block; position:absolute; width:100%; height:auto; z-index:1000; bottom:10px;}



.cycle-pager span.cycle-pager-active {
    background: url(images/sel.png);
        background-repeat:no-repeat;

    background-position:center center;
}
.cycle-pager span {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 0px;
    background: url(images/null.png);
    background-repeat:no-repeat;

    background-position:center center;
    height: 20px;
    width: 20px;
     
}
.cycle-pager > * {
    cursor: pointer;
}
.cycle-slideshow, .cycle-slideshow * {
    box-sizing: border-box;
}
 

.bannerTitle{
    color:#b51615;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
} 

.bannerSubtitle{
    color:#FFFFFF;
    font-size: 79px;
    font-weight: 900;
    line-height: 79px;
}


.bannerText{
    max-width: 800px;
    font-size: 13px;
    line-height: 15px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 400;
    padding-top: 10px;
    font-weight: 400;
 
}

.bannerText a{
    color: #b51615;
  
}

.bannerText a:hover{ 
   color: #b51615;
}



#careers{
    background-image: url(../img/career.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
        background-attachment: fixed  !important;
}

#contacts{
    background-image: url(../img/contact.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
        background-attachment: fixed  !important;
}



#_careersPage{
    display: block;
    position: relative;
    width: 100%;
    height: calc( 100vh - 85px );
 

}


#_contactPage{
    display: block;
    position: relative;
    width: 100%;
    height: calc( 100vh - 85px );
 
}


.contactTable{
    display: inline-table;
    position: relative;
    width:100%;
    height: auto;
    table-layout: fixed;
    z-index: 200;
}

.contactCol1{
    display: table-cell;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
}


.contactDots{
    display: table-cell;
    position: relative;
    width: 214px;
    height: auto;
    vertical-align: middle;
    text-align: center;
     background-image: url(../img/dots.png);
 
    background-position: top 42px center;
    background-repeat: no-repeat;

}


.roundContact{
    display: inline-block;
    position: relative;
    height: 84px;
    width: 84px;
    background-color: #192E40;
    border-radius: 42px 42px 42px 42px;
    -moz-border-radius: 42px 42px 42px 42px;
    -webkit-border-radius: 42px 42px 42px 42px;
    border: 0px solid #000000;
    vertical-align: middle;
    text-align: center;
}


.icon1{
     background-image: url('../img/c1.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.icon2{
     background-image: url('../img/c2.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.icon3{
     background-image: url('../img/c3.png');
    background-repeat: no-repeat;
    background-position: center center;
}


.contactDetails{
    display: block;
    position: absolute;
    width:300px;
    margin-left: -84px;
    text-align: center;
    margin-top: 10px;
}


@media (max-width: 800px){

.bannerPad{ padding:60px; padding-bottom: 20px; padding-top: 100px; }

.bannerText{
    max-width: 850px;
    font-size: 11px;
    line-height: 13px !important;
}




#_careersPage{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../img/career.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
        background-attachment: fixed;
}


#_contactPage{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../img/contact.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



.cycle-slideshow .homeSlide{ display:block; position:absolute; width:100% !important; height:100% !important;  background-repeat:no-repeat; background-position:center top; background-size:cover;
    overflow: hidden; }


.bannerTitle{
    color:#b51615;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
} 

.bannerSubtitle{
    color:#FFFFFF;
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
}
 

  
}



.dropDownTitle{
    display: block;
    position: relative;
    width: 100%;
    padding: 5px;
    background-color: #FFFFFF;
}



.dropDownElement{
    font-size: 12px;
    line-height: 18px !important;
    color: #2B2B2B;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    cursor: pointer;
}

#addresses{
    display: none;
}
#phones{
    display: none;
}

.addressContent{
    display: none;
}
.phoneContent{
    display: none;
}

.dropIt{
    padding-right: 15px;
    background-image: url(../img/dropdown_dark@2x.png);
    background-position: right top 3px;
    background-repeat: no-repeat;
    cursor: pointer;
}




.mainMenu{
    display: block;
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,0.4);
    z-index: 10000;

}


.mainMenu_dark{
    display: block;
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,1);
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);

}


.padTop12
{
        padding-top: 12px;
}
.menuTable_dark{
    display: inline-table;
    position: relative;
    width:100%;
    height: 60px;
    table-layout: fixed;
}

.menuTable{
    display: inline-table;
    position: relative;
    width:100%;
    height: 90px;
    table-layout: fixed;
}

.menuCol1{
    display: table-cell;
    position: relative;
    width: 200px;
    height: auto;
    vertical-align: middle;
    text-align: left;
}

.menuCol2{
    display: table-cell;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: right;
    padding-right: 60px;
}

.logo_dark{
    display: inline-block;
    position: relative;
    width: 260px;
    height: 70px;
    margin-left: 60px;
    margin-top: 1px;
}
.logo_dark a{
    display: inline-block;
    position: relative;
    width: 260px;
    height: 70px;
    background-image: url(../img/logo_dark@2x.png);
    background-size: contain;
      background-repeat: no-repeat;
}
.logo_dark a:hover{
}

.logo{
    display: inline-block;
    position: relative;
    width: 260px;
    height: 70px;
    margin-left: 60px;
     margin-top: 7px;
}
.logo a{
    display: inline-block;
    position: relative;
    width: 260px;
    height: 70px;
    background-image: url(../img/logo@2x.png);
    background-size: contain;
      background-repeat: no-repeat;
}
.logo a:hover{
}
 





/* Style The Dropdown Button */
.size1{    
    width:140px !important;
    left: 50%;
    margin-left: -70px !important;
}
.size2{  }

.darkMenu {
    color:#2B2B2B !important;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
       font-family: 'Roboto', sans-serif;
  width:auto;
    
}

.darkMenu a{
   color:#2B2B2B !important;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    width:auto;
      background-image: url(../img/dropdown_dark.png) !important;
    background-position: right top 5px;
    background-repeat: no-repeat;
    padding-right: 10px;
    
}


.darkMenu a:hover{
    color:#b51615;
}

.dropbtn {
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
       font-family: 'Roboto', sans-serif;
  width:auto;
    
}

.dropbtn a{
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    width:auto;
      background-image: url(../img/dropdown.png);
    background-position: right top 5px;
    background-repeat: no-repeat;
    padding-right: 10px;
    
}


.dropbtn a:hover{
    color:#b51615;

}


.noBg{}
.noBg a{ background-image: none !important; }
.noBg a:hover{  background-image: none !important; }

 

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    background:none;
    vertical-align:top;
    width:auto;
    padding-left: 10px;
}


.menuGap{
    padding-top: 18px;
}

.menuBg{
     background-color: #FFFFFF;
      padding:5px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    z-index:100;
    width:240px;
    left: 50%;    
    margin-left: -120px;
    margin-top: -4px;
    font-size: 13px;
    line-height:19px;
    text-align:center;
    white-space:nowrap;
    padding:5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
   
    
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #2B2B2B;
    text-decoration: none;
    display: block;
    text-align:center;
 
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {  color:#b51615;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color:#b51615;  
}


.menuPadRight{
    padding-right: 2px;
    padding-bottom: 5px;
}

.searchIcon_dark {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:24px;
    cursor: pointer;  
}

.searchIcon_dark a{
    display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    height: 20px;
    width: 12px;
    background-image: url(../img/search@2x_dark.png);
    background-position: center top 4px;
    background-repeat: no-repeat;
    background-size: contain;
}
.searchIcon_dark a:hover{}

.searchIcon {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:24px;
    cursor: pointer;  
}

.searchIcon a{
    display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    height: 20px;
    width: 20px;
    background-image: url(../img/search.png);
    background-position: center top 4px;
    background-repeat: no-repeat;
}
.searchIcon a:hover{}



.openIcon_dark {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:24px;
    cursor: pointer;  
    padding-left: 3px;
}

.openIcon_dark a{
    display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    height: 20px;
    width: 20px;
    background-image: url(../img/open@2x_dark.png);
    background-position: center top 4px;
    background-repeat: no-repeat;
        background-size: contain;
}
.openIcon_dark a:hover{}

.openIcon {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:24px;
    cursor: pointer;  
}

.openIcon a{
    display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    height: 20px;
    width: 20px;
    background-image: url(../img/open.png);
    background-position: center top 4px;
    background-repeat: no-repeat;
}
.openIcon a:hover{}


.locate {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:24px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
   width:auto;
   margin-left: 10px;
    
}

.locate a{
        display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
       height: 20px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    width:auto;
    background-image: url(../img/locate.png);
    background-position: left top 4px;
    background-repeat: no-repeat;
    padding-left: 15px;
    
}


.locate a:hover{
    color:#b51615;

}


.smartphone {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
   width:auto;
   margin-left: 13px;
    
}

.smartphone a{
        display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
       height: 20px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    width:auto;
    background-image: url(../img/smartphone.png);
    background-position: left top 0px;
    background-repeat: no-repeat;
    padding-left: 12px;
    
}


.smartphone a:hover{
    color:#b51615;

}



.download {
    display: inline-block;
    position: relative;
    height: 20px;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
    text-transform:uppercase;
       font-family: 'Roboto', sans-serif;
  width:auto;
    
}

.download a{
        display: inline-block;
    position: relative;
    color:#fff;
    padding: 0px;
    font-size: 12px;
    line-height:20px;
    cursor: pointer;
    background:none;
    text-align:center;
       height: 20px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    width:auto;
    background-image: url(../img/download.png);
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
    
}


.download a:hover{
    color:#b51615;

}


@media (max-width:800px) {
    
  
 .smartphone, .locate{ display: none;}  
    
.logo, .logo_dark{
    margin-left: 10px;
        margin-top: 10px;
}


.logo_dark{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
 
}
.logo_dark a{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
 
}
 

.logo{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
 
     margin-top: 7px;
}
.logo a{
    display: inline-block;
    position: relative;
    width: 200px;
    height: 50px;
 
}
 



.menuCol2{
    padding-right: 10px;
}

.dropdown, .menuPadRight {
 
    display: none;
}   



.contactTable{
    display: inline-block;
    position: relative;
    width:100%;
    height: auto;
    table-layout: fixed;
}

.contactCol1{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
}


.contactDots{
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    vertical-align: middle;
    text-align: center;
     background-image: none;
 
    background-position: top 42px center;
    background-repeat: no-repeat;

}

.contactDetails{
    display: block;
    position: relative;
    width:100%;
    margin-left:0px;
    text-align: center;
    margin-top: 10px;
}


 }



.corePanel{
    display: none;
    min-height: 350px;
}


@media (max-width:800px) {
.corePanel{
    display: none;
    min-height: auto;
}

.pBannerContainer{
    margin-top: 20px;
}

    }
    
    
    
    
    
    
    
.man{
    font-size: 12px;
    line-height: 17px !important;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-weight: 400;
    font-style: Italic;
}

#pauseToggle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1001; /* Ensure this is higher than other elements */
  background: rgba(0, 0, 0, 0.4);
  border-radius:10%;
  border: none;
  cursor: pointer;
  
}

#pauseToggle img {
  width: 40px; /* Adjust the size as needed */
  height: 40px; /* Adjust the size as needed */
  filter: invert(100%) opacity(0.4);
}


.sust-icon img{
    margin-left: 50px;
    margin-right: 50px;
    width: 60px;
}



    
    
    
    