/*
Theme Name: OGP. Theme
Author: OGP;
*/

/*-----------Footer----------*/
#footer h6 {
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}

#footer hr {
	margin-top: 0px;
    width: 185px;
    color: #0c4b88;
    background: #0c4b88;
    height: 1px;
}

.footer-menu ul {
	padding: 0px;
	text-align: center;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu a {
	color: black;
	text-decoration: none;
}

.social-media-links ul {
	padding: 0px;
	text-align: center;
}

.social-media-links ul li {
	display: inline-block;
}

.social-media-links a {
	text-decoration: none;
	padding: 5px;
} 

.social-media-links a i {
	color: #3f4870 !important;
    font-size: 20px !important;
    border: 3px solid #3f4870;
    width: 40px;
    padding: 7px 0px;
    border-radius: 50%;
    height: auto;
}

.tnp-subscription-minimal {
    width: 425px !important;
    display: block;
    border: 1.5px solid #707070;
    padding: 5px;
    margin: auto !important;
}

.tnp-subscription-minimal input.tnp-email {
	border: unset !important;
	background: unset !important;
	border-bottom: 1.5px solid #707070 !important;
    padding-bottom: 8px !important;
    margin-right: 4px;
}

input.tnp-email:focus {
	outline: unset !important;
}

.tnp-subscription-minimal input.tnp-submit {
	width: 28% !important;
    background: #4194e7 !important;
    font-weight: bold;
    display: inline-block !important;
}

.wp-block-tnp-minimal {
	padding: 0px !important;
}

.newsletter-text {
	width: 425px;
	display: block;
	margin: auto;
	padding-right: 60px;
}

.newsletter-text h5 {
	font-weight: bold;
    font-size: 20px;
}

.newsletter-content {
	background: #2175bc;
    padding: 25px 0px;
    width: 100%;
    margin-bottom: 15px;
}

.newsletter-container {
	width: 440px;
    background: white;
    margin: auto;
    padding: 15px 0px;
}

.pink-divider {
	width: 100%;
    margin: 0px;
    padding: 0px;
    background: #f3034f;
    margin-bottom: 25px;
    height: 8px;
}

.blue-divider {
	width: 100%;
    margin: 0px;
    padding: 0px;
    background: #0c6291;
    height: 8px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 680px) {
	.footer-menu ul li {
		display: block;
	}
}

@media only screen and (max-width: 450px) {
	.tnp-subscription-minimal {
	    width: 340px !important;
	}

	.tnp-subscription-minimal input.tnp-email {
		width: 220px !important;
    	padding: 8px 4px !important;
	}

	.tnp-subscription-minimal input.tnp-submit {
    	width: 98px !important;
    	padding: 10px 0px !important;
    	font-size: 14px !important;
	}

	.newsletter-text {
		width: 340px;
    	padding-right: 8px;
	}

	.newsletter-text p {
		font-size: 14px;
	}

	.newsletter-container {
		width: 360px;
	    background: white;
	    margin: auto;
	    padding: 15px 0px;
	}
}

@media only screen and (max-width: 374px) {
	.tnp-subscription-minimal {
	    width: 295px !important;
	}

	.tnp-subscription-minimal input.tnp-email {
		width: 188px !important;
    	padding: 8px 4px !important;
	}

	.tnp-subscription-minimal input.tnp-submit {
    	width: 85px !important;
    	padding: 10px 0px !important;
    	font-size: 14px !important;
	}

	.newsletter-text {
		width: 295px;
    	padding-right: 8px;
	}

	.newsletter-text p {
		font-size: 14px;
	}

	.newsletter-container {
		width: 310px;
	    background: white;
	    margin: auto;
	    padding: 15px 0px;
	}
}





















header {
	background: #ffffff;
}

.header-logo {
	position: absolute;
    width: 200px;
    height: auto;
    top: 0px;
    right: 0px;
}


#sidebarCollapse {
	border: none;
    background: none;
    font-size: 32px;
    padding: 20px 12px;
}

#sidebarCollapse:focus {
	outline: none;
    background: none;
    font-size: 32px;
    padding: 14px 12px;
}

#sidebarCollapse i {
	color: #0c6291;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    min-width: 450px;
    max-width: 450px;
    background: #0c6291;
    color: #fff;
    transition: all 0.3s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    height: 100%;
    margin-left: -450px;
}

nav#sidebar ul {
	list-style: none !important;
	padding-left: 0px;
}

nav#sidebar a {
	text-decoration: none !important;
}

nav#sidebar li > a{
	border-bottom: 1px solid white;
}

#sidebar.active {
    margin-left: 0px;
    width: 450px !important;
    max-width: unset;
    position: fixed;
    overflow-y: scroll;

}

#sidebar li.menu-item > a {
	background: #0c6291;
}

#brand-logo {
	width: 200px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 12px;
}

#sidebarClose {
	position: absolute;
    top: 10px;
    right: 10px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: white;
}

#sidebar ul.components {
    padding: 0px 0px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
    color: white;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #0c6291;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle {
	white-space: unset !important;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

nav#sidebar ul ul a {
    font-size: 16px !important;
    padding-left: 20px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul a {
    font-size: 16px !important;
    padding-left: 40px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 60px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

nav#sidebar ul ul ul ul ul ul ul ul ul ul a {
    font-size: 16px !important;
    padding-left: 80px !important;
    background: #0c6291;
}

#ogp-menu-tab li {
	width: 25%;
	text-align: center;
}

#sidebar .sidebar-header {
	padding-bottom: 0px !important;
}

nav#sidebar span {
	font-size: 14px;
	padding-right: 10px;
	margin-top: 5px;
    display: block;
}

#ogp-menu-tab li a {
	color: black !important;
	border: unset;
}

#sidebar .nav-tabs {
	border: unset;
	padding: 0px !important;
}

.nav-tabs li > a {
	border-bottom: unset !important;
}

#sidebar .nav-link.active {
	background: #0c6291;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    color: white !important;
    border-bottom: unset !important;
}

.tab-content span {
	color: white !important;
}

#sidebar .nav-tabs li {
	padding: 0px !important;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        height: 100%;
	    position: absolute;
        top: 0px;
        left: 0px;
        min-width: 250px;
        max-width: 250px;
    }

    #sidebar.active {
	    margin-left: 0px;
	    width: 100% !important;
	    max-width: unset;

	}

	#sidebarCollapse {
	    padding: 4px 12px;
	}

	.header-logo {
		position: absolute;
	    width: 140px;
	    height: auto;
	    top: -4px;
	    right: 0px;
	}

    #sidebarCollapse span {
        display: none;
    }

    #ogp-menu-tab li {
    	width: 25%;
    	text-align: center;
    }

    #sidebar .sidebar-header {
    	padding-bottom: 0px !important;
    }

    #brand-logo {
	    width: 180px;
	    margin-top: 2px;
	    margin-bottom: 8px;
	}

	header {
	    background: #ffffff;
	}
}

@media (max-width: 426px) {
	#ogp-menu-tab li a {
    	font-size: 16px !important;
    	padding: 10px 0px !important;
    }

    #sidebar .sidebar-header {
    	padding: 12px;
    }

    nav#sidebar.active span {
		width: 330px;
	}

	#brand-logo {
	    width: 170px;
	    margin-top: 2px;
	    margin-bottom: 8px;
	}

	header {
	    background: #ffffff;
	}
}

@media (max-width: 365px) {
	#ogp-menu-tab li a {
    	font-size: 14px !important;
    	padding: 10px 0px !important;
    }

    #sidebar .sidebar-header {
    	padding: 8px;
    }

    nav#sidebar.active span {
		width: 280px;
	}

	#brand-logo {
	    width: 160px;
	    margin-top: 2px;
	    margin-bottom: 8px;
	}

	header {
	    background: #ffffff;
	}
}














.communitynews-link:hover {
	text-decoration: unset;
}

#home-communitynews h2 {
	color: #0f5175;
	font-size: 20px;
	margin-bottom: 0px;
    padding-top: 20px;
	text-align: center;
}

#home-communitynews {
	background: #eaf8fc;
}

div.communitynews-txt {
	margin-top: 12px;
}

.communitynews-title {
	font-weight: 700;
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
}

div.communitynews-txt p {
	font-weight: normal;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}

.single-communitynews-header {
	font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 12px;
}

.single-communitynews-content {
	font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.communitynews-link {
	font-size: 16px;
    display: block;
    margin-top: 4px;
    color: #1592e6;
}

.communitynews-link: hover {
	text-decoration: none;
}


@media only screen and (max-width: 445px) {
	.archieve-communitynews-img{
		width: 54%;
		display: inline-block;
		vertical-align: top;
	}

	div.communitynews-txt {
	    margin-top: -6px;
	    display: inline-block;
	    width: 44%;
	}

	div.communitynews-txt p {
	    margin: 0px;
	    margin-left: 10px !important;
	}

	.communitynews-link {
		font-size: 16px;
		margin-left: 10px;
	}

	.communitynews-title {
	    font-size: 16px;
	}
}

@media only screen and (max-width: 370px) {
	.archieve-communitynews-img{
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	div.communitynews-txt {
	    margin-top: -6px;
	    display: inline-block;
	    width: 48%;
	}

	div.communitynews-txt p {
	    margin: 0px;
	    font-size: 14px;
	    margin-left: 10px !important;
	}

	#home-communitynews h2 {
	    font-size: 20px;
	}

	.communitynews-link {
		font-size: 14px;
		margin-left: 10px;
	}

	.communitynews-title {
	    font-size: 16px;
	}
}





#home-services {
	background-image: url("assets/images/services_desko_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-link:hover {
	text-decoration: unset;
}

div.services-txt {
	margin-top: 20px;
	text-align: center;
}

.services-title {
    color: #0f6da1;
    font-size: 20px;
}

div.services-txt p {
	font-weight: normal;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    min-height: 105px;
    margin-bottom: 10px;
}

.services-link {
	font-size: 18px;
    display: block;
    color: white;
    font-weight: 600;
    background: #4194e7;
    width: 80%;
    margin: auto;
    padding: 10px 0px;
}

.services-link:hover {
	text-decoration: none;
	color: white !important;
}

.archieve-services-img {
	background: #ffffff;
	border: 1px solid #8080808c;
    padding: 20px 20%;
    border-radius: 20px;
    width: 80%;
    margin: auto;
    box-shadow: rgb(0 0 0 / 13%) 0px 17px 8px -8px, rgb(0 0 0 / 33%) 0px 13px 13px -9px;
}

@media only screen and (max-width: 767px) {
	#home-services {
		background-image: url("assets/images/services_mobile_bg.png");
	}

	div.services-txt p {
	    min-height: unset;
	}
}












.owl-wrapper .item {
    padding: 10px;
}


.owl-item > .item > .item-inner {
	background: #ffffff;
    padding: 20px 14px 30px 14px;
    border-radius: 28px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.owl-dot.active span {
	background: #2175bc !important;
}


.owl-item > .item > .item-inner h4 {
	margin-top: 15px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	font-size: 18px;
}




/*--------header banner----------*/

.desktop-banner-img {
	display: block;
}

.mobile-banner-img {
	display: none;
}


.banner-btn {
	position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -95%);
    background-color: #4194e7 !important;
}

@media only screen and (max-width: 767px) {
	.desktop-banner-img{
		display: none;
	}

	.mobile-banner-img {
		display: block;
	}

	.banner-btn {
		position: absolute;
	    left: 50%;
	    top: 85%;
	    transform: translate(-50%, -85%);
	    font-size: 14px;
	}
}








/*------------Mission-------------*/
#mission-section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px;
	height: 100vh;
	max-height: 300px;
	position: relative;
}

#mission-section h3 {
	color: #8AC934;
	font-size: 38px;
    margin-bottom: 15px;
}

#mission-section p {
	color: #066593;
	font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
}

.mission-div {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 767px) {
	#mission-section {
		height: 100vh;
		max-height: 400px;
	}
}

@media only screen and (max-width: 425px) {
	#mission-section {
		height: 100vh;
		max-height: 500px;
	}
}






/*---------Vision-----------*/
#vision-section h3 {
	color: #E53A64;
	font-size: 38px;
    margin-bottom: 15px;
}

#vision-section p {
	color: #E53A64;
	font-size: 20px;
    letter-spacing: 2px;
}



/*---------care-----------*/
#img-circles {
	width: 100%;
    height: auto;
    max-width: 380px;
    display: block;
    margin: auto;
}

#care-section p {
	color: #066593;
	font-size: 16px;
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 1;
}


#care-section h6 {
	color: #066593;
	font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
}

#care-section h3 {
	color: #E53A64;
	font-size: 38px;
    margin-bottom: 15px;
}





/*---------values-----------*/
#values-section h3 {
	color: #0C6291;
	font-size: 38px;
    margin-bottom: 15px;
}

#values-section span {
	color: #0C6291;
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
}

#values-section h6 {
	font-size: 24px;
	text-decoration: underline;
}

#values-section p {
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 1.5;
}

#values-section img {
	max-width: 100px;
}

#values-section {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mid-col {
	margin-top: 105px;
}

@media only screen and (max-width: 767px) {
	.mid-col {
		margin-top: unset;
	}

	#img-circles {
		width: 100%;
	    height: auto;
	    max-width: 300px !important;
	    display: block;
	    margin: auto;
	}
}

@media only screen and (max-width: 425px) {
	.mid-col {
		margin-top: unset;
	}

	#img-circles {
		width: 100%;
	    height: auto;
	    max-width: 250px !important;
	    display: block;
	    margin: auto;
	}
}




/*-------HWC Services----------*/
.hwc-service-col1 {
	display: inline-block;
    width: 20%;
    vertical-align: top;
}

.hwc-service-col1 img {
	margin-top: 25px;
}

.hwc-service-col2 {
	display: inline-block;
    width: 78%;
}

.hwc-service-col2 h4 {
	font-weight: bold;
    color: #066593;
    font-size: 24px;
    text-transform: uppercase;
}

.hwc-service-col2 p {
	font-size: 14px !important;
}

.check-icon {
	width: 22px;
	height: auto;
	float: left;
}

.hwc-check-list span {
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
	color: #066593;
	padding-top: 2px;
}














/*----------Our Team-------------*/
#our-team {
	max-width: 2000px;
	margin: auto;
}

.team-leader-header {
	background: #E53A64;
	width: fit-content;
}

.team-leader-header h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 31px;
	padding: 10px 20px;
}

.team-leader-header h2 > span {
	font-size: 20px;
}

.team-leader-content {
	margin-left: 20px;
	margin-right: 20px;
}


.team-leader-content p {
	color: #066593;
}

.team-leader-content p > span {
	font-weight: bold;
	color: #E53A64;;
}

#our-team-ceo img {
	max-width: 200px;
	height: auto;
	display: inline-block;
}

#our-team-ceo h3 {
 	display: inline-block;
    vertical-align: bottom;
    color: #3C5679;
    font-weight: bold;
    font-size: 20px;
    line-height: 15px;
}

#our-team-ceo h3 > span {
	font-weight: normal;
	font-size: 14px;
}


#our-team-coo {
	margin-left: 100px;
	margin-top: 20px;
}


#our-team-coo img {
	max-width: 200px;
	height: auto;
	display: inline-block;
}

#our-team-coo h3 {
 	display: inline-block;
    vertical-align: bottom;
    color: #3C5679;
    font-weight: bold;
    font-size: 20px;
    line-height: 15px;
}

#our-team-coo h3 > span {
	font-weight: normal;
	font-size: 14px;
}

.gray-box {
	background: #9599AC;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    padding: 10px 40px;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
}

.gray-box h6 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}



.team-members {
	margin-bottom: 20px;
}

.team-members img {
	max-width: 100px;
    height: auto;
    padding: 4px 12px;
    border-radius: 50%;
    display: inline-block;
}

.team-members h4 {
 	display: inline-block;
    vertical-align: middle;
    color: #3C5679;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    max-width: 175px;
}

.team-members h4 > span {
	font-weight: normal;
	font-size: 14px;
}



@media only screen and (max-width: 375px) {
	#our-team-coo {
		margin-left: unset;
		margin-top: 20px;
	}
}