/* font-family: 'Open Sans', sans-serif; */



* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
	color: #000 !important;
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1530px;
  }
}

ul{
	margin-left: 0 !important;
}
ul li {
    margin: 0;
}

img {
    display: block;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.clear {
    margin-top: 0;
    line-height: 0;
    clear: both;
}

.btn {
    color: #fff !important;
    font-size: 16px;
    background-color: #004680;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 0;
	margin: 10px;
}

.btn:hover {
    background-color: #ababab;
    color: #fff !important;
}

.btnDiv{
	text-align: center;
	margin-top: 20px; 
}
.navBtnDiv{
	display: none;
}

.panel {
    padding-top: 60px;
	padding-bottom: 60px;
}

h1, .h1{
	font-size: 50px !important;
  color: #00467f;
  font-weight: 700;
	line-height: 1.5;
}
h2, .h2{
	font-size: 30px;
	font-weight: 700;
}
h3, .h3{
	font-weight: 900;
	font-size: 26px;
}
h4, .h4{
	font-weight: 700;
	font-size: 24px;
	color: #3aae4a;
	text-decoration: none;
}
.h4{
	display: inline-block; 
}
h5, .h5{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}
.bi{
	font-weight: 700;
	font-style: italic;
}
.blue{
	color: #00467f;
	font-weight: 700;
	text-transform: uppercase;
}
.head{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.headBottom{
	font-size: 18px;
	font-weight: 700;
}



/* =============================== */
.subHead {
    align-items: flex-end;
    padding: 30px 0;
}

.subHeading {
    font-size: 22px;
    color: #626262;
    margin: 0;
    font-weight: 600;
}

.subHeadCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subHeadCont .btn {
    margin-left: 5px;
}

.navbar {
    background-color: #004680;
}

.nav-link {
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
}

.nav-link::after {
    display: none;
    content: attr(title);
    font-weight: 900;
	transform: scale(1.04);
	overflow: hidden;
    visibility: hidden;
	height: 0;
}

.nav-link:hover, .current-menu-item .nav-link {
	color: #fff !important;
	letter-spacing: 0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.navbar-nav {
    justify-content: space-between;
    width: 100%;
}
.nav-link[aria-current="page"]{
	color: #fff !important;
	font-weight: 900;
}
/* banner start */

.bannerDiv{
	background-image: url('https://zintorostg.wpenginepowered.com/wp-content/uploads/2023/09/banner_1-1.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
	font-weight: 600; 
	font-size: 24px;
	border-bottom: solid 5px #fff;
	border-top: solid 3px #fff;
}
.bannerDiv h1{
	color: #fff;
}
.bannerHead{
	font-size: 36px;
	font-weight: 600;	
}
.homeImprove{
	background-color: #ffeca3;
	color: #000;
	border-bottom: solid 10px #fff;
}
.homeImpFlex > *{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.homeImprove h2{
	text-align: center;
}
.homeImpDiv{
	text-align: center;
	font-size: 18px;
	max-width: 200px;
	margin: 10px 20px;
}
.homeImpDiv img{
	margin: auto;
	height: 90px !important;
	width: auto;
}
.homeClientDiv{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
.homeClientDiv img{
	margin: auto;
}
.homeCanImp{
	background-image: url('https://zintoro.winsbystorage.com/wp-content/uploads/2023/09/home_improve_back.jpg');
	background-size: cover;
	background-position: center;
	color: #00467f;
	font-size: 20px;
}
.homeCanImpBack{
	background-color: rgba(255,255,255, 0.9);
	margin-top: 60px;
	padding: 50px 100px;
	}
.homeCanImpDiv{
	font-size: 22px;
	text-align: center;
}
.homeCanImpDivHead{
	font-size: 27px;
}
.homeCanImpSubHead{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0;
}
.canImpFit{
	width: fit-content;
}
.homeCanImpList li{
	margin-top: 10px;
}




/* foot start */
.foot {
    background-color: #004680;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.mainFoot{
	justify-content: space-between;
}
.mainFoot p {
    margin: 0;
}

.mainFoot a{
	color: #fff;
	text-decoration: none;
}

.mainFoot a:hover{
	color: #fff;
}

.mainFootLeft{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainFootRight{
    display: flex;
    align-items: center;
    justify-content: end;
}
.mainFootRight img{
    margin-left: 20px;
}
.mainFootLeft p {
    font-size: 20px;
    font-weight: 600;
}

.mainFootLeft a {
    background-color: #fff;
    color: #004680 !important;
}

.copyright {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.footLogo{
	font-size: 21px; 
	margin-left: 10px !important;
	font-weight: 300;
}
.sm{
	font-weight: 700;
}

/* blog page */
.smBannerDiv{
	position: relative;
	height: 100%;
}
.smallBan{  
  object-fit: cover;
  width: 100%;
  object-position: center;
}
.smBanCont{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.smBanCont h1{
	color: #fff;
}
.custList{
	font-size: 20px;
}
.blogFlex{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}


/* post page */
.smallPost{
	width: 70%;
}
.headTop{
	margin: 3rem 0 2rem;
}

.Cont-subhead {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.gap{
	row-gap: 30px;
}
.mediumPost{
	width: 80%;
}



.partnerFlex{
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	row-gap: 20px;
}
.partnerFlex img{
	margin: auto;	
}


.alignList{
	font-size: 20px;
	margin-left: -0.8rem !important;
}
.marginList{
	margin-left: -0.8rem !important;
}
.marginList > li{
	margin-top: 1.5em !important;
}
.marginList ul{
	margin-top: 0.5em !important;
}

.itHeading{
	font-weight: 400 !important;
	font-style: italic;
}