:root {
	--primaryColor: #a60e27;
}
ul,ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.btn {
	padding: 8px 20px;
	border-radius: 0;
	font-size: 18px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.iconBtn span, 
.iconBtn img {
	display: inline-block;
	vertical-align: middle;
}	
.btnPrimary,.btnPrimary:hover {
	background-color: var(--primaryColor);
	color: #fff;
}
.headerCol {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
}
.bannerCol {
	height: 80vh;
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.innerPageBanner {
	background-image: url('../images/innerbanner.jpg');
	height: 250px;
}
.headerDesc h3,
.headerDesc p {
	font-size: 35px;
}
.headerDesc h3 {
	font-weight: 500;
}
.headerDesc p {
	color: var(--primaryColor);
	font-weight: 700;
	margin: 0;
}
.navCol {
    background-color: #736f6e;
}
.navInner ul li {
	display: inline-block;
}
.navInner ul li + li {
	margin-left: 50px
}
.navInner ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding: 22px 20px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    line-height: initial;	
}
.navInner ul li a:hover,
.navInner ul li.active a {
	background-color: rgba(255,255,255,0.1);
}
.navInner ul li a span,
.navInner ul li a img {
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
}
.navInner ul li a img {
	margin-top: 3px;
}
.sectionSpace {
	padding: 100px 0;
}
.believeColImg {
    padding-top: calc(403/600 * 100%);
    position: relative;
    display: block;
}
.believeColImg img {
    box-shadow: 10px 10px 30px -5px rgba(0, 0, 0, 0.75);
    border: solid;
    border-color: white;
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.aboutImgOuter {
	max-width: 348px;
}
.aboutColImg {
	padding-top: calc(523/348 * 100%);
    position: relative;
    display: block;
}
.aboutColImg img {
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
}	
.affordableColTImg {
	padding-top: calc(405/695 * 100%);
    position: relative;
    display: block;
}
.affordableColTImg img {
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.affordableColBImgOuter {
	max-width: 430px;
	margin-top: -35px;
	margin-left: auto;
	margin-right: 40px; 
}
.affordableColBImg {
	padding-top: calc(300/430 * 100%);
    position: relative;
    display: block;
}
.affordableColBImg img {
    position: absolute;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.believeColDesc p {
	font-size: 26px;
	font-weight: 500;
}
.believeColDesc p span {
	font-weight: 700;
}
.believeColDesc h3 {
	font-size: 22px;
	font-weight: 700;
}
.contentCol h3 {
	font-size: 28px;
	color: var(--primaryColor);
}
.contentCol p {
	font-size: 21px;
	font-weight: 500;
}
.footerTopCol {
	background-image: url('../images/footerBackground.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;	
}
.footerBtm {
    background-color: var(--primaryColor);
    padding: 15px 0;
}
.copyrightCol {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.copyrightCol a {
    color: #fff;
}
.footerCont p,
.footerCont h3 {
	color: #fff;
}
.footerCont p {
	font-size: 32px;
	font-weight: 400;
}
.footerCont h3 {
	font-size: 40px;
	font-weight: 700;
}
.footerLogo {
	margin-top: 40px;
}
.footerLogo img {
    max-width: 148px;
    margin: 0 auto;
}
.checkListStyle {
	padding-left: 32px;
}
.checkListStyle li {
	position: relative;
	font-size: 24px;
	padding-left: 30px;
	color: #212529;
}
.checkListStyle li a {
	color: #212529;
	text-decoration: none;
}
.checkListStyle li span {
	font-weight: 700;
}
.checkListStyle li:before {
    content: "";
    background-image: url('../images/arrowlist.svg');
    width: 22px;
    height: 22px;
    position: absolute;
    color: var(--primaryColor);
    left: 0;
    top: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.formGroup label {
	display: block;
    font-weight: 400;
    color: #a60e27;
    font-size: 20px;
    margin-bottom: 5px;
}
.form-control {
    width: 100%;
    height: 50px;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #a60e27;
    border-radius: 10px;
    border: 2px solid #222;
}
.form-control:focus {
	box-shadow: none;
	outline: none;
	border: 2px solid #a60e27;
}
.formCol textarea {
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contactTitle h4 {
    font-size: 21px;
    margin-bottom: 30px;
    color: var(--primaryColor);
    font-weight: 400;	
}
.formCol {
    max-width: 580px;
    border-left: 2px solid var(--primaryColor);
    padding-left: 80px;
}	
@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
} 
@media (max-width: 1199px) {
	.contentCol h3 {
	    font-size: 22px;
	}
	.affordableColBImgOuter {
	    max-width: 290px;
	    margin-right: 20px;
	}
	.believeColDesc p {
    	font-size: 20px;
	}
	.believeColDesc h3 {
	    font-size: 20px;
	}
	.checkListStyle li {
	    font-size: 20px;
	}
	.checkListStyle li:before {
	    top: 4px;
	}
	.footerCont p {
	    font-size: 22px;
	}
	.footerCont h3 {
	    font-size: 30px;
	}
	.copyrightCol {
	    font-size: 18px;
	}
	.logoCol img {
	    max-width: 200px;
	}
	.headerDesc h3, 
	.headerDesc p {
	    font-size: 26px;
	}
	.navInner ul li a {
	    font-size: 20px;
	}
	.formCol {
	    padding-left: 40px;
	}
}
@media (max-width: 991px) {
	.formCol {
	    padding-left: 40px;
	}
	.affordableColBImgOuter {
	    max-width: 80%;
	}
	.innerPageBanner {
	    height: 380px;
	}
	.aboutImgOuter {
	    max-width: 100%;
	}
	.contentCol p {
		font-size: 16px;
	}
	.bannerCol {
	    background-position: center 70px;
	}
	.sectionSpace {
	    padding: 60px 0;
	}
	.checkListStyle li:before {
	    top: 5px;
	    width: 18px;
	    height: 18px;
	}	
	.checkListStyle li {
	    font-size: 18px;
	}
	.checkListStyle {
	    padding-left: 15px;
	}
	.navInner ul li {
	    display: block;
	}
	.navInner ul li a {
	    font-size: 18px;
	    padding: 15px 0px;
	    display: block;
	    width: 100%;
	}
	.navInner ul li + li {
	    margin-left: 30px;
	}
	.headerDesc {
	    margin-top: 100px;
	}
	.logoCol img {
	    max-width: 150px;
	}
	/*********** Menu Toggle Start **********/
	.menuToggle {
	    display: block;
	    width: 26px;
	    height: 16px;
	    position: relative;
	    cursor: pointer;
	    z-index: 10;
	}
	.menuToggle .tglLine {
	    position: absolute;
	    height: 2px;
	    border-radius: 0px;
	    background: #222;
	    -webkit-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s;
	    -o-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s;
	    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6), width 0.2s ease 0.2s;
	    border-radius: 2px;
	}
	.menuToggle .tglLine1 {
	    top: 50%;
	    left: 0;
	    margin: -1px 0 0 0;
	    width: 26px;
	    -webkit-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    -o-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	}
	.menuToggle .tglLine2 {
	    top: 0px;
	    left: 0;
	    width: 26px;
	}
	.menuToggle .tglLine3 {
	    top: auto;
	    left: auto;
	    bottom: 0px;
	    right: 0;
	    width: 26px;
	    -webkit-transform-origin: 100% 50%;
	    -moz-transform-origin: 100% 50%;
	    -ms-transform-origin: 100% 50%;
	    -o-transform-origin: 100% 50%;
	    transform-origin: 100% 50%;
	}
	.actMenu .menuToggle .tglLine1 {
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
	    -o-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
	    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s;
	    opacity: 0;
	}
	.actMenu .menuToggle .tglLine2 {
	    -webkit-transform: translate(0px, 7px) rotate(-45deg);
	    -ms-transform: translate(0px, 7px) rotate(-45deg);
	    transform: translate(0px, 7px) rotate(-45deg);
	    -webkit-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
	    -o-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
	    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
	}
	.actMenu .menuToggle .tglLine3 {
	    -webkit-transform: translate(-4px, 2px) rotate(45deg);
	    -ms-transform: translate(-4px, 2px) rotate(45deg);
	    transform: translate(-4px, 2px) rotate(45deg);
	    -webkit-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
	    -o-transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
	    transition: transform 0.45s cubic-bezier(0.9, -0.6, 0.3, 1.6) 0.1s, width 0.2s ease;
	}
	.navCol {
	    position: fixed;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    width: 300px;
	    padding: 50px 25px 20px;
	    background-color: var(--primaryColor);
	    z-index: 99;
	    -webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	    -webkit-transition: all 300ms ease-in-out 0s;
	    -o-transition: all 300ms ease-in-out 0s;
	    transition: all 300ms ease-in-out 0s;
	}
	.actMenu .navCol {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
	.navDropBack {
	    position: fixed;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(0,0,0,0.7);
	    pointer-events: none;
	    opacity: 0;
	    visibility: hidden;
	    z-index: 1;
	}
	.actMenu .menuToggle .tglLine {
		background-color: #fff;
	}
	.actMenu .navDropBack {
	    pointer-events: initial;
	    opacity: 1;
	    visibility: visible;
	}
	.navInner ul li + li {
	    margin-left: 0;
	}
	/*********** Menu Toggle End **********/
}
@media (max-width: 767px) {
	.formCol {
	    padding-left: 0;
	    border: 0;
	}
	.footerLogo img {
	    max-width: 160px;
	}
	.logoCol img {
	    max-width: 120px;
	}
}