@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Archivo Black', sans-serif;
font-family: 'Poppins', sans-serif;
Poppins:100;200;300;400;500;600;700;800;900
*/

*{}
@media (min-width: 1500px) {
.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1430px; }
}
.gutters-5 { margin-right: -5px; margin-left: -5px; }
 .gutters-5 > .col, .gutters-5 > [class*="col-"] {
 padding-right: 5px;
 padding-left: 5px;
}
.gutters-8 { margin-right: -8px; margin-left: -8px; }
 .gutters-8 > .col, .gutters-8 > [class*="col-"] {
 padding-right: 8px;
 padding-left: 8px;
}
.gutters-10 { margin-right: -10px; margin-left: -10px; }
 .gutters-10 > .col, .gutters-10 > [class*="col-"] {
 padding-right: 10px;
 padding-left: 10px;
}
.gutters-12 { margin-right: -12px; margin-left: -12px; }
 .gutters-12 > .col, .gutters-12 > [class*="col-"] {
 padding-right: 12px;
 padding-left: 12px;
}
.gutters-20 { margin-right: -20px; margin-left: -20px; }
 .gutters-20 > .col, .gutters-20 > [class*="col-"] {
 padding-right: 20px;
 padding-left: 20px;
}
.gutters-25 { margin-right: -25px; margin-left: -25px; }
 .gutters-25 > .col, .gutters-25 > [class*="col-"] {
 padding-right: 25px;
 padding-left: 25px;
}
.gutters-30 { margin-right: -30px; margin-left: -30px; }
 .gutters-30 > .col, .gutters-30 > [class*="col-"] {
 padding-right: 30px;
 padding-left: 30px;
}
/*---*/
i::before { text-rendering: optimizeLegibility; }
html { height: 100%; }
html, body { width: 100%; margin: 0; padding: 0; height: 100%; }
hr { border-top: 1px solid #707070; clear: both; margin: 40px 0 80px; }
hr.thick { border-top: 2px solid #e8e8e8; }
hr.alt { margin: 0px 0px 40px; border-color: #eeeeee; }
body { font-family: 'Poppins', sans-serif; font-style: normal; font-variant: normal; font-size: 15px; line-height: 1.6; color: #544C4C; font-weight: 400; background: #ffffff; background: #ffffff url(../images/loader.gif) center center no-repeat; overflow-x: hidden; }
a { color: #544C4C; text-decoration: none !important; outline: none; transition: all 0.2s linear; /*display: inline-block; */ }
a:hover, a:focus { color: #544C4C; text-decoration: none !important; }
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }
p { margin-top: 0; margin-bottom: 30px; }
p:last-child { margin-bottom: 0px !important; }
ol, ul { margin: 0px auto; padding-left: 15px; list-style-position: outside; }
/*----*/
.loading { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: #ffffff; }
.loading .text-center{ width: 200px; margin: 0px auto; }
.loading-bar { display: -webkit-box; display: flex; height: 5px; width: 100%; border-radius: 50px; overflow: hidden; background: rgba(0,0,0,.2); margin: 20px auto 0px; }
@-webkit-keyframes progress-animation { 0% {
 width: 0%;
}
 20% {
 width: 10%;
}
 40% {
 width: 30%;
}
 50% {
 width: 60%;
}
 100% {
 width: 95%;
}
}
@keyframes progress-animation { 0% {
 width: 0%;
}
 20% {
 width: 10%;
}
 40% {
 width: 30%;
}
 50% {
 width: 60%;
}
 100% {
 width: 95%;
}
}
.loading-bar .progress-bar { display: -webkit-box; display: flex; height: 100%; width: 95%; background: #0057c9; -webkit-animation: progress-animation 3s ease-in-out; animation: progress-animation 3s ease-in-out; }
/*---*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Archivo Black', sans-serif; font-size: 50px; color: #0057c9; line-height: 1.2; font-weight: 400; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 15px; }
.h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Poppins', sans-serif; font-weight: 700;}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span { }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{font-weight: 400;}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 900;}
h2, .h2 { font-size: 43px; }
h3, .h3 { font-size: 36px; }
h4, .h4 { font-size: 29px; }
h5, .h5 { font-size: 22px; }
h6, .h6 { font-size: 15px; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { margin-bottom: 0px !important; padding-bottom: 0px !important; }
/*----*/
iframe { display: block; width: 100%; }
figure { margin: 0px !important; }
.hide-lg, .hide-md, .hide-sm, .hide-xs { }
.show-lg, .show-md, .show-sm, .show-xs { display: none; }
.fullscreen { width: 100%; min-height: 100%; }
.fullcontainer { position: relative; margin: 0px auto;}
.fullcontainer.full0{ z-index: 0; }
.fullcontainer.full1{ z-index: 1; }
.fullcontainer.full2{ z-index: 2; }
.fullcontainer .container { position: relative; z-index: 1; }
.fullcontainer .container.container-float { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) }
.float-div { width: 100%; position: absolute; left: 0px; z-index: 2; top: 0; }
.full-height { height: 100%; }
.container-full { width: 100%; padding: 0px 30px; }
.full-img img { width: 100%; }
.full-mx { max-width: 1450px; margin: 0px auto; overflow: hidden; }
.container-mx { width: 100%; max-width: 1148px; margin: 0px auto; position: relative; }
.cont-1150 { width: 100%; max-width: 1150px; }
.cont-1130 { width: 100%; max-width: 1130px; }
.cont-1100 { width: 100%; max-width: 1100px; }
.cont-1050 { width: 100%; max-width: 1050px; }
.cont-1000 { width: 100%; max-width: 1000px; }
.cont-950 { width: 100%; max-width: 950px; }
.cont-900 { width: 100%; max-width: 900px; }
.cont-850 { width: 100%; max-width: 850px; }
.cont-800 { width: 100%; max-width: 800px; }
.cont-770 { width: 100%; max-width: 770px; }
.cont-750 { width: 100%; max-width: 750px; }
.cont-700 { width: 100%; max-width: 700px; }
.cont-650 { width: 100%; max-width: 650px; }
.cont-600 { width: 100%; max-width: 600px; }
.cont-550 { width: 100%; max-width: 550px; }
.cont-500 { width: 100%; max-width: 500px; }
.cont-450 { width: 100%; max-width: 450px; }
.cont-400 { width: 100%; max-width: 400px; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
/*------*/

.bg { background-repeat: no-repeat !important; background-size: 100% 100%; }
.bg-img { background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; }
.bg-img-alt { background-size: cover !important; background-repeat: no-repeat !important;}
.bg-img.lc { background-position: left center !important; }
.bg-img-tp { background-position: top center !important; background-repeat: no-repeat !important; background-size: 100% }
.bg-img-bt { background-position: bottom center !important; background-repeat: no-repeat !important; background-size: 100% }
.bg-img-tl { background-position: top left !important; background-repeat: no-repeat !important; }
.bg-img-tc { background-position: top center !important; background-repeat: no-repeat !important; }
.bg-img-tr { background-position: top right !important; background-repeat: no-repeat !important; }
.bg-img-rc { background-position: right center !important; background-repeat: no-repeat !important; }
.bg-img-rb { background-position: right bottom !important; background-repeat: no-repeat !important; }
.bg-img-bl { background-position: bottom left !important; background-repeat: no-repeat !important; }
.bg-img-bc { background-position: bottom center !important; background-repeat: no-repeat !important; }
.bg-img-lc { background-position: left center !important; background-repeat: no-repeat !important; }
.bg-img-t { background-position: top left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-r { background-position: top right !important; background-repeat: no-repeat !important; background-size: auto 100%; }
.bg-img-b { background-position: bottom left !important; background-repeat: no-repeat !important; background-size: 100% auto; }
.bg-img-l { background-position: top left !important; background-repeat: no-repeat !important; background-size: auto 100%; }
.bg-img-md{ background-repeat: no-repeat !important; background-position: center center !important; background-size: 100% auto;}
/*----*/
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-justify { text-align: justify !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-pre { white-space: pre; }
p[align=center] { text-align: center !important; }
p[align=left] { text-align: left !important; }
p[align=right] { text-align: right !important; }
.underline { text-decoration: underline; }
strong { font-weight: 700; }
.responsive { width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
img { vertical-align: top; max-width: 100%; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; font-size: 0px; }
.fleft { float: left; }
.fright { float: right; }
.row-inner { padding-bottom: 28px; }
.rounded-corner { border-radius: 30px; }
/*---*/
.m0 { margin: 0px!important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mt5 { margin-top: 5px!important; }
.mr5 { margin-right: 5px!important; }
.mb5 { margin-bottom: 5px!important; }
.ml5 { margin-left: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mr10 { margin-right: 10px!important; }
.mb10 { margin-bottom: 10px!important; }
.ml10 { margin-left: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mr15 { margin-right: 15px!important; }
.mb15 { margin-bottom: 15px!important; }
.ml15 { margin-left: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mr20 { margin-right: 20px!important; }
.mb20 { margin-bottom: 20px!important; }
.ml20 { margin-left: 20px!important; }
.mt25 { margin-top: 25px!important; }
.mr25 { margin-right: 25px!important; }
.mb25 { margin-bottom: 25px!important; }
.ml25 { margin-left: 25px!important; }
.mt30 { margin-top: 30px!important; }
.mr30 { margin-right: 30px!important; }
.mb30 { margin-bottom: 30px!important; }
.ml30 { margin-left: 30px!important; }
.mt40 { margin-top: 40px!important; }
.mr40 { margin-right: 40px!important; }
.mb40 { margin-bottom: 40px!important; }
.ml40 { margin-left: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mr50 { margin-right: 50px!important; }
.mb50 { margin-bottom: 50px!important; }
.ml50 { margin-left: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb100 { margin-bottom: 100px!important; }
/*--*/

.p0 { padding: 0px!important; }
.pt0 { padding-top: 0px !important; }
.pr0 { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.p5 { padding: 5px !important }
.pt5 { padding-top: 5px!important; }
.pr5 { padding-right: 5px!important; }
.pb5 { padding-bottom: 5px!important; }
.pl5 { padding-left: 5px!important; }
.p10 { padding: 10px !important }
.pt10 { padding-top: 10px!important; }
.pr10 { padding-right: 10px!important; }
.pb10 { padding-bottom: 10px!important; }
.pl10 { padding-left: 10px!important; }
.p15 { padding: 15px !important }
.pt15 { padding-top: 15px!important; }
.pr15 { padding-right: 15px!important; }
.pb15 { padding-bottom: 15px!important; }
.pl15 { padding-left: 15px!important; }
.p20 { padding: 20px !important }
.pt20 { padding-top: 20px!important; }
.pr20 { padding-right: 20px!important; }
.pb20 { padding-bottom: 20px!important; }
.pl20 { padding-left: 20px!important; }
.p25 { padding: 25px !important }
.pt25 { padding-top: 25px!important; }
.pr25 { padding-right: 25px!important; }
.pb25 { padding-bottom: 25px!important; }
.pl25 { padding-left: 25px!important; }
.p30 { padding: 30px !important }
.pt30 { padding-top: 30px!important; }
.pr30 { padding-right: 30px!important; }
.pb30 { padding-bottom: 30px!important; }
.pl30 { padding-left: 30px!important; }
.p35 { padding: 35px !important }
.pt35 { padding-top: 35px!important; }
.pr35 { padding-right: 35px!important; }
.pb35 { padding-bottom: 35px!important; }
.pl35 { padding-left: 35px!important; }
.p40 { padding: 40px !important }
.pt40 { padding-top: 40px!important; }
.pr40 { padding-right: 40px!important; }
.pb40 { padding-bottom: 40px!important; }
.pl40 { padding-left: 40px!important; }
.p45 { padding: 45px !important }
.pt45 { padding-top: 45px!important; }
.pr45 { padding-right: 45px!important; }
.pb45 { padding-bottom: 45px!important; }
.pl45 { padding-left: 45px!important; }
.p50 { padding: 50px !important }
.pt50 { padding-top: 50px!important; }
.pr50 { padding-right: 50px!important; }
.pb50 { padding-bottom: 50px!important; }
.pl50 { padding-left: 50px!important; }
.pt60 { padding-top: 60px!important; }
.pb60 { padding-bottom: 60px!important; }
.pt70 { padding-top: 70px!important; }
.pb70 { padding-bottom: 70px!important; }
.pt80 { padding-top: 80px!important; }
.pb80 { padding-bottom: 80px!important; }
.pt90 { padding-top: 90px!important; }
.pb90 { padding-bottom: 90px!important; }
.pt100 { padding-top: 100px!important; }
.pb100 { padding-bottom: 100px!important; }
.pt110 { padding-top: 110px!important; }
.pb110 { padding-bottom: 110px!important; }
.pt120 { padding-top: 120px!important; }
.pb120 { padding-bottom: 120px!important; }
.pt130 { padding-top: 130px!important; }
.pb130 { padding-bottom: 130px!important; }
/*---*/
.color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 { color: #ffffff !important; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-20 { font-size: 20px; }
.size-22 { font-size: 22px; }
.size-24 { font-size: 24px; }
.size-26 { font-size: 26px; }
.size-28 { font-size: 28px; }
.size-30 { font-size: 30px; }
.text-note { font-size: 12px; font-style: italic; }
/*--------------*/
.cd-top { display: block; height: 40px; width: 40px; position: fixed; bottom: 10px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; border-radius: 50%; background: #4c9b2f url(../images/cd-top-arrow-white.png) no-repeat center 50%; visibility: hidden; opacity: 0; z-index: 8; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15); background-size: 30% !important; }
.cd-top.cd-is-visible { visibility: visible; opacity: .5; }
.cd-top:hover { opacity: 1; }
/*----*/
.btn-holder { padding-top: 15px; }
.btn-holder .button { margin: 0px 10px 0px; }
.btn-holder .button:first-child { margin-left: 0px; }
.btn-holder .button:last-child { margin-right: 0px; }
.iright { margin-left: 7px; }
.ileft { margin-right: 7px; }
.button .iright { margin-left: 10px; }
.button .ileft { margin-right: 10px; }
.uncap { text-transform: none !important; }
/*-----*/
.grid-box { position: relative; }
.grid-box-img { position: relative; overflow: hidden; border-radius: 10px; }
.grid-box a { display: block; position: relative; }
.grid-ov, .grid-content { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; transition: all 0.2s linear; z-index: 2; text-align: center; }
.grid-content.alt { height: inherit; padding: 30px 40px; bottom: 0px; top: auto; text-align: center; z-index: 1; background: #ffffff; }
.grid-content { padding: 20px; text-align: center; }
.grid-ov { opacity: 0; visibility: hidden; z-index: 9; background: rgba(21,21,21,.8); padding: 20px; overflow-y: auto; }
.grid-box:hover .grid-content { visibility: hidden; bottom: -100%; }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; z-index: 9; }
.grid-tb { display: table; height: 100%; width: 100%; }
.grid-tc { display: table-cell; vertical-align: middle; }
.grid-tc.bt { vertical-align: bottom; }
.grid-tc.tp { vertical-align: top; }
.grid-tc img { vertical-align: middle; }
/*.grid-box .img-holder::before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: ""; z-index: 2; transition: all 0.2s linear; background: rgba(33,108,147,.9); opacity: 0; }*/
.grid-box .img-holder { /*border: 1px solid #efefef;*/ }
.grid-box:hover .img-holder::before { opacity: 1; }
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px auto; text-align: center; padding: 0px; }
.img-holder figure::before { position: relative; clear: both; content: ''; height: 100%; display: inline-block; vertical-align: middle; }
.img-holder.alt figure::before { display: inline; }
.img-holder figure img { position: relative; max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; z-index: 1; transition: all 0.6s; }
.img-holder.alt figure { padding: 0px; }
.img-holder.alt figure img { height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; /*-o-object-position: top; object-position: top;*/ font-family: "object-fit:cover; object-position:top"; position: relative; transition: all 0.6s; }
.img-effect { overflow: hidden; display: block; position: relative; }
.img-effect:hover .img-holder figure img { /*transform: scale(1.1);*/ transform: scale(1.1) rotate(2deg); }
/*--Grid-Border-Effect--*/
/*.grid-ov, .grid-content {transition: all 1s;}
.grid-ov::before, .grid-ov::after { pointer-events: none; position: absolute; content: ''; opacity: 0; top: 10px; left: 10px; right: 10px; bottom: 10px; -webkit-transition: opacity 0.6s, -webkit-transform 0.6s; transition: opacity 0.6s, transform 0.6s; }
.grid-ov::before { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; -webkit-transform: scale(0, 1); transform: scale(0, 1); }
.grid-ov::after { border-right: 1px solid #ffffff; border-left: 1px solid #ffffff; -webkit-transform: scale(1, 0); transform: scale(1, 0); }
.grid-box:hover .grid-ov::before, .grid-box:hover .grid-ov::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }*/
/*-webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; opacity: .5;*/
/*-webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1;*/
/*---*/

/*- ISOTOPE--*/
.grid-listing { position: relative; margin: 0px -10px; }
.grid-listing:after { content: ''; display: block; clear: both; }
.grid-item { width: 33.33%; padding: 0px 15px; }
.grid-width2 { width: 50%; }
.visible-grid-item { display: none; }
.filter-button-group { display: flex; flex-wrap: wrap; justify-content: center !important; text-align: center; padding-bottom: 40px; }
.filter-button-group button { padding: 0px 0px; flex: 0 0 auto; width: auto; max-width: 100%; border: none; padding: 0px 15px; background: none; color: #262626; transition: all 0.2s linear; position: relative; text-transform: uppercase; font-weight: 600; font-size: 18px; }
.filter-button-group button:hover { color: #820024; }
.filter-button-group button.is-checked { color: #820024; }
 @media only screen and (max-width: 1023px) {
.grid-item { width: 50%; }
}
 @media only screen and (max-width: 599px) {
.grid-item { width: 100%; }
.filter-button-group { padding-bottom: 20px; }
.filter-button-group button { font-size: 14px; padding: 0px 7px; }
}
/*----*/
.ul-listing { padding: 0px; margin: 0px 0px 25px; list-style: none; }
.ul-listing li { position: relative; padding-bottom: 10px; padding-left: 20px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f111"; left: 0px; top: 7px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 7px; }
.listing1 li { padding-bottom:15px; padding-left: 30px;}
.listing1 li::before { content: "\f058"; font-size: 16px; color: #FE8104; top: 0px;}
.listing2 li { padding-bottom: 20px; padding-left: 34px; }
.listing2 li::before { content: "\f00c"; font-size: 16px; color: #9B0B0A; }
.ol-listing { counter-reset: item; list-style: none; margin: 0px; padding: 0px; }
.ol-listing>li { display: block; position: relative; padding-left: 30px; padding-bottom: 10px; }
.ol-listing>li:before { content: counter(item);/*content: counter(item) ".";*/ counter-increment: item; position: absolute; left: 0px; top: 0px; }
.ol-listing ul { margin-top: 30px; }
.ul-listing:last-child, .ul-listing:last-child li:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.ul-listing.color-white li::before { color: #ffffff; }
.list-2col { display: flex; flex-wrap: wrap; }
.list-2col li { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
ul.counter { counter-reset: section; }
ul.counter li::before { counter-increment: section; content: counter(section); }
.normal-list { list-style: none; margin: 0px 0px 20px; padding: 0px; }
.ul-listing .normal-list { padding-top: 5px; }
.ul-listing .normal-list:last-child { margin-bottom: 0px; }
.ul-listing .normal-list li:before { display: none; }
.pdf-listing { list-style: none; margin: 0px; padding: 0px; }
.pdf-listing li { padding-bottom: 12px; }
.pdf-listing li a { position: relative; display: block; padding-left: 25px; }
.pdf-listing li a::before { content: "\f1c1"; left: 0px; top: 0px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 400; }
/* Map */
.map-holder { position: relative; display: block; width: 100%; background: #ffffff; overflow: hidden; border: 0px; z-index: 0; border-radius: 15px;box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
.map-holder iframe { display: block; width: 100%; border: 0px; height:440px; }
/* BreadCrumbs */
.breadcrumbs { font-size: 18px; font-weight: 300; z-index: 1; padding:40px 0px 0px; line-height: 20px; position: relative;}
.breadcrumbs ul { margin: 0px; padding: 0px; list-style: none; }
.breadcrumbs li { display: inline-block; padding: 0px 0px; }
.breadcrumbs li a { color: #7D7D7D; position: relative; padding-right: 45px; display: block; }
.breadcrumbs li a::after { position: absolute; right: 10px; top: 1px; content:"\f101"; font-family: "Font Awesome 5 Free"; font-weight: 900;}
.breadcrumbs li a:hover { color: #1a1a1a  }
.breadcrumbs strong, .breadcrumbs li.current-item { font-weight: 600; color: #1a1a1a; }
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; }
.page-item { padding: 0px 3px;}
.page-item:last-child{ padding-right: 0px; }
.page-link { border: 0px; padding: 15px 5px; line-height:16px; text-align: center; color: #7D7D7D; font-size: 16px; background:none; display: block; font-weight: 500; position: relative;}
.page-link::before{ content: ""; position: absolute; bottom: 0px; left: 0px; height: 3px; width: 100%; background: #1A1A1A; transition: all 0.2s linear; opacity: 0;}
.page-item.active .page-link, .page-item:hover .page-link { color: #1A1A1A; background:none;}
.page-item.active .page-link::before, .page-item:hover .page-link::before { opacity: 1; }
.page-link i { position: relative; }
.page-item span{ display: inline-block; vertical-align: baseline; line-height: 5px;}
.page-link:focus{box-shadow:none;}
.page-item.active .page-link{font-weight: 700;}
/*----*/
.textColRight, .textColLeft { display: block; position: relative; width: 570px; padding: 0px; }
.textColRight { float: left; }
.textColLeft { float: right; }
.textContent.lg { padding: 120px 90px; }
.textContent { padding: 50px 100px; }
.textContent.sm { padding: 30px 90px; }
.textColLeft .textContent { padding-left: 0px; }
.textColRight .textContent { padding-right: 0px; }
.info-holder-left { margin-right: -120px; }
.info-holder-right { margin-left: 120px; }
.info-holder-left .textColLeft { width: 704px; }
.info-holder-left1 { margin-right: 60px; }
.info-holder-right1 { margin-left: -60px; }
.info-holder-right1 .textColRight { width: 644px; }
/*---*/
/*
<div class="checkbox">

	<input type="checkbox" id="c1">

	<label for="c1">checkbox</label>

</div>

<div class="radio-inline">

	<div class="radio">

		<input id="r1" type="radio" name="r1">

		<label for="r1">Yes</label>

	</div>

	<div class="radio">

		<input id="r2" type="radio" name="r1" checked="checked">

		<label for="r2">No</label>

	</div>

</div>

*/

.radio, .checkbox { display: inline-block; margin: 0px; position: relative; text-align: left; padding-bottom: 3px; }
.radio-inline .radio, .checkbox-inline .checkbox { display: inline-block; margin-right: 30px; }
.checkbox label, .radio label { display: inline-block; position: relative; padding-left: 26px; margin: 0px !important; font-weight: 400; cursor: pointer;  color: #999999 !important; }
label.lbl-sm{font-size: 13px; line-height: 22px;}
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label::before { content: ""; display: inline-block; position: absolute; width: 18px; height: 18px; left: 0px; top: 3px; border: 1px solid #36B0E3; border-radius: 3px; background: none; }
.checkbox label::after, .radio label::after { font-family: "Font Awesome 5 Free"; content: ""; display: inline-block; position: absolute; width: 10px; height: 10px; top: 7px; left: 4px; transition: all 0.2s linear; opacity: 0; line-height: 15px; font-weight: 900; text-align: center; font-size: 9px; color: #36B0E3; background: #36B0E3;border-radius: 2px; }
.checkbox input[type="checkbox"], .radio input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before, .radio input[type="radio"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .radio input[type="radio"]:hover + label::after { opacity: .65; color: #36B0E3; }
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after { opacity: 1; color: #36B0E3; }
.checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before { }
.checkbox input[type="checkbox"]:checked::before, .radio input[type="radio"]:checked::before { }
.checkbox input[type="checkbox"]:disabled + label, .radio input[type="radio"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before, .radio input[type="radio"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.radio { margin: 15px 0px 14px; padding-bottom: 3px; }
.radio:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label::before, .radio label::after { border-radius: 50%; }
.radio label::after { content: ""; background: #36B0E3; left: 4px; top: 7px; width: 10px; height: 10px; }
label a { color: #999999 !important; }
label a:hover { color: #000000 !important; }
/*Radio Image*/

.radio-img { }
.radio-img .radio { margin: 10px; padding: 0px; }
.radio-img input[type=radio]+label { padding: 10px !important; text-align: center !important; transition: all 0.2s linear; min-width: 126px; }
.radio-img input[type=radio]+label>img { max-width: 100%; }
.radio-img input[type=radio]+label>span { display: block; color: #100249 !important; font-size: 14px !important; padding-top: 30px; }
.radio-img input[type=radio]:checked + label, .radio-img input[type=radio]:hover + label { background: #eff0f8; }
.radio-img .radio label::after, .radio-img .radio label::before { display: none !important; }
/*---*/
.form-holder { }
/*<select class="selectpicker" data-width="100%" data-style="" title="Title">

	<option>Select</option>

	<option>Select</option>

</select>*/

.form-control, .bootstrap-select .btn, .bootstrap-select .btn.btn-default, .bootstrap-select .btn.btn-default:hover, .bootstrap-select .btn.btn-default:focus { height: 60px; border: 2px solid #ffffff; color: #1A1A1A; box-shadow: none !important; border-radius: 30px; padding: 0px; background: #ffffff; padding-left: 25px; font-weight: 400; font-size: 16px; text-transform: none; outline: none !important; }
.form-control.alt { }
.form-control:focus, .bootstrap-select .btn:focus { border-color: #0057c9; background: #ffffff; color: #1A1A1A; }
*:focus, input:focus, .bootstrap-select .dropdown-toggle:focus { outline: none !important; }
.form-control.small { text-align: center; padding-left: 0px; padding-right: 0px; }
textarea.form-control { height: 160px; resize: none; padding-top: 15px; border-radius: 18px;}
.bootstrap-select .btn { padding-right: 40px !important; }
.bootstrap-select .btn::before { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); background: none; font-family: "Font Awesome 5 Free"; content: "\f107"; border-radius: 0px !important; font-size: 16px; color: #7D7D7D; font-weight: 900; text-align: center; }
.bootstrap-select .btn::after { display: none; }
.filter-option-inner-inner { color: #1A1A1A !important; opacity: 1 !important; line-height: 100%; position: relative; display: table-cell; vertical-align: middle; height: 56px; width: 100%;}
.bootstrap-select.alt .btn { height: 36px; }
.bootstrap-select.alt .btn::before { width: 36px; height: 36px; line-height: 36px; }
.bootstrap-select.alt .filter-option-inner-inner { padding-top: 0px; }
.bootstrap-select .btn .caret { display: none !important; }
 input::placeholder, textarea::placeholder {
color: #A2A2A2 !important;
opacity:1!important;
}
 input.form-control::-webkit-input-placeholder{
 color: #A2A2A2 !important;
 opacity:1 !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover { color: #555555 !important; opacity: 1 !important; }
.bootstrap-select .dropdown-menu { padding: 0px; max-width: 100%; left: auto; right: 0; margin-top:0px; }
.bootstrap-select .dropdown-item { white-space: inherit; }
.bootstrap-select .dropdown-menu li a { padding: 8px 20px; /*font-size:14px;*/ }
.bootstrap-select .dropdown-menu li a:hover,.bootstrap-select .dropdown-menu li a.active { color: #ffffff; background: #889AAC; }

.form-note{ font-size: 13px; color: #999999; padding-top: 3px; }
.form-group { margin-bottom: 20px; position: relative; }
.form-group label { font-weight: 400 !important; color: #1A1A1A; margin-bottom: 10px; display: block; font-size: 16px; }
label.inline { line-height: 50px; margin-bottom: 0px; }
.form-group .control { float: right; width: calc(100% - 110px); }
.form-group.alt { margin-bottom: 30px; }
.form-group.alt label { font-size: 13px; margin-bottom: 0px; line-height: 30px; }
.form-holder label span, .form-group label span { color: #ed1c24; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #f7f7f7; border-color: #ebebeb; }
.file-control { padding: 5px 10px; }
.form-info { font-size: 12px; line-height: 18px; padding: 5px 0px; }
.has-icon { position: relative; }
.has-icon .form-control, .has-icon .bootstrap-select .btn { padding-left: 50px; }
.has-icon i { position: absolute; left: 20px; top: 0px; line-height: 45px; color: #777777; z-index: 9; font-size: 14px; }
.input-group-addon { background: none; color: #767676; border-left: none ; line-height: 54px; }
.select-date .form-control { box-shadow: none !important; }
.input-group.select-date { position: relative; width: 100%; }
.input-group.select-date .form-control { padding-right: 60px; border-radius: 30px; }
.input-group.select-date .input-group-addon { position: absolute; right: 22px; top: 0px; z-index: 9; border: 0px; padding: 0px; display: block; border-radius: 0px !important; height: 60px; line-height: 60px; font-size: 18px; text-align: center; color: #3D5561; }
/*---*/
.bootstrap-select.plain-select{ width:auto !important;}
.bootstrap-select.plain-select .btn{ height:auto; background: none; padding-left: 0px !important; border: none; padding-right: 20px !important; font-size: 16px; font-weight: 400; line-height: 20px !important}
.bootstrap-select.plain-select .filter-option-inner-inner{height: 20px; color:#7D7D7D !important;}
.bootstrap-select.plain-select .btn::before { height: 100%; width: 12px; right: 0px;}
.bootstrap-select.plain-select .dropdown-menu li a{ padding: 5px; font-size: 12px; }
.showing-holder{padding-right: 15px;border-right: 1px solid #d7d7d7;}
.tool-bar{line-height: 20px !important; font-size: 16px; color: #241E20; font-weight: 600; border-radius: 15px; background: #ffffff;box-shadow:-2px 2px 6px 0px rgba(0, 0, 0, 0.2); padding: 0px 20px;}
.tool-bar p span{color: #7D7D7D; font-weight: 400;}
.tool-bar-filter{ padding:12px 0px;}
.page-count{ padding-top:12px;padding-bottom:12px;}
/*---*/
.f-upload .input-group-btn { position: absolute; display: block; z-index: 5; right: 5px; top: 5px; overflow: hidden; }
.f-upload .input-group-btn .button { min-width: inherit;  cursor: pointer; border-radius: 10px; }
.f-upload .btn-file input[type="file"] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; text-align: right; opacity: 0; background: none; cursor:pointer; display: block; }
.f-upload .file-input .file-caption-name { height: auto; line-height: 25px; margin:4px 0px 0px; border: 0px; width: 100%; color: #555555; font-size:13px;}
.f-upload .file-caption-icon { display: none; }
.f-upload .input-group > .form-control { width: 100% !important; display: block; border-radius: 10px; height:50px; }
@media only screen and (max-width: 567px) {
.f-upload .input-group > .form-control {height:40px; }
.f-upload .file-input .file-caption-name { margin:0px;}
.f-upload .input-group-btn { position: static; display: block; width: 100%; margin-top: 10px; }
.f-upload .input-group-btn .button {width: 100%;}
}
/*---*/
.close { float: none; position: absolute; top: 10px; right:10px; font-size: 20px; line-height: 20px; z-index: 1; opacity: 1 !important; }
.close img { width: 100%; }
.modal-content { border-radius: 0px; }
.modal-body { padding: 40px; }
/*----*/
#wrapper { display: block; height: auto; margin: 0 auto; min-height: 100%; overflow: hidden; position: relative; width: 100%; background: #ffffff; }
#wrapper, .footer-wrapper { opacity: 0; transition: all 0.2s linear; }
/*----*/
.card { margin-bottom: 25px; border-radius: 0px !important; border: 0px !important; padding: 0px; background: none; }
.card:last-child { margin-bottom: 0px; }
.card-header { padding: 0px; border: 0px; background: none; border-radius: 0px !important; position: relative; z-index: 2; }
.card-header a { padding: 16px 90px 16px 35px; color: #1A1A1A; display: block; position: relative; cursor: pointer; font-weight: 400; background:#a2b63d; font-size: 15px; border: 1px solid #a2b63d; border-radius: 20px; border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.card-header a.collapsed { background:#ffffff; color: #241E20; border-color: #E2E2E2; border-radius: 30px;}
.card-header a:hover { color: #0A2332; }
.card-header a::before { position: absolute; top: 50%; right: 3px; transform: translate(0, -50%); font-family: "Font Awesome 5 Free"; content: "\f106"; font-weight: 900; color: #1A1A1A; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; background: #a2b63d; text-align: center; font-size: 16px;}
.card-header a.collapsed::before { content: "\f107"; background: #4c9b2f; color: #ffffff;}
.card-body { padding: 20px 35px; border: 0px; border-bottom-left-radius:20px;border-bottom-right-radius:20px; background: #ffffff;box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.2);}
/*---*/
.tab-holder { position: relative; padding: 0px 0px; }
.nav-tabs { display: none; border: none !important; }
.tab-holder .card { background: none; padding: 0px; }
.tab-holder .card-body { background: none; }
.tab-content { padding-top: 0px; }
.nav-tabs .nav-link { border: none !important; text-align: center; padding: 13px 10px; display: block; border-radius: 0px; font-size: 22px; color: #000000; position: relative; position: relative; background: none; text-transform: uppercase; font-weight: 600; }
.nav-tabs .nav-link::before { position: absolute; left: 50%; bottom: 0px; height: 3px; background: #0A2332; content: ""; transition: all 0.2s linear; width: 0%; z-index: 0; }
.nav-tabs .nav-item:last-child .nav-link::after { display: none; }
.nav-tabs .nav-item { margin: 0px 40px !important; padding: 0px 0px 0px 0px;  /*flex-grow: 1; flex-basis: 0;*/ }
.nav-tabs .nav-item:last-child { padding-right: 0px; }
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { color: #0A2332; background: none; }
.nav-tabs .nav-link.active { }
.nav-tabs .nav-link.active::before, .nav-tabs .nav-link:hover::before { width: 100%; left: 0; }
 @media(min-width:980px) {
.nav-tabs { display: flex !important; padding-bottom: 0px; align-items: center; justify-content: center; }
.tab-holder .card { border: none !important; margin-bottom: 0px; }
.tab-holder .card .card-header { display: none; }
.tab-holder .card .collapse { display: block; }
.tab-holder .card .card .card-header { display: block; }
.tab-holder .card .card .collapse { display: none; }
.tab-holder .card .card .collapse.show { display: block; }
}
 @media(max-width:979px) {
.tab-content > .tab-pane { display: block !important; opacity: 1; }
.tab-holder { margin: 0px 0px; }
.nav-tabs .nav-link::before { display: none; }
.tab-holder .card-body { }
.nav-tabs { display: none !important; }
.tab-content { width: 100% !important; }
}
/*----*/
.accordion-holder { padding-bottom: 0px; }
.accordion-holder .card-body { }
.accordion > .card .card-header { margin-bottom: 0px; }
.accordion > .card { }
/*----*/
/* Tooltip */
/* Tooltip Color */
.tooltip.show { opacity: 1; }
.tooltip > .tooltip-inner { color: ffffff; font-size: 15px; max-width: 525px; line-height: 24px; border-radius: 10px; padding: 30px 40px; /*width:auto; white-space:nowrap;*/ text-align: left; background-color: #85714E; }
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { /*display: none !important;*/ border-top-color: #85714E; }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { /*display: none !important;*/ border-right-color: #85714E; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { /*display: none !important;*/ border-bottom-color: #85714E; }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { /*display: none !important;*/ border-left-color: #85714E; }
@media only screen and (max-width: 567px) {
.tooltip > .tooltip-inner { border-radius: 10px; padding: 15px 15px; max-width: 280px; border-radius: 0px; }
}
/*----*/
.table-holder { overflow-x: auto; width: 100%; margin-bottom: 30px; padding-bottom: 10px; }
.table { margin: 0px; width: 100%; color: #3A3A3A;}
.table td, .table th { vertical-align: middle !important; padding: 15px 15px 15px 40px; border: 1px solid #e2e2e2 !important; }
.table th { font-weight: 500; color: #000000;}
tr:nth-child(odd){ background-color: #ffffff; }
tr:nth-child(even){ background-color: #F5F5F5; }
.table tr td:last-child{ padding-left: 30px;}
/*----*/
.subnav { width: 100%; overflow: auto; margin-bottom: 50px; }
.subnav ul { list-style: none; margin: 0px; padding: 0px; display: table; width: 100%;}
.subnav ul li{ display: table-cell; vertical-align: middle;position:relative; border: 1px solid #F5F5F5;}
.subnav ul li a{ display: block; position: relative; width: 100%; height: 100%; text-align: center; padding: 15px 5px; font-size: 14px;}
.subnav ul li::before { position: absolute; left: 0%; bottom: 0px; height: 0; background: #889AAC; content: ""; transition: all 0.2s linear; width: 100%; z-index: -1; }
.subnav ul li.selected a, .subnav ul li:hover a { color: #ffffff; }
.subnav ul li.selected::before, .subnav ul li:hover::before { height: 100%; }
.subnav ul li.selected a { font-weight: 700;}
/*--Floating Icons--*/
.float-icon { position: absolute; animation-duration: 2.5s; animation-iteration-count: infinite; animation-timing-function: linear; line-height: 1;z-index: 1; }
.float-icon img { width: 100%; }
.float-icon span { display: block; }
.floating { animation-name: floating;}
@keyframes floating { 0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 20px);
}
100% {
transform: translate(0, -0px);
}
}
@media only screen and (max-width: 567px) {
@keyframes floating { 0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 15px);
}
100% {
transform: translate(0, -0px);
}
}
}
.rotate { animation-name: rotate; }
.rotate-alt { animation-name: rotate-alt; }
@keyframes rotate { 100% {
transform:rotate(360deg);
}
}
@keyframes rotate-alt { 100% {
transform:rotate(-360deg);
}
}
.slow { animation-duration: 3.5s; }
.slower { animation-duration: 4s; }
.fast { animation-duration: 1500ms; }
.faster { animation-duration: 1000ms; }
/*----*/
.inner-container-xxlg { padding: 150px 0px; position: relative; width: 100%; }
.inner-container-xlg { padding: 120px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container { padding: 80px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 60px 0px; position: relative; width: 100%; }
.inner-container-sm { padding: 30px 0px; position: relative; width: 100%; }
.inner-container-xs { padding: 20px 0px; position: relative; width: 100%; }
/*---*/
.header { z-index: 10;  width: 100%; top: 0px; transition: all 0.2s linear; position: fixed;box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.2); background: #ffffff; /*max-width: 1920px;left: 50%; transform: translateX(-50%);*/}
.header .container { position: relative;}
.logo { position: relative; z-index: 9; transition: all 0.2s linear; text-align: left; float: left; }
.logo a { display: inline-block; position: relative; z-index: 2; width: 120px; transition: all 0.2s linear; padding: 0px 0px; }
.logo a img { width: 100%; }
.header.sticky {  }
.header.sticky .logo a { }
/*----*/
.main-container { min-height: 400px; /*max-width: 1920px;*/ margin:0px auto; margin-top: 175px;}
.main-container.full{max-width: 100%;}
.banner-holder { position: relative; height: 100%; margin: 0px auto; width: 100%; }
.bn-caption { bottom: 0; height: 100%; left: 0; position: absolute; width: 100%; z-index: 4; }
.bn-caption .container { display: table; height: 100%; }
.bn-content { display: table-cell; text-align: left; vertical-align: middle; padding-top: 90px;}
.home-banner { margin-bottom: 0px; }
.home-banner-slide, .home-banner-slide-img { position: relative; overflow: hidden; }
.home-banner-slide-img::after,.home-banner-slide-img::before,.inner-banner-img::after,.inner-banner-img::before { position: absolute; right: 0px; top: 0px; content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-size: 100% 100%; }
.home-banner-slide-img::after{ background: #000000; opacity: .5; }
.home-banner-slide-img::before{ background: url(../images/banner-overlay.png) repeat-x top left; }
.inner-banner-img::after{}
.inner-banner-img::before{}
.bn-content>div { padding: 0px; width: 100%; display: inline-block; color: #ffffff; position: relative;}
.bn-content>div>div, .inner-banner .bn-content>div { /*margin: 0px; padding: 0px; float: none;*/}
.bn-content div img { width: auto !important; display: inline-block !important; }
.bann-scroll { position: absolute; z-index: 9; bottom: 50px; left: 50%; transform: translateX(-50%); text-align: center; transition: all 0.2s linear; }
.bann-scroll a { display: block; width: 10px; height: 32px; background: url(../images/banner-arrow.png) no-repeat; background-size: 100% 100%;}
.bann-scroll a i { background: #ffffff; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; text-align: center; color: #0689d9; font-size: 12px; }
.SlideNumbers { position: absolute; font-size: 14px; line-height: 14px; font-weight: 500; color: #100249; bottom: 30px; left: 160px; z-index: 2; }
.bn-content .btn-holder { padding-top: 30px; }
/*.home-banner .slick-current .bn-content div { -webkit-animation: zoomIn 3s; -moz-animation: zoomIn 3s; -o-animation: zoomIn 3s; animation: zoomIn 3s; }*/

.inner-banner { position: relative; overflow: hidden; }
.inner-banner-img,.home-banner-slide-img { position: relative; display: block; overflow: hidden; position: relative; z-index: 0; background-repeat: no-repeat; background-size:cover; background-position: center center;}
/*.inner-banner-img img, .home-banner-slide-img img { width: 100%; }
.home-banner-slide-img { height:768px;}
.inner-banner-img{ height: 550px;}*/
.inner-banner-img img, .home-banner-slide-img img { height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; position: relative; }
.inner-banner.banner-no-text .inner-banner-img { height: auto; }
.inner-banner.banner-no-text .inner-banner-img > img { width: 100%; height: auto; }
/*-- TOP Menu--*/
.topRightContainer { position: relative; display: block; z-index: 5; padding: 0px; transition: all 0.2s linear; float: right; margin-right: 100px;}
.header.sticky .topRightContainer { }
.mean-container, .mean-container a.meanmenu-reveal { }
.nav-wrapper { position: relative; display: block; text-align: center; }
.nav-container { position: relative; display: inline-block; margin: 0px auto; vertical-align: top; }
.main-nav { position: relative; width: 100%; display: block; margin: 0px auto; text-align: center; }
.main-nav ul { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; list-style: none; }
.main-nav>ul>li { position: relative; margin: 0px; display: block; padding: 0px 0px; float: left; transition: all 0.2s linear; }
.main-nav>ul>li:first-child { padding-left: 0px; }
/*.main-nav>ul>li:last-child {padding-right: 0px;}*/
.main-nav>ul>li>a { position: relative; display: block; padding: 48px 25px; text-align: center; font-weight: 500; font-size: 18px; line-height: 18px; color: #1a1a1a; text-transform: uppercase;}

.header.sticky .main-nav>ul>li>a {}
.main-nav>ul>li:hover>a, .main-nav>ul>li.selected>a { color: #4c9b2f !important; }
.main-nav>ul>li.selected>a { font-weight: 700; }
.main-nav>ul ul, .main-nav>ul ul ul { position: absolute; left: 0px; top: 100%; opacity: 0; width: 100%; min-width: 260px; text-align: left; visibility: hidden; margin: 30px 0px 0px 0px; transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; border-radius: 0px; /*overflow: hidden;*/ padding: 0px 0px; background:#ffffff; box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.2);}
.main-nav>ul ul ul { left: 100%; top: auto; margin: 0px; padding: 0px 0px; }
.main-nav>ul>li:hover>ul, .main-nav>ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: 0px; visibility: visible; }
.main-nav>ul ul>li:hover>ul { margin-top: 0px; top: 0; border-top: 0px; z-index: 2; }
.main-nav>ul ul a, .main-nav>ul ul ul a { position: relative; display: block; line-height: 16px; padding: 20px 30px; color: #7D7D7D; /*background:rgba(0,0,0,.8);*/ font-size: 16px; letter-spacing: 0px; font-weight: 400;}
.main-nav>ul ul li { position: relative; }
.main-nav>ul ul li:last-child>a { border-bottom: none; }
.main-nav>ul ul li:first-child a { }
.main-nav>ul ul li:hover>a, .main-nav>ul ul li.selected>a, .main-nav>ul ul ul li:hover>a, .main-nav>ul ul ul li.selected>a { color: #ffffff; -o-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background: #0057c9; }
.main-nav>ul ul li.selected>a, .main-nav>ul ul ul li.selected>a { font-weight: 400; }
.main-nav>ul li.has-sub>a { padding-right: 35px; }
.main-nav>ul li.has-sub>a::after { position: absolute; right: 15px; top: 50%; font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f107'; margin-top: -10px; }
.main-nav>ul ul li.has-sub>a { padding-right: 30px; }
.main-nav>ul ul li.has-sub>a::after { right: 15px; content: '\f0da'; }
/*---*/
.gallery-holder { position: relative; max-width: 570px; margin: 0px auto; }
.gallery-main { margin-bottom: 15px; box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1); border-radius: 15px; background: #ffffff;}
.gallery-main-slide .img-holder{ padding-bottom: 74.73%; }
.gallery-main-slide a{ display: block; padding: 20px;}
.gallery-nav-slide {}
.gallery-nav { width: 100%; margin: 0px auto; padding: 0px 20px;}
.gallery-nav .slick-arrow{ font-size: 20px; }
.gallery-nav .slick-prev { left: 0; }
.gallery-nav .slick-next { right: 0; }
.gallery-nav-slide{ padding: 7px 7px; cursor: pointer;}
.gallery-nav-slide .img-holder{box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1); border-radius: 15px; background: #ffffff;}
.gallery-nav-slide .img-holder::before{ position: absolute; content: ""; width: 100%; height: 100%; top: 0px; left: 0px; transition: all 0.2s linear; border: 3px solid #0057c9;border-radius: 15px; z-index: 2; opacity: 0;}
.gallery-nav-slide.slick-current .img-holder::before{ opacity: 1; }
.gallery-nav .slick-list{ padding: 0px !important; }
/*----*/
.add-qty { display:block; position: relative;}
.qty-btn { border: 0px; width: 55px; height: 30px; padding: 0px; position: absolute; background: none; font-size: 16px; right: 0px; line-height: 16px; color: #241E20;border-left: 1px solid #707070;}
.qty {border: 1px solid #707070; height:60px; width: 110px; font-size: 16px; color: #1A1A1A; padding: 0px 55px 0px 25px; border-radius: 30px; font-weight: 600;}
.qty-up { top: 0px; }
.qty-dwn { bottom: 0px; border-top: 0px; }
/*----*/
.footer-wrapper { display: block; position: relative; width: 100%; font-size: 15px; color: #ffffff;}
.footer-nav { list-style: none; margin:0px; padding: 0px;}
.footer-nav li{ padding-bottom: 30px; }
.footer-nav.two-col li{ float: left; width: 50%; }
.footer-nav li a{ display: block; position: relative;}
.footer-wrapper h6 { color: #ffffff; font-weight: 700; padding-bottom: 30px; font-size: 28px; }
.social-icons { list-style: none; margin: 20px 0px 0px; padding: 0px; text-align: center; }
.social-icons li{ display: inline-block; margin: 0px 2px;}
.copyright{}
.newsletter-holder{ position: relative; margin-bottom: 10px;}
.newsletter-button{ position: absolute; top: 2px; right: 2px; background: #0057c9; color: #ffffff; border: 0px; padding: 0px; width: 56px; height: 56px; line-height: 56px; border-radius: 50%; transition: all 0.2s linear;}
.newsletter-button:hover{ background: #0047a5; }
.footer-wrapper a{color: #ffffff;}
.footer-wrapper a:hover{color: #ffffff;}
.contact-list{ list-style: none; margin:0px; padding: 0px;}
.contact-list li{ position: relative; padding-bottom: 30px; padding-left: 30px;}
.contact-list li.inline{ display: inline-block; margin-right: 30px; }
.contact-list li:last-child,.footer-nav li:last-child{padding-bottom: 0px;}
.contact-list li i{ position:absolute; left: 0px; top: 4px; }
.footer{ background: #A02420; padding: 20px 0px; }
.footer-logo{ width: 160px; margin: 0px auto;}
.foo-box{}
.foo1{ width: 265px; }
.foo2{ width: 450px; }
.foo3{ width: 360px;}
/*----*/
.button { cursor: pointer; display: inline-block; vertical-align: middle; text-align: left; position: relative; outline: none !important; text-decoration: none !important; font-size: 16px; font-weight: 700; padding: 19px 55px; color: #ffffff; border-radius:30px; border:1px solid #4c9b2f; vertical-align: top; background:#4c9b2f; transition: all 0.2s linear; text-align: center; text-transform: uppercase; line-height: 20px; }
.btn-green{ border-color: #0057c9; background: #0057c9;}
.btn-green a{color:#ffffff;}
.btn-white{border-color: #ffffff !important; color: #ffffff !important;}
.button i,.button img{ display: inline-block; vertical-align: sub; margin-right: 10px;}
.button i{ font-size: 20px;}
.button img{ width: 22px; }
.button:hover, .button:focus, .button.selected { color: #ffffff !important; border-color: #0047a5 !important; background: #0047a5 !important;}
.mwidth { width: 230px; padding-left: 0px !important;padding-right: 0px !important;}
.btn-sm { font-size: 14px; padding: 12px 45px; }
.btn-lg { font-size: 14px; padding: 20px 45px; }
.btn-block { width: 100%; padding-left: 0px !important;padding-right: 0px !important; min-width: inherit;}
.btn-lg.btn-block { padding: 20px 0px; }
.btn-sm.btn-block { padding: 12px 0px; }
.button-holder .button{ margin: 5px 10px 5px 0px; }
.button-holder .button:last-child{ margin-right: 0px; }
/*---*/
.pageTitle { position: relative; display: block; padding: 0px 0px 30px; margin-bottom: 30px;}
.pageTitle::before{ position: absolute; left: 0px; bottom: 0px; width: 100px; height: 1px; content: ""; background: #A2A2A2; }
.pageTitle.text-center::before{ left: 50%; transform: translateX(-50%);}
.pageTitle.alt::before{ display: none; margin-bottom: 0px; }
.pageTitle.alt{ margin-bottom: 0px; }
.pageTitle h1,.pageTitle h2 { font-size: 50px;}
.pageTitle:last-child { margin-bottom: 0px;}
.pageTitle.sm h1,.pageTitle.sm h2 { font-size: 35px;}
.home-banner-slider-content h2{ color: #1A1A1A; font-size: 55px; padding-bottom: 60px;}
.top{ background:#0047a5; color: #ffffff; font-size: 16px; padding: 18px 0px;}
.top-links ul{ list-style: none; margin: 0px; padding:0px; text-align: center; }
.top-links ul li{ display: inline-block; margin-right:26px; }
.top-links ul li:last-child{ margin-right: 0px; }
.top-links ul li a{ color: #ffffff; display: block; line-height: 22px;}
.top-links ul li i{ font-size: 22px; display: inline-block; vertical-align:middle;}
.top i{ margin-right: 8px; }
.top-cart,.product-basket{ position: absolute; top: 50%; transform: translateY(-50%); right:15px; z-index: 2;transition: all 0.2s linear; }
.top-cart a,.product-basket a{ display: block; position: relative; border-radius: 50%; width: 60px; height: 60px; background: #0057c9; text-align: center; line-height: 60px; }
.product-basket a{ background: #A2A2A2;width: 50px; height: 50px; line-height: 50px; }
.top-cart a:hover{ background: #0047a5;}
.top-cart a img,.product-basket a img{ vertical-align: middle; }
.top-cart a span{ position: absolute; top: -6px; right:-13px; color: #ffffff; line-height: 30px; background: #4c9b2f; padding: 0px 10px; border-radius: 15px; display: block;}
.footer-social a{ margin: 0px 5px; }
.footer-news{ list-style: none; margin: 0px; padding: 0px; }
.footer-news li{ border-bottom: 1px solid #9ed989; padding-bottom: 30px; margin-bottom: 30px;}
.footer-news li:last-child{ border-bottom: 0px; padding-bottom: 0px; margin-bottom: 0px;}
.footer-news li h6{ font-size: 15px; font-weight: 600; padding-bottom: 20px;}
.home-banner .slick-dots{width: 1400px; left: 50%; transform: translateX(-50%); text-align: left; bottom: 60px}
.fimg{ position: absolute; left: 0px; bottom: 0px; width: 100%; line-height:0; z-index: 0;}
.fimg.tp{ bottom: auto; top: 0px;}
.bn1{ width: 6.35%; left:-3%; top: 10%;}
.bn2{width:5.10%; left:45%; top: 10%; }
.bn3{width:8.17%; right:-3.5%; top: 35%; }
.bn4{width: 11.92%; left:-5%; bottom: 8%; }
.intro4{left:-1%;bottom: auto; top: -3%; }
.bn5{width:3.43%; left:53%; bottom: 20%;  }
.bn6{width: 14.63%; right:-5%; bottom: -5%;  }
.intro5{ width: 3.64%; right: 12%; top: -13%;  }
.intro6{width: 9.63%; right: -1%; top:0%; bottom: auto;}
.home-banner{ z-index: 2; }
.intro-img{ border-top-left-radius: 50px;border-bottom-right-radius: 50px; }
.intro-holder{ /*background: url(../images/home2.png) no-repeat center center; background-size: 100% 100%;*/ padding: 30px 0px; }
.home-intro{ font-size: 24px;padding-left: 6.5%; }
.about-intro{ max-width: 670px; }
.intro1{ width: 13.69%; left: 2%; top: 90%; }
.intro2,.intro3{ width: 19.37%; right: 0px; bottom: 2%;}
.intro3{ bottom: -15%;}
.fp1{ width: 15.57%; top: 20%; left: -1%; }
.fp2{width: 14.63%; left:-5%; bottom: 3%;}
.fp3{width: 14.47%; right:-7%; bottom: 3%;}
.fp4{width: 9.63%;right:0%; left: auto;}
.product-image-holder{ padding: 30px 0px; }
.product-image{ height: 214px; line-height: 214px; display: block; text-align: center;}
.product-image img{ vertical-align: middle; max-height: 214px;}
.featured-products-slide,.news-slide{ padding: 15px 15px; }
.product-box{ display: block; position: relative; background: #ffffff; box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.15); border-radius: 15px; padding: 30px 30px 0px;}
.product-wishlist{ position: absolute; top: 30px; right: 30px; font-size: 22px; color: #7D7D7D; z-index: 1; }
.product-wishlist i.fas.fa-heart,.product-wishlist a:hover{ color: #F85151; }
.product-info{ padding-right: 30px; font-size: 18px; }
.promo-tag{ display: inline-block; line-height: 30px; text-transform: uppercase; color: #ffffff; padding: 0px 15px; border-radius: 5px; font-size: 14px; font-weight: 600;}
.tag-outstock{ background: #707070; }
.tag-new{ background: #F5CA48; }
.tag-save{ background: #FB886B; }
.product-basket{ top: 0; transform: none; right: 0; }
.product-price{ padding-top: 10px; padding-bottom: 25px; min-height: 60px; }
.product-details-header .product-price{ padding:0px; min-height: inherit; }
.price{ color: #1A1A1A; font-size:25px; font-weight: 700; }
.price.outstock{ color: #7D7D7D; }
.product-price .span{ display: inline-block; font-size: 16px; color: #A2A2A2; text-decoration: line-through;}
.view-details a,.news-footer span{ display: block; height: 0px; line-height: 65px; border-top: 1px solid #dedede; text-align: center; font-size: 16px; color: #1A1A1A; font-weight: 600; letter-spacing: 1.2px;transition: all 0.2s linear; opacity: 0;}
.product-box:hover .view-details a,.news-box:hover .news-footer span{ height: 65px; opacity: 1; }
.view-details a:hover{ color: #4c9b2f; }
.product-basket a:hover,.product-box:hover .product-basket a{ background: #0057c9;}
.slider-4col .slick-prev{ left: -60px;}
.slider-4col .slick-next{ right: -60px; }
.slider-4col{ margin: 0px -15px; }
.bottom-right{ color: #ffffff; font-size: 20px; max-width: 820px;}
.what-we-do-box{ text-align: center; padding: 15px 0px 30px; }
.what-we-do-img{ height: 75px; line-height: 75px; margin-bottom: 20px;}
.what-we-do-img img{ vertical-align: middle; max-height: 75px; }
.what-we-do-box h3{ color: #4c9b2f; }
.title1{ position: relative; line-height: 28px; margin-bottom: 20px; text-align: center;}
.title1::before{ position: absolute; left: 0px; top: 50%; transform: translateY(-50%); content: ""; width: 100%; height: 2px; background:#a2b63d; z-index: 0;}
.title1 h4{ font-size: 28px; color: #241E20; font-weight: 400; text-transform: uppercase; display: inline-block; padding: 0px 15px; background: #ffffff; position: relative; z-index: 1;font-family: 'Poppins', sans-serif;}
.side-nav{ list-style: none; margin: 0px; padding: 0px; }
.side-nav li{ display: block; padding-bottom: 15px; }
.side-nav li a{ display: block; text-align: center; font-size: 16px; color: #241E20; background: #F3F3F3; padding: 12px 15px; border-radius: 15px;}
.side-nav li:hover a,.side-nav li.selected a, .side-nav li.active a{ background: #a2b63d; }
.side-nav li.selected a, .side-nav li.active a{ font-weight: 600; }
.product-list{ padding: 15px 0px; }
.product-list .product-box{ margin: 15px 0px; }
.product-details-header h1{ font-size: 40px; }
.product-details-header .price{ font-family: 'Archivo Black', sans-serif; color: #000000;}
.product-details-header .price ins,.product-details-header .price bdi{ text-decoration:none; font-size: 45px; display:inline-block;margin-right: 10px; vertical-align:middle}
.product-details-header .price del{font-size: 40px; color:#F00; display:inline-block;vertical-align:middle}
.product-details-header { border-bottom: 1px solid #dddddd; padding-bottom: 15px;}
.product-intro{ padding: 30px 0px 40px; font-size:20px; }
.product-footer,.product-share{ font-weight: 700; color: #1A1A1A; letter-spacing: .96px;}
.product-share{ padding-top: 30px; }
.product-share a{ margin-right: 15px; font-size: 27px; }
.icon-fb{ color: #3B5998; }
.icon-pinterest{ color: #E60023; }
.icon-twitter{ color: #1DA1F2; }
.news-list{ padding: 30px 0px; }
.news-list .news-box{ margin: 15px 0px;}
.news-right .news-box{ margin-bottom: 30px;}
.news-right .col-md-6:last-child .news-box{ margin-bottom: 0px;}
.news-box a{ display: block; position: relative; background: #ffffff; box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.2); border-radius: 15px; overflow: hidden;}
.news-box .img-holder{ padding-bottom: 67.07%;}
.news-footer{ padding: 0px 25px; }
.news-footer span{ font-size: 15px; text-align: left;}
.news-info-holder{ padding: 25px; }
.news-date-holder .news-date{ display: inline-block; line-height: 30px; text-transform: uppercase; color: #ffffff; padding: 0px 15px; border-radius: 5px; font-size: 14px; font-weight: 600;background: #707070; }
.news-box:hover .news-date{ background: #0047a5; }
.news-info-title{ padding: 20px 0px; }
.news-info-title h4{ font-size: 25px; color: #1A1A1A; }
.news-details-img{ padding-bottom: 40px; }
.news-details .news-date{ font-size: 24px; color: #7D7D7D; }
.news-details-footer{ margin-top: 80px; padding-top: 30px; border-top: 1px solid #eeeeee; }
.news-details-footer a{ text-transform: uppercase; font-weight: 500; color: #707070; font-size: 16px;}
.news-details-footer a:hover{ color: #1A1A1A; }
.news-details .pageTitle::before{ width: 100%; background: #eeeeee; }
.career-box{ padding: 50px 0px; text-align: center; }
.career-icon{ height: 58px; line-height: 58px; margin-bottom: 50px;}
.career-icon img{ vertical-align: middle; max-height: 58px; }
.career-box h5{font-family: 'Poppins', sans-serif; font-size: 25px; color: #403F3F; font-weight: 500;}
.career-form{box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.2); border-radius: 15px; padding: 30px 40px;}
.career1{ width: 13.54%; top: 20%; left: -5%; }
.career2{ width: 3.64%; top: 14%; right: 17%; z-index: 2; }
.career3{ width: 9.63%; top: 20%; right: -1%; }
.career4{ width: 8.67%; bottom: 25%; right: -1%; }
.contact2{ bottom: auto; top: -3%; }
.contact-left,.contact-left a{ color: #7D7D7D; }
.contact-left .contact-list strong{ font-weight: 600; color: #1A1A1A; }
.contact-left .contact-list i,.contact-left a:hover{ color: #0047a5; }
.contact-left.contact-list li{ padding-left: 25px; }
.th1{ max-width: 122px; left: -1.5%; }
.th2{ max-width: 98px; top: 15px;}
.th3{right: 3.5%; top: 10%; max-width: 157px;}
.th4{left:5%; bottom: 8%; width: 7.18%; max-width: 137px;}
.th5{ left:auto; right: 15%; bottom: 10%; max-width: 66px;}
.th6{ width: 9.63%; max-width: 184px; right: -1%; bottom: 7%;}
.thankyou-holder{ text-align: center; max-width: 565px;}
.thankyou-holder h1{ font-size: 55px; color: #1A1A1A; }
.faq-holder{ max-width: 1160px; margin: 0px auto; }
.faq1{ width: 7.13%; top: 10%;left: 4%; }
.faq2{ width: 15.62%; top: 38%;right: 0%; }
.faq3{ width: 7.86%; bottom: 10%;left: 3%; }
.woocommerce-privacy-policy-text{ margin-bottom:30px;}
/*----*/
.slick-arrow,.custom-arrows a{  opacity:1; color: #A2A2A2; font-size: 40px;}
.slick-arrow:hover,.custom-arrows a:hover{color: #4c9b2f;}
.is_stuck{ z-index: 6;}
body.body-noscroll { height: 100%; overflow: hidden; }
.lead { color: #414141; font-weight: 500; font-size: 15px; }
.img-left { float: left; margin: 7px 40px 30px 0px; }
.img-right { float: right; margin: 7px 0px 40px 30px; }
.img-full-right{ position: relative; margin-right:-130px; }
.img-full-left{ position: relative; margin-left:-130px; }
.video-container a { display: block; position: relative; }
.video-container a::before { position: absolute; left: 50%; top: 50%; z-index: 2; font-family: "Font Awesome 5 Free"; font-weight: 900;content: "\f04b"; content: ""; transition: all 0.2s linear; opacity: 1; transform: translate(-50%, -50%); color: #ffffff; font-size: 40px; width: 80px; height: 80px; /*background: url(../images/play-btn.png) no-repeat;*/ background-size: 100% 100%;}
/*.video-container a::after { position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: rgba(0,0,0,.5); z-index: 1; }*/
.bg-overlay{ position: relative; }
.bg-overlay::before{ position: absolute; content: ""; width: 100%; height: 100%; display: block; left: 0px; top: 0px; background: rgba(36,36,36,.95); }
 .overlay-light::before{background: rgba(136,154,172,.95);}
.text-link { color: #262626!important; }
a.text-link:hover { color: #820024 !important; }
.btn-link, .btn-link1{ display: inline-block; text-decoration: none !important; color: #0066CC !important;  position: relative; font-weight: 700; padding: 0px; background: none; border: none; transition: all 0.2s linear; font-size: 14px; text-transform: uppercase;}
.btn-link::after,.btn-link1::after { /*position:*/ absolute; right: 0px; top:0px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061"; transition: all 0.2s linear; margin-left: 10px;}
a.btn-link:hover, button.btn-link:hover { color: #3A3A3A !important; text-decoration: none !important; }
.btn-link1{color: #B7B7B7 !important;}
.btn-link1.alt{color: #889AAC !important;}
.btn-link1::after{content: "\f105";}
a.btn-link1:hover, button.btn-link1:hover,a.btn-link1.alt:hover,button.btn-link1.alt:hover { color: #FE8104 !important; text-decoration: none !important; }
.color-red { color: #A02420 !important; }
a.color-red:hover { color: #000000 !important; }
.color-dark { color: #000000 !important; }
a.color-dark:hover { color: #000000 !important; }
.color-white { color: #ffffff !important; }
a.color-white:hover { color: #ffffff !important; }
.color-light { color: #545454 !important; }
a.color-light:hover { color: #000000 !important; }
p a{ color: #0057c9; text-decoration: underline !important; }
p a:hover{color: #000000;text-decoration: underline !important;}
[data-animation-in]{opacity:0;}
/*
font-family: 'Archivo Black', sans-serif;
font-family: 'Poppins', sans-serif;
Poppins:100;200;300;400;500;600;700;800;900
transition: all 0.2s linear;
*/
@-ms-viewport {
 width:auto !important;
}
 @media print {
a[href]:after { content: none !important; }
}
