/* fonts */
@font-face {  font-family: 'Mission-Gothic';src:url(../fonts/mission_gothic_regular-webfont.eot) format('embedded-opentype'),url(../fonts/mission_gothic_regular-webfont.svg) format('svg#Mission-Gothic'),url(../fonts/mission_gothic_regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}

/* Global css */
*{margin:0;padding:0;box-sizing: border-box;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:16px;font-family: 'Mission-Gothic';background:#fff;color:#555;line-height: 0;}
.containerBox{max-width:1230px;line-height:0px;margin:0 auto;padding:0px;    position: relative;}
.containerMidum{max-width: 1600px;line-height:0px;width:100%;margin:0 auto;padding:0px;position: relative;}
.containerFull{max-width: 100%;width:100%;padding:0px;position: relative;}
.containerFull .row-box > div{padding:0px;}
.row-box{width:100%;display: inline-block;}
a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
a:focus, a:hover {color: #000; -webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
img{max-width:100%;}
h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-family: 'Mission-Gothic';}
p, ul , ol{line-height:24px;margin-bottom:10px;color:#555;font-weight: normal;}
small {line-height:21px;font-size:14px;}
span{line-height:27px;}
ul{padding-left:40px;}
strong {font-family: 'Mission-Gothic';}
html,button,input,select,textarea{font-family: 'Mission-Gothic';font-size: 16px;line-height:24px;}
section{width:100%;float:left;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
div, li , ul, ol{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:27px;}
.col1{width:8.33333333%;}
.col2{width:16.66666667%;}
.col3{width:25%;}
.col4{width:33.33333333%;}
.col5{width:41.66666667%;}
.col6{width:50%;}
.col7{width:58.33333333%;}
.col8{width:66.66666667%;}
.col9{width:75%;}
.col10{width:83.33333333%;}
.col11{width:91.66666667%;}
.col12{width:100%;}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;padding:0 15px;}

@media (min-width:320px){.containerBox{width:100%;}}
@media (min-width:1440px){.containerBox{width:1230px;}}
@media (max-width:767px){.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{width:100%;}
}

/* placeholder */
::-webkit-input-placeholder{color:#797a75;}
::-moz-placeholder{color:#797a75;}
:-ms-input-placeholder{color:#797a75;}
::-ms-input-placeholder{color:#797a75;}
::placeholder{color:#797a75;}

/* heading */
.h1tag {font-size: 48px;line-height: 1;font-weight: bold;margin: 0 0 10px;}
.h2tag {font-size: 38px;line-height: 42px;font-weight: bold;}
.h3tag {font-weight: bold;font-size: 33px;line-height: 42px;margin-bottom: 10px;}
.h4tag {font-weight: bold;font-size: 20px;line-height: 30px;margin-bottom: 10px;}

/* padding */
.p0 {padding:0px !important;}.pt0 {padding-top:0px !important;}.pb0 {padding-bottom:0px !important;}.pl0 {padding-left:0px !important;}.pr0 {padding-right:0px !important;}.pt10 {padding-top:10px;}.pt20 {padding-top:20px;}.pt30 {padding-top:30px;}.pt40 {padding-top:40px;}.pt50 {padding-top:50px;}.pt60 {padding-top:60px;}.pt70 {padding-top:70px;}.pt80 {padding-top:80px;}.pt90 {padding-top:90px;}.pt100 {padding-top:100px;}.pb10 {padding-bottom:10px;}.pb20 {padding-bottom:20px;}.pb30 {padding-bottom:30px;}.pb40 {padding-bottom:40px;}.pb50 {padding-bottom:50px;}.pb60 {padding-bottom:60px;}.pb70 {padding-bottom:70px;}.pb80 {padding-bottom:80px;}.pb90 {padding-bottom:90px;}.pb100 {padding-bottom:100px;}

/* flex */
.dflex {display: flex;}
.dwrap {flex-wrap: wrap;}
.daligncenter {align-items: center;}
.djcenter {justify-content: center;}
.facwrap {align-items: center;flex-wrap: wrap;}
.faewrap {align-items: flex-end;flex-wrap: wrap;}
.fjsbaicwrap {display: flex;justify-content: space-between;flex-wrap: wrap;}
.rowreverse {flex-direction: row-reverse;}
.falignin {align-items: inherit !important;}
/* position */

.rposition {position: relative;}

/* margin */
.m0{margin:0px !important;}.mt0{margin-top:0px !important;}.mb0{margin-bottom:0px !important;}.mt10 {margin-top:10px;}.mt20 {margin-top:20px;}.mt30 {margin-top:30px;}.mt40 {margin-top:40px;}.mt50 {margin-top:50px;}.mt60 {margin-top:60px;}.mt70 {margin-top:70px;}.mt80 {margin-top:80px;}.mt90 {margin-top:90px;}.mt100 {margin-top:100px;}.mb10 {margin-bottom:10px;}.mb20 {margin-bottom:20px;}.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}.mb50 {margin-bottom:50px;}.mb60 {margin-bottom:60px;}.mb70 {margin-bottom:70px;}.mb80 {margin-bottom:80px;}.mb90 {margin-bottom:90px;}.mb100 {margin-bottom:100px;}

/* text align */
.text-center{text-align:center;}
.text-left{text-align:start;}
.text-right{text-align:end;}

/* background color */
.bg-gray {background: #ebebeb;}
.bg-gray1 {background: #f3f3f3;}
.bg-gray2 {background: #fafafa;}
.bg-gray3 {background: #d8d8d8;}
.bg-white {background: #fff;}
.bg-black {background: #232020;}
.bg-blue1 {background: #157480;}
.bg-lorange1 {background: #fff7eb;}
.bg-lblue1 {background: #f2feff;}

.cWhite{color: #fff;}
.cBlack{color: #000;}
.cBlue{color: #157480;}

.overflowh {overflow: hidden;}

/* btn link */
.callnow {text-align: center;font-size: 16px;line-height: 25px;letter-spacing: 0;text-decoration: none;box-sizing: border-box;display: inline-block;transition: .5s all ease;border: 1px solid #004e97;color: #004e97;padding: 10px 18px;border-radius: 30px;font-weight: 600;}
.callnow:hover, .callnow:focus {background: #004e97;color: #ffffff;}

/* fixed header */
.headerSec.fixed-header {position: fixed;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
.headerSec.fixed-header .logo {padding: 10px;}
/* End Global css */

/* Top scroll */
#button{text-decoration:none;display:inline-block;background-color:#121212;width:40px;height:40px;text-align:center;border-radius:4px;position:fixed;bottom:70px;right:30px;-webkit-transition:background-color .3s, opacity .5s, visibility .5s;-o-transition:background-color .3s, opacity .5s, visibility .5s;transition:background-color .3s, opacity .5s, visibility .5s;opacity:0;visibility:hidden;z-index:6;cursor:pointer;}
#button:hover{background:#f15d22;}
#button.show{opacity:1;visibility:visible;}
#button::after{content:"\f077";font-family:FontAwesome;font-weight:normal;font-style:normal;font-size:14px;line-height:40px;color:#fff;}

/* End Top scroll */

/* header */
header,.homebanner,.innerbanner,footer {float: left;width: 100%;}
.headerSec {position: absolute;top: 0;right: 0;z-index: 9;background-color: rgba(255, 255, 255, 1) !important;box-shadow: rgba(0, 0, 0, 0.08) 0 3px 11px 0;-moz-box-shadow: rgba(0,0,0,0.08) 0 3px 11px 0;-webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 3px 11px 0;width: calc(100% - 175px);}
.logo {padding: 10px 15px;width: 16.66%;display: inline-block;text-align: center;}
.mainHeadBox {display: flex;}
.callget {width: 33.33%;display: inline-flex;}
.callget a {width: 50%;font-size: 36px;display: flex;align-items: center;justify-content: center;position:relative;overflow:hidden;font-weight:700;}
.getaquote {background: #f3f3f3;color: #0065a4;}
.getaquote i {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #f3f3f3;display: flex;align-items: center;justify-content: center;transform: translateY(-100%);transition:.5s all ease;opacity:0;color:#0065a4;}
.getaquote:hover i{transform: translateY(0%);transition:.5s all ease;opacity:1;}
.getaquote:hover span{display:none;}
.phonenum {background: #d52b1e;color: #fff;}
.phonenum:hover {background: #c6271b;color: #fff;}
/* End header */

/* Menu section */
.stellarnav{position:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:50%}
.stellarnav a{color:#fff;position: relative;}
.social-media a:first-child {margin: 0px;}
.stellarnav a:hover{color:#555;}
.stellarnav ul ul a:hover {color: #555;background:#fff;}
.current_page_item > a,.stellarnav > ul > li>a:hover {color: #d52b1e !important;}
.stellarnav ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.stellarnav li{list-style:none;display:block;margin:0;padding:0;position:relative;line-height:normal;vertical-align:middle;}
.stellarnav li a{padding:18px 10px;display:block;text-decoration:none;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;font-size: 24px;line-height:36px;font-weight:700;}
.stellarnav li.currentItems > a {font-weight: 600;color: #c47a12 !important;}
.stellarnav > ul > li {display: flex;align-items: center;padding:0px 26px 0px 0px;}
.stellarnav > ul > li > a{color:#0065a4;display:block;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;padding:0;}
.stellarnav ul ul{top:100%;position:absolute;z-index:9900;text-align:left;display:none;background:#f3f3f3 none repeat scroll 0 0;left:0;padding: 0px;min-width: 200px;}
.stellarnav li li{display:block;}
.stellarnav ul ul ul {top: 0;left: 100%;}
.stellarnav > ul > li:hover > ul > li:hover > ul{opacity:1;visibility:visible;top:0;}
.stellarnav > ul > li.drop-left > ul{right:0;}
.stellarnav li.drop-left ul ul{left:auto;right:220px;}
.stellarnav.light{background:rgba(255, 255, 255, 1);}
.stellarnav.light a{color:#121212;}
.stellarnav ul ul li a {padding: 10px 30px 10px 15px;color: #fff;white-space: pre;width: 100%;font-size: 18px;color: #999;font-weight: 500;}
.stellarnav ul ul li:last-child a{border: none;}
/*.stellarnav ul ul li a:hover{background:#ffffff;}*/
.stellarnav.light ul ul{background:rgba(255, 255, 255, 1);}
.stellarnav.light li a{color:#121212;}
.stellarnav.fixed{position:fixed;width:100%;top:0;left:0;z-index:9999;}
body.stellarnav-noscroll-x{overflow-x:hidden;}
/* .stellarnav li.has-sub > a:after{content:'';margin-left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #000;display: inline-block;    padding-bottom: 1px;} */
.stellarnav li li.has-sub > a:after {content: '\f107';font-family: 'FontAwesome';font-size: 18px;margin-left: 6px;right: 5px;position: absolute;top: 12px;}
.stellarnav li.drop-left li.has-sub > a:after{float:left;margin-right:10px;border-left:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #FFF;}
.stellarnav .menu-toggle,.stellarnav .close-menu,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile{display:none;text-transform:uppercase;text-decoration:none;}
.stellarnav .dd-toggle{display:none;position:absolute;top:0;right:0;padding:0;width:48px;height:48px;text-align:center;z-index:9999;border:0;}
.stellarnav.desktop.hide-arrows li.has-sub a{padding-right:15px;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding:0;}
.stellarnav li.call-btn-mobile,.stellarnav li.location-btn-mobile{display:none;}
.stellarnav a.dd-toggle .icon-plus{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;width:12px;height:100%;position:relative;vertical-align:middle;display:inline-block;}
.stellarnav a.dd-toggle .icon-plus:before{content:'';display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:width 0.3s;-o-transition:width 0.3s;transition:width 0.3s;}
.stellarnav a.dd-toggle .icon-plus:after{content:'';display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;}
.stellarnav li.open > a.dd-toggle .icon-plus{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}
.stellarnav.light a.dd-toggle .icon-plus:before{border-color:#fff;}
.stellarnav.light a.dd-toggle .icon-plus:after{border-color:#fff;}
.stellarnav.dark a.dd-toggle .icon-plus:before{border-color:#fff;}
.stellarnav.dark a.dd-toggle .icon-plus:after{border-color:#fff;}
.stellarnav .icon-close{-webkit-box-sizing:border-box;box-sizing:border-box;width:12px;height:12px;position:relative;display:inline-block;}
.stellarnav .icon-close:before{content:'';display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.stellarnav .icon-close:after{content:'';display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.stellarnav.light .icon-close:before{border-color:#fff;}
.stellarnav.light .icon-close:after{border-color:#fff;}
.stellarnav.dark .icon-close:before{border-color:#fff;}
.stellarnav.dark .icon-close:after{border-color:#fff;}
.stellarnav .menu-toggle,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile,.stellarnav .close-menu{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;}
a.menu-toggle {border: none;background: #0065a4;margin-top: 0px;width: 70px;padding: 27px 18px !important;}
.stellarnav .menu-toggle span.bars{display:inline-block;position:relative;top:0px;}
.stellarnav .menu-toggle span.bars span {display: block;width: 31px;height: 2px;border-radius: 6px;background: #777;margin: 0 0 10px;}
.stellarnav .menu-toggle span.bars span:last-child{margin-bottom:0px;}
.search-container input[type="text"]{width:239px;}
.stellarnav .full{width:100%;}
.stellarnav .half{width:50%;}
.stellarnav .third{width:33%;text-align:center;}
.stellarnav .location-btn-mobile.third{text-align:center;}
.stellarnav .location-btn-mobile.half{text-align:right;}
.stellarnav.light .third,.stellarnav.light .half{border-left:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light.left .third,.stellarnav.light.left .half{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light.right .third,.stellarnav.light.right .half{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light .third:first-child,.stellarnav.light .half:first-child{border-left:0;}
.stellarnav.dark .third,.stellarnav.dark .half{border-left:1px solid rgba(255, 255, 255, .15);}
.stellarnav.dark.left .third,.stellarnav.dark.left .half{border-bottom:1px solid rgba(255, 255, 255, .15);}
.stellarnav.dark.right .third,.stellarnav.dark.right .half{border-bottom:1px solid rgba(255, 255, 255, .15);}
.stellarnav.light.left .menu-toggle,.stellarnav.light.right .menu-toggle{border-bottom:0;}
.stellarnav.dark.left .menu-toggle,.stellarnav.dark.right .menu-toggle{border-bottom:0;}
.stellarnav.dark .third:first-child,.stellarnav.dark .half:first-child{border-left:0;}
.stellarnav.light .menu-toggle span.bars span{background:#6f3a95;}
.stellarnav.dark .menu-toggle span.bars span{background:#fff;}
.stellarnav.mobile{position:static;}
.stellarnav.mobile.fixed{position:static;}
.stellarnav.mobile ul{position:relative;display:none;}
.stellarnav.mobile.active{padding-bottom:0;}
.stellarnav.mobile.active > ul{display:block;}
.stellarnav.mobile ul{text-align:left;}
.stellarnav.mobile > ul > li{display:block;}
.stellarnav.mobile > ul > li > a{padding:15px;}
.stellarnav.mobile ul{background:rgba(221, 221, 221, 1);}
.stellarnav.mobile ul ul{position:relative;opacity:1;visibility:visible;width:auto;display:none;-webkit-transition:none;-o-transition:none;transition:none;}
.stellarnav.mobile ul ul ul{left:auto;top:auto;}
.stellarnav.mobile li.drop-left ul ul{right:auto;}
.stellarnav.mobile li a {border-bottom: 0.5px solid #0c78c5;color: #ffffff;}
.stellarnav.mobile > ul{border-top:1px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile.light li a{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.mobile.light > ul{border-top:1px solid rgba(0, 0, 0, .15);}
.stellarnav.mobile li a.dd-toggle{border:0;}
.stellarnav.mobile.light li a.dd-toggle{border:0;}
.stellarnav.mobile .menu-toggle,.stellarnav.mobile .dd-toggle,.stellarnav.mobile .close-menu,.stellarnav.mobile .call-btn-mobile,.stellarnav.mobile .location-btn-mobile{display:inline-block;}
.stellarnav.mobile li.call-btn-mobile{border-right:1px solid rgba(255, 255, 255, .1);-webkit-box-sizing:border-box;box-sizing:border-box;}
.stellarnav.mobile li.call-btn-mobile,.stellarnav.mobile li.location-btn-mobile{display:inline-block;width:50%;text-transform:uppercase;text-align:center;}
.stellarnav.mobile li.call-btn-mobile.full,.stellarnav.mobile li.location-btn-mobile.full{display:block;width:100%;text-transform:uppercase;border-right:0;text-align:left;}
.stellarnav.mobile.light ul{background:rgba(255, 255, 255, 1);}
.stellarnav.mobile.dark ul{background:#0067b0;}
.stellarnav.mobile.dark ul ul{background:rgba(255, 255, 255, .08);}
.stellarnav.mobile.light li.call-btn-mobile{border-right:1px solid rgba(0, 0, 0, .1);}
.stellarnav.mobile.top{position:absolute;width:100%;top:0;left:0;z-index:9999;}
.stellarnav.mobile li.has-sub > a:after,.stellarnav.mobile li li.has-sub > a:after,.stellarnav.mobile li.drop-left li.has-sub > a:after{display:none;}
.stellarnav.mobile.right > ul,.stellarnav.mobile.left > ul{position:fixed;top:0;bottom:0;width:100%;max-width:280px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100vh;}
.stellarnav.mobile.right > ul{right:0;z-index:9999;}
.stellarnav.mobile.right .close-menu,.stellarnav.mobile.left .close-menu{display:inline-block;text-align:right;}
.stellarnav.mobile.left > ul{left:0;}
.stellarnav.mobile.right .location-btn-mobile.half,.stellarnav.mobile.right .call-btn-mobile.half,.stellarnav.mobile.right .close-menu.half{text-align:center;}
.stellarnav.mobile.right .location-btn-mobile.third,.stellarnav.mobile.right .call-btn-mobile.third,.stellarnav.mobile.right .close-menu.third{text-align:center;}
.stellarnav.mobile.left .location-btn-mobile.half,.stellarnav.mobile.left .call-btn-mobile.half,.stellarnav.mobile.left .close-menu.half{text-align:center;}
.stellarnav.mobile.left .location-btn-mobile.third,.stellarnav.mobile.left .call-btn-mobile.third,.stellarnav.mobile.left .close-menu.third{text-align:center;}
.stellarnav.mobile.left .menu-toggle.half,.stellarnav.mobile.left .menu-toggle.third,.stellarnav.mobile.right .menu-toggle.half,.stellarnav.mobile.right .menu-toggle.third{text-align:left;}
.stellarnav.mobile.left .close-menu.third span,.stellarnav.mobile.right .close-menu.third span{display:none;}
.stellarnav.desktop li.mega ul ul{background:none;}
.stellarnav.desktop li.mega li{display:inline-block;vertical-align:top;width:100% !important;}
.stellarnav.desktop li.mega li li{display:block;position:relative;left:4px;}
.stellarnav.desktop > ul > li.mega > ul{-webkit-column-count:4;-moz-column-count:4;column-count:4;}
.stellarnav.desktop li.mega ul ul{width:auto;}
.stellarnav.desktop > ul > li.mega{position:inherit;}
.stellarnav.desktop > ul > li.mega > ul{width:100%;max-width:95% !important;}
.stellarnav.desktop > ul > li.mega > ul > li > a{padding:7px 15px;}
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul{display:block;position:relative;left:auto;}
.stellarnav.desktop > ul > li.mega > ul > li{-webkit-box-sizing:border-box;box-sizing:border-box;}
.stellarnav.desktop li.mega li li a{padding:5px 15px;}
.stellarnav.desktop li.mega li.has-sub a:after{display:none;}
.stellarnav.desktop > ul > li.mega > ul > li > a{}
.stellarnav > ul > li:last-child {padding-right: 0;}
.sub-menu-toggle {display: none;}
.menu-wrapper > .has-sub > a:after {content: '\f107';font-family: 'FontAwesome';margin-left: 8px;width: 18px;display: inline-block;transition: .5s all ease;}
.menu-wrapper > .has-sub:hover > a:after {transform-origin: center;transform: rotate(180deg);}
.phonenum i {display: none;}
/* End Menu section */


/* banner */
.bgbanner {position: fixed;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;object-position: top;}
.bannerContent {padding: 250px 40px 0 175px;display: inline-block;width: 100%;background-color: rgba(0, 0, 0, 0.4);position: relative;margin-bottom: 130px;}
.bancon h1 {font-size: 90px;color: #fff;text-transform: uppercase;max-width: 1200px;line-height: 1.1;}
.instag {font-size: 18px;color: #fff;font-weight: 700;   margin-bottom: 20px;display: inline-block;line-height: 1;}
.scollbottom {width: 100px;height: 100px;display: inline-flex;align-items: center;justify-content: center;   margin: 0px;background: #f3f3f3;flex-direction: column;color: #d52b1e;font-weight: 700;margin-top: 120px;}
.socialm1 {position: absolute;right: 25px;top: 34%;z-index: 2;display: inline-flex;flex-direction: column;}
.socialm1 a {width: 50px;height: 50px;font-size: 33.33px;line-height: 50px;color: #fff;display: inline-flex;justify-content: center;align-items: center;}

/* section1 */
.ttcontent {padding: 100px 50px 100px 290px;display: inline-block;width: 100%;}
.ttcontent1 {padding: 100px 250px 100px 80px;background: #f3f3f3;display: inline-block;width: 100%;}
.ttcontent h2 {font-size: 48px;line-height: normal;font-weight: 700;color: #0065a4;margin-bottom: 20px;}
.lineText {line-height: normal;font-size: 22px;   color: #d52b1e;font-weight: bold;position:relative;margin-bottom: 15px;}
.lineText:before {content: '';background: #d52b1e;height: 1px;width: 60px;display: block;position: absolute;left: -75px;top: 13px;}
.ttcontent1 h2 {line-height: normal;   font-size: 36px;font-style: italic;color: #0065a4;margin-bottom: 20px;margin-top: 30px;}
.btnbx {line-height: 1;border: 3px solid #d52b1e;color: #d52b1e;padding: 19px 50px;display: inline-block;font-size: 18px;font-weight: bold;font-style: italic;}
.btnbx:hover {background:#d52b1e;color:#fff;}

/* section 2 */
.numbag {display: inline-block;font-size: 50px;line-height: 1;color: #0065a4;font-weight: bold;    margin-bottom: 15px;}
.headingBoxbtn h4 {font-size: 22px;line-height: normal;color: #d52b1e;font-style: italic;margin-bottom:15px;}
.row-box .headingBoxbtn p {font-size: 20px;}

/* section 3 */
.headingBoxbtn h2 {color: #0065a4;line-height: 1.2;font-size: 48px;font-weight: 700;}
.svgbox {width: 55px;height: 55px;display: block;margin: 0px auto 25px;}
.svgbox svg {fill: #0065a4;width: 55px;height: 55px;}
.servbox {background: rgba(243, 243, 243, 1);width: 100%;height: 201px;display: inline-flex;justify-content: center;padding: 30px 0;flex-wrap: wrap;}
.servbox h4 {display: inline-block;width: 100%;text-align: center;line-height: 1;font-size: 18px;color: #d52b1e;}
.serbox1 {width: 100%;}
.servbox:hover {background-color: #d8d8d8;}

/* section 4 */
.imgtext figure {width: 100%;position: relative;height: 100%;}
.imgtext figure img {width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0;}

/* section 5 */
.headingBoxbtn1 h2 {color: #1a1b1f;font-size: 50px;line-height: 1;font-weight: 400;}
.logoBoxes {display: flex;align-items: center;justify-content: center;flex-wrap:wrap;gap: 40px;}

/* section 6 */
.headingBoxbtn2 h2 {color: #1a1b1f;font-size: 70px;line-height: 1;font-weight: 400;margin-bottom:30px;}
.headingBoxbtn2 p a {color: #555;text-decoration: underline;}
.headingBoxbtn2 p a:hover {text-decoration: none;}

/* section 7 */
.headingBoxbtn a svg {width: 100px;height: 100px;fill: #0065a4;margin-top: 15px;}
.grayBoxes .headingBoxbtn {background: #f3f3f3;padding: 60px 15px;border-radius: 5px;width: 100%;display: inline-block;}
.grayBoxes aside a.btnbx:before {content:'\f178';font-family: 'FontAwesome';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #f3f3f3;display: flex;align-items: center;justify-content: center;transform: translateY(-100%);transition: .5s all ease;color: #fff;background:#d52b1e;}
.grayBoxes aside a.btnbx:hover:before {transform: translateY(0%);transition: .5s all ease;}
.grayBoxes aside a.btnbx{position:relative;overflow:hidden;}

/* contact */
.getTouch .ttcontent {padding: 0px 0px 0px 90px;}
.formGroup {margin-bottom: 20px;display:inline-block;width:100%;}
.inText {width: 100%;padding: 6px 15px;display: inline-block;font-size: 18px;border: none;background: #f3f3f3;}
.btnfor {background: #d52b1e;border: none;padding: 7px 45px;font-size: 18px;color: #fff;}

.formboxin textarea {padding: 15px;height: 100px;}
.btnfor:hover {background: #c6271b;color: #fff;}
.wpcf7-response-output {line-height: 1;padding: 10px !important;display: inline-block;width: 100%;}


/* footer */
.topFooter{width:100%;display:inline-block;}
footer{position: relative;}
.logtext a {margin-bottom: 25px;display: inline-block;max-width: 158px;width: 100%;}
.logtext p {font-size: 14px;line-height: 1.5;}
.topFooter h4 {line-height: 1;font-size: 22px;color: #d52b1e;font-style: italic;margin-bottom: 30px;}
.contactinfo a, .contactinfo {color: #555;font-size: 14px;width: 100%;display: inline-block;}
.open-hours-data {line-height: 1;width: 100%;display: inline-block;max-width: 270px;font-size: 14px;}
.socialm a {width: 55px;height: 55px;font-size: 36.66px;line-height: 55px;display: inline-flex;color: #0065a4;}
.copyright p {font-size: 14px;margin: 0;}
.copyright p a{color: #555;text-decoration:underline;}
.copyright p a:hover{text-decoration:none;}
.open-hours-item {display: flex;justify-content: space-between;margin-bottom: 15px;}
.redbar{padding:0 50px;}
.redbar1 {width: 100%;background: #d52b1e;display: inline-block;height: 100px;margin-bottom: -50px;position: relative;z-index: 1;}

/* innerbanner */
.homeBannerOverlay {padding: 215px 0 100px;display: inline-block;width: 100%;background-color: rgba(0, 0, 0, 0.4);position: relative;}
.innerban h1 {font-size: 90px;line-height: 135px;color: #fff;font-weight: bold;font-weight: 400;}
.menu-breadcrumb {color: #fff;font-size: 18px;}


/* inner section 1 */
.agentsBox figure {position: relative;padding-top: 132%;}
.agentsBox figure img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
.agentbox1 .headingBoxbtn {padding-left: 90px;}
.agentsBox h3 {font-size: 40px;line-height: 1.2;font-weight: 700;color: #0065a4;text-align: center;margin:10px 0 30px;padding: 10px;}
.agentbox1 .col9 {display: flex;flex-wrap: wrap;}
.agentbox1 .headingBoxbtn h3 a {font-size: 20px;color: #0065a4;line-height: 1.5;font-weight: 700;word-break: break-all;}
.agentlink {color: #fff;background: #d52b1e;padding: 19px 35px;}
.agentlink:hover {color: #d52b1e;background: rgba(0,0,0,0);}

/* inner section 2 */
.aboutpagesecalign .headingBoxbtn,.agentinfofull .headingBoxbtn {padding-left: 90px;}
.aboutpagesecalign .headingBoxbtn figure{margin-bottom:30px;}
.aboutpagesecalign .headingBoxbtn h3 a,.agentinfofull .headingBoxbtn h3 a {line-height: 1.1;color: #555;font-size: 24px;    word-break: break-all;}
.rboxed {display: flex;margin-bottom: 15px;align-items:center;}
.svgbx svg {width: 61px;fill: #d52b1e;}
.stcontent h4 {line-height: 1;font-size: 20px;color: #0065a4;}
.svgbx {width: 33.33%;display: inline-flex;justify-content: center;}
.stcontent {width: 66.67%;padding-left: 10px;}
.aboutpagesecalign .rightcon {background: #f3f3f3;padding: 30px 0;display: inline-block;width: 100%;border-radius: 10px;}
.stcontent p {margin: 0 !important;}
.contentbio h2 {color: #0065a4;font-size: 36px;line-height: 1.1;}
.agentinfofull .headingBoxbtn h2 {font-size: 28px;line-height: 41px;color: #0065a4;}
.agentinfofull .headingBoxbtn figure {margin: 20px 0;}
.agentinfofull .headingBoxbtn figure img {aspect-ratio:3 / 4;max-width: 187px;width: 100%;border-radius: 15px;object-fit: cover;}
.agentinfofull .contentbio h2 {font-size: 24px;}
.phonetext h4 {line-height: 1.2;font-size: 20px;color: #0065a4;}
.phonetext h2 {font-size: 48px;line-height: 1.2;   color: #555;}
.phonetext {display: inline-block;width: 100%;padding-left: 40px;margin-top: 30px;}
.agentinfofull .row-box {padding: 60px 0;background: #f3f3f3;border-radius: 10px;}
.simpleMultibox .row-box {display: flex;flex-wrap: wrap;}
.simpleMultibox .headingBoxbtn h2 {font-size: 39px;line-height: 60px;}
.simpleMultibox .headingBoxbtn {margin-top: 40px;}
.padcon0 .ttcontent {padding: 0;}
.padcon0 .ttcontent h2 {color: #d52b1e;font-size: 36px;line-height: 1.3;}
.svgcode12 svg {width: 41px;height:60px;fill: #0065a4;}
.svgcode12 {margin-bottom:20px;}
.numheadings .headingBoxbtn h2 {font-size: 40px;line-height: 60px;    font-style: italic;}
.simpleMultibox .headingBoxbtn ul li {display: list-item;margin-bottom: 5px;}

.textFormat1 .ttcontent {padding: 0;}
.textFormat1 .ttcontent table {line-height: 1.4;text-align: left;}
.textFormat1 .ttcontent table th, .textFormat1 .ttcontent table td {padding: 10px 0;vertical-align: text-bottom;}
.textFormat1 .ttcontent h2 {font-size: 30px;line-height: 1;color: #df1515;}
.textFormat1 .ttcontent table th {width: 20%;}
.imgsizeb figure img {position: relative;}
.mapiframe iframe {width: 100%;border: none;height: 450px;}
.svgdet svg {width: 45px;height: 55px;margin-bottom: 15px;}
.svgdetp svg {width: 41px;height: 55px;margin-bottom: 15px;}
.svgdete svg {width: 39px;height: 55px;margin-bottom: 15px;}
.svgdeta svg {width: 55px;height: 55px;margin-bottom: 15px;}
.detailsbb h4 {color: #d52b1e;font-size: 18px;line-height: 1;}
.detailsbb {text-align: center;padding: 30px;background: #f3f3f3;height: 258px;width:100%;display:inline-block;}
.detailsbb a {color: #555;}
.whbox p {margin: 0;}
.contactDetails .headingBoxbtn p {max-width: 700px;margin: 0px auto 20px;}
.error404 .other-banner-info {    display: none;}
.errorpage {padding: 70px 0 70px;background: #fff;}
.errfull {    text-align: center;}
.errfull h2 {    font-size: 100px;line-height: 1;}
.errfull h2 span {transform: rotate(11deg);display: inline-block;margin-right: 5px;}
.errfull a {display: inline-block;line-height: 1;background: #d52b1e;padding: 15px 25px;color: #fff;margin-top: 20px;}

#accessibilityWidget {text-decoration: underline;cursor: pointer;}
.archivep h2 {line-height: 1;font-size: 30px;}
.archivep input.search-submit {border: none;padding: 2px 20px;}
.search-result-count {line-height: 1.2;margin-bottom: 30px;}
.postinf {display: inline-flex;flex-wrap: wrap;}
.postinf > div { margin-bottom:30px;}
.sitemappage .aioseo-html-page-sitemap ul li {display: list-item;}
.aioseo-html-page-sitemap > h4 {display: none;}
.sitemappage .aioseo-html-page-sitemap ul li a {color: #000;}
.detailssec .detailsbb {height: auto;}
.svgtwo .svgcode12 svg:first-child {border-right: 1px solid #0070bc;padding-right: 12px;margin-right: 10px;}
.numheadings .headingBoxbtn h4 {font-style: normal;}
.grayBoxes p {max-width: 990px;margin: 0px auto;width: 100%;}
.page-id-410 .homeBannerBox .bgbanner {object-position: center 84%;}

/* new changes */
.ttcontent ul li {display: list-item;}
.bannerstyle1 .innerban h1 {font-size: 50px;line-height: 1.2;}
.bannerstyle1 .innerban h3 {line-height: 1.2;color: #fff;font-weight: normal;font-size: 24px;}
.linkbtn23 {background: #d52b1e;line-height: 1;color: #fff;padding: 15px 25px;display: inline-block;font-weight: bold;}
.linkbtn24 {background: #f3f3f3;line-height: 1;color: #0065a4;padding: 15px 25px;display: inline-block;font-weight: bold;}
.linkbtn23:hover {background: #c6271b;color: #fff;}
.btnbx1 {line-height: 1;border: 3px solid #0065a4;color: #ffffff;padding: 19px 50px;display: inline-block;font-size: 18px;font-weight: bold;font-style: italic;background: #0065a4;}
.btnbx1:hover {color: #0065a4;background:rgba(0,0,0,0);}
.dubblebtn aside {display: flex;   align-items: center;gap: 10px;flex-wrap: wrap;justify-content: center;margin-top: 20px;}
.daic .row-box {align-items: center;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;margin-bottom: 10px;}
.set > a{display: block;padding: 10px 30px 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;line-height: 1.2;position:relative;}
.set > a i{position:absolute;right:10px;top: 15px;}
.set > a.active{background-color:#0072bd;color: #fff;}
.content{background-color: #fff;border-bottom: 1px solid #ddd;display:none;}
.content p,.content ul,.content ol,.content a{padding: 10px 15px;line-height: 1.2;}
.accordion-container a {   line-height: 1.2;}


/* Who We Help */


.page-id-420 .agentbox.bg-white.grayBoxes.dubblebtn aside {
    margin-bottom: 30px;
}

.page-id-420 .faqssec.bg-white.daic h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 35px;
}

.who-we-help {
  padding: 50px 20px;
  background-color: #fff;
}

.who-we-help h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
	 color: #d52b1e;
    font-size: 36px;
    line-height: 1.3;
}


.help-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.help-list ul {
    list-style: disc;
    padding-left: 20px;
    column-count: 2;
}

.help-list li {
  margin-bottom: 10px;
  font-size: 16px;
	  display: list-item;
}



/* Who We Help End */







/* media */
@media(min-width:1024){
.menu-wrapper > .has-sub > a:after {content: '\f107';font-family: 'FontAwesome';margin-left: 8px;}
}
@media(max-width:1500px){
.callget a {font-size: 24px;}
.stellarnav li a {font-size: 18px;}
.ttcontent {padding: 100px 50px 100px 120px;}
.ttcontent1 {padding: 100px 150px 100px 80px;}
}
@media(max-width:1200px){
.headerSec{width:100%}
.bannerContent {padding: 200px 15px 0 15px;}
.ttcontent {padding: 100px 15px 100px 89px;}
.ttcontent1 {padding: 100px 15px 100px 15px;}
.ttcontent h2,.headingBoxbtn h2,.headingBoxbtn2 h2, .headingBoxbtn1 h2,.numheadings .headingBoxbtn h2 {font-size: 34px; line-height:1.2;}
.ttcontent1 h2 {font-size: 26px;}
.agentbox1 .col9 .col3 {width: 33.33%;}
.agentbox1 .col3 {width: 33.33%;}
.agentbox1 .col9 {width: 66.67%;}
.agentsBox h3 {font-size: 26px;}
.detailssec .col6 .row-box .col6 {width: 100%;}
.stellarnav > ul > li {padding: 0px 15px 0px 0px;}
.bancon h1 {padding-right: 66px;}
}
@media(max-width:1024px){
.phonenum i{display:block;}
.phonenum span {display:none;}
.callget .phonenum{width:70px;}
.callget .getaquote{width:158px;}
.callget{width:229px}
.stellarnav {margin-left: auto;width: auto;}
.logo {width: 170px;}
.bancon h1 {font-size: 46px;}
.agentbox1 .col9 .col3 {width: 50%;}
.agentbox1 .col3 {width: 50%;}
.agentbox1 .col9 {width: 50%;}
.innerban h1 {font-size: 50px;line-height: 60px;}
.contactDetails .col3 {width: 50%;}
.detailsbb {height: 230px;}
.phonetext h2 {font-size: 30px;}
.aboutpagesecalign .headingBoxbtn h3 a, .agentinfofull .headingBoxbtn h3 a {font-size: 20px;}
	
}

@media (max-width: 768px) {
  .help-list {
    flex-direction: column;
    gap: 20px;
  }
}

@media(max-width:767px){
	
	.help-list ul {
    column-count: 1;
}
.callget{display:none;}
.scollbottom {margin-top: 60px;}
.lineText:before {width: 30px;left: -40px;}
.ttcontent {padding: 50px 15px 50px 50px;}
.ttcontent1 {padding: 30px 15px 50px 15px;}
.imgtext figure img {position: relative;}
.agentbox1 .col9 .col3 {width: 100%;}
.agentbox1 .col3 {width: 100%;}
.agentbox1 .col9 {width: 100%;}
.agentbox1 .headingBoxbtn {padding-left: 51px;margin-bottom: 30px;}
.aboutpagesecalign .headingBoxbtn,.agentinfofull .headingBoxbtn {padding-left: 51px;margin-bottom: 50px;}
.rightcon {margin-top: 40px;}
.agtwocol .headingBoxbtn {margin-bottom: 40px;}
.phonetext {padding-left: 0;}
.innerban h1 {font-size: 35px;line-height: 1.3;}
.simpleMultibox .headingBoxbtn h2 {font-size: 30px;line-height: 1.3;}
.padcon0 .ttcontent {padding: 30px 0 0;}
.textFormat1 .ttcontent table th, .textFormat1 .ttcontent table td {display: flex;}
.textFormat1 .ttcontent table th {width: 100%;}
.contactDetails .col3 {width: 100%;}
.archivep label {width: 100%;display: inline-block;line-height: 1;margin-bottom: 10px;}
.detailsbb {height: auto;}
.getTouch .ttcontent {padding: 0px 0px 20px 42px;}
.bannerstyle1 .innerban h1 {font-size: 35px;line-height: 1.2;}
}