/*================== Fonts =====================*/
	
  	@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/poppins-300.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/poppins-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(../fonts/poppins-500.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/poppins-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/poppins-700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; font-stretch: 100%; src: url(../fonts/opensans-300.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-400.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-600.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(../fonts/opensans-700.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
	@font-face {font-family: 'Outfit';font-style: normal;font-weight: 100 900;font-display: swap;src: url(../fonts/Outfit.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
	/*================== Fonts End =====================*/


/*================== Structure =====================*/
	body { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 300; line-height: 1.4; color: #000000; background-color: #fff; }
	a { color: #444; }
	a:hover, a:focus { color: inherit; text-decoration: none; }
	.transition { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: none !important; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
	img { max-width: 100%; }
	.bg-y-100 { background-size: auto 100%; }
	.bg-cover { background-size: cover; }
	.bg-contain { background-size: contain; }
	.bg-auto { background-size: auto; }
	.bg-left-top { background-position: left top; }
	.bg-center { background-position: center; }
	.bg-center-top { background-position: center top; }
	.bg-center-bottom { background-position: center bottom; }
	.bg-repeat { background-repeat: repeat; }
	.top { top: 0; }
	.bottom { bottom: 0; }
	.left { left: 0; }
	.right { right: 0; }
	.text-underline { text-decoration: underline !important; }
	a.text-underline:hover { text-decoration: none !important; }
	.overflow-x-hide { overflow-x: hidden; }
	.overflow-y-hide { overflow-y: hidden; }
	.overflow-hide { overflow: hidden; }
	.font-weight-sbold { font-weight: 500!important; }
	.text-primary { color: #3260AD !important; }
	.text-secondary { color: #323d50 !important; }
	.text-black { color: #000000 !important; }
	.text-blue { color: #1f2c43 !important; }
	.bg-primary { background-color: #3260AD !important; }
	.bg-secondary { background-color: #29354a !important; }
	.bg-light { background-color: #f3f2f7 !important; }
	.bg-dark { background-color: #333 !important; }
	.bg-blue { background-color: #1f2c43 !important; }
	.position-absolute { position: absolute !important; }
	.position-relative { position: relative !important; }
	.position-static { position: static !important; }
	@media (min-width: 576px) {
		.position-sm-absolute { position: absolute !important; }
		.position-sm-relative { position: relative !important; }
		.position-sm-static { position: static !important; }
	}
	@media (min-width: 768px) {
		.position-md-absolute { position: absolute !important; }
		.position-md-relative { position: relative !important; }
		.position-md-static { position: static !important; }
	}
	@media (min-width: 992px) {
		.position-lg-absolute { position: absolute !important; }
		.position-lg-relative { position: relative !important; }
		.position-lg-static { position: static !important; }
	}
	@media (min-width: 1200px) {
		.position-xl-absolute { position: absolute !important; }
		.position-xl-relative { position: relative !important; }
		.position-xl-static { position: static !important; }
	}
/*================== Structure End =====================*/

/*================== Back to top =====================*/ 
	#back-to-top { position: fixed; bottom: 175px; right: 10px; z-index: 1000; }
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #back-to-top { right: 20px; } }
	#back-to-top a { 
		color: #fff; text-align: center; line-height: 33px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; font-size: 1.25rem; border-radius: 100%;
		-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; 
		-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6); -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6); box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6);
		background-color: #29354a; 
	}
	#back-to-top a:hover { background-color: #323232; color: #fff; }
/*================== Back to top End =====================*/ 

/*================== Headings =====================*/
	.page-title { font-size: 42px; font-weight: 100; line-height: 1.3; margin-top: 0; margin-bottom: 1rem; }
	.page-title .small { font-size: 2.25rem; font-weight: 100; }
	.footer-title { font-size: 2.2rem; font-weight: 200; line-height: 1; margin-top: 0; margin-bottom: 1.5rem; }
	.sub-title { font-size: 1.5rem; font-weight: 600; line-height: 1.2; margin-top: 0; margin-bottom: 1rem; }
	.small-title { font-size: 1rem; font-weight: 600; line-height: 1.5; }
	.logo-font-size{font-family: "Outfit", serif;text-transform:uppercase;font-weight:200;line-height: 1.1;color: #3260ad;}
/*================== Headings End =====================*/

/*================== Page Header =====================*/
	.page-header { font-size: 14px; font-weight: 200; }
	.header-call { font-size: 1.75rem; font-weight: 200; }
	.outfit-extra-light {font-family: "Outfit", serif; font-weight: 200; font-style: normal;}
	.sticky-fixed { position: fixed; left: 0; right: 0; top: 0; z-index: 1020; -webkit-box-shadow: rgba(0,0,0,.1) 1px 0px 5px; box-shadow: rgba(0,0,0,.1) 1px 0px 5px; }
	.page-header .logo-font-size { max-height: 151px; -webkit-transition: .4s ease-in-out; transition: .4s ease-in-out; }

/*================== Page Header End =====================*/

/*================== Footer =====================*/
	.footer-map { height: 450px; }
	.footer-map div.position-absolute { bottom: 8rem; }
	.slinks { list-style: none; margin: 0; padding: 0; }
	.slinks a { display: block; text-decoration: none; }
	.slinks li { display: inline-block; -webkit-transition: .6s ease; transition: .6s ease; }
	.slinks li + li { margin-left: 10px; }
	.slinks li a svg path { -webkit-transition: .4s ease; transition: .4s ease; }
	.slinks li a:hover svg path { fill: #3260AD; }
	.tooltip-inner { background-color: #29354a; color: #fff; }
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { border-top-color: #29354a; }
	.table-hours { max-width: 420px; margin: 0 auto; }
	.table-hours tr td:nth-child(1) { padding-right: 0.5rem; }
	.table-hours tr td:nth-child(2) { padding-left: 0.5rem; }
	.table-hours tr + tr td { padding-top: 0.9rem; }
	.copyright-main { font-family: Verdana, Geneva, sans-serif; font-size: 11px; line-height: 1.3rem; border-top: 1px solid #3260AD; }
	.copyright-main a { color: inherit; text-decoration: underline; }
	.copyright-main a:hover { color: inherit; text-decoration: none; }
	.webauthorv1 { color: #828487; text-align: left !important; font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; font-size: 11px !important; line-height: 1.4 !important; text-transform: uppercase !important; display: inline-block !important; position: relative !important; padding-left: 35px; }
	.webauthorv1 strong.dfbold { font-size: 16px !important; font-weight: 700 !important; letter-spacing: 0.3px !important; }
	.webauthorv1 a.dflink, .webauthorv1 a.dflink:hover, .webauthorv1 a.dflink:focus { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; font-size: inherit !important; }
	.webauthorv1 a.dflink:focus { outline: none !important; }
	.webauthorv1 .dflogo { position: absolute; left: 0; top: 4px; }
	.lineup1 { margin-left: -0.3px; }
	.lineup2 { margin-left: -1.3px; }
	.lineup3 { margin-left: -0.5px; }
	.lineup4 { margin-left: -0.5px; }
	.lineup5 { margin-left: -0.5px; }
	.lineup6a { margin-left: 0.5px; }
	.lineup6b { margin-left: -0.5px; }
	.df-author[data-theme=white] .webauthorv1 { color: #000 !important; }
	.df-author[data-theme=white] .webauthorv1 path { fill: #000 !important; }
	.df-author[data-theme=light] .webauthorv1 { color: #bbb !important; }
	.df-author[data-theme=light] .webauthorv1 path { fill: #bbb !important; }
	.df-author[data-theme=dark] .webauthorv1 { color: #555 !important; }
	.df-author[data-theme=dark] .webauthorv1 path { fill: #555 !important; }
/*================== Footer End =====================*/

/*================== Form =====================*/
	.contact-form { font-size: 1rem; line-height: 1.4; }
	.contact-form a { text-decoration: underline; }
	.contact-form a:hover { text-decoration: none; }
	.form-floating>label { padding: 1rem 1rem; }
	.form-control { border-radius: 2rem !important; padding: 1rem 1rem; }
	.form-select { border-radius: 2rem !important; padding: 1rem 2.25rem .375rem 1rem; }
	textarea.form-control { height: 80px; }
	.form-control:focus, .form-select:focus { box-shadow: 0 0 0 .25rem rgba(217,168,127,.25); }
	.form-check-input { margin-top: .15em; }
	.form-check-input:focus { box-shadow: 0 0 0 .25rem rgba(217,168,127,.25); }
	.form-check-input:checked {	background-color: #3260AD;	border-color: #3260AD;	}
	.g-recaptcha { -webkit-transform: scale(.8); transform: scale(.8); }
	input[type="checkbox"]:required { border-color: red !important; }
	input[type="checkbox"]:required:invalid + label::before { border: 1px solid red; }
/*================== Form End =====================*/

/*================== Button =====================*/
	.btn { border-radius: 0; box-shadow: none !important; text-transform: uppercase; padding: 0.6rem 1.5rem; }
	.btn-primary { color: #fff; background-color: #3260AD; border-color: #3260AD; }
	.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active { color: #ffffff; background-color: #29354a; border-color: #FFFFFF; }
	.btn-secondary { color: #fff; background-color: #444; border-color: #444; }
	.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active { color: #fff; background-color: #222; border-color: #222; }
/*================== Button End =====================*/	

/*================== Common style =====================*/
	.list-group { margin-bottom: 2rem; }
	.list-group li + li, .custom-list li + li { margin-top: 1.2rem; }
	ol.list-group { list-style-position: inside; }
	ul.list-group, .custom-list { list-style: none; text-align: left; margin-left: 0; padding-left: 0; }
	ul.list-group li { position: relative; padding-left: 1.5rem; }
	ul.list-group li:before { content: ''; width: 9px; height: 9px; border-radius: 50%; background-color: #000000; position: absolute; left: 0; top: 10px; }
	.page-section .phonelink { color: inherit; }
	.anchorlink { position: relative; z-index: -1; }
	.custom-row { margin-left: -8px; margin-right: -8px; }
	.custom-row .colm { padding-left: 8px; padding-right: 8px; }
	.logo-img-bg{mix-blend-mode: multiply;}
	.line-shape-bg{mix-blend-mode: multiply;}
	.bg-body {background-size: cover; }
	.bg-footer-section{ background-size: cover;}
	.page-footer .sub-title{margin-bottom: 1rem !important;}
	.contact-row {position: relative; z-index: 1;}
	.contact-form-line-bg{bottom: -13%; width: 100%; object-fit: cover; left: 0; right: 0;}
	.mpt{ margin-top: -3px;}
	p { margin-bottom: 2rem;}
	.head-cmp{ font-size: 16px;}
	.btn-scrollTop { position: fixed; bottom: 170px; right: 10px; z-index: 1000; width: 3rem; height: 3rem; border-radius: 50%; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath fill='%23FFFFFF' d='M11.77,23c0.646,0,11.995,0,12.441,0c0.578,0,1.008-0.485,0.67-0.965c-0.271-0.384-5.739-8.06-6.208-8.715 c-0.308-0.431-1.04-0.424-1.348,0c-0.344,0.471-5.839,8.177-6.222,8.734C10.824,22.464,11.133,23,11.77,23z'/%3e%3c/svg%3e"); background-position: center; background-size: 80%; background-repeat: no-repeat; border: none; outline: none; -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6) !important; box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.6) !important; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .btn-scrollTop { right: 20px; } }
	.moretext { display: none; }
	.footer-font-size{ font-size:16px; }
	.sticky-fixed .logo-font-size { font-size: 20px; }
/*================== Common style End =====================*/

/*================== Retina background =====================*/
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
   	only screen and ( min--moz-device-pixel-ratio: 1.3 ),
    only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
    only screen and ( min-device-pixel-ratio: 1.3 ),
    only screen and ( min-resolution: 124.8dpi ),
    only screen and ( min-resolution: 1.3dppx ) {
    	.footer-map { background-image: url(../retina-images/footer-map-2x.jpg); background-size: cover; }
}
/*================== Retina background End =====================*/
@media (max-width: 575px) {
	.banner-wrap img { min-height: 220px; object-fit: cover; }
	.footer-map { height: 330px; }
	.footer-map div.position-absolute { bottom: 6rem; }
}

@media (max-width: 767px) {
	body { font-size: 1rem;}
	.page-title { font-size: 2rem; font-weight: 200; }
	.page-title .small { font-size: 1.6rem; font-weight: 200; }
	.sub-title { font-size: 1.4rem; }
	.footer-title { font-size: 1.5rem; }
	.g-recaptcha { transform: scale(0.8); -webkit-transform: scale(0.8); }
	p { margin-bottom: 1.5rem;}
	.contact-form-line-bg { bottom: -3%;width: 100%;object-fit: cover;left: 0;right: 0;}
	.btn-phone, .btn-email{width: 2.3rem; height: 2.3rem; border: #d9a87f 2px solid; border-radius: 50%;text-align: center; display: inline-flex; align-items: center; justify-content: center; text-indent: -300px;overflow: hidden;}
	.top-btn{ display: inline-block;}
	.pl-0{padding-left:0!important; }
	.h-email{ font-size:14px; }
}

@media (max-width: 991px) {}
@media (min-width: 768px) and (max-width: 991px) {
	.page-header { letter-spacing: 0;  font-size: 13px;}
	.contact-form-line-bg {bottom: -7%; width: 100%; object-fit: cover;left: 0;right: 0;}
	.head-cmp {font-size: 13px;}
	.h-email{ font-size:11.8px; }
}
@media (min-width: 576px){
	.logo-font-size{font-size:27px;}
	.sticky-fixed .logo-font-size { font-size: 22px; }
	}
@media (min-width: 768px){
	.logo-font-size{font-size:25px;}
	.sticky-fixed .logo-font-size { font-size: 22px; }
	}
@media (min-width: 992px){
	.logo-font-size{font-size:32px;}
	.sticky-fixed .logo-font-size { font-size: 24px; }
	}
@media (min-width: 1200px){
	.logo-font-size{font-size:38px;}
	.sticky-fixed .logo-font-size { font-size: 30px; }
	}
@media (min-width: 1400px){
	.logo-font-size{font-size:42px;}
	.sticky-fixed .logo-font-size { font-size: 32px; }
	}
@media (max-width: 575px){	
	.icon-header-svg {padding: 10px;background-color: #3260AD;margin-top:0px;width: 40px;display: inline-block;height: 40px;text-align: center;border-radius: 50%;}
	.h-email{ font-size:11.8px; }
	.logo-font-size{font-size:24px;}
}