@font-face {
    font-family: 'Mona Sans';
    src:
      url('../fonts/Mona-Sans.woff2') format('woff2 supports variations'),
      url('../fonts/Mona-Sans.woff2') format('woff2-variations'),
      url('../fonts/Mona-Sans.woff') format('woff');
    font-weight: 400 500 600 700;
    font-display: swap;
     /*font-stretch: 75% 125%; */
  }


:root {
    --font-main: 'Mona Sans';
	--font-size-h1: 32px;
	--font-size-h2: 28px;
	--font-size-h3: 26px;
	--font-size-h4: 20px;
	--font-size-h5: 18px;
	--line-height-h1: 42px;
	--line-height-h2: 36px;
	--line-height-h3: 34px;
	--line-height-h4: 30px;
	--line-height-h5: 26px;

    /*colors*/
    --color-blue: #135863;
    
}

@media (min-width: 768px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 32px;
		--font-size-h3: 30px;
        --font-size-h4: 20px;
        --font-size-h5: 18px;
        --line-height-h1: 44px;
		--line-height-h2: 42px;
        --line-height-h3: 38px;
        --line-height-h4: 30.6px;
        --line-height-h5: 25px;
    }
}
@media (min-width: 992px) {
	:root {
		--font-size-h1: 56px;
		--font-size-h2: 48px;
		--font-size-h3: 36px;
        --font-size-h4: 22px;
        --font-size-h5: 18px;
        --line-height-h1: 64px;
		--line-height-h2: 67.2px;
        --line-height-h3: 40px;
        --line-height-h4: 30.8px;
        --line-height-h5: 25px;
	}	
}

/**** heading ***/
h1{ 
	font-family: var(--font-main); 
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
    font-weight: 600;
    color:#212529;
}

h2{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
    font-weight: 600;
    color:#212529;
}

h3{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
    font-weight: 600;
    color:#212529;
}

h4{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
    font-weight: 600;
    color:#212529;
}

h5{ 
	font-family: var(--font-main);
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
    font-weight: 500;
    color:#212529;
}

/**** paragraph****/
p, li{ 
	font-family: 'Open Sans';
	line-height: 24px;
	color:#212529;
    font-weight: normal;
}

/* a{ font-weight: 400;} */

@media (min-width: 1200px) {
    p, li{ 
        font-size: 16px;
        line-height: 24px;
    }
    a{ font-size: 16px;color:#212529;}
    
}

@media (min-width: 1440px) {
    p, li{ 
        font-size: 16px;
        line-height: 24px;
    }
    a{ font-size: 16px;color:#212529;}
}

a{
	font-family: var(--font-main); 
	text-decoration: none;
	color:#212529;
}


/*Scroll to Top*/
#return-to-top .upIcon{ content: url("../images/top.svg");}
#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 0px;
    background: rgba(131, 157, 181, 0.5);
	/*box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.3);*/
  	padding:5px 8px 9px 10px;
	border-radius:5px 0px 0px 5px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99;
     font-size: unset;
     line-height: unset;
}
#return-to-top:hover {
   background: rgba(131, 157, 181,1);
}

/* footer css :start */
.footer{
    padding-top: 40px;
}
.mb-5p{
    margin-bottom: 5px;
}
.mt-15{
    margin-top: 15px;
}
.ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.mlr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.p-15{
    padding: 15px;
}
.bg-gray{
    background: #595959;
}
.radius-7{
    border-radius: 7px;
}
/* footer css :end */
@media screen and (min-width:1200px){
.sp-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.spt-60{
    padding-top: 60px;
}
.spb-60{
    padding-bottom: 60px;
}
}
@media screen and (min-width:768px) and (max-width:1200px){
    .sp-60{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .spt-60{
        padding-top: 50px;
    }
    .spb-60{
        padding-bottom: 50px;
    } 
}
@media screen and (max-width:500px){
    .sp-60{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .spt-60{
        padding-top:40px;
    }
    .spb-60{
        padding-bottom:40px;
    } 
    .text-sm-center{
        text-align: center;
    }
    .spb-70{
        padding-bottom: 70px !important;
    }
}
/*my styles */
.ma-10{margin: 2px;}
@media(min-width: 1200px){.v-lg-hidden{visibility: hidden;}}
@media(min-width: 600px) and (max-width: 1000px){.d-db{display:block !important;}}
@media(min-width: 1200px){.d-db{display:block !important;}}


/* breadcrumbs  */
/*#breadcrumbs a:nth-child(2){display: none;}*/
#breadcrumbs a{color: #212529 !important;}
#breadcrumbs a, #breadcrumbs span{font-family: 'Open Sans';}
#breadcrumbs span{text-transform: capitalize;}
#breadcrumbs {padding-left:5px !important;}
.new-fs-20{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
@media screen and (max-width:500px){
    .new-fs-20{
        font-size: 18px;
    }
}