@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&display=swap");
body{
	font-family: "Nunito Sans", sans-serif;
	padding: 0;
	margin: 0;
}
.error {
    color: #de1414;
    font-size: 14px;
    font-weight: bold;
}
.image-center-fit {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    object-position: left;
    width: 100%;
    max-width: inherit;
    min-height: 100%;
    max-height: 100%;
}
.position-relative{
	position: relative;
}
.masthead-free-eval {
    margin-top: 5px !important;
    margin-bottom: 0;
}
.m-btn.m-btn-theme {
    background: #094B89 !important;
    color: #ffffff !important;
    border-radius: 0.3125rem;
    padding: 5px 10px !important;
    font-size: 20px !important;
    display: inline-block;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 600;
    transition: ease-in-out all 0.55s;
    text-align: center;
    border: 1px solid transparent;
    width: auto;
    border-bottom: 1px dotted #3983c2 !important;
    text-decoration: none;
}
p.text-right.masthead-callus {
    margin: 5px 0 0;
}
section.main-banner .row.position-relative {
    min-height: 500px;
}
.banner-text-container{
    position: absolute;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
}
section.main-banner .row.position-relative img.image-center-fit {
    width: 80%;
}
.banner-text {
    padding: 15px 25px;
    background: rgb(255 255 255 / 0.6);
    border-radius: 2px;
    max-width: 660px;
    margin-left: 30px;
}
.banner-text h5{
	font-size: 32px !important;
    font-weight: 700;
    color: #094B89;
}
.banner-text p{
    font-size: 20px !important;
    font-weight: 600;
    margin: 0;
}
.main-content-row h4 {
    font-size: 36px;
    font-weight: 700;
    color: #094B89;
}
.main-content-row h5 {
    font-size: 28px;
    font-weight: 700;
    color:#094B89;
}
.main-content {
    padding: 60px 0;
}
.main-content-row {
    margin-bottom: 30px;
    width: 100%;
    max-width: 725px;
}
.main-content-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-content-row ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 40px;
}
.main-content-row ul li:before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../images/tick.png) no-repeat center center / 18px;
    margin: auto;
}
.faq-accordian .card{
	border-radius: 0;
}
.faq-accordian .card-header{
	padding: 0;
	background: #fff;
}
.faq-accordian .btn.focus, .faq-accordian .btn:focus{
	box-shadow: none;
}
.faq-accordian .btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.faq-accordian .btn-link.collapsed{color:#000;}

.faq-accordian .accordion .card span{
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 15px;
}
.card-header-bg span{color:#fff;}
.faq-accordian {
    width: 100%;
    margin-top: 25px;
}
.card-header-bg{
	background: #094B89 !important;
}
.quotation-form {
    max-width: 375px;
    background: #094B89;
    padding: 50px 35px;
    border: 1px solid #BAD9FF;
    position: absolute;
    right: 15px;
    top: -480px;
    z-index: 1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.main-content>.container {
    position: relative;
}
.quotation-form-head {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
}
.quotation-form-head-icon {
    margin-right: 10px;
}
.quotation-form-head-icon i {
    font-size: 30px;
    color: #fff;
}
.quotation-form-head-txt p {
    margin: 0;
    font-size: 20px;
}
.quotation-form-head-txt p span {
    text-transform: uppercase;
}
.quotation-form-head-txt h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.quotation-form-middile {
    margin-bottom: 25px;
}
.quotation-form-middile .form-control {
    border-radius: 0;
    height: 35px;
}
.quotation-form-middile button {
    width: 100%;
    background: #b4d3fa;
    border-radius: 0;
    border-color: #666;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.quotation-form-middile button:hover{background:#fff;color:#000;}
.quotation-form-foot p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.quotation-sticky{
	position: sticky;
    position: -webkit-sticky;
    top: 0px;   
    width: 100%;
    float: right;
    right: 15px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/************Footer***************/
/*.sr-bg-dark-blue{
    background: #2c68a5;
}*/
.sr-bg-dark-blue{
    background:#094B89;
}
.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-20px-b {
    margin-bottom: 20px;
}
.footer p {
    color: #f9f9f9 !important;
}
.footer a, .footer li a {
    color: #f9f9f9 !important;
    border-bottom: 1px dashed #f9f9f9 !important;
}
.footer h5 {
    font-weight: 700;
    margin-bottom: 25px;
}
.white-color {
    color: #ffffff;
}
.footer ul {
    margin: 0;
}
.footer li {
    margin: 0 0 18px;
    font-size: 20px;
}
.links-white a:not(:hover) {
    color: rgba(255, 255, 255, 0.7);
}
.footer .footer-border-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sr-bg-medium-blue {
    background: #3983c2;
}
.p-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
}
.m-0px {
    margin: 0px;
}
.footer-social{
	display: flex;
}
.footer-social li {
    margin-right: 30px;
}
.main-content-row p {
    font-size: 14px;
}
.quotation-form.quotation-sticky~.row:last-child .main-content-row {
    padding-left: 15px;
}
p.text-right.masthead-callus i.fas.fa-phone-alt.fa-rotate-45 {
    transform: rotate(45deg) !important;
    font-size: 22px !important;
}
p.text-right.masthead-callus a {
    font-size: 24px;
    color:#094B89 !important;
}
/**********************************************/
@media (max-width: 1199px){
	 .quotation-form {
	    max-width: 375px;
	    background: #2C68A5;
	    padding: 50px 35px;
	    border: 1px solid #000;
	    position: static !important;
	    right: 15px;
	    top: -280px;
	    z-index: 1;
	    float: none !important;
	    margin: 0 auto 30px;
	}
	.banner-text {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-text-container .row {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 767px){
     .navbar>.container {
        display: flex;
        width: 100%;
        max-width: 100%;
    }   
    .navbar-brand img {
        max-width: 300px;
    }
    section.main-banner .row.position-relative img.image-center-fit {
        width: 100%;
    }
}
@media (max-width: 574px){
	.navbar-brand img {
	    width: 100%;
	    max-width: 300px;
	}
	.banner-text h5 {
	    font-size: 24px !important;
	}
	.banner-text p {
	    font-size: 20px !important;
	}
	.image-center-fit {
        object-position: left;
    }
}