@import url('font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

/*font-family: 'Raleway', sans-serif;*/

@font-face {
  font-family: 'Gotham';
  src: local('Gotham-Bold'),
      url('../fonts/Gotham-Bold.woff2') format('woff2'),
      url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body{margin: 0; padding: 0;}
a{text-decoration: none; color:#c9002c;}
a:hover {text-decoration: none !important;cursor: pointer;}
a:focus {text-decoration: none;transition: all 1s ease;}
*:focus {outline: none !important;}
::-moz-selection { background-color: #000;color: #fff; }
::selection { background-color: #000;color: #fff; }
img{max-width: 100%;height: auto;}

/*============= Back to top==========*/
#back-top-wrapper {position: fixed; right: 118px; bottom: 65px; overflow: hidden; z-index: 2; }
p#back-top { margin: 0; }
#back-top-wrapper #back-top a { width: 52px; height: 52px; opacity: 1; transition: 200ms all; color: #fff; text-align: center; line-height: 52px; text-decoration: none; text-transform: uppercase; border-radius:50%; display: inline-block; background:#c82e80 url(../images/top-arrow.png) no-repeat; background-position: center;border: 1px solid #fff; }
#back-top-wrapper #back-top a:hover { background-color:#101010; }
#back-top-wrapper #back-top a img{display: none;}

.header-section.sticky { position: fixed; left: 0; right: 0; z-index: 99; animation: slide-down 0.7s; box-shadow: 0px 0px 9px rgb(0 0 0 / 28%); top: 0;background: rgba(255, 255, 255, 0.9); } 
.header-section.sticky .logo {width: 20%;}
.header-section.sticky .bottom-header { padding: 18px 0;}
.header-section.sticky .phone-call p{ font-size:18px;}
.header-section.sticky .default-btn {font-size: 15px;line-height: 28px;padding: 8px 22px;}
.header-section.sticky .head-right {padding-top: 8px;}
.default-css { width: 100%; padding:0px 0;}
.default-css h1 {font-size: 48px; line-height: 54px; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase;}
.default-css h2 {font-size: 40px; line-height: 50px; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase;}
.default-css h3 {font-size: 33px; line-height: 48px; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase;}
.default-css h4 {font-size: 26px; line-height: normal; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase;}
.default-css h5 { font-size: 22px; line-height: normal; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase;}
.default-css h6 { font-size: 18px; line-height: normal; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase;}
.default-css h1 a, .default-css h2 a, .default-css h3 a, .default-css h4 a, .default-css h5 a, .default-css h6 a { color: #c9002c; }
.default-css h1 b, .default-css h2 b, .default-css h3 b, .default-css h4 b, .default-css h5 b, .default-css h6 b { color: #c9002c;font-weight: 700; font-family: 'Raleway', sans-serif; }

.default-css h1 a:hover, .default-css h2 a:hover, .default-css h3 a:hover, .default-css h4 a:hover, .default-css h5 a:hover, .default-css h6 a:hover { color: #123449; }
.alignleft { float: left; margin-bottom:15px;margin-right: 15px;box-shadow:2.5px 4.33px 45.5px rgba(0, 0, 0, 0.35);}
.alignright { float: right; margin-bottom: 15px;margin-left: 15px;box-shadow:2.5px 4.33px 45.5px rgba(0, 0, 0, 0.35);}
.aligncenter { clear: both; display: block; margin: 0 auto 15px;box-shadow:2.5px 4.33px 45.5px rgba(0, 0, 0, 0.35);}
.default-css iframe { width: 100% !important; height: 400px !important;}
.default-css p {font-size: 22px; line-height: 33px; color: #000000; font-weight: 400; font-family: 'Raleway', sans-serif;}
.default-css p a{color: #c9002c;}
.default-css p i{font-style: normal;color: #c9002c;}
.default-css p a:hover{color: #123449;}
.default-css ul { margin-bottom: 30px; padding: 0 0 0 0; margin-top: 25px; }
.default-css ol {padding: 0 0 0 20px }
.default-css ul li { background: url(../images/list-arrow.png) no-repeat top left; background-position: 0 7px; padding-left: 37px;  list-style: none;  }
.default-css ul li, .default-css ol li { display: block; font-size: 19px; line-height: 34px; margin-bottom: 10px; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; }
.default-css ul li a, .default-css ol li a { color: #c9002c;}
.default-css ul li b, .default-css ol li b{ color: #c9002c;font-weight: 700; font-family: 'Raleway', sans-serif;}
.default-css ul li a:hover, .default-css ol li a:hover { color: #123449; }


.header-section{padding: 5px 0; position: absolute; top: 0; left: 0; right: 0; width: 100%;z-index: 99;}
.head-right{text-align: right;}

.phone-call p{ font-size: 30px; line-height: 48px; color: #303030; font-weight: 600; font-family: 'Raleway', sans-serif;margin: 0 20px 0 0;display: inline-block; }
.phone-call p a{color: #303030;}
.phone-call p a:hover{color: #c9002c;}
.phone-call p img{margin-right: 8px; position: relative;}
.top-button{display: inline-block;margin-left: 40px;}
.head-right { text-align: right;  margin-right: -200px; padding-top: 18px;}
.default-btn{ font-size: 18px; line-height: 28px; color: #ffffff; font-weight: 700; font-family: 'Raleway', sans-serif; text-align: center; text-transform: uppercase; display: inline-block; padding: 14px 22px; border-radius: 28px; background-color: #c9002c; }
.default-btn:hover{ background-color: #123449; color:#fff; }
.phone-call { display: inline-block; vertical-align: middle; }

.home-banner{position: relative;background-size: cover !important; background-repeat: no-repeat;padding: 80px 0;}
.home-banner>img{ width: 100%; }
.home-bnner-content{ padding-top: 115px; }
.home-bnner-content h1{ font-size: 64px; color: #c9002b; font-weight: bold; font-family: 'Gotham'; }

.sub-head{ font-size: 32px; letter-spacing: 0px; color: #003968; font-weight: 700; font-family: 'Raleway', sans-serif; line-height: normal; padding: 0 0 15px; }

.home-bnner-content ul{padding: 0;}
.home-bnner-content ul li{ list-style: none; display: block; font-size: 24px; line-height: 38px; margin-bottom: 10px; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; background: url(../images/list-arrow.png) no-repeat top left; background-position: 0 7px; padding-left: 37px; }
.home-bnner-content ul li b{ color:#c9002c;font-weight: 700; font-family: 'Raleway', sans-serif; }
.home-bnner-content ul li a{ color:#c9002c; }
.home-bnner-content ul li a:hover{ color:#000; }

.finacnce-solution{ background-color: #ecf0f8; padding: 110px 0; }
.section-heading h2{ font-size: 48px; line-height: 54px; color: #000000; font-weight: 700; font-family: 'Raleway', sans-serif; text-transform: uppercase; }
.section-heading h2 b{ color:#c9002c;font-weight: 700; font-family: 'Raleway', sans-serif; display: block; }
.practice-list ul{padding: 0; margin: 0;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;justify-content: center;}
.practice-list ul li{list-style: none; width: 20%; text-align: center; border-top: 1px solid #d6d9df; border-right: 1px solid #d6d9df;padding: 36px 75px 30px;}
.practice-list ul li h4{ font-size: 24px; line-height: normal; color: #000000; font-weight: 500; font-family: 'Raleway', sans-serif; text-transform: uppercase; margin: 0; }
.practice-list ul li h4 a{color: #000000;}
.practice-list ul li h4 a:hvoer{color: #003968;}
.practice-list ul li h4:hover{color: #003968;}
.practice-list ul li figure{ width: 140px; height: 140px; border-radius: 50%; background-color: #ffffff; border: 7px solid #e0e4ec; margin: 0 auto 32px; text-align: center; line-height: 120px; transition: all 1s; }
.practice-list ul li:last-child{border-right: 0;}
.practice-list ul li:nth-child(5n){border-right: 0;}
.practice-list ul li:first-child{border-top: 0;padding-top: 0;}
.practice-list ul li:nth-child(2){border-top: 0;padding-top: 0;}
.practice-list ul li:nth-child(3){border-top: 0;padding-top: 0;}
.practice-list ul li:nth-child(4){border-top: 0;padding-top: 0;}
.practice-list ul li:nth-child(5){border-top: 0;padding-top: 0;}
.section-heading{ padding-bottom: 45px; }
.button-center{padding-top: 42px;}

.middle-content-sec{ background: #e0e7ed url(../images/middle-iamge.png) no-repeat left center; position: relative; padding: 110px 0 70px; }
.mid-right h3, .mid-right h4{ font-size: 31px; letter-spacing: -1px; color: #123449; font-weight: 700; font-family: 'Raleway', sans-serif; position: relative; border-left: 10px solid #c9002b; padding-left: 20px; }
.middle-content-sec .row { justify-content: flex-end; }
.mid-right { margin-right: -70px; margin-left: 40px; }

.about-section{ padding: 92px 0; }
.about-section .default-css h2{font-size: 48px; line-height: 54px;color:#c9002c;}
.default-css figure{margin: 0;box-shadow:2.5px 4.33px 45.5px rgba(0, 0, 0, 0.35);}
.about-bottom p{ font-size: 18px; line-height: 28px; color: #000000; font-weight: 500; font-family: 'Raleway', sans-serif; }
.about-bottom p i{ font-weight: 600; }
.about-bottom { padding-top: 50px; padding-right: 170px; }

.auto-amount-sectioin{ background: #f7faec; padding: 110px 0; position: relative; }
.auto-amount-sectioin .default-css h3{ letter-spacing: -1px; color: #003968; margin-bottom: 30px; text-transform: inherit; }
.auto-amount-sectioin .default-css p { margin-bottom: 30px; }
.default-css p b{font-weight: 600;}
.auto-amount-sectioin::after{ content: ''; background: url(../images/plant.png) no-repeat; width: 1063px; height: 621px; position: absolute; right: 0; bottom: 0; }

.contents-sectioin{ padding: 70px 0 0; }
.contents-sectioin .default-css p { margin-bottom: 30px; }
.improve-image { margin-left: -100px; }
.contents-sectioin .row { align-items: center; }
.contents-sectioin .col-sm-6:last-child { padding-left: 60px; }
.contents-sectioin .default-css ul li b{ border-bottom: 1px solid #c9002c; }
.attorney-section{ background: #ecf0f8; padding: 85px 0 100px; }
.attorney-section .default-css h3{ letter-spacing: -1px; color: #003968; margin-bottom: 10px; }
.attorney-section .default-css p{ margin: 0 0 5px; }


.legal-finance-section .default-css h3{ letter-spacing: -1px; color: #003968; margin-bottom: 10px; }
.legal-finance-section .default-css p{ margin: 0 0 5px; }
.legal-finance-section .default-css{ padding: 75px 60px 75px 0; }
.attorney-iamge { margin-left: -150px; }
.legal-finance-section .default-css ul { margin-bottom: 25px; padding: 0 0 0 0; margin-top: 13px; }

.hvac-finance-section{ background-color: #dfdfe3; padding: 90px 0 95px; }

.hvac-finance-section .default-css h3{ letter-spacing: -1px; color: #003968; margin-bottom: 15px; }
.hvac-finance-section .default-css h4{ font-size: 33px; letter-spacing: -1px; line-height: 48px; color: #003968; text-transform: initial; margin-bottom: 20px; }
.inverstment-section{ padding: 95px 0 20px; }
.inverstment-section .default-css h3{ letter-spacing: -1px; color: #003968; margin-bottom: 15px; }
.inverstment-section .row{padding-bottom: 50px;}

.inverstment-section .default-css h5{ line-height: 33px; margin-bottom: 20px; } 
.loans-detail { display: inline-block; clear: both; }
.loans-col { font-size: 22px; line-height: 33px; color: #fff; font-weight: 700; font-family: 'Raleway', sans-serif; margin-bottom: 8px; background-color: #003968; padding: 10px 20px; display: inline-block; }


.call-to-action{ background-color: #003867; }
.callto-act-inn p{ font-size: 22px; letter-spacing: 0px; line-height: 30px; color: #ffffff; font-weight: 700; font-family: 'Raleway', sans-serif; margin: 0; max-width: 805px; }
.callto-act-inn{ display: flex; justify-content: space-between; width: 100%; align-items: center; }
.right-btn a{ font-size: 40px; line-height: 34px; color: #ffffff; font-weight: 600; font-family: 'Raleway', sans-serif; text-align: center; text-transform: uppercase; display: inline-block; padding: 30px 22px; border-radius: 0; background-color: #c9002c; }
.right-btn a:hover{ background-color: #fff; color:#c9002c; }


.case-studies-action{ padding: 85px 0; }
.heading-title h3{ font-size: 33px; letter-spacing: -1px; line-height: 44px; color: #003968; font-weight: 700; font-family: 'Raleway', sans-serif; margin-bottom: 20px; text-transform: uppercase; }
.studies-box{ background-color: #003968; position: relative; height: 100%; }
.studies-box:hover{ background-color: #c9002c; }
.studies-box img{width: 100%;}
.studies-dtl{ padding: 20px 15px 10px; }
.studies-dtl h5{ font-size: 24px; line-height: normal; color: #f9fcff; font-weight: 700; font-family: 'Raleway', sans-serif; }
.studies-dtl h5 a{color:#fff;}
.studies-dtl h5 a:hover{color:#fff;}
.studies-dtl p{ font-size: 18px; line-height: 30px; color: #f9fcff; font-weight: 500; font-family: 'Raleway', sans-serif; }

.case-studies-action .col-sm-3 { margin: 15px 0; }

.testimonial-section{ padding-bottom: 75px; }
.heading-title p{ font-size: 18px; color: #000000; font-weight: 400; font-family: 'Raleway', sans-serif; }
.testi-box{ background-color: #fff; box-shadow: 0px 9px 9.5px rgba(0,0,0,0.19); border: 1px solid #c1c2c3; text-align: center; padding: 25px 30px; }
.testi-box p{ font-size: 14px; line-height: 18px; color: #3d3c3c; font-weight: 300; font-family: 'Raleway', sans-serif; margin-bottom: 18px; min-height: 125px; }
.testi-box h6{ font-size: 16px; line-height: 18px; color: #184766; font-weight: 500; font-family: 'Raleway', sans-serif; }
.testimonial-section .row { padding: 0 50px; }
.testimonial-section .col-sm-4 { margin-top: 20px; }
.testimonial-section .heading-title h3{ margin-bottom: 10px; }
.ftr-bottom-btn .default-btn{ background-color: #003867; color:#fff; }
.ftr-bottom-btn .default-btn:hover{ background-color: #c9002c; color:#fff; }
.ftr-bottom-btn { display: flex; justify-content: space-between; padding-top: 60px; }

.copy-right{
    background-color: #c9002c;
    text-align: center;
    padding: 18px 15px;
}
.copy-right p{
    font-size: 18px;
line-height: normal;
color: #ffffff;
font-weight: 500;
font-family: 'Raleway', sans-serif;
margin: 0;
}
.practice-list ul li:hover figure{
    border-color:#003968;
}
.middle-content-sec .mid-right.default-css h3 {
	margin-bottom: 30px;
}
.about-section.textALGn {
	text-align: center;background: #f7f7f7f7;
}