body{
    top: 0;
    overflow-x: hidden;
    margin: 0;
}
.container{
    width: 100%;
    max-width: 1320px;
}

a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    color: #e6a84c;
}
b, strong {
    font-weight: bold;
}

img {
	max-width:100%;
	height: auto;
}
/*align*/
.alignright {
    float: right;
    margin-left: 30px !important;
	margin-bottom: 10px;
    margin-top: 6px;
    max-width: 100%;
}

.alignleft {
    float: left;
    margin-right: 30px !important;
	margin-bottom: 10px;
    margin-top: 6px;
    max-width: 100%;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
.alignnone{
	float: none;
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
}
figure.wp-block-image figcaption {
	display: table-caption;
	caption-side: bottom;
}
figure.wp-block-image {
    display: table;
    margin-bottom: 20px;
}
.wp-block-image {
    margin: 0;
}
figcaption,
.wp-caption-text {
   font-style: italic;
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 0 !important;
}
.wp-caption-text {
   margin-top: 5px;
}
.wp-block-image .aligncenter {
   margin-bottom: 20px;
}
/*align*/

ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
h1{
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    text-transform: capitalize;
color: #e6a84c;
margin-bottom: 15px;
}
h2{
    font-family: 'Jost', sans-serif;
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e6a84c;
margin-bottom: 15px;
}
h3{
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e6a84c;
margin-bottom: 15px;
}
h4{
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e6a84c;
margin-bottom: 15px;
}
h5{
    font-family: 'Jost', sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e6a84c;
margin-bottom: 15px;
}
h6{
    font-family: 'Jost', sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e6a84c;
margin-bottom: 15px;
}
p{
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    font-weight: 400;
    margin-bottom: 15px;
}

blockquote {
	border-left: 2px solid #e6a84c;
	padding-left: 20px;
	margin: 40px 0;
}
blockquote p {
	margin-bottom: 0 !important;
	font-style: italic;
}
/* header */
.th-header-wrap{
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 20px 0;
    background-color: #fff;
}
.th-logo-wrap h1{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.th-logo-wrap h1 strong{
    color: #444;
}
.th-outer-menu{
    float: right;
    padding-top: 11px;
}
.th-outer-menu .navbar{
    padding: 0;
}
.th-outer-menu ul li{
    position: relative;
    margin-right: 25px;
}
.th-outer-menu ul li:last-child{
    margin-right: 0;
}
.th-outer-menu ul li a{
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #444;
    font-size: 16px;
}
.th-outer-menu ul li a:hover{
    color: #e6a84c;
}
/* header */

/* footer */
footer{
    position: relative;
}
.th-footer-top{
    background-color: #252c41;
}
footer{
    padding: 30px 0;
    background: #1b2132;
}
.th-copy-right{
    text-align: center;
}
.th-copy-right p{
    color: #dde4fb;
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
display: inline-block;
vertical-align: top;
}
.th-copy-right ul{
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.th-copy-right ul li{
    display: inline-block;
    vertical-align: top;
    font-family: 'Mulish', sans-serif;
        font-weight: 400;
    color: #dde4fb;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
}
.th-copy-right ul li a{
    color: #dde4fb;
}
.th-copy-right ul li a:hover{
    color: #e6a84c;
}
.th-copy-right ul li::before{
    position: absolute;
    content: "-";
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
color: #dde4fb;
font-size: 14px;
line-height: 24px;
left: 0;
}
/* footer */

/* inner banner */
.th-inner-banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 350px;
    text-align: center;
    margin-top: 90px;
    padding: 160px 0 80px;
    z-index: 1;
}
.th-inner-banner::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: -1;
}
.th-inner-banner h1{
    color: #fff;
    text-transform: uppercase;
}
/* inner banner */
.spinner_text{
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
    --bs-text-opacity: 1;
    font-size: 19px;
    font-weight: bold;
}
.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

@media screen and (max-width:1300px){
    /* innner banner */
    .th-inner-banner {
        min-height: 320px;
        padding: 136px 0 80px;
    }
    /* innner banner */
}
@media screen and (max-width:1200px){
  h1{
    font-size: 36px;
    line-height: 46px;
  }

     /* innner banner */
  .th-inner-banner {
	min-height: 280px;
	padding: 122px 0 80px;
}
   /* innner banner */
}
@media screen and (max-width:991px){
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    blockquote {
        margin: 35px 0;
    }
    .alignright{
        float: none;
        margin-left: 0 !important;
    }
    .alignleft{
        float: none;
        margin-right: 0 !important;
    }
  /* header */
  .th-header-wrap{
      position: relative;
      padding: 15px 0;
  }
  .th-header-wrap .col-md-4, .th-header-wrap .col-md-8{
      width: 100%;
  }
  .th-outer-menu {
	float: none;
	padding-top: 0;
}
.th-outer-menu .navbar-nav{
    text-align: center;
}
.th-outer-menu ul li {
	margin-right: 0;
}
  .th-outer-menu .navbar-toggler {
	border: none !important;
	outline: none !important;
	background-color: #e6a84c;
	box-shadow: 0 0 0 0;
	border-radius: 0;
	margin: -50px 0 0 auto;
	height: 40px;
	width: 55px;
	border-radius: 0;
}
.th-outer-menu .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
    /* header */

        /* innner banner */
  .th-inner-banner {
	margin-top: 0;
    min-height: auto;
    padding: 96px 0 80px;
}
   /* innner banner */
}
@media screen and (max-width:767px){
    blockquote {
        margin: 30px 0;
    }
}
@media screen and (max-width:600px){
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
    h2{
        font-size: 28px;
line-height: 37px;
    }

    footer{
        padding: 20px 0;
    }
    .th-copy-right ul{
        display: block;
        padding-left: 0;
    }
    .th-copy-right ul li:first-child{
        padding-left: 0;
    }
    .th-copy-right ul li:first-child::before{
        display: none;
    }
}
@media screen and (max-width:500px){
    blockquote {
        margin: 25px 0;
        padding-left: 15px;
    }
    /* header */
    .th-logo-wrap img{
        width: 205px;
    }
    .th-outer-menu .navbar-toggler {
        margin: -37px 0 0 auto;
        height: 35px;
        width: 50px;
        padding: 0;
    }
    /* header */

    /* innner banner */
    .th-inner-banner {
        padding: 76px 0 62px;
    }
    /* innner banner */
}