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

* {font-family: 'Nunito Sans', 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: 'Nunito Sans', sans-serif; font-style: normal; font-variant: normal; font-size: 13px; line-height: 1.4; color: #ffffff; font-weight: 300; background: #000000; overflow-x: hidden; letter-spacing: .5px; }
a { color: #444648; text-decoration: none !important; outline: none; transition: all 0.2s linear; /*display: inline-block; */ }
a:hover, a:focus { color: #444648; 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: 20px; }
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: #000000; }
.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(255,255,255,.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: #00418E; -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: 'Nunito Sans', sans-serif; font-size: 40px; color: #00418E; line-height: 1.2; font-weight: 400; margin: 0px 0px 0px; text-transform: none; padding: 0px 0px 30px; letter-spacing:1.5px; }
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Noto Sans SC', sans-serif; }
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: 36px; }
h3, .h3 { font-size: 32px; }
h4, .h4 { font-size: 28px; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 20px; }
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;}
.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: 86%; margin: 0px auto; position: relative; }
.cont-1170 { width: 100%; max-width: 1170px; }
.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; }
.cont-350 { width: 100%; max-width: 350px; }
.cont-300 { width: 100%; max-width: 300px; }
.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-c { background-repeat: no-repeat !important; background-position: center center !important; background-size: 100% auto; }
.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: repeat-x !important;}
.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; }
.text-small { font-size: 16px; }
/*--------------*/
.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: #000000 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; }
.grid-box a { display: block; position: relative; overflow: hidden; }
.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: 0px 40px 30px; bottom: 0px; top: auto; text-align: center; z-index: 1; }
.grid-content { padding: 30px; text-align: center; }
.grid-ov { opacity: 0; visibility: hidden; z-index: 9; /*background: rgba(21,21,21,.8);*/ padding: 20px 30px; 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: #810100; opacity: 0; }
.grid-box .img-holder::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 50%; content: ""; z-index: 1; transition: all 0.2s linear; background: url(../images/overlay.png); background-size: 100% 100%; opacity: 1; }
.grid-box .img-holder { /*border: 1px solid #efefef;*/ }
.grid-box:hover .img-holder::before { opacity: .6; }
.grid-box:hover .img-holder::after { opacity: 0; }
.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; font-size: 18px; }
ul.listing-inline li { display: inline-block; margin-right: 20px; }
.ul-listing li::before { content: "\f111"; left: 0px; top: 10px; position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 7px; color: #810100; }
.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, ol { counter-reset: item; list-style: none; margin: 0px 0px 10px; padding: 0px; }
.ol-listing>li, ol li { display: block; position: relative; padding-left: 20px; padding-bottom: 10px; }
.ol-listing>li:before, ol 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; }
.map-holder iframe { display: block; width: 100%; border: 0px; height: 320px; }
/* BreadCrumbs */
.breadcrumbs { z-index: 1; padding: 20px 0px; line-height: 20px; position: relative; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; }
.breadcrumbs ul { margin: 0px; padding: 0px; list-style: none; }
.breadcrumbs li { display: inline-block; padding: 0px 0px; }
.breadcrumbs li a { color: #989898; position: relative; padding-right: 20px; display: block; }
.breadcrumbs li a::after { position: absolute; right: 5px; top: 0px; content: "/"; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.breadcrumbs li a:hover { color: #A10100 }
.breadcrumbs strong { font-weight: 700; color: #A10100; }
/*--PAGINATION--*/
.pagination { flex-wrap: wrap; }
.page-item { padding: 0px 3px; }
.page-item:last-child { padding-right: 0px; }
.page-link { border: 0px; padding: 0px 0px; line-height: 40px; text-align: center; color: #ffffff; font-size: 16px; background: #989898; display: block; font-weight: 600; position: relative; width: 40px; height: 40px; border-radius: 50% !important; }
.page-item .page-link.prev, .page-item .page-link.next { }
.page-item:hover .page-link { color: #ffffff; background: #000000; }
.page-item.active .page-link { color: #ffffff; background: #810100; }
.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 {}
.info-holder-left { margin-right: -160px; }
.info-holder-right { margin-left: 160px; }


/*---*/
/*
<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: block; margin: 0px; position: relative; text-align: left; padding-bottom: 5px; }
.radio-inline .radio, checkbox-inline .checkbox { display: inline-block; margin-right: 30px; }
.checkbox label, .radio label { display: inline-block; position: relative; padding-left: 35px; margin: 0px !important; font-weight: 300; cursor: pointer; font-size: 18px; color: #444648; }
.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: 5px; border: 1px solid #d9d9d9; border-radius: 0px; background: none; border-top-left-radius: 5px; border-bottom-right-radius: 5px; }
.checkbox label::after, .radio label::after { font-family: "Font Awesome 5 Free"; content: ""; display: inline-block; position: absolute; width: 12px; height: 12px; top: 8px; left: 3px; transition: all 0.2s linear; opacity: 0; line-height: 15px; font-weight: 900; text-align: center; font-size: 9px; color: #c8e1f0; background: #A10100; border-top-left-radius: 2px; border-bottom-right-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: 1; color: #c8e1f0; }
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after { opacity: 1; color: #c8e1f0; }
.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: #FFC600; left: 4px; top: 4px; width: 7px; height: 7px; }
label a { color: #3D5561 !important; text-decoration: underline !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: 30px; border: 0px; border-bottom: 1px solid #ffffff; color: #ffffff; box-shadow: none !important; border-radius: 0px; padding: 0px; background:none; padding: 0px; font-weight: 400; font-size: 12px; text-transform: uppercase; outline: none !important; letter-spacing: 5px; }
.form-control.alt { }
.form-control:focus, .bootstrap-select .btn:focus { border-color: #ffffff; background: none; color: #ffffff; }
*: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: "\f0d7"; 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, input.form-control::-webkit-input-placeholder {
color: #ffffff !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 .btn { height: auto; background: none; padding-left: 0px !important; border: none; padding-right: 20px !important; font-size: 18px; font-weight: 400; line-height: 20px !important }
.bootstrap-select.plain-select .filter-option-inner-inner { height: 20px; color: #444648 !important; font-weight: 600; text-transform: uppercase; }
.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 { }
.tool-bar { line-height: 20px !important; font-size: 18px; color: #444648; text-transform: uppercase; }
.tool-bar p span { color: #7D7D7D; font-weight: 400; }
/*---*/
.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: #000000; }
#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: #FACD14; font-size: 15px; border: 1px solid #FACD14; 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: #FACD14; text-align: center; font-size: 16px; }
.card-header a.collapsed::before { content: "\f107"; background: #FF952C; 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; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); border-top-left-radius: 50px; border-bottom-right-radius: 50px; }
.table { margin: 0px; width: 100%; color: #1E1E1E; font-family: 'Merriweather', serif; font-size: 18px; text-align: center; }
.table td, .table th { vertical-align: middle !important; padding: 30px; border: 0px; }
.table th { color: #ffffff; background: #A10100; padding: 20px 15px; }
tr:nth-child(odd) { background-color: #ffffff; }
tr:nth-child(even) { background-color: #F5F5F5; }
.table tr td:first-child { text-align: left; }
.table th span, .table td p { display: block; font-size: 13px; font-family: 'Mukta', sans-serif; }
/*----*/
.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: 120px 0px; position: relative; width: 100%; }
.inner-container-xlg { padding: 100px 0px; position: relative; width: 100%; }
.inner-container-lg { padding: 80px 0px; position: relative; width: 100%; }
.inner-container { padding: 60px 0px; position: relative; width: 100%; }
.inner-container-md { padding: 40px 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: relative; background: #000000; /*max-width: 1920px;left: 50%; transform: translateX(-50%);*/ border-bottom: 1px solid #a0a0a0; text-align: center; }
.header .container { position: relative; }
.logo { position: relative; z-index: 9; transition: all 0.2s linear; text-align: center }
.logo a { display: inline-block; position: relative; z-index: 2; max-width: 140px; transition: all 0.2s linear; padding: 0px; padding: 30px 0px; }
.logo a img { width: 100%; }
.header.sticky { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }
.header.sticky .logo a { }
/*----*/
.main-container { min-height: 400px; /*max-width: 1920px; margin: 0px auto;*/ }
.main-container.full { max-width: 100%; }
/*---*/

/*----*/
.footer-wrapper { display: block; position: relative; width: 100%; background: #191C21; font-size: 14px; font-weight: 800;}
.footer-nav, .social-icons, .social-list, .contact-list { list-style: none; margin: 0px; padding: 0px; }
.footer-nav li, .contact-list li, .social-list li { position: relative; padding-bottom: 15px; }
.contact-list li:last-child, .footer-nav li:last-child, .social-list li:last-child { padding-bottom: 0px; }
.footer-nav li a, .social-list li a { display: block; position: relative; }
.footer-nav.two-col li { float: left; width: 50%; }
.contact-list li.inline { display: inline-block; margin-right: 30px; }
.contact-list li i, .social-list li i { position: absolute; left: 0px; top: 4px; }
.social-icons li { display: inline-block; margin: 0px 2px; }
.social-list li a { padding-left: 40px; }
.footer-wrapper h6 { color: #000000; font-family: 'Noto Sans SC', sans-serif; }
.copyright { border-top: 1px solid #c0c0c0; padding: 25px 0px; color: #1E1E1E; font-size: 16px; }
.newsletter-holder { position: relative; margin-bottom: 10px; }
.newsletter-input { height: 60px; border: 0px; color: #000000; box-shadow: none !important; border-radius: 30px; padding: 0px; background: #ffffff; padding-left: 40px; font-weight: 400; font-size: 16px; text-transform: none; outline: none !important; width: 100%; }
.newsletter-button { position: absolute; top: 50%; transform: translateY(-50%); right: 7px; background: url(../images/btn-newsletter.png) no-repeat; background-size: 100% 100%; color: #ffffff; border: 0px; padding: 0px; width: 47px; height: 46px; line-height: 46px; border-radius: 50%; transition: all 0.2s linear; font-size: 16px; }
.newsletter-button:hover { }
.footer-wrapper a { color: #444444; }
.footer-wrapper a:hover { color: #000000; }
.footer-logo { max-width: 110px; margin: 0px auto; }
.foo-box { }
.foo1 { width: 320px; }
.foo2 { }
.foo3 { }
.paymen-opt { padding-top: 30px; }
.footer-box { max-width: 367px; margin: 0px auto; }
/*----*/
.button { cursor: pointer; display: inline-block; position: relative; outline: none !important; text-decoration: none !important; font-size: 15px; font-weight: 700; padding: 10px 20px; color: #ffffff; border-radius: 0px; border: 0px; vertical-align: top; background: #EC6523; text-align: center; text-transform: uppercase; transition: all 0.2s linear; letter-spacing: 4px; }
.button:hover, .button:focus, .button.selected { color: #ffffff !important; background: #000000; }
.mwidth { width: 230px; padding-left: 0px !important; padding-right: 0px !important; }
.btn-block { width: 100% !important; min-width: inherit !important; padding-right: 0px; padding-left: 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; }
.pageTitle h1, .pageTitle h2 { font-size: 37px; font-weight: 500; }
.pageTitle:last-child { padding-bottom: 0px; }
.top-content { position: relative;  z-index: 2; max-width: 440px; padding-top: 60px; padding-bottom: 40px;}
.top-content h1{ font-weight: 800; font-size: 44px;}
.top-img{ position: relative; margin-left: -115px; padding-top: 60px; }
.form-holder { background: #00418E; padding:30px 55px; max-width: 410px;}
.form-holder h2 { text-align: center; display: block; position: relative; padding-bottom: 30px; font-size: 24px; font-weight: 700; color: #ffffff;}
.form-group { padding-left: 35px; }
.form-group img { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
.top-form{ position: absolute; left: 15px; bottom: -100px; z-index: 2; }
.intro{ float: right; max-width: 460px; text-align: right; }
.title1{ font-size: 34px; font-weight: 700; color: #ffffff; }
.title1 span{ color: #00418E;}
.intro ul{ list-style: none; margin: 0px; padding: 0px; }
.intro ul li{ display: block; padding: 10px 0px; border-bottom: 1px solid #ffffff; }
.title2{ padding-bottom: 20px; }
.title2 h3{ color: #ffffff; letter-spacing: 5px; font-size: 14px; padding-bottom: 10px;}
.title2 h2{ font-size: 60px; font-weight: 800; padding-bottom: 10px;}
.title2 h4{ font-size: 17px; font-weight: 700;}
.title2 h2 img{ display: inline-block; vertical-align: baseline; }
.title2.sm h2{ font-size: 34px;}
.course-box{ margin: 12px 0px; text-align: center; border-radius: 5px; overflow: hidden; background: #191C21;}
.course-info{ padding:0px 20px 20px;}
.course-img{ position: relative; }
.course-img .img-holder{ padding-bottom: 109.43%; }
.course-img .img-holder::before{ position: absolute; width: 100%; height: 40%; content: ""; left: 0px; bottom: 0px; background: url(../images/course-ov.png) no-repeat; background-size: 100% 100%; z-index: 2; }
.course-title{ position: absolute; bottom:25px; left: 0px; width: 100%; z-index: 2;}
.course-title h2,.title3,.title4{ position: relative; padding-bottom: 20px !important; font-size: 24px; color: #ffffff; font-weight: 900; text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
.course-title h2::before,.title3::before,.title4::before{ position: absolute; content: ""; width: 40px; height: 2px; background: #00418E; left: 50%; margin-left: -20px; bottom: 0px; }
.course-archivement .col-6{ padding-top: 8px; padding-bottom: 8px; }
.course-archivement-box{text-align: center; border-radius: 5px; overflow: hidden; background: #191C21; padding: 20px; font-size: 20px; font-weight: 900;}
.title3,.title4{margin-bottom: 20px; text-shadow: none;}
.title3::before{ background: #E96524; left: 0px; margin: 0px; bottom: 0px; }
.action-box{ padding: 20px 0px; }
.title4{ font-size: 18px; font-weight: 700;}
.adept-holder .col-6{padding-top: 10px; padding-bottom: 10px;}
.adept-box{ background: #191C21; text-align: center; padding: 50px 0px;}
.adept-icon{ height: 142px; line-height: 142px; margin-bottom: 50px; }
.adept-icon img{ vertical-align: middle; display: inline-block; max-height: 142px; }
.adept-info{ padding: 0px 20px; }
.adept-box .title4{ letter-spacing: 0px; line-height: 1.5; }
.price-box{ position: absolute; top: 50%; right: 0px; transform: translateY(-50%); max-width: 320px; border:2px solid #004192; border-radius: 8px; overflow: hidden;  background: #004192; text-align: center; font-weight: 800; font-size: 16px;}
.price-box-img{ position: relative; }
.price-box-info{ position: absolute; width: 100%; top: 35px; }
.price-box-info p{ margin-bottom: 0px; }
.price-box-info h2{ font-size: 40px;font-weight: 800; color: #ffffff; }
.price-box-info h2 span{ font-size: 26px; }
.price-box-footer{ padding: 15px;}
.price-holder{ max-width: 400px; text-align: right; font-weight: 800; font-size: 16px;}
.price-holder h3{ color: #ffffff; font-size: 24px; padding-bottom: 15px; }
.price-holder h2{ font-size: 40px;font-weight: 700; color: #ffffff; padding-bottom: 15px;}
.price-holder h2 strong{ color: #E96524; font-weight: 900; }
.price-holder h2 span{ font-size: 29px; font-weight: 900;}
.btn-register{ display: inline-block; font-size: 12px; letter-spacing: 2px; color: #ffffff; background: #004192; border-radius: 10px; padding: 13px 20px;}
.btn-register:hover{ background: #E96524; color: #ffffff; }
.list-style1{ list-style: none; margin: 0px; padding: 0px; }
.list-style1 li{display: block; padding: 20px 0px; border-bottom: 1px solid #004192; font-size: 18px; font-weight: 400;}
.title5{ text-align: center; color: #ffffff; font-size: 28px; font-weight: 700; letter-spacing: 4px; }
.champion-students-holder .col-6{padding-top: 20px; padding-bottom: 20px;}
.champion-students-box,.testimonial-box{ background: #191C21; text-align: center; border-bottom: 6px solid #004192; }
.champion-students-box .img-holder{ padding-bottom: 91.80%; }
.champion-info{ padding: 20px; line-height: 2; font-weight: 400; font-size: 15px;}
.champion-info h2,.testimonial-info h2{ font-weight: 800; font-size: 27px; color: #ffffff; padding-bottom: 10px;}
.champion-info h2 img{ display: inline-block; vertical-align: baseline; width: 23px;  }
.champion-info h3, .testimonial-info h3{ font-weight: 800; font-size: 14px; padding-bottom: 15px; letter-spacing: 4px;}
.testimonial-holder .col-6{padding-top: 12px; padding-bottom: 12px;}
.testimonial-info{padding: 30px 50px; line-height: 2; font-weight: 400;}
.testimonial-info h3{padding-bottom: 30px;}
.testimonial-box-img{ position: relative; }
.testimonial-box-img::before{ position:absolute; content: ""; width: 100%; top: -5px; left: 0; height: 33px; background: url(../images/quote.png) no-repeat top center; }
.testimonial-box-img .img-holder{ width: 127px; padding-bottom: 127px; border-radius: 50%; overflow: hidden; margin: 0px auto; }
.testimonial-box{ padding-top: 70px; }
.bottom-info{ max-width: 280px; font-weight: 400; font-size: 16px; }
.bottom-info h2{ font-size: 40px; color: #ffffff; font-weight: 800; padding-bottom: 10px; }
/*---*/
.logo-thankyou{ position: absolute; top: 120px; width: 1140px; left: 50%; transform: translateX(-50%);}
.logo-thankyou a{ display: inline-block; width: 140px;}
.thankyou-info h1{ font-size: 50px; font-weight: 900; }
.thankyou-info h2{ position: relative; padding-bottom: 20px !important; font-size: 25px; color: #ffffff; font-weight: 700; margin-bottom: 30px;}
.thankyou-info h2::before{ position: absolute; content: ""; width: 75px; height: 2px; background: #00418E; left: 0%; bottom: 0px;}
/*----*/
.slick-arrow, .custom-arrows a { opacity: 1; color: #ffffff; font-size: 50px; text-shadow: 2px 2px 5px rgba(0, 0, 0, .5); }
.slick-arrow:hover, .custom-arrows a:hover { color: #00989F; }
.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; overflow: hidden; border-top-left-radius: 50px; border-bottom-right-radius: 50px; }
.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: 141px; height: 154px; 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: #A10100 !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: #00418E !important; }
a.color-blue:hover { color: #000000 !important; }
/*p a{ color: #4C9B2F; text-decoration: underline !important; }
p a:hover{color: #000000;text-decoration: underline !important;}*/
[data-animation-in] {
opacity:0;
}
/*
font-family: 'Nunito Sans', sans-serif;
NunitoSans:200;300;400;600;700;800;900
transition: all 0.2s linear;
*/
@-ms-viewport {
 width:auto !important;
}
 @media print {
a[href]:after { content: none !important; }
}
