@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html{ scroll-padding-top: 50px;scroll-behavior: smooth;}
body {font-family: 'Manrope400';font-family: "Rubik", sans-serif;  background-color: #fff;font-size: 15px; line-height: 22px; color: #000;
}img{max-width: 100%;}
.container {
    width: 1310px;max-width: 90%;
}
ul{margin: 0px; padding: 0px; list-style: none;}
header {
	 display: inline-block;
	z-index: 111; 
	width: 100%;position: fixed;top:0px;left: 0px;
	 -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;   
     background: #fff;
	
}
header.aniPos {
    position: fixed;
    background: #fff; left: 0px;
	top: 0px; 
}
header.aniPos  .headerRight{min-height:100%;}
header .logo img, header .logo-header img {
    width: 160px;
}
header .logo img {
    transition: 350ms ease 0s;
}
.logo-wrapper {
    text-align: center;
    padding: 10px 0px;
}
.header-middle, .header-bottom {
    background: rgba(255, 255, 255, 1);
    color: rgba(25, 25, 25, 1);
    border-color: rgba(230, 230, 230, 1);
}
.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;margin: 0px; padding: 0px;
}

.menu ul li {
    margin: 0px 30px 0 0;
}

.menu ul li a {
    color: #191919;font-size: 16px;
    line-height: 22px;
}

a {
    text-decoration: none;
}
.headerBottom {
    border: 1px solid rgba(230,230,230,1); border-left: 0px; border-right: 0px;
}
.menu {
    min-height: 45px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.breadcrumb-title-wrapper {
    margin-top: 130px; 
}
.breadcrumbs-container span {
    font-size: 13px;padding: 0px 3px;
}
.breadcrumbs {
    padding: 9px 100px;
}
.breadcrumbs-container a{color:rgba(128,128,128,1);font-size: 13px;}
h1 {
    font-size: 40px;
    color: #191919;
}
 section.content {
    text-align: center; padding-top: 25px;
}
section.content .container {
    max-width: 1090px;
}
.sec01img{max-width: 336.67px;display: inline-block;    margin-top: 18px;}
span.redbol {
    color: #ff0000;
    font-weight: 600;
}
span.spanlinkst {
    font-weight: 600;
    color: #000; text-decoration: underline;
}
.contentsec01 {
    padding: 29px 0px 25px;
}
.brn_arrow{color:rgba(128,128,128,1)}
.redcl{color: #ff0000;}
.chcImg{max-width: 361.5px; display: inline-block;margin-bottom: 25px;}
.contentsec02 {
    padding-bottom: 25px;
}
.contentsec03 {
    margin-bottom: 25px;
}
input.input {
    border: 1px solid rgba(204, 204, 204, 1);
    height: 35.75px;
    padding-left: 17px;
    border-radius: 20px 0px 0px 20px;
}
input[type="submit"] {
    background: #B6903A;
    border: none;height: 35.75px; color: #fff; padding: 5px 15px; border-radius: 0px 5px 5px 0px;
}
footer{background: #F5F5F7; padding: 90px 0px 0px;}
.form{padding-bottom: 150px;}
a.footlg {
    max-width: 205px;
    display: inline-block;
}
ul.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin-top: 20px;
}
footer .container{max-width: 1180px;}
.footerCvr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footbox1 {width: 27%;  }
.footbox2 {
    width: 12.2%;
    
}
.footbox3 {
    width: 12.89%;
 
}
.footbox4 {
    width: 16.61%;
    
}
.footbox5 {
    width: 21.8%;
    
}
.foothead {
    font-weight: 500;
    font-size: 17px;    margin-bottom: 20px;
}
.footul li a {
    font-size: 15px;
    color: #000;
}

.footul li {
    margin-bottom: 5px;
}
.footsub{ font-size: 15px;font-weight: 500;}
p.adic{background: url(../images/add-icon.png) no-repeat left top 2px; padding-left: 25px;}
p.mailico{background: url(../images/mailico.png) no-repeat left top 6px; padding-left: 25px;}
p.mailico a{color: #000;}
.footerbt {
    border-top: 1px solid #000;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerbt p{margin-bottom: 0px;}
p.sec.green {
    color: #2b7803;
    font-weight: 500;
    margin-top: 22px;
     font-size: 16px;
}
p.sec.red {
    color: #ff0000;
    font-weight: 500;
    font-size: 16px;
}
.menu ul li a:hover {
    color: #c9a221;
}

@media all and (max-width:976px) {
    .container {
    width: 90%;max-width: 90%;
}
.footerCvr{flex-direction: column;}
.footbox1,.footbox2,.footbox3,.footbox4,.footbox5{width: 100%;}
ul.footul {
    columns: 2;
    -moz-columns: 2;
}
.footerbt {
    border-top: 1px solid #000;
    margin-top: 10px;}
    h1 {
    font-size: 30px;}
    .breadcrumb-title-wrapper {
    margin-top: 100px;
}
.breadcrumbs {
    padding: 9px 0px;
}
.form {
    padding-bottom: 60px;
}
 
}

.hidden{
    visibility: hidden;
    display: none;
}