@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
font-family: 'Poppins', sans-serif;
Poppins:100;200;300;400;500;600;700;800;900
*/

* { font-family: 'Poppins', sans-serif; }
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1170px; }
}
.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: 16px; line-height: 1.6; color: #545454; font-weight: 400; background: #ffffff; overflow-x: hidden; }
a { color: #545454; text-decoration: none !important; outline: none; transition: all 0.2s linear; /*display: inline-block; */ }
a:hover, a:focus { color: #545454; 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: #0066CC; -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: 'Poppins', sans-serif; font-size: 40px; color: #3A3A3A; line-height: 1.2; font-weight: 700; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 15px; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 400; }
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: 900; }
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong { font-weight: 900; }
h2, .h2 { font-size: 35px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 25px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 16px; }
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 .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: 1366px; 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: 20px; }
/*---*/
.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: #0266CC 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; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 475px; }
/* BreadCrumbs */
.breadcrumbs { font-size: 12px; font-weight: 400; z-index: 1; padding: 0px 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: #ffffff; position: relative; padding-right: 12px; display: block; }
.breadcrumbs li a::after { position: absolute; right: 1px; top: 1px; content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.breadcrumbs li a:hover { color: #ffffff; }
.breadcrumbs strong { font-weight: 400; color: #ffffff; }
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; }
.page-item { padding: 0px 3px; }
.page-link { border-radius: 30px !important; border: 2px solid #0066CC; width: 50px; height: 50px; padding: 0px; line-height: 48px; text-align: center; color: #0066CC; font-size: 14px; background: none; display: block; font-weight: 700; }
.page-item .page-link.prev, .page-item .page-link.next { border: none; width: 25px; background: none !important; }
.page-item.active .page-link, .page-item:hover .page-link { color: #ffffff; background: #0066CC; border-color: #0066CC; }
.page-link i { position: relative; top: 4px; }
.page-item span { display: inline-block; vertical-align: baseline; line-height: 5px; }
.page-link:focus { box-shadow: none; }
.page-item .page-link.prev:hover, .page-item .page-link.next:hover { color: #0066CC; }
/*----*/
.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: 50px; border: 2px solid #ededed; color: #3A3A3A; box-shadow: none !important; border-radius: 10px; padding: 0px; background: #ffffff; padding-left: 20px; font-weight: 400; font-size: 18px; text-transform: none; outline: none !important; }
.form-control.alt { height: 50px; font-size: 15px; }
.form-control:focus, .bootstrap-select .btn:focus { border-color: #ededed; background: #ffffff; color: #3A3A3A; }
*: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: 145px; resize: none; padding-top: 15px; }
textarea.md { height: 150px; }
textarea.sm { height: 70px; }
.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: "\f078"; border-radius: 0px !important; font-size: 15px; color: #3A3A3A; font-weight: 900; text-align: center; }
.bootstrap-select .btn::after { display: none; }
.filter-option-inner-inner { color: #3A3A3A !important; opacity: 1 !important; line-height: 100%; position: relative; display: table-cell; vertical-align: middle; height: 46px; 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: #3A3A3A !important;
opacity:1!important;
}
 input.form-control::-webkit-input-placeholder {
 color: #3A3A3A !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: #3B3B3B; margin-bottom: 10px; display: block; }
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 .btn { height: auto; background: none; padding-left: 0px !important; border: none; padding-right: 25px !important; }
.bootstrap-select.plain-select .filter-option-inner-inner { padding-top: 0px; }
.bootstrap-select.plain-select .btn::before { height: 100%; width: 12px; }
.bootstrap-select.plain-select .dropdown-menu li a { padding: 5px; font-size: 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: 20px; 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: 13px 50px 13px 25px; color: #0A2332; display: block; position: relative; cursor: pointer; border-radius: 0px; font-weight: 600; background: none; font-size: 22px; text-transform: uppercase; border: 1px solid #0A2332; }
.card-header a.collapsed { background: none; color: #000000; border-color: #000000; }
.card-header a:hover { color: #0A2332; }
.card-header a::before { position: absolute; top: 50%; right: 18px; transform: translate(0, -50%); font-family: "Font Awesome 5 Free"; content: "\f063"; font-weight: 900; }
.card-header a.collapsed::before { content: "\f061"; }
.card-body { padding: 30px 0px; border: 0px; }
/*---*/
.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; }
/*----*/
.inner-container-xxlg { padding: 120px 0px; position: relative; width: 100%; }
.inner-container-xlg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 70px 0px; position: relative; width: 100%; }
.inner-container { padding: 75px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 50px 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; /*left: 50%; transform: translateX(-50%);max-width: 1920px;*/ width: 100%; top: 0px; transition: all 0.2s linear; position: fixed; border-bottom: 1px solid rgba(58,58,58,.18); }
.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: 175px; transition: all 0.2s linear; padding: 20px 0px; }
.logo a img { width: 100%; }
.header.sticky { background: #ffffff; }
.header.sticky .logo a { padding: 5px 0px; width: 150px; }
/*----*/
.main-container { min-height: 400px; /*max-width: 1920px;*/ margin: 0px auto; }
.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, .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 { }
.inner-banner-img::after { }
.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%; width: 50px; text-align: center; transition: all 0.2s linear; margin-left: -25px; }
.bann-scroll::before { position: absolute; left: 50%; bottom: -70px; width: 4px; height: 60px; margin-left: -2px; content: ""; background: #dddddd; }
.bann-scroll a { display: block; width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.5); padding-top: 10px; }
.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: fadeInLeft 3s; -moz-animation: fadeInLeft 3s; -o-animation: fadeInLeft 3s; animation: fadeInLeft 3s; }*/

.inner-banner { position: relative; overflow: hidden; }
.inner-banner-img, .home-banner-slide-img { position: relative; display: block; overflow: hidden; position: relative; z-index: 2; background-repeat: no-repeat; background-size: cover; background-position: center center; }
/*.inner-banner-img img, .home-banner-slide-img img { width: 100%; }*/
.inner-banner-img { height: 380px; }
.home-banner-slide-img { height: 768px; }
.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; }
.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 25px; 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: 40px 0px; text-align: center; font-weight: 400; font-size: 14px; line-height: 21px; color: #3A3A3A; text-transform: uppercase; }
.main-nav>ul>li>a::before { content: ""; position: absolute; width: 0px; height: 4px; left: 50%; bottom: 0px; background: #0266CC; transition: all 0.2s linear; }
.header.sticky .main-nav>ul>li>a { padding: 21px 0px; }
.main-nav>ul>li:hover>a, .main-nav>ul>li.selected>a { color: #0266CC !important; }
.main-nav>ul>li:hover>a::before, .main-nav>ul>li.selected>a::before { width: 100%; left: 0px; }
.main-nav>ul>li.selected>a { font-weight: 600; }
.main-nav>ul ul, .main-nav>ul ul ul { position: absolute; left: 25px; top: 100%; opacity: 0; width: 100%; min-width: 310px; 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: #1D1D1D; /*border-top:4px solid #16C498;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/ }
.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: 1px; 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: 13px 20px; color: #ffffff; /*background:rgba(0,0,0,.8);*/ font-size: 13px; letter-spacing: 0px; font-weight: 400; text-transform: uppercase; }
.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: #333333; }
.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'; }
/*----*/
.footer-wrapper { display: block; position: relative; width: 100%; font-size: 12px; color: #9F9F9F; background: #202020; }
.footer-nav { list-style: none; margin: 0px; padding: 0px; }
.footer-nav li { display: block; padding-bottom: 15px; }
.footer-nav.two-col li { float: left; width: 50%; }
.footer-nav li a { display: block; position: relative; padding-left: 20px; }
.footer-nav li a::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f105'; position: absolute; left: 0px; top: -2px; color: #98CCFF; font-size: 14px; }
.footer-nav li a, .social-icons li a { display: block; position: relative; color: #9F9F9F; }
.footer-nav li.selected a, .footer-nav li a:hover, .social-icons li a:hover { color: #ffffff; }
.footer-wrapper h6 { color: #ffffff; font-weight: 600; text-transform: uppercase; padding-bottom: 20px; }
.social-icons { list-style: none; margin: 0px; padding: 0px; }
.social-icons li { padding-bottom: 15px; }
.social-icons li i { width: 18px; }
.copyright { text-align: center; color: #ffffff; }
.copyright a { color: #ffffff; }
.copyright a:hover { color: #98CCFF; }
.contact-list { list-style: none; margin: 5px 0px 0px; padding: 0px; }
.contact-list li { position: relative; padding-left: 30px; padding-bottom: 15px; }
.contact-list li a { color: #99CCFF; }
.contact-list li i { position: absolute; left: 0px; top: 3px; color: #99CCFF; }
.footer { background: #161616; padding: 20px 0px; }
.bottom { padding: 70px 0px 35px; }
.bottom .footer-nav { padding-top: 40px; }
.footer-logo { width: 156px; }
.foo1 { width: 200px; }
.foo2 { width: 300px; }
/*----*/
.button { cursor: pointer; display: inline-block; vertical-align: middle; text-align: left; position: relative; outline: none !important; text-decoration: none !important; font-size: 14px; font-weight: 700; padding: 13px 40px 13px 40px; color: #ffffff; border-radius: 40px; border: 1px solid #0066CC; vertical-align: top; background: #0066CC; transition: all 0.2s linear; text-align: center; text-transform: uppercase; }
.button img { vertical-align: unset; }
.btn-light { border-color: #889AAC !important; background: #889AAC !important; }
.btn-orange { border-color: #FE8104 !important; background: #FE8104 !important; }
.button:hover, .button:focus, .button.selected { color: #ffffff !important; border-color: #889AAC !important; background: #889AAC !important; }
.button.btn-light:hover, .button:focus.btn-light, .button.btn-light.selected { color: #ffffff !important; border-color: #0066CC !important; background: #0066CC !important; }
.mwidth { width: 230px; }
.btn-sm { font-size: 14px; padding: 12px 45px; }
.btn-lg { font-size: 14px; padding: 20px 45px; }
.btn-block { width: 100%; padding: 14px 0px; 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.alt { padding: 0px; }
.pageTitle::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 62px; height: 1px; background: #879AAC; }
.pageTitle.color-white::before { background: #ffffff; }
.pageTitle.alt::before { display: none; }
.pageTitle.text-center::before { left: 50%; transform: translateX(-50%); }
.pageTitle h1 { font-size: 60px; }
.pageTitle h2 { font-size: 40px; }
.pageTitle span { color: #879AAC; }
.pageTitle.sm { padding: 0px 0px 20px; }
.pageTitle h2.sm, .pageTitle.sm h1.sm { font-size: 30px; }
.pageTitle:last-child { margin-bottom: 0px; }
.home-banner .bn-content > div { width: 650px; font-size: 14px; }
.bn-content h2, .bn-content h1, .banner-slide h2 { font-size: 48px; color: #ffffff; font-weight: 400; letter-spacing: -.96px; }
.bn-content h2 strong, .bn-content h1 strong, .banner-slide h2 strong { font-weight: 700; }
.bn-content h1 { font-size: 40px; font-weight: 700; padding-bottom: 5px; }
.inner-banner .bn-content > div { text-align: center; }
.inner-banner-img::after { background: rgba(0,0,0,.4); z-index: 0; height: calc(100% - 102px); top: auto; bottom: 0px; }
.inner-banner-img::before { background: url(../images/banner-overlay.png) top left no-repeat; z-index: 1; background-size: 100% 100%; height: 66.31%; }
.top-right { position: absolute; top: 0px; right: 0px; z-index: 2; }
.top-right a { display: block; text-align: center; color: #ffffff; background: #6A7988; padding: 30px 50px; line-height: 21px; }
.top-right a:hover { background: #1D1D1D; }
.header.sticky .top-right a { padding-top: 11px; padding-bottom: 11px; }
.btn-quick-enquiry { display: block; height: 177px; width: 55px; position: fixed; top: 50%; transform: translateY(-10%); right: 0px; overflow: hidden; text-indent: 100%; white-space: nowrap; border-radius: 0%; background: url(../images/btn-quick-enquiry.jpg) no-repeat left top; z-index: 8; transition: all 0.2s linear; }
.btn-quick-enquiry:hover { background: url(../images/btn-quick-enquiry-ov.jpg) no-repeat left top; }
.intro-img { position: relative; /*margin-right: -470px;*/ }
.home-pod-left { width: 245px; padding-top: 6px; }
.home-box { padding: 10px 0px; }
.home-box a { display: block; position: relative; }
.home-box h5 { color: #ffffff; font-weight: 600; }
.home-box-info { transition: all 0.2s linear; position: absolute; left: 0px; bottom: 0px; width: 100%; text-align: center; padding: 20px; z-index: 3; transition: all 0.2s linear; }
.home-box-ov { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; opacity: 0; visibility: hidden; transition: all 0.2s linear; text-align: center; background: rgba(2,102,204,.9); }
.home-box:hover .home-box-ov { opacity: 1; visibility: visible; }
.home-box-ov .btn-link { color: #ffffff !important; }
.home-box .img-holder::before { position: absolute; width: 100%; height: 100%; left: 0px; bottom: 0px; content: ""; background: url(../images/gradient.png) bottom left repeat-x; z-index: 2; transition: all 0.2s linear; }
.home-box:hover .home-box .img-holder::before, .home-box:hover .home-box-info { opacity: 0; visibility: hidden; }
.home-box .img-holder { padding-bottom: 235px; }
.home-box.hbx1 .img-holder { padding-bottom: 490px; }
.partner-box .img-holder { padding-bottom: 160px; }
.partner-box { padding: 10px 10px; }
.partner-box a { display: block; }
.testimonial-slider .slick-arrow:hover { color: #ffffff; }
.testimonial-slide { text-align: center; color: #ffffff; font-weight: 300; }
.testimonial-footer strong { display: block; }
.about-nav li { width: 20%; }
.ecosystem-nav li { width: 25%; }
.activities-nav li { width: 14.28%; }
.activities-nav li a{ font-size:12px !important;}
.container-content { line-height: 1.9; }
.timeline-slide-content { width: 780px; margin: 0px auto; background: #ffffff; border-radius: 10px; padding: 15px 60px; text-align: center; }
.timeline-box { padding: 15px 0px; }
.timeline-box h5 { margin-bottom: 10px; }
.timeline-nav { margin-bottom: 40px; margin-top: 40px; }
.timeline-nav-slide { text-align: center; color: #ffffff; cursor: pointer; position: relative; }
.timeline-nav-slide::before { width: 100%; height: 2px; background: #CECECE; content: ""; position: absolute; left: 0px; bottom: 14px; z-index: 0; }
.nav-circle { width: 30px; height: 30px; margin: 0px auto; border: 1px solid #CECECE; border-radius: 20px; background: #ffffff; padding: 4px; transition: all 0.2s linear; position: relative; z-index: 1; }
.nav-circle span { position: relative; width: 100%; height: 100%; display: block; border-radius: 50%; background: #CECECE; transition: all 0.2s linear; }
.timeline-nav-slide.slick-current .nav-circle { border-color: #EF7C00; }
.timeline-nav-slide.slick-current .nav-circle span { background: #EF7C00; }
.about-img-holder { position: relative; border-radius: 10px; overflow: hidden; }
.about-img-info { position: absolute; left: 0px; bottom: 0px; padding: 30px; z-index: 2; }
.about-img-info h5 { color: #ffffff; font-size: 18px; }
.about-img-holder::before { position: absolute; width: 100%; height: 100%; left: 0px; bottom: 0px; content: ""; background: url(../images/about-overlay.png) bottom left; z-index: 1; background-size: 100% 100%; }
.about-list { list-style: none; margin: 0px; padding: 0px; }
.about-list li { display: block; position: relative; padding-left: 150px; background: #F8F8F8; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.about-list li:last-child { margin-bottom: 0px; }
.about-list-icon { position: absolute; width: 120px; height: 83px; text-align: center; background: #0066CC; line-height: 83px; left: 0px; top: 0px; }
.about-list-icon img { vertical-align: middle; }
.about-list-info { display: table-cell; height: 83px; vertical-align: middle; }
.about-list-info h5 { font-size: 18px; }
.wedo-box-holder { text-align: center; padding: 8px 0px; }
.wedo-box { padding-top: 15px; }
.wedo-box-icon { display: block; margin: 0px auto; border-radius: 50%; width: 90px; height: 90px; line-height: 90px; background: #0066cc; background: -moz-linear-gradient(top, #0066cc 0%, #003366 100%); background: -webkit-linear-gradient(top, #0066cc 0%, #003366 100%); background: linear-gradient(to bottom, #0066cc 0%, #003366 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003366', GradientType=0 );
position: relative; z-index: 1; }
.wedo-box-icon img { vertical-align: middle; }
.wedo-box-info { position: relative; background: #ffffff; border-radius: 20px; padding: 90px 40px 30px; margin-top: -63px; z-index: 0; font-size: 15px; transition: all 0.2s linear; }
.wedo-box-info p { margin-bottom: 15px; }
.wedo-box-info h4 { font-size: 24px; }
.wedo-box-holder:hover .wedo-box-info { box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.11); }
.wedo-box-holder:hover .btn-link1 { color: #FE8104 !important; }
.bod-box { padding: 8px 0px; }
.bod-box a { display: block; padding: 30px; border: 1px solid #eeeeee; background: #ffffff; }
.bod-box .img-holder { padding-bottom: 65%; }
.bod-title { padding-top: 15px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #e2e2e2; }
.bod-title h5 { font-weight: 400; font-size: 18px; }
.bod-title h5 strong { font-weight: 700; }
.bod-info { font-size: 15px; line-height: 1.6; padding-bottom: 20px; }
.bod-img { width: 200px; }
.bod-details h5 { font-weight: 400; }
.bod-details h5 strong { font-weight: 700; }
.partner-list ul { list-style: none; margin: 0px; padding: 0px; }
.partner-list ul li { float: left; width: 25%; padding: 10px 8px; }
.partner-list ul li a{ display:block;}
.partner-list ul li .partner-box { border: 1px solid #EEEEEE; box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16); }
.partner-box a { display: block; padding: 10px; }
.partner-box:hover a { box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.11); }
.jointly-organised-slider .partner-box { padding: 10px; }
#Partners .inner-container { border-bottom: 1px solid #c6c6c6; }
.events-list ul { list-style: none; margin: 0px; padding: 0px; }
.events-list ul li { padding: 10px 0px; }
.event-box a { display: block; position: relative; padding: 25px 25px 25px 65px; box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.11); border-radius: 10px; background: #ffffff; }
.event-box a::before { content: ""; position: absolute; left: 0px; top: 0px; height: 100%; width: 32px; background: #0066CC; border-top-left-radius: 10px; border-bottom-left-radius: 10px; transition: all 0.2s linear; }
.events-list ul li:hover .event-box a::before { background: #FE8104; }
.event-title { position: relative; padding-left: 65px; padding-bottom: 30px; }
.event-title h5 { font-weight: 400; padding-top: 14px; }
.event-date { position: absolute; width: 40px; text-align: center; color: #0066CC; text-transform: uppercase; left: 0px; top: 0px; transition: all 0.2s linear; line-height: 1; }
.event-date strong { font-weight: 500; display: block; font-size: 36px; letter-spacing: -2.16px; }
.events-list ul li:hover .event-date { color: #FE8104; }
.event-meta { padding-bottom: 15px; }
.event-meta span { display: inline-block; margin: 3px 15px 3px 0px; font-size: 14px; color: #989898; background: #F6F6F6; padding: 3px 15px; border-radius: 20px; }
.testimonial-avtar { width: 74px; margin: 0px auto 25px; }
.testimonial-holder { padding: 30px 115px; }
.testimonial-holder .testimonial-slide { position: relative; }
.testimonial-holder .testimonial-slide::before, .testimonial-holder .testimonial-slide::after { content: ""; width: 60px; height: 53px; position: absolute; background-repeat: no-repeat; background-size: 100% 100%; }
.testimonial-holder .testimonial-slide::before { background-image: url(../images/quote-open.png); top: 0px; left: 0px; }
.testimonial-holder .testimonial-slide::after { background-image: url(../images/quote-close.png); bottom: 0px; right: 0px; }
.testimonial-holder .testimonial-slider .slick-arrow { color: #ffffff; }
.testimonial-holder .testimonial-slider .slick-prev { left: -60px; }
.testimonial-holder .testimonial-slider .slick-next { right: -60px; }
.activities-header a { margin: 5px; }
.slider-img a { display: block; padding: 0px 10px; }
.slider-img .img-holder { padding-bottom: 63.11%; }
.title1 { background: #0066CC; padding: 20px 40px; }
.title1 h5 { font-size: 18px; color: #ffffff; font-weight: 500; }
.game-changing-list ul { list-style: none; margin: 0px; padding: 0px; }
.game-changing-list ul li { padding: 15px 0px; }
.game-changing-list-box { position: relative; padding: 40px 40px 40px 170px; box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.06); border-radius: 10px; }
.game-changing-list-box::before { position: absolute; content: ""; height: 100%; left: 0px; top: 0px; background: #889AAC; width: 140px; border-bottom-left-radius: 10px; border-top-left-radius: 10px; }
.game-changing-list-box-icon { width: 140px; text-align: center; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
.game-changing-list-box-info { font-weight: 600; }
.game-changing-list-box-info a{color:#0266CC;text-decoration: underline !important;}
.game-changing-list-box-info a:hover{color:#000000;}
.td-width { width: 260px; }
.side-nav ul li { list-style: none; margin: 0px; padding: 0px; }
.side-nav ul li a { display: block; text-align: center; font-size: 14px; padding: 16px 10px; border: 1px solid #F5F5F5; background: #FBFBFB; color: #3A3A3A; }
.side-nav ul li a:hover, .side-nav ul li.selected a { border: 1px solid #3A3A3A; background: #3A3A3A; color: #ffffff; }
.event-details p { margin-bottom: 15px; }
.contact-list.contact-page { margin: 0px; }
.contact-list.contact-page li { padding-left: 30px; padding-bottom: 40px; }
.contact-list.contact-page li a, .contact-list.contact-page li { color: #3A3A3A; }
.contact-list.contact-page li i { top: 2px; color: #444444; font-size: 20px; }
.contact-list.contact-page li p { margin-bottom: 15px; }
.contact-list.contact-page li:last-child { padding-bottom: 20px; }
.contact-list.contact-page li a:hover { color: #0066CC; }
.dropdown-menu.show { border-radius: 10px; }
.main-container.alt { margin-top: 102px; }
.thankyou-content { padding: 150px 0px; color: #ffffff; }
.thankyou-content h1 { font-size: 60px; color: #ffffff; letter-spacing: -1.2px; }
.home-banner-content { padding-top: 102px; }
.banner-slide { padding: 5px 0px; }
/*----*/
.slick-arrow, .custom-arrows a { opacity: 1; color: #B2B2B2; font-size: 26px; }
.slick-arrow:hover, .custom-arrows a:hover { color: #0266CC; }
.is_stuck { z-index: 6; }
body.body-noscroll { height: 100%; overflow: hidden; }
.lead { font-size: 20px; }
.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-grediant::before { background: #0066cc; background: -moz-linear-gradient(top, #0066cc 0%, #003366 100%); background: -webkit-linear-gradient(top, #0066cc 0%, #003366 100%); background: linear-gradient(to bottom, #0066cc 0%, #003366 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003366', GradientType=0 );
opacity: .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: #FD5830 !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; }
.color-blue { color: #0066CC !important; }
a.color-blue:hover { color: #000000 !important; }
.color-light-blue { color: #99CCFF !important; }
a.color-light-blue:hover { color: #000000 !important; }
p a { color: #0066CC; text-decoration: underline !important; }
p a:hover { color: #FE8104; text-decoration: underline !important; }
[data-animation-in] {
opacity:0;
}
/*
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; }
}
