
/* Global css */
.site-content .type-post img {
	max-width: 100%;
	height: auto;
}

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	font-family: "Metropolis";
	background: #fff;
	color: #5d6a7e;
	line-height: 0;
}

.containerBox {
	max-width: 1320px;
	line-height: 0px;
	margin: 0 auto;
	padding: 0px;
}

.containerFull {
	max-width: 100%;
	width: 100%;
	padding: 0px;
}

.containerFull .row-box > div {
	padding: 0px;
}

.row-box {
	width: 100%;
	display: inline-block;
}

.text-center {
	text-align: center;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	color: #5d6a7e;
}

a:focus, a:hover {
	color: #237abb;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	text-decoration: none;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	font-family: "Metropolis";
}

p, ul, ol {
	line-height: 29px;
	margin-bottom: 20px;
	color: #5d6a7e;
	font-weight: 300;
}

span {
	line-height: 26px;
}

ul {
	padding-left: 25px;
}

strong {
	font-family: "Metropolis";
}

.objectpr {
	object-position: right !important;
}

.objectpl {
	object-position: left !important;
}

.objectpc {
	object-position: center !important;
}

.p0 {
	padding: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

html, button, input, select, textarea {
	font-family: "Metropolis";
	font-size: 22px;
	line-height: 30px;
}

section {
	width: 100%;
	float: left;
	padding: 110px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

div, li, ul, ol {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=submit], button {
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 24px;
}

.col1 {
	width: 8.33333333%;
}

.col2 {
	width: 16.66666667%;
}

.col3 {
	width: 25%;
}

.col4 {
	width: 33.33333333%;
}

.col5 {
	width: 41.66666667%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.33333333%;
}

.col8 {
	width: 66.66666667%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.33333333%;
}

.col11 {
	width: 91.66666667%;
}

.col12 {
	width: 100%;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	padding: 0 15px;
}

#masthead.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #fff;
	z-index: 999;
}

.fi {
	padding-top: 98px;
}

::-webkit-input-placeholder {
	color: #a6aab0;
}

::-moz-placeholder {
	color: #a6aab0;
}

:-ms-input-placeholder {
	color: #a6aab0;
}

::-ms-input-placeholder {
	color: #a6aab0;
}

::placeholder {
	color: #a6aab0;
}

/* bg color */
.bg-black a {
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}

.bg-white a {
	background-color: #fff;
	color: #000;
	border: 2px solid #fff;
}

/* flex */
.dflex {
	display: flex;
}

.facwrap {
	align-items: center;
	flex-wrap: wrap;
}

.fjsbaicwrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rowreverse {
	flex-direction: row-reverse;
}

@media (min-width:320px) {
	.containerBox {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.containerBox {
		width: 1140px;
	}
}

@media (min-width:1400px) {
	.containerBox {
		width: 1320px;
	}
}

@media (max-width:767px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
		width: 100%;
	}
}

/* End Global css */

/* Top scroll */
#button {
	display: inline-block;
	background-color: #121212;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	-webkit-transition: background-color .3s, opacity .5s, visibility .5s;
	-o-transition: background-color .3s, opacity .5s, visibility .5s;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 6;
	cursor: pointer;
}

#button:hover {
	background: #c31c17;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#button::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

/* End Top scroll */
.progress-container {
	width: 100%;
	height: 2px;
	background: #f2f6fc;
}

.progress-bar {
	height: 2px;
	background: #ffc107;
	width: 0%;
}

/* header */
header, .homevideoBanner, .InnerImageBanner {
	float: left;
	width: 100%;
	padding: 0px 0;
}

.menuHeader {
	background-color: #32363a;
}

.logo a {
	display: inline-block;
	padding: 44px 0;
}

.callnow {
	border: 2px solid #c31c17;
	width: 100%;
	max-width: 205px;
	min-width: 205px;
	display: inline-block;
	background-color: #c31c17;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	padding: 21px 15px;
	letter-spacing: 2px;
}

.bottomHeader {
	display: flex;
}

.callnow:hover {
	background: #fff;
	color: #c31c17;
}

.callus {
	display: flex;
	align-items: center;
}

#masthead + * {
	margin-top: 100px;
}

#masthead .col12, .homeBanner .col12, .section2 .containerBox, .section6 .col12, .threeBoxSec .containerBox, .paralaxBgr .containerBox, .formHomepage .containerBox, .global-section-wrapper .containerBox {
	padding-right: 48px;
	padding-left: 48px;
}

.innerBanner .col12, .singleNews .containerBox, .newsSection .containerBox, .inSection1 .containerBox, .top-footer .containerBox {
	padding-right: 33px;
	padding-left: 33px;
}

.dropdown-menu .col12 {
	padding: 0 15px !important;
}

/* End header */

/* Menu section */
.menulogobtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#masthead {
	background-color: #fff;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, .3) 0px 3px 4px;
	transition: background-color .15s ease-in-out;
}

.admin-bar #masthead {
	top: 32px;
}

.site-branding {
	height: 99px;
}

.navbar {
	margin-bottom: 0;
}

.navbar-toggler svg {
	width: 21px;
}

.navbar-toggler {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	display: none;
}

.menulogobtn .navbar-collapse > ul {
	padding-left: 0;
	float: none;
	margin: 0 50px 0 0;
	line-height: 0;
	display: flex;
}

.menulogobtn a.nav-link {
	display: inline-block;
}

.menulogobtn .navbar-nav>li>a {
	padding: 35px 8px;
	text-transform: uppercase;
	font-weight: 500;
}

.menulogobtn .navbar-collapse > ul > li {
	margin-right: 16px;
	float: none;
	line-height: 0;
}

.contactNumberlink {
	color: #237abb;
	background-color: #d2e8f9;
	border-color: #d2e8f9;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 14px;
	border-radius: 5px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	line-height: normal;
}

.dropdown .dropdown-toggle:after {
	content: "";
	font-family: "FontAwesome";
	font-weight: bold;
	margin-left: 7px;
	min-width: 7px;
	display: inline-block;
}

.menupadd {
	padding: 48px 33px !important;
	border: none;
}

.dropdown-menu-list {
	padding: 0;
}

.dropdown-item, .dropdown-menu-list li a {
	white-space: nowrap;
	font-size: 14px;
	font-size: 14px;
	line-height: 26px;
	color: #212529;
	width: 100%;
	display: inline-block;
	font-weight: 400;
}

.dropdown-item:hover, .dropdown-menu-list li a:hover {
	color: #69707a;
}

.dropdown-header {
	padding: 0;
	padding: 4px 0;
	color: #237abb;
	text-transform: uppercase;
	font-weight: 700;
	white-space: pre;
	letter-spacing: .125em;
	font-size: 11px;
	line-height: 36px;
	margin: 0;
}

.dropdown.open .dropdown-toggle:after {
	content: "" !important;
}

.dropdown-xl .dropdown-menu {
	min-width: 35rem;
}

.dropdown-xl a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

.flexwrap {
	display: flex;
	flex-wrap: wrap;
}

.bgimgcover {
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
}

.bgimgcover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(35, 122, 187, .7);
}

.dropdown-menu {
	padding: 0;
	border: none;
}

.moderntext {
	position: relative;
	display: inline-block;
	width: 100%;
}

.moderntextc p {
	text-align: center;
	color: #fff;
}

.btnlink1 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
}

.btnlink1:hover {
	color: #fff;
	text-decoration: underline;
}

.menuIcon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background-color: #f2f6fc;
	padding: 14px;
}

.dropbox1 {
	display: flex;
	gap: 25px;
	padding: 16px;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .15);
	white-space: nowrap;
	color: #212529;
	font-weight: 300;
}

.menuIcon svg path {
	fill: #237abb !important;
}

.dropbox1 div {
	white-space: nowrap;
}

.dropbox1:hover span:last-child {
	color: #69707a;
}

.menuIcon svg {
	width: 12px;
	height: 16px;
}

/* End Menu section */

/* banner */
.homeBanner {
	position: relative;
	background: rgba(104, 163, 207, 1);
	float: left;
	width: 100%;
	padding: 150px 0;
}

.svgcurvebox1 svg {
	height: 48px;
	width: 100%;
	fill: #237abb;
}

.contentText h1 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 8px;
}

.contentText h1 span {
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	display: block;
	margin-bottom: 15px;
}

.contentText h4 {
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	font-weight: 300;
}

.hbLink1, .hbLink2 {
	font-size: 19px;
	line-height: 19px;
	padding: 15px 31px;
	background-color: #fff;
	color: #237abb;
	text-align: center;
	font-weight: 500;
	display: inline-block;
	border-radius: 7px;
	border: 1px solid #fff;
}

.hbLink2 {
	background-color: rgba(0, 0, 0, 0);
	color: #d2e8f9;
	border: 1px solid #d2e8f9;
}

.hbLinks {
	display: inline-flex;
	gap: 20px;
	margin-top: 28px;
}

.pngBannerimg {
	position: absolute;
	top: 0px;
	height: auto;
	width: auto;
}

.hbLink1:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #d2e8f9;
	border: 1px solid #d2e8f9;
}

.hbLink2:hover {
	background-color: #fff;
	color: #237abb;
}

.ibbanner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.innerBanner {
	position: relative;
	float: left;
	width: 100%;
	background-color: #237abb;
	background-image: radial-gradient(#3180bb 60%, transparent 60%);
	background-size: 60px 60px;
	background-position: 0 0, 10px 10px;
	padding: 125px 0 70px;
}

.ibbanner h3 {
	font-size: 24px;
	line-height: 38px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	margin: 0;
}

.ibbanner h4 {
	font-size: 21px;
	line-height: 38px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	text-align: right;
	margin: 0;
}

.homeBanner .site-branding, .innerBanner .site-branding {
	height: auto;
	display: none;
}

/* section 2 */
.section2 {
	background-color: #237abb;
	background-image: radial-gradient(#3180bb 60%, transparent 60%);
	background-size: 60px 60px;
	background-position: 0 0, 10px 10px;
	padding: 48px 0;
}

.svgBtni svg path {
	fill: #fff;
}

.svgBtni svg {
	width: 40px;
	height: 40px;
	margin-bottom: 40px;
	position: relative;
	animation: flicker 4s infinite;
}

.s2Content h5 {
	font-size: 21px;
	line-height: 38px;
	color: #fff;
	font-weight: 500;
	margin: 0;
}

.s2Content p, .s2Content p a {
	color: #fff;
}

.s2Content p a {
	text-decoration: underline;
}

.btnLinks3 {
	color: #fff;
}

.btnLinks3 i {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.btnLinks3:hover {
	color: #fff;
}

.btnLinks3:hover i {
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.fa-laugh {
	animation-delay: 1s !important;
}

.fa-sad-tear {
	animation-delay: 2s !important;
}

.fa-calendar-check {
	animation-delay: 3s !important;
}

.section2 .svgcurvebox svg {
	fill: #f3f8fc;
}

.section2 .row-box {
	display: flex;
	flex-wrap: wrap;
}

.btnLinks3:focus {
	color: #fff;
}

/* section 3 */
.section3 {
	background-color: #f3f8fc;
	padding: 48px 0;
}

.s3Content h2, .section4 h2, .tbsThree h2 {
	font-size: 26px;
	line-height: 38px;
	color: #439539;
	font-weight: 300;
}

.s3Content ul li {
	display: list-item;
}

.s3Content {
	width: 100%;
	display: inline-block;
	padding: 48px 18px;
}

.section3 .row-box, .section3 .row-box .col6 {
	display: flex;
	flex-wrap: wrap;
}

.section3 img {
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.s3Content ul {
	margin: 0;
}

.s3Content a {
	color: #0d6efd;
}

/* section 4 */
.section4 {
	padding: 48px 0;
}

.iframeBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.iframeYoutube {
	position: relative;
	width: 100%;
	padding-top: 51%;
}

.s4Content p {
	color: #5d6a7e;
}

/* section5 */
.section5 {
	background-color: #fff;
}

.lead {
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
}

.s3Content .s5links {
	color: #237abb;
	border: 1px solid #237abb;
	padding: 13px;
	display: inline-block;
	line-height: normal;
	border-radius: 6px;
}

.s3Content .s5links:hover {
	background-color: #237abb;
	color: #fff;
	opacity: .75;
}

.s3Content a:hover {
	color: #5d6a7e;
}

/* section 6 */
.section6 {
	background: rgba(35, 122, 187, .15);
	padding: 72px 0;
	position: relative;
}

.s6ContentBox h3 {
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	font-weight: 300;
	color: #237abb;
}

.rwBoxSvg svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	fill: #deebf5;
}

.rwBox {
	background-color: #fff;
	display: flex;
}

.rwBox > * {
	padding: 0;
}

.invleduc {
	padding: 48px;
	display: inline-block;
	width: 100%;
}

.invleduc p {
	color: #237abb;
	padding-bottom: 80px;
}

.rightContentBox {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}

.first-slide img {
	height: 100%;
	object-fit: cover;
}

.main-carousel2 .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #237abb !important;
	color: #fff !important;
	width: 40px;
	height: 40px;
	font-size: 28px !important;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .5;
}

.main-carousel2 .owl-nav button.owl-prev {
	left: -20px;
}

.main-carousel2 .owl-nav button.owl-next {
	right: -20px;
}

.rwBoxSvg1 svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	fill: #fff;
}

/* threebox */
.tbsinner {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.shadowBox {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	transition: .2s linear;
}

.shadowBox img {
	max-width: 100%;
	height: auto;
}

.hoverShadow:hover .shadowBox {
	box-shadow: none;
	transform: translate(-3px, 3px);
}

.tbsinnerContent {
	display: inline-block;
	width: 100%;
	padding: 40px 16px 16px;
}

.tbsinnerContent h5 {
	font-size: 21px;
	line-height: 38px;
	color: #237abb;
}

.hoverShadow .tbsinnerContent a {
	opacity: 0;
	position: relative;
	bottom: -25px;
	transition: .2s linear;
	color: #0d6efd;
}

.hoverShadow:hover .tbsinnerContent a {
	opacity: 1;
	bottom: 0;
}

.tbsinnerContent a:hover {
	color: #5d6a7e;
}

.tbsThree h2 {
	text-align: center;
}

/* para */
.fullpg {
	width: 100%;
	display: inline-block;
}

.paralaxBgr {
	background-color: #000;
	position: relative;
	padding: 246px 0;
	background-position: center;
	background-attachment: fixed;
	background-size: 100%;
}

.iconSvgIn svg {
	width: 64px;
	height: 64px;
}

.svgFlipped svg {
	transform: rotate(180deg);
	height: 48px;
	width: 100%;
	fill: #fff;
}

.svgFlipped1 svg {
	height: 48px;
	width: 100%;
	fill: #fff;
}

.svgFlipped {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.svgFlipped1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.iconSvgIn svg path {
	fill: #fff;
}

.fullpg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
}

.fullpg p {
	color: #fff;
}

.fullpg .btnLinks3 {
	font-size: 24px;
	line-height: 48px;
	color: #fff;
}

.paralaxBgr:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
}

.iconSvgIn {
	display: block;
	margin-bottom: 40px;
}

.fullpg p a {
	color: #fff;
	text-decoration: underline;
}

.fullpg p a:hover {
	text-decoration: none;
}

/* form */
.formHomepage {
	padding: 96px 0 81px;
}

.valid-feedback, .invalid-feedback {
	display: none;
}

.leftContentForm h2 {
	color: #237abb;
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
}

.formHomepage .row-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form-control {
	font-size: 16px;
	line-height: 1.5;
	height: auto;
	padding: 8px 12px;
}

textarea.form-control {
	resize: none;
}

.text-end {
	text-align: right;
}

.formhome  .input-group {
	display: inline-block;
	width: 100%;
}

.formhome {
	display: inline-block;
	width: 100%;
}

.buttonForm {
	display: flex !important;
	flex-direction: row-reverse;
}

.wpcf7-response-output {
	line-height: normal;
	padding: 7px !important;
	display: inline-block;
	width: 100%;
}

.formhome .row-box {
	align-items: inherit;
}

select.custom-select {
	padding: 11px;
	width: 100%;
}

/* innerFirst */
.rightLinks {
	background-color: #d2e8f9;
	border-color: #d2e8f9;
	line-height: normal;
	padding: 14px 16px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 5px;
	color: #237abb;
	font-weight: 300;
}

.rightLinks svg {
	width: 16px;
	height: 16px;
}

.rightLinks svg path {
	fill: #237abb;
}

.rightLinks:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.sidebarCard {
	padding: 16px;
	background: #fff;
	box-shadow: 0 .1rem .8rem 0 rgba(33, 40, 50, .1);
	margin-bottom: 17px;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 4px;
}

.sidebarCardBody h4 {
	margin-bottom: 8px;
	padding: 16px 0;
	font-size: 21px;
	line-height: 38px;
	font-weight: 300;
}

.contentsecInner blockquote {
	padding: 20px;
	border: 1px solid #e9ecef;
	border-left: 4px solid #f0ad4e;
	font-size: 16px;
}

.leftInnerBox h1 {
	font-size: 30px;
	line-height: 55px;
	font-weight: 500;
	color: #237abb;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.leftInnerBox h2 {
	font-size: 26px;
	color: #439539;
	font-weight: 500;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.leftInnerBox h3 {
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.leftInnerBox h4 {
	font-size: 21px;
	line-height: 38px;
	font-weight: 300;
}

.contentsecInner h5 {
	font-size: 21px;
	line-height: 38px;
}

.contentsecInner h6 {
	color: #237abb;
	font-size: 16px;
}

.panel-heading {
	padding: 0;
}

.accordion-toggle {
	text-transform: uppercase;
	padding: 20px 44px 20px 24px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	color: #439539;
	position: relative;
}

.accordion-toggle:hover, .accordion-toggle:focus {
	color: #439539;
}

.panel-body {
	background-color: #439539;
	padding: 16px 24px;
}

#accordion .panel-body p, #accordion .panel-body li {
	color: #fff;
}

.accordion-toggle:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 30px;
	position: absolute;
	right: 15px;
}

.accordion-toggle[aria-expanded="true"]:after {
	content: "";
	color: #237abb;
}

.alignRight {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	float: right;
	margin: 16px;
}

.alignLeft {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	float: left;
	margin: 16px;
}

.no-align .alignLeft, .no-align .alignRight {
	box-shadow: none;
	float: none;
	margin: 0 0 15px 0;
}

.no-align-with-shadow .alignLeft, .no-align-with-shadow .alignRight {
	float: none;
	margin: 0 0 15px 0;
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	box-shadow: none;
}

.bercodebox {
	padding: 48px 0 0;
}

.bercodebox .breadcrumb {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}

.breadcrumb>li+li:before {
	content: "";
	font-family: "FontAwesome";
	color: #6c757d;
	font-size: 9px;
}

.bercodebox a {
	color: #0d6efd;
}

.tLinks1 {
	color: #237abb;
	border: 1px solid #237abb;
	padding: 13px 16px;
	display: inline-block;
	line-height: normal;
	border-radius: 6px;
}

.tLinks1:hover {
	background-color: #237abb;
	color: #fff;
	opacity: .75;
}

.btnAside {
	margin-top: 20px;
}

.gallery-item img {
	background-color: #fff;
	margin-top: 16px;
	max-width: 100%;
	height: auto;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #dee2e6;
	border-image: initial;
	border-radius: 4px;
}

#animated-thumbnails-gallery .gallery-item {
	width: 20%;
	padding: 0 15px;
	cursor: pointer;
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
}

.contentsecInner p strong {
	color: #5d6a7e;
}

.rightConentinner {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 .1rem .8rem 0 rgba(33, 40, 50, .1);
	padding: 16px;
}

.rightConentinner img {
	max-width: 50%;
	display: block;
	margin: 16px auto;
}

.rightConentinner h3 {
	font-size: 20px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

.leftConentBox ul li {
	display: list-item;
}

.leftRightConentBox {
	margin: 20px 0;
}

.table-responsive thead th {
	border-bottom: 2px solid #212529 !important;
}

.table-responsive {
	color: #212529;
	padding: 0 24px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.global-section-wrapper {
	padding: 48px 0;
}

.contentsecInner p a {
	color: #0d6efd;
}

.contentsecInner p a:hover {
	color: #5d6a7e;
}

.ourPrec1 #animated-thumbnails-gallery .gallery-item {
	width: 33.33%;
}

.ourPrec1 #animated-thumbnails-gallery .gallery-item img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.contentsecInner img {
	height: auto;
}

.innerBanner .row {
	margin: 0;
}

.contentsecInner ol, .contentsecInner ul {
	padding-left: 25px;
}

.contentsecInner ol li, .contentsecInner ul li {
	display: list-item;
}

.strongBlue p strong {
	color: #237abb;
}

.italyc p strong {
	font-family: "MetropolisMediumItalic";
}

.newFormBox svg {
	width: 16px;
	height: 16px;
	min-width: 16px;
}

.newFormBox ul {
	list-style: none;
	padding: 0;
}

.newFormBox ul li {
	padding: 8px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.newFormBox ul li a {
	color: #0d6efd;
}

.newFormBox ul li a:hover {
	color: #212529;
}

.contentsecInner picture img {
	height: 40px;
	width: auto;
}

.contentsecInner picture {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 15px;
}

.btnBoxIn .btnAside {
	text-align: left;
}

.btnBoxIn .btnAside a {}

.borderBottomHr {
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}

.btnBoxIn .btnAside a {
	background-color: #237abb;
	color: #fff;
}

.btnBoxIn .btnAside a:hover {
	opacity: .75;
}

.faqInnerBox .accordion-toggle {
	text-transform: inherit;
	color: #0d6efd;
}

.faqInnerBox .accordion-toggle:hover {
	color: #5d6a7e;
}

.faqInnerBox  .panel-body {
	background-color: #fff;
}

.faqInnerBox #accordion .panel-body p, .faqInnerBox #accordion .panel-body li {
	color: #5d6a7e;
}

.breadcrumb a:hover {
	color: #5d6a7e;
}

.singleNews .post h4 {
	font-size: 21px;
	line-height: 38px;
	font-weight: 300;
}

.singleNews .post p a {
	color: #0d6efd;
}

.singleNews .post p a:hover {
	color: #5d6a7e;
}

.singleNews ol {
	padding-left: 25px;
}

.singleNews ol li {
	display: list-item;
	list-style: unset;
}

.bercodebox ol.breadcrumb {
	display: flex;
	flex-wrap: wrap;
}

.woodbgimg.woodbgimg-inner {
	display: none;
}

.contentsecInner blockquote p a {
	font-weight: bold;
}

.inSection1 {
	padding: 48px 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

#accordion .panel:first-of-type {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#accordion .panel:last-of-type {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#accordion .panel {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

#accordion .panel:not(:first-of-type) {
	border-top: 0;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}

#accordion .panel-body p:last-child {
	margin: 0;
}

.accordion-toggle:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

/* service */
.btnAncher1 {
	color: #237abb;
	border: 1px solid #237abb;
	padding: 14px;
	display: inline-block;
	line-height: 1;
	border-radius: 8px;
	font-weight: 300;
}

.btnAncher1:hover {
	color: #fff;
	background-color: #237abb;
	border-color: #237abb;
	opacity: .75;
}

/* footer above */
.woodbgimg {
	float: left;
	width: 100%;
}

.woodbgimg img {
	width: 100%;
}

.bgsuccess {
	padding: 0;
	position: relative;
	background-color: #198754;
}

.svgcurvebox svg {
	height: 48px;
	width: 100%;
	fill: #f8f9fa;
}

.svgcurvebox, .svgcurvebox1 {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}

.lefthalfimg {
	width: 50%;
	position: absolute;
	top: 0px;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.contentFullBox h5 {
	font-size: 21px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
}

.contentFullBox p {
	color: #fff;
}

.contentFullBox {
	display: inline-block;
	padding: 48px;
	width: 100%;
	position: relative;
}

.bgsuccess .row-box {
	display: flex;
	flex-wrap: wrap;
}

.btnAfo1 {
	padding: 14px;
	display: inline-block;
	color: #237abb;
	background-color: #fff;
	line-height: normal;
	border-radius: 7px;
}

.cardService {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 .1rem .8rem 0 rgba(33, 40, 50, .1);
	margin-top: 30px;
}

.cardServiceBody {
	padding: 16px;
	display: inline-block;
	width: 100%;
}

.cardServiceBody h4 a {
	font-size: 21px;
	line-height: 38px;
	color: #0d6efd;
}

.serviceBoxIn {
	display: flex;
	flex-wrap: wrap;
}

.contentsecInner.accordionContent a[aria-expanded="false"] {
	background-color: #fff;
}

.contentsecInner.accordionContent a[aria-expanded="true"] {
	background-color: #f8f9fa;
}

/* news */
.singleNews img {
	margin: 0 0 15px 0;
}

.newsInfo svg {
	width: 16px;
	height: 16px;
	min-width: 16px;
	fill: rgba(0, 0, 0, .5) !important;
}

.dateforate {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(0, 0, 0, .5) !important;
}

.newsInfo p {
	margin: 15px 0;
}

.linktagbox {
	display: flex;
	gap: 40px;
	align-items: center;
}

.newsInfo h3 a {
	font-size: 24px;
	line-height: 38px;
	color: #0d6efd;
	letter-spacing: 1px;
}

.newsInfo a:hover {
	color: #5d6a7e;
}

.linktagbox .btnLinks3 {
	color: #0d6efd;
	white-space: nowrap;
}

.tagsbox {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(0, 0, 0, .5);
}

.newsInfo small {
	font-size: 14px;
	line-height: 25px;
}

.newsInfo h3 {
	margin-bottom: 8px;
}

.singleNews h1 {
	font-size: 30px;
	line-height: 55px;
	color: #237abb;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.singleNews h2 {
	color: #439539;
	font-size: 26px;
	line-height: 38px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.singleNews h3 {
	font-size: 24px;
	line-height: 38px;
	color: #5d6a7e;
	margin-bottom: 8px;
}

.singleNews ul li {
	display: list-item;
}

#comments {
	display: none;
}

.innerBanner .svgcurvebox svg {
	fill: #fff;
}

.lighttextblue h4 strong {
	font-weight: 300;
	color: #237abb;
}

.lighttextblue blockquote {
	font-size: 20px;
	line-height: 38px;
}

.contentsecInner > *:last-child {
	margin: 0;
}

.page-id-266 .contentsecInner a {
	color: #0d6efd;
}

.page-id-266 .contentsecInner a:hover {
	color: #5d6a7e;
}

.page-id-266 .contentsecInner picture img {
	opacity: .6;
}

/* News */
.singleNews, .newsSection {
	padding: 48px 0;
}

.newsInfoHeading h1 {
	font-size: 30px;
	line-height: 55px;
	color: #237abb;
	font-weight: 500;
	margin-bottom: 8px;
}

/* search */
form.search-form {
	display: flex;
}

.search-form input[type="search"] {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px 0px 0px 4px;
}

.search-form input[type="submit"] {
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #237abb;
	border-radius: 0px 4px 4px 0px;
	color: #237abb;
	background-color: #fff;
}

.search-form input[type="submit"]:hover {
	background-color: #237abb;
	color: #fff;
	opacity: .75;
}

.search-form input[type="submit"]:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
	z-index: 9;
}

.search-form input[type="search"]:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	z-index: 9;
}

.cardFullBox {
	position: relative;
	display: flex;
	flex-direction: column;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 4px;
	box-shadow: 0 .1rem .8rem 0 rgba(33, 40, 50, .1);
	padding: 26px;
	margin-bottom: 30px;
}

.mapIframeBox iframe {
	width: 100%;
	height: 450px;
	border: none;
}

.alert.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
	padding: 16px;
	line-height: normal;
	font-size: 14px;
}

.cardBodyBox table tr td {
	border: none;
	border-bottom: 1px solid #dee2e6;
	padding: 8px;
	color: #212529;
}

.cardFullBox svg {
	width: 16px;
	min-width: 16px;
	fill: #5d6a7e !important;
	margin-top: 5px;
}

.cardTextBox2 {
	line-height: 29px;
}

.cardTextBox {
	display: flex;
	gap: 10px;
}

.cardTextBox3 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.cardTextBox3 a, .aioseo-html-page-sitemap a, .aioseo-html-post-sitemap a {
	color: #0d6efd;
}

.cardTextBox3 a:hover, .aioseo-html-page-sitemap a:hover, .aioseo-html-post-sitemap a:hover {
	color: #5d6a7e;
}

.cardFullBox h4 {
	margin-bottom: 8px;
}

.table-warning {
	background-color: #fff3cd;
}

.patient-info-listing ul {
	padding: 0;
	border-radius: 4px;
}

.patient-info-listing ul li {
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	padding: 8px 16px;
}

.patient-info-listing ul li a {
	color: #0d6efd;
}

.patient-info-listing ul li a:hover {
	color: #212529;
}

.patient-info-listing ul li+li {
	border-top-width: 0;
}

.patient-info-listing ul li:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.patient-info-listing ul li:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.btnBoxIn .btnAside a:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.panel-body::before, .panel-body::after {
	content: none;
}

.contentsecInner {
	margin: 30px 0 0;
}

.serviceBoxIn .col4 {
	display: flex;
}

/* footer */
footer {
	float: left;
	width: 100%;
	background-color: #f8f9fa;
	padding: 48px 0;
}

.h4tag {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: rgba(93, 106, 126, .8);
	line-height: 22px;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

.footer-link ul {
	margin: 0;
	padding: 0;
}

.footer-link ul a {
	font-size: 14px;
	line-height: 25px;
	color: rgba(93, 106, 126, .8);
}

.footer-link ul a:hover {
	text-decoration: underline;
}

.footerContent p, .copyright p {
	font-size: 12px;
	line-height: 22px;
	color: rgba(93, 106, 126, .8);
	margin: 0;
}

.footerContent {
	margin: 48px 0;
}

.h2tag {
	font-size: 19px;
	line-height: 35px;
	font-weight: 700;
	color: rgba(93, 106, 126, .8);
}

.footer-contact p, .addressbox {
	font-size: 14px;
	line-height: 25px;
	color: rgba(93, 106, 126, .8);
	margin: 0;
}

.phonenumber {
	font-size: 24px;
	font-weight: bold;
	color: #237abb;
	margin: 15px 0;
	display: inline-block;
}

.phonenumber:hover {
	color: #198754;
}

.copyright {
	padding-top: 48px;
	border-top: 1px solid #d8e6f1;
}

.icon-list-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.icon-list-social-link:hover svg path {
	fill: #237abb;
}

.icon-list-social-link svg {
	height: 20px;
}

.socialMediaLinks {
	display: inline-flex;
	gap: 8px;
	margin-top: 20px;
}

.top-footer .col9 .row-box {
	display: flex;
	flex-wrap: wrap;
}

/* focus */
.contactNumberlink:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.hbLink1:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.hbLink2:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
	color: #d2e8f9;
}

/* key */
@keyframes flicker {
	0% {
		left: 0;
	}
	
	2.5% {
		left: -5px;
	}
	
	5% {
		left: 5px;
	}
	
	7.5% {
		left: -5px;
	}
	
	10% {
		left: 5px;
	}
	
	12.5% {
		left: 0;
	}
	
	25% {
		left: 0;
	}
	
	100% {
		left: 0;
	}
}

/* Section Styling */
.freebooks-sec {
	padding: 60px 20px;
	background-color: #f9f9f9;
}

.containerBox {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Heading Styling */
.freebooks-sec h2 {
	font-size: 2rem;
	margin-bottom: 30px;
	text-align: center;
	color: #333;
}

/* Image Grid */
ul.image-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

ul.image-grid li {
	/*flex: 1 1 calc(25% - 24px);*/
	width: calc(25% - 24px);
	box-sizing: border-box;
	transition: transform .3s ease;
	background: #fff;
}

ul.image-grid li:hover {
	transform: translateY(-5px);
}

ul.image-grid li a {
	display: block;
	text-decoration: none;
}

/* Images */
ul.image-grid li img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
	ul.image-grid li {
		flex: 1 1 calc(50% - 24px);
	}
}

@media (max-width: 600px) {
	ul.image-grid li {
		flex: 1 1 100%;
	}
	
	.freebooks-sec h2 {
		font-size: 1.5rem;
	}
}
