@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
html,
body,
header,
footer,
nav,
aside,
figure,
figcaption,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
strong,
span,
aside,
main {
    margin: 0;
    padding: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    background: #fff;
}
ol,
ul,
li {
    list-style: none;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
    color: #1553fc;
}
.maintitle{
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.maintitle span{
    display: inline-block;
    color: #ef4f02;
}
.clear {
    clear: both;
}
.clear15{
    clear:both;
    height: 15px;
}
.header{
    display: block;
    width: 100%;
    margin:0;
    padding:10px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    clear: both;
}
.header::after{
    content: '';
    display: block;
    clear: both;
}
.header .info{display: inline-block;float: left;}
.header .info ul{}
.header .info ul li{display: inline-block;float: left;padding:0 15px;border-left: 1px solid #e0e0e0;}
.header .info ul li:last-child{border-right: 1px solid #e0e0e0;}
.header .info ul li a{display: inline-block;padding:14px 0 14px 35px;position: relative;font-size: 16px;font-weight:500;line-height: 26px;color: #3a3d45;}
.header .info ul li a::after{content: '';position: absolute;top: 14px;left: 0;width: 25px;height: 25px;background: url(../images/mail.png);}
.header .info ul li:last-child a::after{content: '';position: absolute;top: 14px;left: 0;width: 25px;height: 25px;background: url(../images/phone.png);}
.header .woocomsrc{display: inline-block;float: right;}
.header .woocomsrc ul{}
.header .woocomsrc ul li{display: inline-block;float: left;}
.header .woocomsrc ul li a{display: inline-block;padding:0 20px;border-left: 1px solid #e0e0e0;font-size:18px;line-height: 54px;color: #3a3d45;position: relative;}
.mainheader{
    width: 100%;
    background: #0B2A44;
    position: relative;
    padding:5px 0;
}
.mainheader::after{
    content: '';
    display: block;
    clear: both;
}
.logo{
    width: 215px;
    height: auto;
    float: left;
    margin-right: 115px;
}
.logo svg{
    width: 100%;
}
.menucontainer{
    display: block;
    width: calc(100% - 330px);
    float: left;
    position: relative;
}
.menucontainer::after{
    content: '';
    display: block;
    clear: both;
}
.hallbridgelogo{
    float: right;
    height: 70px;
}
.hallbridgelogo img{
    height: 70px;
    width: auto;
}
.menucontainer .infobg{
    display: inline-block;
    float: right;
    padding:8px 0;
    
}
.menucontainer .infobg ul{

}
.menucontainer .infobg ul li{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.menucontainer .infobg ul li a{
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    position: relative;
}
.menucontainer .infobg ul li a::before{
    position: static;
    font-size: 18px;
    line-height: 1.5;
    margin-right: 7px;
    color:#000;
    font-family:'FontAwesome'; 
}
.menucontainer .infobg ul li:first-child a::before{
    content: '\f025';
}
.menucontainer .infobg ul li:last-child a::before{
    content: '\f0e0';
}
.mobilenone{}
.menucontainer .getquotebtn{
    display: inline-block;
    float: right;
    width: 258px;
    margin-top: 2px;
}
.menucontainer .getquotebtn a{
    display: inline-block;
    padding:8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    background: #e86221;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2rem;
    width: 255px;
    border:3px solid #ef4f02;
}

.menucontainer .getrequestquotebtn{
    display: inline-block;
    float: right;
    width: 255px;
    margin-right: 10px;
     margin-top: 2px;
}
.menucontainer .getrequestquotebtn a{
    display: inline-block;
    padding:8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    background: #e86221;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2rem;
    width: 258px;
    border:3px solid #ef4f02;
}
.getquote{
    display: inline-block;
    margin:0;
    text-align: center;
    float: left;
}
.getquote a{
    display: inline-block;
    padding: 8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 0rem;
    border: 1px solid #000;
}
.navbg{
    display: inline-block;
    float: left;
    line-height: 0;
}
.navbg::after{
    content: '';
    display: block;
    clear: both;
}
.captincontainer{
    display: block;
    padding:60px 0;
    margin:0;
    position: relative;
}
.padbotthirty{
    padding-bottom: 30px;
}
.captincontainer::after{
    content: '';
    display: block;
    clear: both;
}
.captincontainer [class*='col-']{
    margin:15px 0 30px;
}
.widthmidium{
    width: 991px;
    max-width: 100%;
    overflow: hidden;
    margin:0 auto;
}
.shrtdesc{
    width: 100%;
    overflow: hidden;
    margin:0;
    padding:0;
}
.shrtdesc p{
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #414141;
}
.figimage{
    width: 100%;
    margin:0;
    padding:0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.figimage img{
    width: 100%;
    height: auto;
}
.figoverlay{
    width: 100%;
    margin:0;
    padding:15px;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.90);
    text-align: center;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all .4s ease-in-out;
}
.figimage:hover .figoverlay{
    transform: translateY(0%);
}
.figoverlay .caption{
    position: relative;
    display: block;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    text-align: center;
}
.figoverlay .caption .title{
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 600;
}
.figoverlay .caption  p{
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    background: #fff;
    padding: 7px 15px;
}
.shrttitle{
    display: block;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.colorsecondary{
    color: #ef4f02;
}
.colorwhite{
    color: #fff;
}
.custombutton{
    display: inline-block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin:5px 0;
}
a .custombutton{
    display: block;
    padding:10px 15px;
    font-size: 1rem;
    line-height: 1.5;
    background: #e86221;
    border:3px solid #ef4f02;
    color: #fff;
    border-radius: 1.5rem;
    transition: all 0.3s ease-in-out;
}
a:hover .custombutton{
    background: #0B2A44;
    border:3px solid #044173;
}
.footerbg{
    width: 100%;
    margin:0;
    padding:70px 0 35px;
    overflow: hidden;
    background:#1f2437 url(../images/first-footer-bg.webp) no-repeat center center;
    position: relative;
}
.footerbg .container{
    position: relative;
    z-index: 1;
}
.footerbg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,36,55,.95);
}
.footertitle{
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-bottom: 1rem;
    color: #fff;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.footertitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ef4f02;
}
.footrmenu{
    display: block;
    width: 100%;
}
.footrmenu ul{}
.footrmenu ul li{
    display: block;
    margin-bottom: 1rem;
}
.footrmenu ul li a{
    display: block;
    font-size: .9rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
}
.footrmenu ul li a::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 2px;
    background: #fff;
}
.footrmenu ul li a:hover{
    color: #ef4f02;
}
.footrmenu ul li a:hover::before{
   background: #ef4f02; 
}
.socailicon{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 1rem;
}
.socailicon::after{
    content: '';
    display: block;
    clear: both;
}
.socailicon ul{}
.socailicon ul li{
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.socailicon ul li a{
    display: inline-block;
    width: 36px;
    height: 36px;
    border:1px solid #fff;
    font-size: 15px;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.socailicon ul li a:hover{
    color: #fff;
    border:1px solid #fff;
}
.socailicon ul li:last-child{
    margin-right: 0;
}
.footerstrip{
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.footerstrip::before{
    content: '';
    position:absolute;
    width: 100%;
    height: 0;
    border-top: 1px dashed rgba(255,255,255,0.19);
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.footerstrip .inner{
    width: 100%;
    position: relative;
    background: #1a1f31;
    overflow: hidden;
}
.footerstrip [class*='col-']:nth-child(2){
    background: #063795;
}
.footerstrip .capiton, .footerstrip .captionmid{
    width: 100%;
    box-sizing: border-box;
    padding:25px 15px;
    overflow: hidden;
}
.footerstrip .captionmid{
    padding:25px 0px;
}
.footerstrip .capiton .icon, .footerstrip .captionmid .icon{
    width: 44px;
    height: 46px;
    float: left;
    margin-right: 15px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
}
.footerstrip .capiton .icon{
    background: #2a2f40;   
}
.footerstrip .captionmid .icon{
   background: #2e6be1; 
}
.footerstrip .capiton .rightinfo, .footerstrip .captionmid .rightinfo{
    overflow: hidden;
    width: calc(100% - 61px);
    float: left;
}
.footerstrip .capiton .rightinfo .texttitle, .footerstrip .captionmid .rightinfo .texttitle{
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 500;
}
.footerstrip .capiton .rightinfo .linktitle, .footerstrip .captionmid .rightinfo .linktitle{
    display: block;
}
.footerstrip .capiton .rightinfo .linktitle a, .footerstrip .captionmid .rightinfo .linktitle a{
    display: block;
    font-size: .9rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.footerstrip .capiton .rightinfo .linktitle a:hover{
    color: #ef4f02;
}
.footerstrip .captionmid .rightinfo .linktitle a:hover{
    color: #000;
}
.bottommenu{
    display: block;
    overflow: hidden;
    padding: 30px 0;
    text-align: center;
}
.bottommenu ul{
    display: inline-block;
}
.bottommenu ul li{
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 10px;
    padding-right:10px;
}
.bottommenu ul li a{
    display: inline-block;
    font-size: .85rem;
    line-height: 1.5;
    color: #fff;
}
.bottommenu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.copyright{
    display: block;
    overflow: hidden;
    font-size: .9rem;
    line-height: 1;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.copyright a{
    font-size: 1.1rem;
    font-weight: 400;
    display: inline-block;
    color: #2e6be1;
}
.calltoactionbg{
    width: 100%;
    margin:0;
    padding:40px 0;
    overflow: hidden;
    background: #fff7f6;
}
.calltoactionbg .getquotebtn{
    display: inline-block;
    float: none;
    width: 258px;
    margin-top: 1rem;
}
.calltoactionbg .getquotebtn a{
    display: inline-block;
    padding:8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    background: #e86221;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2rem;
    width: 255px;
    border:3px solid #ef4f02;
}
.conflip{
    width: 100%;
    margin:0;
    padding:15px 0;
    overflow: hidden;
}
.conflip img{
    width: 100%;
    max-width: 139px;
    height: auto;
}