@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

:root {
    /*--main-color: #FFC901;*/
    --main-color: #000080;
    --secondary-color: #FFC901;
}

body {
	font-family: 'Poppins', sans-serif;
  	font-size: 15px;
	color: #333;
}
a, img {
	text-decoration: none !important;
	outline: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1.main-title {
    color: var(--secondary-color);
}
a, a:hover, .dropdown-toggle, .dropdown-toggle:hover{
	transition: all 1s;
}
a:hover, .dropdown-toggle:hover {
    color: var(--main-color);
}
.dropdown-menu {
    margin-top: 14px;
    margin-left: 31px;
    border-radius: 0;
}
.header-wrapper{
	position: absolute;
    z-index: 12;
    width: 100%;
}
.top-header{
	padding: 30px 0;
    transition: .3s ease all;
}
.top-header a{
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}
.top-header a:hover{
	color: var(--main-color);
}
.top-header a i{
	margin-right: 15px;
}
.top-links{
	text-align: right;
}
.top-links li{
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.top-links li a{
	color: #fff;
	text-transform: uppercase;
}
.top-links li a:hover{
	color: var(--main-color);
}
.top-links li a i{
	margin-right: 10px;
}
.top-links li:last-child{
	border-right: 0;
	padding-right: 0;
}
.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    position: relative;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-btn {
    background: var(--main-color);
    padding: 22px;
    color: #fff;
}
.navbar-light .navbar-nav .nav-btn:hover{
	background: #333333;
	color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: var(--main-color);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: var(--main-color);
}
.navbar-light .navbar-nav .active>.nav-link:before{
	content: '';
    width: 40%;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    right: 30px;
    top: 0;
}
.navbar-light .navbar-nav .active>.nav-link:after{
	content: '';
    width: 40%;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    left: 40px;
    bottom: 0;
}
#header-logo {
    /*height: 91.16px;
    width: 540px;*/
}


.bg-light{
	padding: 0;
}
nav .navbar-collapse{
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.banner-img{
	border-bottom-left-radius: 180px;
	min-height: 730px;
	background-size: cover !important;
	background-position: center bottom !important;
}
.banner-wrapper{
	position: relative;
}
.banner-wrapper .carousel-caption{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	text-align: left;
	margin-top: 150px;
}
.banner-wrapper .carousel-caption h1{
	font-size: 62px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
.banner-wrapper .carousel-caption h1 span{
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-default{
	background: var(--main-color);
	color: #fff;
	padding: 12px 35px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: 0;
}
.btn-default:hover{
	background: #333;
	color: #fff;
}
.navbar-brand {
    width: 25%;
}
#top-nav-fixed .fixed-show {
    display: none;
}
#top-nav-fixed.sticky .fixed-show {
    display: inline;
}
#rateLink:hover {
    cursor: pointer;
}
.apply-form{
    background: #000080cc;
    padding: 40px 20px;
    border-radius: 7px;
    max-width: 436px;
    margin-left: auto;
    /*position: absolute;
    right: 0;
    bottom: 150px;*/
}
.slider-content{

}
.form-control{
	border: 1px solid #fff;
	color: #fff !important;
	background-color: transparent;
	border-radius: 0;
	height: 57px !important;
	font-size: 13px;
	text-transform: uppercase;	
}
.form-control::placeholder{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.form-control:focus{
	background-color: transparent;
	border: 1px solid #fff;
}
select.form-control{
	color: #fff !important;
}
.input-group-text{
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-left: 0 !important;
}
.input-group .form-control:focus{
	border-right: 0;
	color: #fff;
}
.br-0{
	border-right: 0;
}
.btn-white{
	background: rgba(255,255,255,0.7);
	color: #333333;
	font-weight: 600;
}
.mt-100{
	margin-top: 100px;
}
.about-wrapper{
	padding: 120px 0;
}
.about-bg{
	background: url(../images/about-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.sml-title{
	color: var(--secondary-color);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
}
.main-title{
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
.main-title:after{
	content: '';
	width: 75px;
	height: 2px;
	background: var(--secondary-color);
	display: block;
    margin-top: 30px;
}
.mt-30{
	margin-top: 30px;
}
.about-wrapper p{
	color: #666666
}
.about-img img{
	border-radius: 20px;
	transition: transform .5s ease-in-out;
}

.about-img{
	position: relative;
	margin-left: 70px;
	text-align: right;
	z-index: 1;
	/*overflow: hidden;*/
}
.about-img:after{
	content: '';
    background: #f4f2f2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    transform: rotate(-5deg);
    box-shadow: 0 5px 12px rgba(0,0,0,0.15);
   	transition: all 1s;
}
.about-img:hover:after{
	transform: rotate(0deg);
    /* left: -9px; */
    /* top: -9px; */
    bottom: 0px;
    /* width: 104%; */
    /* height: 104%; */
    transition: all 1s;
    box-shadow: 0 10px 42px rgba(0,0,0,0.3);
}
/*
.about-img:hover img{
	transform: scale(1.4) rotate(15deg);
}*/
.single-box{
	border-radius: 20px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	margin-top: 115px;
	transition: all 1s;
    min-height: 375px;
}
.box-icon{	
	width: 50px;
	height: 50px;
}
.box-icon-1{
	background: url(../images/step-1-icon.png) no-repeat center;
}
.box-icon-2{
	background: url(../images/step-2-icon.png) no-repeat center;
}
.box-icon-3{
	background: url(../images/step-3-icon.png) no-repeat center;
}
.box-icon-4{
	background: url(../images/step-4-icon.png) no-repeat center;
}
.single-box h4{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.single-box a{
	text-transform: uppercase;
	color: #274583;
	font-weight: 400;
}
.single-box:hover{
	background: var(--main-color);
	color: #fff;
}
.single-box:hover .box-icon-1{
	background: url(../images/step-1-icon-hov.png) no-repeat center;
}
.single-box:hover .box-icon-2{
	background: url(../images/step-2-icon-hov.png) no-repeat center;
}
.single-box:hover .box-icon-3{
	background: url(../images/step-3-icon-hov.png) no-repeat center;
}
.single-box:hover .box-icon-4{
	background: url(../images/step-4-icon-hov.png) no-repeat center;
}
.single-box:hover p, .single-box:hover a{
	color: #fff;
	transition: all 1s;
}
.testimonial-wrapper{
	background: url(../images/testimonial-bg.jpg);
	min-height: 578px;
	background-size: cover;
	padding: 100px 0;
	background-position: right;
}
.testimonial-txt{
	color: #999999;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
#testimonial-slider{
	margin-top: 40px;
}
#testimonial-slider h3{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}
.sml-txt{
	font-size: 15px;
	color: #fff;
	margin-top: 5px;
}
.carousel-control-next, .carousel-control-prev{
	text-transform: uppercase;
	top: 110%;
	color: #fff;
	opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	color: var(--main-color);
}
.carousel-control-prev{
	left: -65px;
}
.carousel-control-next {
    left: 0;
    right: auto;
}
.footer-wrapper{
	padding: 100px 0 0;
	color: #666666;
}
.footer-social-links li{
	display: inline-block;
	margin-right: 10px;
}
.footer-social-links li a{
	background: var(--main-color);
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
.footer-social-links li a:hover{
	background: #333;
	color: #fff;
}
.footer-title{
	font-size: 18px;
	color: #333;
	margin-bottom: 40px;
}
.footer-wrapper .media-body p, .footer-wrapper .media-body a{
	line-height: 25px;
	color: #666;
	margin-bottom: 0;
}
.footer-wrapper .media-body a:hover{
	color: var(--main-color);
}
.footer-wrapper .media-body i{
	color: #999999
}
.form-control.solid-bg{
	background-color: #F6F6F6;
	height: 45px !important;
	color: #999999 !important;
	border: 2px solid transparent;
}
.form-control.solid-bg:focus{
	/*border: 2px solid var(--main-color);*/
}
.form-control.solid-bg::placeholder{
	color: #999999;
}
textarea.form-control.solid-bg{
    padding-top: 12px;
    height: auto !important;
}
.foorer-btm{
	margin-top: 100px;
	background: var(--main-color);
	text-align: center;
	padding: 22px 0;
}
.foorer-btm p, .foorer-btm a{
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 0.3px;
	font-weight: 500;
}
.foorer-btm a:hover{
	color: #fff;
}
.disclosures {
    margin: 10px;
    font-size: 12px;
    font-weight: normal;
}

/*about page*/
.inner-banner-wrapper{
	/*background: url(../images/inner-pg-banner.jpg);*/
    background: url(../images/snowy-mountains.jpg);

	min-height: 400px;
	background-size: cover;
	background-position: bottom;
	text-align: center;
	display: flex;
	align-items: center;	
	border-bottom-left-radius: 180px;
}
.inner-banner-wrapper h1{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	padding-top: 130px;
	text-transform: uppercase;
}
.inner-banner-wrapper h1:after{
	content: '';
	background: var(--secondary-color);
	width: 97px;
	height: 3px;
	margin: 20px auto 0;
	display: block;
}
.case-study-wrapper{
	/*background: #212830;*/
    background: var(--main-color);
	padding: 100px 0;
}
.big-txt{
	font-size: 62px;
	font-weight: bold;
	color: #c8c8c8;
   	margin-bottom: 0;
}
.year-txt{
	font-size: 15px;
	color: var(--secondary-color);
	text-transform: uppercase;
}
.description-light-txt{
	color: #c8c8c8;
	margin: 0;
}
.border-right{
	border-right: 2px solid var(--secondary-color) !important;
	padding-right: 30px;
}
.innerpage-wrapper{
	padding: 100px 0;
}
.innerpage-wrapper p{
	line-height: 24px;
	color: #666666;	
    font-size: 11px;
}
.single-contact-box{
	box-shadow: 0 0 30px rgba(234,228,228,0.8);
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.bld-fnt{
	font-weight: 600;
	color: #333333;
	margin: 25px 0 15px;
}
.contact-link{
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.contact-link:hover{
	color: #000;
}
.map-wrapper iframe{
	width: 100%;
	height: 518px;
	border: 0;
}
.rates-info{
	box-shadow: 0 0 30px rgba(234,228,228,0.8);
	padding: 30px;
	border-radius: 15px;
}
.rates-info p{
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}
.rates-content-wrapper{
	background: #212830;
	padding: 100px 0;
	position: relative;
}
.rates-content-wrapper:after{
	content: '';
    background: var(--main-color);
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.rates-accordian .card{
	background: transparent;
    border: 1px solid var(--main-color);
    border-radius: 0;
    margin-bottom: 30px;
}
.rates-accordian .btn-link{
	display: block;
    text-align: left;
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
    padding: 18px 20px;
    background: var(--main-color);
    border-radius: 0;
}
.rates-accordian .btn-link.collapsed{
	background: transparent;
	color: #fff !important;
}
.rates-accordian .btn-link:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.rates-accordian .btn-link.collapsed:before {
    float: right !important;
    content:"\f067";
}
.rates-accordian .card-header{
	border-bottom: 1px solid rgb(205, 189, 155);
	padding: 0;
}
.rates-accordian .card-body{
	color: #999999;
	padding: 30px 20px;
}
#rates-select {
    padding: 15px;
    min-width: 200px;
}
.z-index-1{
	z-index: 1;
}
.pr-30{
	padding-right: 30px !important;
}
.pl-30{
	padding-left: 30px !important;
}
.white-border:after{
	background: #fff;
}
.rates-accordian-white .card{
	border: 1px solid #fff;
}
.rates-accordian-white .btn-link{
	background: #fff;
	color: #333333 !important;
}
.rates-accordian-white .card-body{
	color: #fff;
}

section.disclosures-text {
    padding: 100px 0;
}
.main-disclosure h2{
    font-size: 20px;
    color: #CCBD9B;
    font-weight: 600;
    margin-bottom: 60px;
}
.main-disclosure h3{
    font-size: 16px;
    color: #333333;
    line-height: 30px;       
    font-weight: 700;         
}
.main-disclosure h4{
    font-size: 14px;
    color: #CCBD9A;
    line-height: 30px;       
    font-weight: 600;         
}

.terms-bg
{
	padding: 70px 80px;
	background-color: var(--main-color);
	border-radius: 20px;
	line-height: 24px;
	background-image: url(../images/terms-bg.png);
}
.terms-wrapper p{
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
}
.terms-wrapper b {
    color: var(--secondary-color);
    font-weight: 700;
}
.terms-wrapper h1.main-title, .terms-wrapper h2.main-title, .terms-wrapper h3.main-title, .terms-wrapper h4.main-title, .terms-wrapper h5.main-title {
    color: var(--secondary-color);
} 
.terms-list {
    padding-left: 60px;
    color: white;
    margin: 25px 0px;
}
.apply-list{
	list-style-position: inside;
	margin-top: 20px;
}
.apply-list li{
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.apply-pg-box{
	padding: 70px;
}
.apply-pg-box p{
	color: #fff;
}
.apply-pg-box .text-uppercase{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 30px;
}
.center-label{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	display: block;
}
.gold-txt{
	color: var(--main-color);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.blue-txt {
    color: var(--main-color) !important;
}
.double-line{
	border-top: 3px double var(--main-color);
    margin-top: 90px;
}
.foorer-btm a.active{
	color: #fff;
}
.faq_heading{
    letter-spacing: 2px;
    font-size: 15px;
}
.text-black {
	color: #333 !important;
}

.faqs-accordian .card {
    /*background: transparent;*/
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}
.faqs-accordian .btn-link {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #CCBD9A !important;
    font-weight: 500;
    padding: 15px 20px;
    background: #282828;
    border-radius: 0;
    white-space: normal;
}
.faqs-accordian .btn-link.collapsed{
	background: #E6E6E6;
	color: #444444 !important;
	border-radius: 0;
}
.faqs-accordian .btn-link:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f106";
    margin-top: -3px;
    font-size: 20px;
}
.faqs-accordian .btn-link.collapsed:before {
    float: right !important;
    content:"\f107";
}
.faqs-accordian .card-header{
	border-bottom: none;
	padding: 0;
}
.faqs-accordian .card-body{
	color: #999999;
	padding: 15px 0px;
}
.faqs-accordian .card-body p:last-child {
	margin-bottom: 0 !important;
}
.question-box {
    background-color: var(--main-color);
    padding: 25px 20px;
    border-top: 5px solid var(--secondary-color);
    margin-bottom: 40px;
}
.question-box p {
	font-size: 13px;
	color: white;
}
.sub-title {
	font-size: 16px;
	color: #272727;
	font-weight: 700;
	margin-bottom: 20px;
}
.btn-white {
	background-color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	border-radius: 0;
}
.btn-white:hover {
	background-color: #282828;	
	color: #fff;
}
.faqs-right .apply-list li {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px;
}
.faqs-right .apply-list li a {
    color: #666;
}
.faqs-right .apply-list li a:hover {
    color: var(--main-color);
}
.letter-space {
	letter-spacing: 1.3px;
}
.privacy-table {
	color: #666;
}
.privacy-table .thead-light th {
    background-color: #a6a6a6;
    color: white;
    border-bottom: 1px solid;
    border-color: #CECECE;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
	vertical-align: middle;
}
.privacy-table.p-table-1 thead tr:first-child th:first-child {
    background-color: #808080;
    color: white;
}
.privacy-table.p-table-1 thead tr:first-child th:last-child {
    background-color: white;
}
.privacy-table.p-table-3 tr td:first-child {
    background-color: #a6a6a6;
    color: white;
}
.privacy-table th {
    background-color: #a6a6a6;
    color: white;
    border-color: #CECECE;
    font-weight: 500;
}
.privacy-table td {
	padding-top: 18px;
	padding-bottom: 18px;
}
.text-gold {
    color: var(--main-color);
}
a.text-gold:hover {
    color: #333;
}
.solid-bg + .input-group-append .input-group-text {
    background-color: #E6E6E6;
    border: 1px solid #D1D1D1;
    color: #999999 !important;
    border-radius: 0;
}
.custom-control {
    position: relative;
    display: table;
    margin: auto;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-label::before {
	border: 1px solid #21272F;
    background-color: transparent;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--main-color);
    border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,255,255,1);
}
.btn-apply {
    min-width: 150px;
}
.btn-apply i {
    float: right;
    margin-right: -25px;
    margin-top: 3px;
}
.apply-now .form-control.solid-bg{
	background-color: #E6E6E6;
	height: 57px !important;
	font-size: 12px;
	color: #444 !important;
	border: 1px solid #D1D1D1;
	border-radius: 0;
}
.apply-now .form-control::placeholder{
	color: #444 !important;
}
.custom-select {
	background: #fff url(../images/down-arrow-2.png) no-repeat 98% center;
	position: relative;
	z-index: 1;
}
.apply-now #datepicker .form-control {
	border-right: 0;
}
.footer-wrapper .form-control.solid-bg {
    background-color: #e8e8e9;
    height: 45px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #999999 !important;
    border: 2px solid transparent;
    text-transform: capitalize;
}
.footer-wrapper .form-control.solid-bg::placeholder {
    color: #999999 !important;
    text-transform: capitalize;
}
.footer-wrapper .form-group {
    margin-bottom: 5px;
}
.footer-wrapper .btn-default {
    margin-top: 15px;
}

.work-wrapper img
{
 	border-radius: 20px;
 	box-shadow: 0 17px 31px rgba(204,204,204,0.7);
}
.text-black{
	color: #333333;
	font-weight: light;
}
.work-wrapper h3{

	font-size: 20px;
	font-weight: bolder;
	color: 333333;
}
.work-wrapper p{

	color: 666666;
	line-height: 26px;
}
.space{
	padding-top: 40px;
}
.work-wrapper
{
	background-image: url(../images/bg-image.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    background-position: 50% 91%;
}
.item {
      position: relative;
    margin: 2%;
    overflow: hidden;
    
    box-shadow: 0 17px 31px rgba(204,204,204,0.7);
    border-radius: 20px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1024;
    left: 0;
    right: 0;
    background: #f8f9fa;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.sticky nav .navbar-collapse{
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.banner-wrapper .custom-select {
    background: transparent url(../images/down-arrow.png) no-repeat 98% center;	
    position: relative;
    z-index: 1;
}
.shortLoanSelect option {
    background-color: #000080;
    border-color: white;
}
.invalid {
    border: 1px solid red !important;
    color: red !important;
}
#name_error, #email_error, #message_error, .footer-error-message {
    display: none;
}
.footer-success-message p {
    margin: 0;
}

.state-license {
    height: 513px;
    width: 400px;
}
/* Application Modal Styles */
#modal-overlay {
    position:fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1 !important;
    background-color:rgba(0,0,0, 0.6);
}
#application-modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 35%;
    width: 30%;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    z-index: 2;
}
#application-modal h2 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 10px;
}
#application-modal input,
#application-modal label {
    display: inline;
}
#application-modal button {
    display: block;
    margin: auto;
    margin-top: 10px;
    background-color: var(--main-color);
    color: white;
    border: 1px solid black;
    padding: 5px;
}
#application-modal button:hover {
    cursor: pointer;
}
.visible {
    visibility: visible;
}
/* end Application Modal Styles */

/* Utilities */
.text-31 {
    font-size: 31px;
}
.inline-block {
    display: inline-block!important;
}
.simple-border {
    border: 1px solid black;
}
/* End Utilities */

/* Media Queries */
@media screen and (max-width: 767px) {
    .single-box {
        min-height: 250px;
    }
}
@media screen and (max-width: 414px) {
    #application-modal {
        width: 95%;
        left: 12px;
        top: 200px;
    }
}
@media screen and (min-width: 415px) and (max-width: 1024px) {
    #application-modal {
        width: 60%;
        left: 22%;
    }
}

/*Homepage Form*/
#wpcf7-f160-o1 {
    background-color: #000080cc;
    padding: 40px 20px 20px 20px;
}
select.wpcf7-form-control option {
    background-color: #000080;
}
#wpcf7-f160-o1 input {
    padding: 6px 12px;
}
#wpcf7-f160-o1 input[type=submit] {
    padding: 10px 20px;
    font-size: 15px;
    min-height: 42px;
}
#wpcf7-f160-o1 .form-group:last-of-type {
    margin-bottom: 0;
}
#wpcf7-f160-o1 .wpcf7-form.invalid {
    border: none !important;
    color: unset !important;
}
.banner-img {
    transition: 0.2s ease;
}
#wpcf7-f160-o1 .form-group:has(input[type=submit]),
#wpcf7-f160-o1 .form-group:has(input[type=submit]) p {
    margin-bottom: 0;
}
form:not(.submitting) .wpcf7-spinner.wpcf7-spinner {
    display: none;
}
#wpcf7-f160-o1 .wpcf7-response-output {
    margin: 1rem 0 0 0;
}
@media (min-width:992px) {
    #wpcf7-f160-o1:has(form.invalid) {
        margin-top: 3rem;
    }
    .banner-img {
        min-height: 790px !important;
    }
}
@media (min-width: 575px) and (max-width: 991px){
    .btn-default {
        margin-bottom: 30px;
    }
    .banner-img {
        min-height: 870px !important;
    }
}

/**********/
/* Menu styling */
#wpcf7-f160-o1 {
    background-color: #000080cc;
    padding: 40px 20px 20px 20px;
}
#wpcf7-f160-o1 select.wpcf7-form-control option {
    background-color: #000080;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1, #wpcf7-f160-o1) :is(input, textarea) {
    padding: 6px 12px;
}
#wpcf7-f225-o1 textarea {
    font-size: 14px;
}
#wpcf7-f160-o1 input[type=submit] {
    padding: 10px 20px;
    font-size: 15px;
    min-height: 42px;
}
#wpcf7-f160-o1 .form-group:last-of-type {
    margin-bottom: 0;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1, #wpcf7-f160-o1, #wpcf7-f161-o1) .wpcf7-form.invalid {
    border: none !important;
    color: unset !important;
}
.banner-img {
    transition: 0.2s ease;
}
#wpcf7-f160-o1 .form-group:has(input[type=submit]),
#wpcf7-f160-o1 .form-group:has(input[type=submit]) p {
    margin-bottom: 0;
}
form:not(.submitting) .wpcf7-spinner.wpcf7-spinner {
    display: none;
}
#wpcf7-f160-o1 .wpcf7-response-output {
    margin: 1rem 0 0 0;
}
@media (min-width:992px) {
    #wpcf7-f160-o1:has(form.invalid) {
        margin-top: 3rem;
    }
    .banner-img {
        min-height: 790px !important;
    }
}
@media (min-width: 575px) and (max-width: 991px) {
    .btn-default {
        margin-bottom: 30px;
    }
    .banner-img {
        min-height: 870px !important;
    }
}
/* Footer Form CSS */
:is(#wpcf7-f160-o2, #wpcf7-f161-o1) .form-group p {
    margin-bottom: 5px;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1) .wpcf7-form {
    border: none !important;
    color: unset !important;
}
:is(#wpcf7-f160-o2, #wpcf7-f161-o1, #wpcf7-f161-o1) .form-group input {
    padding: 6px 12px;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1, #wpcf7-f161-o1) .wpcf7-form .wpcf7-response-output {
    margin: 0;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1, #wpcf7-f161-o1) input.wpcf7-form-control[type=submit] {
    font-size: 15px;
    padding: 12px 35px;
    background-color: #000080;
    color: #ffff;
    cursor: pointer;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1, #wpcf7-f161-o1) input.wpcf7-form-control[type=submit]:hover,
.wpcf7-form.submitting input.wpcf7-form-control[type=submit] {
    background-color: #333;
}
:is(#wpcf7-f161-o2, #wpcf7-f225-o1) .wpcf7-not-valid-tip {
    font-size: 15px !important;
}
.innerpage-wrapper .single-contact-box,
.footer-wrapper .media-body a {
    word-wrap: break-word;
    word-break: break-all;
}
/* Menu styling */
a.btn-default:visited {
    color: unset;
}
.menu-item-has-children:has(.nav-item.active) .nav-link {
    color: var(--main-color);
}
.navbar-nav {
    --link-block-size: 22px;
}
.navbar-nav .menu-item-has-children {
    position: relative;
}
.navbar-nav .menu-item-has-children>ul {
    margin-left: 0;
    top: 67px;
    display: none;
    transition: 0.3s ease;
}
.navbar-nav .menu-item-has-children:hover ul,
.navbar-nav .menu-item-has-children ul.sub-menu_active {
    display: block;
    @starting-style {
        translate: 0 -5px;
    }
}
.navbar-nav .menu-item-has-children>ul .nav-link {
    padding: var(--link-block-size) 0;
}
.navbar-nav .menu-item.menu-item-has-children ul li {
    background-color: #fff !important;
    padding-block: 4px;
}
.navbar-nav .menu-item.menu-item-has-children ul .nav-link {
    padding: 8px 0 !important;
    color: #333333 !important;
    background-color: #fff !important;
    border-radius: 0;
}
.navbar-nav .menu-item.menu-item-has-children ul .nav-link:hover {
    color: #000080 !important;
}
.navbar-nav .menu-item:last-child .nav-link {
    padding: var(--link-block-size) 0;
    background-color: #000080;
    border-radius: 0;
}
.navbar-nav .nav-item:not(.menu-item-has-children):last-child a {
    color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent;
    background-color: transparent;
}
@media (min-width:991px) {
    .navbar-nav .menu-item:not(:last-child) {
        padding-block: 14px;
    }
    .navbar-nav .menu-item-has-children>ul {
        position: absolute;
        box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.3);
    }
    .navbar-light .navbar-nav .nav-link {
        white-space: nowrap;
    }
}
@media (max-width:991px) {
    #top-nav-fixed:has(.collapse.show) {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        inset: 0;
    }
    .navbar-nav .menu-item:last-child,
    .navbar-nav .menu-item:last-child .nav-link {
        width: 100%;
    }
    body:has(header .collapse.show) {
        overflow: hidden;
    }
    .navbar-nav .menu-item.menu-item-has-children ul .nav-link {
        padding: 8px 0px !important;
    }
    .menu-item.menu-item-has-children .navbar-nav {
        padding: 0px;
    }
    .navbar-nav .menu-item:last-child .nav-link {
        padding: 12px 0px;
    }
    .innerpage-wrapper {
        padding: 50px 0px;
    }
    .about-wrapper {
        padding: 60px 0px;
    }
    .case-study-wrapper {
        padding: 50px 0px 30px 0px;
    }
    .footer-wrapper {
        padding: 50px 0px 0px;
    }
    .foorer-btm {
        margin-top: 20px;
    }
    .double-line {
        margin-top: 40px;
    }
}
@media (max-width:600px) {
    .double-line {
        margin-top: 0px;
    }
    .footer-wrapper {
        padding: 20px 0px 0px;
    }
}

/*Equal Hight*/
.innerpage-wrapper .row:has(.single-contact-box) {
	row-gap: 32px;
}
.innerpage-wrapper .row .single-contact-box {
	margin-bottom: 0;
	height: 100%;
}

header .menu-item-has-children .dropdown-toggle::after {
    border-top: 0px;
}