@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:100,200,300,400,500,600,700,800,900');
@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot');
  src:  url('../font/icomoon.eot#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf') format('truetype'),
    url('../font/icomoon.woff') format('woff'),
    url('../font/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e902";
}
.icon-heart:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}

/*

font-family: 'Poppins', sans-serif;

font-family: 'Open Sans', sans-serif;

Poppins:100,200,300,400,500,600,700,800,900

OpenSans:300,400,600,700,800

*/

* { }
i::before { text-rendering: optimizeLegibility; }
html { height: 100%; }
html, body { width: 100%; margin: 0; padding: 0; /*height: 100%;*/ }
hr { border-top: 1px solid #ebebeb; clear: both; margin: 50px 0; }
body { font-family: 'Poppins', sans-serif; font-style: normal; font-variant: normal; font-size: 16px; color: #838383; line-height: 1.4; font-weight: 400; background: #ffffff url(../images/bg-loader.gif) center center no-repeat; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; overflow-x: hidden; }
a { color: #373737; text-decoration: none !important; outline: none; transition: all 0.2s linear; display: inline-block; }
a:hover, a:focus { color: #373737; 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; }
h1, h2, h3, h4, h5, h6 { font-style: normal; font-variant: normal; margin-top: 0; margin-bottom: 24px; color: inherit; line-height: 1.2; font-weight: 400; }
h1, h2 { font-size: 50px; font-weight: 600; color: #060D29; }
h1 strong, h2 strong { font-weight: 700; color: #3C8825; }
h2 { margin-bottom: 50px; }
h3 { font-size: 38px; font-weight: 700; color: #1e1e1e; margin-bottom: 50px; }
h4 { font-size: 32px; font-weight: 700; color: #111111; margin-bottom: 40px; }
h5 { font-size: 18px; font-weight: 700; color: #464646; text-transform: uppercase; }
h6 { font-size: 1rem; }
i { font-style: normal; }
.sr .fooReveal, .sr .boxReveal { visibility: hidden; }
/*----*/

img { max-width: 100%; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }

iframe { display: block; width: 100%; }
.fullscreen { width: 100%; min-height: 100%; }
.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-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%; }
/*----*/

.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; }
.underline { text-decoration: underline; }
.small-text { font-size: 12px; line-height: 20px; }
.medium-text { font-size: 16px; font-weight: 500; color: #333333; }
.large-text { font-size: 18px; line-height: 30px; color: #272727; }
.big-text { font-size: 30px; line-height: 40px; }
.responsive { width: 100% !important; }
.responsive-mx { max-width: 100%; }
.relative { position: relative; }
.container-float { position: absolute; left: 50%; margin-left: -589px; top: 0px; }
.container-full { width: 100%; padding: 0px 40px; }
img { vertical-align: top; }
.half-width { width: 50%; }
.half-4 { width: 40%; }
.half-6 { width: 60%; }
.pcentered { margin: 0px auto; width: 95%; text-align: center; padding: 0px 0px 28px; }
.pcentered.lg { width: 90%; }
.pcentered.md { width: 70%; }
.pcentered.sm { width: 50%; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; font-size: 0px; }
.fleft { float: left; }
.fright { float: right; }
.moz-box { box-sizing: border-box; }
.row-inner { padding-bottom: 28px; }
.grid-box { margin-bottom: 28px; position: relative; }
/*.grid-box a { display: block; position: relative; }*/

.grid-ov, .grid-info { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; text-align: center; transition: all 0.2s linear; z-index: 2; }
.grid-ov { opacity: 0; visibility: hidden; background: rgba(5,13,43,.8); }
.grid-box:hover .grid-ov { opacity: 1; visibility: visible; }
.grid-tb { display: table; height: 100%; width: 100%; }
.grid-tc { display: table-cell; vertical-align: middle; }
.grid-tc img { vertical-align: middle; }
.fullcontainer { position: relative; margin: 0px auto; }
.fullcontainer-mx { position: relative; max-width: 1148px; margin: 0px auto; }
.bp-block { display: block; }
.img-left { margin-right: 30px; margin-bottom: 50px; float: left; }
.img-right { margin-left: 30px; margin-bottom: 50px; float: right; }
/*---*/

.mauto { margin: 0px auto; }
.m0 { margin: 0px!important; }
.ml0, .first { margin-left: 0px !important; }
.mr0, .last { 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, .last { padding-right: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0, .first { 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; }
/*--------------*/

.txt-white { color: #ffffff; }
.txt-red { color: #f90000; }
.bdr { border: 1px solid #eeeeee; }
strong { font-weight: 700; }
p strong { font-weight: 700; }
.dp-block { display: block; }
/*----*/

.cd-top { display: block; height: 40px; width: 40px; position: fixed; bottom: 85px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; border-radius: 50%; background: #3C8825 url(../images/cd-top-arrow-white.png) no-repeat center 50%; visibility: hidden; opacity: 0; z-index: 9; 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; }
/*----*/

.inv-recaptcha-holder { position: fixed; bottom: 70px; right: 0px; z-index: 1; }
/*----*/

.button { cursor: pointer; display: inline-block; vertical-align: middle; text-align: center; position: relative; transition: none; outline: none !important; text-decoration: none !important; font-size: 16px; font-weight: 600; padding: 12px 30px; color: #ffffff; border-radius: 25px; border: 1px solid #060D29; vertical-align: top; background: #060D29; text-transform: uppercase; transition: all 0.2s linear; }
.button:hover, .button:focus { color: #ffffff; background: #3C8825; border-color: #3C8825; }
.btnico { border-radius: 100% !important; height: 48px !important; line-height: 48px !important; padding: 0 !important; text-align: center !important; width: 48px !important; }
.btn-light { border-color: #cccccc; background: #cccccc; color: #ffffff; }
.btn-green { border-color: #3C8825; background: #3C8825; color: #ffffff; }
.btn-green:hover, .btn-green:focus { border-color: #fccd27; background: #fccd27; color: #000000; }
.btn-white { border-color: #060D29; background: #fff; color: #505050; }
.btn-white:hover, .btn-white:focus { background: #060D29; color: #fff; }
.btn-white i { color: #060D29; }
.btn-white:hover i, .btn-white:focus i { color: #fff; }
.btn-bdr { background: none; }
.bdr-white { border-color: #ffffff; color: #ffffff; }
.btn-block { width: 100%; }
.btn-holder .button { margin: 0px 14px 0px; }
.btn-holder .button:first-child { margin-left: 0px; }
.btn-holder .button:last-child { margin-right: 0px; }
.btn-md { line-height: 38px; padding: 0px 25px; }
.btn-sm { line-height: 28px; font-size: 12px; padding: 0px 20px; }
.iright { margin-left: 10px; }
.ileft { margin-right: 10px; }
.rounded-cnr { border-radius: 3px; }
.rounded { border-radius: 30px; }
.round { border-radius: 50%; }
.btn-width-xl { width: 70%; }
.uncap { text-transform: none !important; }
/*----*/

.styled-list, .icon-list, .non-styled-list, .list-style-alpha ul { padding: 0px; margin: 0px 0px 20px; list-style: none; }
.non-styled-list li { padding-bottom: 15px; }
.styled-list li, .icon-list li, .list-style-alpha ul li { position: relative; padding-bottom: 5px; padding-left: 15px; }
.styled-list li::before, .list-style-alpha ul li::before { content: ""; left: 0px; top: 0px; position: absolute; font-weight: 400; font-family: 'jcon-font'; }
.list-style1 li { padding-bottom: 10px; padding-left: 35px; }
.list-style1 li::before { content: "\e9d1"; font-size: 13px; color: #494949; }
.list-style1.txt-white li::before { background: #ffffff; }
.list-style2 li { padding-left: 22px; padding-bottom: 10px; }
.list-style2 li::before { content: "\e820"; left: 0px; top: 2px; color: #008c99; font-size: 16px; font-weight: 400; }
.list-style3 li { padding-left: 25px; line-height: 30px; }
.list-style3 li::before { content: "\e982"; top: 0px; color: #e80000; }
.styled-ol { padding-left: 13px; margin: 0px; }
.icon-list { margin: 0px; }
.icon-list li { padding-left: 40px; padding-bottom: 15px; line-height: 22px; position: relative; }
.icon-list li:last-child { padding-bottom: 0px; }
.icon-list li i { left: 0px; top: 3px; position: absolute; }
.icon-list.alt li i { background: #008c99; }
.icon-list li i img { vertical-align: middle; }
.icon-list li.inline { display: inline-block; padding-right: 20px; }
.list-style-alpha { list-style-type: lower-alpha; margin: 0px; padding: 0px; margin-left: 15px; }
.list-style-alpha>li { color: #0b1b20; font-weight: 700; }
.list-style-alpha ul { margin-top: 5px; }
.list-style-alpha ul li { color: #7f7f7f; font-weight: 400; }
/* Map */

.map-holder { position: relative; display: block; width: 100%; }
.map-holder iframe { display: block; width: 100%; height: 420px; border: 0px; }
/* BreadCrumbs */

.breadcrumbs { color: #e9e9e9; padding: 0px 0px 10px; font-size: 16px; text-transform: capitalize; }
.breadcrumbs ul { color: #F5CF50; margin: 0px; padding: 0px; list-style: none; }
.breadcrumbs li { display: inline-block; padding: 3px 0px; }
.breadcrumbs li strong { font-weight: 500; color: #F5CF50; }
.breadcrumbs li a { color: #fff; position: relative; padding-right: 20px; display: block; }
.breadcrumbs li a::after { position: absolute; right: 5px; top: 0px; content: '/'; }
.breadcrumbs li a strong { color: #fff; font-weight: 400; }
.breadcrumbs li a:hover, .breadcrumbs li a:hover strong { color: #F5CF50; }
/*---*/

.pagination { margin: 0px; vertical-align: top; }
.pagination > li { vertical-align: top; }
.pagination > li > a, .pagination > li > span { border-radius: 5px !important; margin: 0px 0px 0px 10px; color: #464646; border: 0px solid #e5e5e5; line-height: 30px; padding: 0px 12px; font-size: 12px; background: none; background: #f5f5f5; min-width: 30px; text-align: center; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li.selected > a, .pagination > li.selected > span { background: #ed1c24; color: #ffffff; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background: #ed1c24; color: #ffffff; }
.pagination > li.selected > a, .pagination > li.selected > span { font-weight: 600; }
/*---*/

.width-sm { float: left; width: 36.85%; }
.width-sml { float: left; width: 63.15%; }
.width-md { float: left; width: 43.85%; }
.width-mdl { float: left; width: 56.15%; }
.textColRight, .textColLeft { display: block; position: relative; width: 580px; padding: 0px; }
.width-sm .textColRight, .width-sm .textColLeft { width: 400px; }
.width-md .textColRight, .width-md .textColLeft { width: 490px; }
.width-sml .textColRight, .width-sml .textColLeft { width: 752px; }
.width-mdl .textColRight, .width-mdl .textColLeft { width: 662px; }
.textColRight { float: left; }
.textColLeft { float: right; }
.textContent.lg { padding: 120px 100px; }
.textContent { padding: 100px 100px; }
.textContent.sm { padding: 70px 70px; }
.textColLeft .textContent { padding-left: 0px; }
.textColRight .textContent { padding-right: 0px; }
.textContent.alt { padding: 0px 0px; }
/*---*/

table { width: 100%; border-collapse: collapse; border: 0px; background: #ffffff; border-radius: 0px; overflow: hidden; text-align: center; }
tr:nth-of-type(even) { background: #ffffff !important; }
tr:nth-of-type(odd) { background: #fcfcfc !important; }
th, td { padding: 10px 30px; }
.tbl-sm th, .tbl-sm td { padding: 10px; }
th { font-size: 14px; font-weight: 600; color: #000000; text-align: left; /*border: 1px solid #e7e7e7;*/ border-bottom: 1px solid #e7e7e7; background: #ffffff; }
th:first-child { border-left-color: #ffffff; }
th:last-child { border-right-color: #ffffff; }
td { vertical-align: middle; text-align: left; /*border: 1px solid #ffffff;border-bottom: 1px solid #e7e7e7;*/ color: #000000; font-weight: 400; }
.tbl-sm p { margin-bottom: 10px; }
td a { color: #cf151c; }
td a:hover { color: #000000; }

/*.tbl-full{ min-width:730px;}*/

/*--Responsive Table--*/

@media only screen and (max-width: 767px) {
.responsive-thead { display: none; }
.tbl-holder { border-top: 1px solid #e7e7e7; }
table.responsive-table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr { display: block; width: 100% !important; }
.responsive-table thead tr { position: absolute; top: -9999px; left: -9999px; }
.responsive-table tr { /*border: 1px solid #ffffff; border-left: 1px solid #ededed;*/ border-right: 1px solid #ededed; }
.responsive-table td { border: none; border-bottom: 1px solid #e7e7e7; position: relative; padding-left: 50%; text-align: right; padding-right: 10px; }
.responsive-table td:before { position: absolute; top: 10px; left: 10px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: 600; color: #777777; font-size: 14px; }
.responsive-table tr:nth-of-type(even) { background: #ffffff; }
.responsive-table tr:nth-of-type(odd) { background: #f7f7f7; }
/*Label the data*/

.tbl-credits td:nth-of-type(1):before { content: "Number"; }
}
/*---*/

.photoContainer { display: block; overflow: hidden; position: relative; width: 100%; z-index: 1; }
.photoContainer img { left: 50%; margin: 0 auto; max-height: auto; min-width: 100%; min-height: 100.1%; width: auto; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); vertical-align: top; }
a.photoContainer { transition: none !important; }
.equalheight, .equalheight1, .equalheight2, .equalheight3, .equalheight4, .equalheight5 { display: block; position: relative; }
.img-effect { overflow: hidden; display: block; }
.img-effect .img-holder, .img-holder { overflow: hidden; position: relative; display: block; }
.img-effect .img-holder img { position: relative; transition: all 0.6s; left: 0px; top: 0px; right: 0px; bottom: 0px; transform: translate(0%, 0%); vertical-align: top; }
.img-effect:hover .img-holder img { transform: scale(1.1) rotate(2deg); }
.partner-box { display: block; text-align: center; width: 100%; }
.partner-box figure { align-items: center; position: relative; display: flex; flex-wrap: wrap; height: 85px; justify-content: center; overflow: hidden; margin: 0px auto; padding: 0px 10px; text-align: center; vertical-align: middle; width: 100%; }
.partner-box figure::before { position: relative; content: ''; height: 100%; text-align: center; display: inline-block; vertical-align: middle; }
.partner-box figure img { position: relative; width: auto; max-width: 98%; max-height: 98%; display: inline-block; vertical-align: middle; -webkit-filter: grayscale(100%); filter: grayscale(100%); transition: all 0.2s linear; opacity: .2; }
.partner-box figure:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
.partner-slider { margin-top: 50px; }
.partner-slider .slick-arrow { color: #ededed; font-size: 30px; }
.partner-slider .slick-arrow:hover { color: #c9c9c9; }
.partner-slider .slick-prev { left: -40px; }
.partner-slider .slick-next { right: -40px; }
/*---*/

/*

<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; color: #252525; }
.radio-inline .radio, checkbox-inline .checkbox { display: inline-block; margin-right: 20px; }
.checkbox label, .radio label { display: inline-block; position: relative; padding-left: 30px; line-height: 20px !important; margin: 0px !important; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label::before { content: ""; display: inline-block; position: absolute; width: 20px; height: 20px; left: 0px; top: 0px; border: 1px solid #ffffff; border-radius: 0px; background: #ffffff; }
.checkbox label::after, .radio label::after { font-family: 'jcon-font'; content: "\e820"; display: inline-block; position: absolute; width: 20px; height: 20px; top: 0px; left: 0px; transition: all 0.2s linear; opacity: 0; line-height: 20px; font-weight: 400; text-align: center; font-size: 12px; }
.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: .3; color: #cf151c; }
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after { opacity: 1; color: #ffffff; background: #cf151c; }
.checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked::after { opacity: 1; background: #cf151c; }
.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: 10px 0px; }
.radio label::before, .radio label::after { border-radius: 50%; }
.radio label::after { content: ""; top: 3px; left: 0px; background: #3a3a3c; width: 15px; height: 15px; }
.checkbox label a { text-decoration: underline !important; }
.checkbox.alt label::before, .radio.alt label::before { border: 1px solid #e1e1e1; }
/*---*/

.form-holder { border: 1px solid #CECECE; padding: 50px 70px; background: #ffffff; }
.form-holder form { margin-top: 40px; }
.form-holder.sm { width: 600px; }
.form-holder.xs { width: 420px; }
.form-holder.full { width: 100%; }
.form-holder .required { color: #BD4F4F; }
.form-holder .output { margin-top: 30px; text-align: right; }
.form-holder .output .button { min-width: 240px; }

.form-control, .bootstrap-select .btn, .bootstrap-select .btn.btn-default, .bootstrap-select .btn.btn-default:hover, .bootstrap-select .btn.btn-default:focus { height: 60px; border: 1px solid #AAAAAA; color: #464646; box-shadow: none !important; border-radius: 0; background: #F8F8F8; padding-left: 20px; font-weight: 400; font-size: 16px; text-transform: none; outline: none !important; }
.form-style1 .form-control { font-weight: 600; text-transform: uppercase; }
.form-control.alt, .bootstrap-select.alt .btn { }
.form-control:focus { border-color: #000000; }
*:focus, input:focus, .bootstrap-select .dropdown-toggle:focus { outline: none !important; }
.form-control.small { text-align: center; padding-left: 0px; padding-right: 0px; }
.form-control.alt { }
textarea.form-control { height: 200px; resize: none; padding-top: 15px; }
textarea.form-control.lg { height: 200px; }
textarea.form-control.sm { height: 80px; }
.bootstrap-select .btn { padding-right: 40px !important; }
.bootstrap-select .btn::after { position: absolute; right: 15px; top: 0px; width: 15px; height: 45px; background: none; font-family: 'jcon-font'; content: '\e865'; border-radius: 0px !important; font-size: 14px; color: #464646; line-height: 45px; }
.bootstrap-select.alt .btn::after { content: '\e828'; }
.bootstrap-select.alt1 .btn::after { content: '\f0dc'; }
.bootstrap-select .btn .caret { display: none !important; }
 input.form-control::placeholder, input.form-control::-moz-placeholder, .form-control::placeholder {
 color: #1f1f1f !important;
 opacity: 1;
}
.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: #1f1f1f !important; opacity: 1; }
.bootstrap-select .dropdown-menu { padding: 0px; }
.bootstrap-select .dropdown-menu li a { padding: 5px 20px; }
.bootstrap-select .dropdown-menu li a:hover { color: #ffffff; background: #0074e8; }
.form-group { margin-bottom: 20px; position: relative; }
.form-holder label, .form-group label { color: #505050; font-weight: 400 !important; width: 100%; font-size: 18px; margin: 0px 0px 8px; }
.form-button { text-align: right; padding-top: 13px; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #f7f7f7; border-color: #ebebeb; }
.f-upload { position: relative; }
.f-upload.fleft { width: calc(100% - 180px); }
.browse-file { visibility: hidden; position: absolute; }
.browse-btn { position: absolute; top: 1px; left: 1px; line-height: 43px; background: #f7f7f7; padding: 0px 25px; color: #1f1f1f; font-size: 14px; text-transform: uppercase; font-weight: 600; border: none; border-right: 1px solid #ebebeb; transition: all 0.2s linear; border-radius: 0px; }
.browse-btn:hover { color: #ffffff; background: #242426; border-color: #242426; }
.browse-control { padding-left: 150px; }
 @media only screen and (max-width: 767px) {
.browse-btn { position: relative; top: 0px; right: 0px; width: 100%; margin-top: 10px; border: 0px; }
.browse-control { padding-left: 15px; }
.f-upload.fleft, .up-holder .fright, .up-holder .fright .button { width: 100%; }
.up-holder .fright .button { width: 100%; padding: 0px; }
.up-holder .fright { margin-top: 20px; }
}
.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: 42px; }
.has-icon i { position: absolute; left: 14px; top: 0px; line-height: 40px; color: #3a3a3c; z-index: 9; }
.contact-pdpa { font-size: 12px; /*width: calc(100% - 140px);*/ line-height: 22px; }
/*--reveal-modal--*/

.reveal-overlay { background: rgba(0,0,0,.8); }
.reveal { padding: 0px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.4); -box-shadow: 0 0 5px rgba(0,0,0,.4); background: rgba(255,255,255,.5); border-radius: 0px; border: 1px solid #cdcdcd; top: 10% !important; }
.reveal.small { width: 200px; }
.reveal.medium { width: 400px; }
.reveal.large { width: 700px; }
.reveal.xlarge { width: 1250px; }
.reveal .close-reveal-modal { position: absolute; top: 30px; right: 30px; color: #c6c6c6; cursor: pointer; transition: none; text-align: center; font-size: 25px; }
.model-content { padding: 50px; background: #ffffff; }
 @media only screen and (max-width: 1279px) {
.reveal, .reveal.xlarge, .reveal.large { width: 90% !important; }
.model-content { padding: 30px; background: #ffffff; }
.reveal .close-reveal-modal { top: 15px; right: 15px; }
}
/*--reveal-modal END--*/

#wrapper { display: block; height: auto; margin: 0 auto; min-height: 100%; overflow: hidden; position: relative; width: 100%; background: #ffffff; }
body, #wrapper, .footer-wrapper { opacity: 0; }
.inner-container-xlg { padding: 120px 0px; }
.inner-container-lg { padding: 100px 0px; }
.inner-container-md { padding: 70px 0px; }
.inner-container { padding: 50px 0px; }
.inner-container-sm { padding: 30px 0px; }
.inner-container-xs { padding: 15px 0px; }
/*---*/

.header { z-index: 99; left: 0px; width: 100%; top: 0px; transition: all 0.2s linear; position: fixed; background: #ffffff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.header .container { position: relative; }
.header.sticky {/*position: fixed;*/ }
.logo { float: left; position: relative; z-index: 9; margin: 20px 0px 0; transition: all 0.2s linear; }
.logo a { display: inline-block; position: relative; z-index: 2; width: 238px; }
.header.sticky .logo { margin-top: 7px; }
/*----*/

.slider { position: relative; }
.slide { position: relative; vertical-align: top; }
.slick-arrow { position: absolute; border: none; background: none; top: 50%; transform: translate(0%, -50%); padding: 0px; z-index: 5; opacity: 1; transition: all 0.2s linear; text-align: center; }
.slick-arrow:hover { opacity: 1; }
.slick-arrow.slick-disabled { opacity: .2; }
.slick-prev { left: 0px; }
.slick-next { right: 0px; }
/*---// Bootstrap Resets when Slick Slider Used in Tab*/

/*.tab-content>.tab-pane { display: block; visibility: hidden; }

.tab-content>.tab-pane.active { visibility: visible; }

.tab-content { position: relative; }

.tab-pane:not(:first-child) { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }*/

/*----*/

.main-container { min-height: 300px; }
.banner-holder { position: relative; }
.home-banner { position: relative; margin: 0px !important; }
.home-banner-slide { position: relative; vertical-align: top; overflow: hidden; }
.home-banner-slide:before { background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); bottom: 0; content: ""; left: 0; position: absolute; right: 40%; top: 0; }
.home-banner .slick-arrow { transition: all 0.2s linear; font-size: 35px; color: #ffffff; opacity: .15; }
.home-banner .slick-arrow:hover { opacity: 1; }
.home-banner .slick-prev { left: 90px; }
.home-banner .slick-next { right: 90px; }
.bn-caption { bottom: 0; height: 100%; left: 0; position: absolute; width: 100%; z-index: 2; }
.bn-caption .container { display: table; height: 100%; }
.bn-content { display: table-cell; text-align: left; vertical-align: middle; padding: 0px; }
.bn-content>div { padding: 0px; width: 570px; text-align: left; color: #ffffff; }
.bn-content>div>div, .inner-banner .bn-content>div { margin: 0px; padding: 0px; float: none; width: 100% !important; text-align: center; }
.bn-content h2 { font-size: 50px; font-weight: 700; margin-bottom: 30px; color: #ffffff; }
.bn-content h2 strong { font-weight: 700; color: #ffffff; }
.bn-content p { font-size: 18px; text-transform: uppercase; }
.inner-banner { position: relative; text-align: center; }
.inner-banner .bn-content h2 { margin-bottom: 15px; text-align: center; }
.bn-content h2:last-child, .bn-content p:last-child { margin: 0px; }
.inner-banner img, .home-banner-slide > img { width: 100%; }
.inner-banner.bntype { position: relative; }
.inner-banner.bntype:before { background: #060D29; bottom: 0; content: ""; left: 0; opacity: 0.8; position: absolute; right: 0; top: 0; }
.inner-banner.bntype img { width: auto; }
/*.home-banner-slide > img { left: 50%; margin: 0 auto; max-height: auto; min-width: 100%; min-height: 100%; width: auto; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); vertical-align: top;}*/

.banner-btn-holder { width: 100% !important; padding: 0px !important; margin: 0px !important; }
.banner-btn-holder .btn-link:first-child { margin-right: 20px; }
.bn-content div img { width: auto !important; display: inline-block !important; }
.bann-scroll, .story-scroll { position: absolute; color: #ffffff; z-index: 1; bottom: -1px; left: 50%; transform: translate(-50%, 0%); }
.bann-scroll a { display: block; width: 100px; height: 37px; background: url(../images/arrow-btm.png) no-repeat top center; }
.txt-info { width: calc(100% - 215px); }
.bn-content .button { /*min-width:170px; padding:0px;*/ }
.home-banner .slick-current .bn-content div { -webkit-animation: fadeInLeft 3s; -moz-animation: fadeInLeft 3s; -o-animation: fadeInLeft 3s; animation: fadeInLeft 3s; }
/* Nav */

.topRightContainer { position: relative; float: right; display: block; z-index: 5; padding: 0px; }
.mean-container a.meanmenu-reveal { right: 12px !important; }
.nav-wrapper { position: relative; display: inline-block; vertical-align: top; }
.nav-container { position: relative; display: block; margin: 0px auto; }
.nav { position: relative; width: 100%; display: block; margin: 0px auto; text-align: center; }
.nav ul { position: relative; font-size: 16px; padding: 0; width: 100%; margin: 0 auto; display: block; list-style: none; font-weight: 400; margin-right: 10px; }
.nav>ul>li { position: relative; margin: 0px 0px; display: block; float: left; }
.nav>ul>li>a { position: relative; display: block; color: #060D29; padding: 30px 14px; line-height: 40px; text-align: center; text-transform: uppercase; }
.header.sticky .nav > ul > li > a { padding-top: 16px; padding-bottom: 16px; }
.nav>ul>li>a::after { position: absolute; left: 0px; bottom: 0px; width: 0px; height: 4px; background: #060D29; content: ""; }
.nav>ul>li:hover>a, .nav>ul>li.selected>a { color: #060D29; }
.nav>ul>li.selected>a { font-weight: 600; }
.nav>ul>li:hover>a::after, .nav>ul>li.selected>a::after { width: 100%; opacity: 1; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.nav>ul ul, .nav>ul ul ul { position: absolute; left: 0px; top: 100%; opacity: 0; width: 100%; min-width: 250px; 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; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); border-top: 4px solid #060D29; }
.nav>ul ul ul { left: 100%; top: auto; margin: 0px; padding: 0px; }
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul { opacity: 1; top: auto; margin-top: -4px; padding: 0px 0px; visibility: visible; }
.nav>ul ul>li:hover>ul { margin-top: 0px; top: 0; }
.nav>ul ul a, .nav>ul ul ul a { position: relative; display: block; line-height: 20px; padding: 10px 20px; color: #373737; background: #ffffff; border-bottom: 1px solid #ececec; text-transform: uppercase; }
.nav>ul ul li { position: relative; }
.nav>ul ul li:last-child>a { border-bottom: none; }
.nav>ul ul li:first-child a { }
.nav>ul ul li>a:hover, .nav>ul ul li.selected>a, .nav>ul ul ul li>a:hover, .nav>ul ul ul li.selected>a { color: #ffffff; background: #060D29; -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; border-color: #060D29; }
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a { font-weight: 700; }
.nav>ul li.has-sub>a { padding-right: 30px; }
.nav>ul li.has-sub>a::before { position: absolute; right: 15px; top: 50%; font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f107'; font-size: 16px; line-height: 16px; margin-top: -8px; }
/*----*/

.footer-wrapper { display: block; /*overflow: hidden;*/ position: relative; width: 100%; background: #060D29; color: #838383; font-size: 20px; font-weight: 400; }
.footer-wrapper .container { }
.copyright { color: #6F6F6F; font-size: 14px; padding-bottom: 15px; padding-top: 15px; }
.copyright span { display: inline-block; }
.copyright strong { background: url("../images/verz-logo.png") no-repeat scroll right center; padding-right: 19px; font-weight: 400; }
.copyright a { color: #6F6F6F; }
.copyright a:hover { color: #ffffff; }
.copyright .row { display: flex; flex-flow: wrap; align-items: center; }
.copyright .row .col-lg-6 { float: none; }
.copyright .payment { font-size: 0; list-style: none; margin: 0; padding: 0; }
.copyright .payment li { display: inline-block; margin: 5px 0 5px 5px; }
.copyright .payment li img { border-radius: 3px; }
.copyright .clast { text-align: right; }
.footer-nav { margin: 0px; list-style: none; padding: 0px; line-height: 24px; position: relative; }
.footer-nav li { display: block; margin-bottom: 15px; }
.footer-nav a, .footer-contact-list, .footer-contact-list a { color: #535353; }
.footer-nav a:hover, .footer-nav li.selected a, .footer-contact-list a:hover { color: #3C8825; }
.foo-box h3, .foo-box h4 { font-size: 20px; font-weight: 600; color: #ffffff; text-transform: uppercase; }
.foo-box h3 { margin: 20px 0 40px; }
.foo-box h4 { text-transform: capitalize; margin: 0 0 20px; }
/*---*/

.top-bar { padding: 15px 0px; transition: all 0.2s linear; }
.header.sticky .top-bar { padding: 10px 0px; }
.top-bar ul { list-style: none; margin: 0px -8px; padding: 0px; display: flex; align-items: center; line-height: 1; justify-content: center;  }
.top-bar ul li { padding: 0px 15px; display: flex; position: relative; align-items: center;}
.top-bar ul li:first-child {  }
.top-contact ul, .top-contact ul a { color: #fccd27; font-weight: 500; }
.top-contact ul li { font-size:16px;}
.top-contact ul a:hover { color: #ffffff; }
.top-social a { color: #ffffff; display: inline-block; }
.top-social a:hover { color: #fccd27; }
.top-right { float: right; margin-top: 23px; transition: all 0.2s linear; position: relative; z-index: 9; }
.header.sticky .top-right { margin-top: 9px; }
.btn-search { width: 55px; height: 55px; border-radius: 50%; background: #E9E9E9; color: #060D29; text-align: center; line-height: 55px; margin-right: 10px; vertical-align: top; }
.btn-gate-quote { background: #060D29; color: #ffffff; border-radius: 25px; padding: 16px 35px; text-transform: uppercase; font-size: 16px; font-weight: 600; vertical-align: top; }
.btn-gate-quote:hover, .btn-search:hover, .btn-gate-quote:focus, .btn-search:focus { background: #3C8825; color: #ffffff; }
.footer-social ul { list-style: none; margin: 0px; padding: 0px; text-align: center; }
.footer-social ul li { display: inline-block; }
.footer-social ul li a { display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #ffffff; background: #3C8825; border-radius: 20px; margin: 0px 5px; font-size: 15px; }
.footer-social ul li a:hover { color: #3C8825; background: #ffffff; }
.foo-logo { margin-bottom: 20px; margin-top: 10px; }
.foo-box { float: left; }
.foo1 { width: 20%; }
.foo4 { float: right;width: 210px;}
.foo2 { width: 20%; padding: 0px 5%; border-left: 1px solid #040a20; border-right: 1px solid #040a20; }
.foo3 { width: 60%;}
.footer-contact-list { list-style: none; margin: 0px; padding: 0px; }
.footer-contact-list li { position: relative; padding-left: 35px; padding-bottom: 20px; }
.footer-contact-list li:last-child { padding-bottom: 0px; }
.footer-contact-list li i { position: absolute; left: 0px; top: 5px; color: #3C8825; }
.search-holder { position: relative; }
.modal { text-align: center; padding: 0!important; }
.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog { display: inline-block; text-align: left; vertical-align: middle; }
.sh-input { width: 100%; height: 50px; background: #ffffff; border: 0px; padding: 0px 70px 0px 20px; display: block; }
.sh-btn { width: 50px; height: 50px; border: 0px; background: #3C8825; color: #ffffff; text-align: center; padding: 0px; line-height: 50px; position: absolute; top: 0px; right: 0px; }
.modal-dialog .close{ position: absolute; top: -20px; right: -20px; width: 15px; height: 15px; background: url(../images/close.png) no-repeat; opacity: 1; background-size: 100% 100%; transition: all 0.2s linear; z-index:1;}
.modal-dialog .close:hover { transform: rotate(90deg); }
.modal-dialog .close.alt{background: url(../images/close1.png) no-repeat;top: 8px; right: 8px;background-size: 100% 100%;}
.intro-img { padding-right: 60px; }
.intro-img iframe { height: 355px; }
.pod-box { margin-bottom: 40px; margin-top: 20px; }
.pod-info { font-size: 18px; padding: 30px 10px 0px }
.pod-box a { color: #838383; position: relative; }
.pod-box a:hover { color: #373737; }
.pod-img { width: 100%; }
.pod-img-ov { position: absolute; left: 0px; top: 0px; width: 100%; transition: all 0.2s linear; opacity: 0; }
.pod-box a:hover .pod-img-ov { opacity: 1; }
.cta { font-size: 32px; color: #262626; line-height: 44px; font-family: 'Open Sans', sans-serif; }
.slick-buttons { margin-right: 170px; }
.slick-buttons button, .slick-buttons .button { border: 0px; background: none; padding: 0px; text-transform: capitalize; font-size: 16px; margin-bottom: 5px; margin-right: 20px; color: #060D29; font-weight: 400; line-height: 28px; }
.slick-buttons button:hover { color: #3C8825; }
.slick-buttons button.active, .slick-buttons button.is-checked { color: #060D29; font-weight: 500; }
.slick-buttons button:last-child { margin-right: 0px; }
.slick-buttons.slktype { margin-left: 0; margin-right: 0; }
.slick-buttons.slktype button { margin-left: 20px; margin-right: 20px; }
.project-box { border: 1px solid #efefef; transition: all 0.2s linear; background: #ffffff;}
.project-box:hover { border-color: rgba(5,3,43,.8); }
.project-box::after { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3px; background: #060D29; content: ""; transition: all 0.2s linear; }
.project-box:hover::after { opacity: 0; }
.project-slide { padding: 0px 14px; }
.product-img img { width: 100%; }
.project-box h3 {background: rgba(255,255,255,.8); font-size: 18px; text-transform: uppercase; color: #060D29; font-weight: 600; position: absolute; padding:15px ; width: 100%; left: 0px; bottom: 0px; text-align: center; margin: 0px; transition: all 0.2s linear; }
.project-box:hover h3 { opacity: 0; }
.grid-ov h3 { color: #ffffff; position: static; padding: 0px 0px 15px; opacity: 1 !important; background:none;}
.project-box .pdf-btn { position: absolute; padding: 0px 15px 15px; width: 100%; left: 0px; bottom: 0px; text-align: center; margin: 0px; transition: all 0.2s linear; opacity: 0; visibility: visible; z-index: 2; color: #ffffff; }
.project-box:hover .pdf-btn { opacity: 1; visibility: visible; }
.grid-tc span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #ffffff; background: rgba(233,233,233,.3); border-radius: 50%; }
.project-slider .slick-arrow { background: #fff; border: #060D29 solid 1px; font-size: 20px; top: -125px; transform: translate(0%, 0%); z-index: 5; opacity: 1; width: 55px; height: 55px; line-height: 55px; color: #060D29; border-radius: 50%; }
.project-slider .slick-arrow:hover { background: #060D29; color: #ffffff; }
.project-slider .slick-prev { right: 70px; left: auto; }
.project-slider .slick-next { right: 0px; }
.project-slide .project-box { margin-bottom: 0px; }
.products-slider-holder, .form-holder { position: relative; z-index: 2; }
.contact-address { font-size: 20px; padding-right: 14%; }
.contact-address h4 { color: #3C8825; font-size: 50px; font-weight: 600; margin: 50px 0 20px; }
.contact-address h5 { color: #03081C; font-size: 20px; font-weight: 500; margin: 35px 0 20px; text-transform: capitalize; }
.contact-address a { font-weight: 500; }
.contact-address .icorow { margin: 0 0 20px; padding-left: 35px; position: relative; }
.contact-address .icorow i { color: #3C8825; left: 0; position: absolute; top: 4px; }
.contact-address .icorow .fa-map-pin { top: 6px; }
.contact-form.form-holder { padding: 50px 100px; }
.contact-form h3 { color: #3C8825; font-size: 30px; font-weight: 500; margin: 0 0 15px; }
.contact-img { position: absolute; bottom: 0px; z-index: 0; left: -340px; }
/*.contact-pdpa { font-size: 12px; line-height: 22px; width: calc(100% - 210px); }*/

.contact-btn, .thankyou .button { /*width: 150px; */ }
.thankyou { font-size: 20px; line-height: 30px; letter-spacing: -.5px; }
.thankyou h2 { font-family: 'Open Sans', sans-serif; font-size: 96px; line-height: 100px; letter-spacing: -3px; color: #ffffff; font-weight: 700; margin: 0px; }
.thankyou h3 { font-family: 'Open Sans', sans-serif; font-size: 64px; line-height: 70px; letter-spacing: -3px; color: #fccd27; font-weight: 700; }
.thankyou p { margin-bottom: 50px; }
.news-box .more { color: #060D29; display: block; font-size: 18px; margin-top: 10px; }
.news-intro h3 { color: #060D29; font-size: 30px; font-weight: 600; margin-bottom: 10px; line-height: 1.2; }
.news-inner:hover h3, .news-inner:hover .more { color: #3C8825; }
.news-meta { font-size: 12px; margin-bottom: 10px; }
.news-meta span { display: inline-block; margin-right: 10px; vertical-align: top; }
.news-meta span:last-child { margin-right: 0px; }
.news-grid .news-box:last-child { margin-bottom: 0px; }
.news-intro-img img { width: 100%; }
.news-header { margin-bottom: 30px; }
.news-footer { border-top: #707070 solid 1px; margin-top: 50px; padding-top: 40px; }
.news-footer .row { align-items: center; }
.news-footer .button { min-width: 200px; padding-left: 10px; padding-right: 10px; }
.news-footer .lnknext, .news-footer .lnkback { font-weight: 400; text-transform: none; }
.news-footer .lnknext i { margin-left: 5px; }
.news-footer .lnkback { margin-right: 10px; }
.news-footer .lnkback i { margin-right: 5px; }
.news-footer .clast { display: flex; flex-flow: wrap; order: 1; }
.news-footer .cfirst { order: 12; text-align: right; }
.news-footer .cfirst p { margin: 0; }
.news-footer .cfirst .socials { display: flex; flex-flow: wrap; justify-content: flex-end; list-style: none; margin: 0; padding: 0; }
.news-footer .cfirst .socials li { margin-left: 5px; margin-top: 5px; }
.news-footer .cfirst .socials li a { align-items: center; background: #060D29; border-radius: 100%; color: #fff; display: flex; flex-flow: wrap; font-size: 12px; height: 30px; justify-content: center; width: 30px; }
.news-footer .cfirst .socials li a:hover { background: #F5CF50; color: #060D29; }
.services-list .pod-box { border: 1px solid #e1e1e1; position: relative; padding: 0px 20px 20px; border-radius: 3px; }
.services-list .pod-info { padding: 0px; padding-top: 80px; }
.services-list .pod-img { position: absolute; background: #060D29; width: 100px; height: 100px; text-align: center; line-height: 100px; border-radius: 50%; top: -50px; left: 50%; margin-left: -50px; transition: all 0.2s linear; }
.services-list .pod-img img { vertical-align: middle; }
.services-list { padding-top: 50px; }
.services-list .pod-box:hover .pod-img { background: #3C8825; }
.partner-grid .partner-box a { display: block; }
.partner-grid .partner-box figure { height: 250px; background: #f5f5f5; }
.partner-grid .partner-box figure img { -webkit-filter: grayscale(0%); filter: grayscale(0%); opacity: 1; }
.partner-grid .partner-box a .grid-ov { color: #ffffff; text-align: left; padding: 40px; }
.partner-grid .partner-box a .grid-ov h4 { color: #ffffff; font-size: 15px; font-weight: 600; margin-bottom: 10px; }
.partner-grid .partner-box a .grid-ov ul { list-style: none; margin: 0px; padding: 0px; }
.partner-grid .partner-box a .grid-ov ul li { position: relative; padding-left: 35px; }
.partner-grid .partner-box a .grid-ov ul li::before { position: absolute; left: 0px; top: 11px; content: ""; width: 4px; height: 4px; background: #ffffff; border-radius: 2px; }
.partner-grid .partner-box a .grid-ov { overflow: auto; }
.modal-body{ padding:30px;}
.product-img{ width:80%; margin:0px auto; height:350px; padding-bottom:30px;}
.product-img img{ max-height:100%; max-width:100%;}
.footer-contact-list-holder{ display: flex; flex-wrap: wrap; margin:-20px -15px; position: relative;}
.ft-contect-box{ padding:20px 15px;flex: 0 0 50%; width: 50%; max-width: 50%;}
/*----*/

.title1 { }
.title-holder { margin-bottom: 50px; }
.title-holder .fright, .title-holder .fleft { margin: 0px !important; }
.icaptcha { position: absolute; bottom: 70px; right: 0px; }
.lead { font-size: 18px; line-height: 30px; font-weight: 400; color: #111111; }
.lead-lg { font-size: 24px; line-height: 30px; }
.lead-xlg { font-size: 36px; line-height: 40px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.full-mx { max-width: 1400px; margin: 0px auto; }
.cont-md { width: 1030px; margin: 0px auto; }
.cont-sm { width: 620px; margin: 0px auto; }
.cont-xs { width: 550px; margin: 0px auto; }
.container .container { padding: 0px; }
.bg-color1 { background-color: #02081d; }
.bg-color2 { background-color: #030b2b; }
.bg-color3 { background-color: #ffffff; }
.cont1-md, .cont1-sm { padding-right: 40px; }
.cont2-md, .cont2-sm { padding-left: 40px; }
.txt-link { text-decoration: underline !important; color: #7d7d7d !important; }
a.txt-link:hover { text-decoration: underline !important; color: #f58020 !important; }
.btn-link { font-size: 16px; text-transform: uppercase; font-weight: 500; text-decoration: none !important; color: #f7941d; }
a.btn-link:hover, a.btn-link:focus { color: #000000; }
.txt-red { color: #cf151c !important; }
a.txt-red:hover { color: #111111 !important; }
.txt-dark { color: #111111 !important; }
a.txt-dark:hover { color: #f58020 !important; }
.txt-white { color: #ffffff !important; }
a.txt-white:hover { color: #fcb040 !important; }
.txt-green { color: #3C8825 !important; }
a.txt-green:hover { color: #111111 !important; }
.txt-underlined { text-decoration: underline !important; }

/*

font-family: 'Poppins', sans-serif;

font-family: 'Open Sans', sans-serif;

Poppins:100,200,300,400,500,600,700,800,900

OpenSans:300,400,600,700,800

transition: all 0.2s linear;

*/

@-ms-viewport {
 width:auto !important;
}
 @media print {
a[href]:after { content: none !important; }
}
.top-bar ul li.site_li{ padding: 0px 5px;}
.top-bar ul li.site_li:after {content: ''; width: 1px; background-color: #535353;height: 15px; margin-left: 10px; display: block;}
.top-bar ul li.site_li img { border-radius: 100%; max-width: 17px; }
.bottom-whatsapp { position: fixed; bottom: 20px; left: 20px; z-index: 5; } 
.bottom-whatsapp a { display: flex; justify-content: center; align-items: center; line-height: 1; width: 74px; height: 74px; border-radius: 50%; color: #ffffff; background: #25D366; font-size: 30px; box-shadow: 0px 8px 16px rgba(0,0,0,0.1); } 
.bottom-whatsapp a:hover { background: #18bd56; } 

.link-fix { bottom: 0; font-size: 0; left: 0; position: absolute; right: 0; top: 0; }

/* home page */
.intro-home-1 { padding-bottom: 100px; padding-top: 100px; }
.intro-home-2 { margin-bottom: 50px; }
.intro-home-3 { margin-bottom: 70px; }
.intro-home-3 iframe { height: 220px; }
@media screen and (min-width: 475px) {
	.intro-home-3 iframe { height: 300px; }	
}
@media screen and (min-width: 768px) {
	.intro-home-3 iframe { height: 392px; }	
}
@media screen and (min-width: 992px) {
	.intro-home-3 iframe { height: 527px; }	
}
@media screen and (min-width: 1200px) {
	.intro-home-3 iframe { height: 628px; }	
}
@media screen and (min-width: 1400px) {
	.intro-home-3 iframe { height: 729px; }	
}
@media screen and (min-width: 1440px) {
	.intro-home-3 iframe { height: 774px; }	
}
.intro-home-5 { padding-bottom: 100px; padding-top: 100px; }

/* news */
.news-grid { display: flex; flex-flow: wrap; margin: 0 -15px; }
.news-grid .news-box { padding: 20px; width: 33.333%; }
.news-grid .news-inner { border: #CECECE solid 1px; padding: 15px; position: relative; }
.news-grid .news-intro-img { align-items: center; background: #f6f6f6; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 20px; }
.news-grid .news-intro h3 { font-size: 18px; font-weight: 600; margin: 0 0 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.news-grid .news-intro p { margin: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }

.title-wrap-1 { margin-bottom: 20px; }
.title-wrap-1 h2 { font-size: 50px; margin: 0; }
.title-wrap-1 .navlist { display: flex; flex-wrap: wrap; list-style: none; justify-content: flex-end; margin: 0; padding: 0; }
.title-wrap-1 .navlist button { background: #060D29; border: none; border-radius: 28px; color: #fff; display: block; font-size: 18px; margin: 5px 0 5px 5px; padding: 5px 25px; text-transform: uppercase; }
.title-wrap-1 .navlist button.active, .title-wrap-1 .navlist button:hover { background: #3C8825; }

.action-wrap-1 { background: #F2F2F2; color: #060D29; margin-bottom: 20px; padding: 10px 25px; }
.action-wrap-1 select { background: #fff; border: none; border-radius: 18px; display: block; padding: 5px; width: 100%; }
.action-wrap-1 label { display: inline-block; margin-right: 5px; }
.action-wrap-1 .row, .action-wrap-2 .row { align-items: center; }
.action-wrap-1 .clast, .action-wrap-2 .clast { text-align: right; }
.action-wrap-1 .actgroup { display: inline-block; margin: 5px 30px 5px 0; }
.action-wrap-1 .actgroup:last-child { margin-right: 0; }
.action-wrap-1 .actw-1 { display: inline-block; width: 90px; }
.action-wrap-1 .actw-2 { display: inline-block; width: 230px; }
.action-wrap-2 { color: #060D29; margin-top: 10px; }

.grid-product { margin-left: -15px; margin-right: -15px; }
.grid-product .spcol { padding-left: 15px; padding-right: 15px; }
.grid-product figure { align-items: center; background: #fff; display: flex; flex-flow: wrap; justify-content: center; margin: 0; }
.grid-product .gcontent { background: #F2F2F2; padding: 20px; }
.grid-product .gcontent h3 { color: #060D29; font-size: 18px; font-weight: 400; margin: 0 0 15px; }
.grid-product .gcontent h3 a { color: #060D29; }
.grid-product .gcontent h3 a:hover { color: #3C8825; }
.grid-product .gprice { color: #03081C; font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.grid-product .ginner { border: #CECECE solid 1px; margin-bottom: 30px; }
.grid-product .ginner:hover { box-shadow: rgba(0,0,0,0.16) 0 5px 10px; }
.grid-product .gbutton { margin: 10px -5px 0; }
.grid-product .gbutton .spcol { padding-left: 5px; padding-right: 5px; }
.grid-product .gbutton a { text-align: center; }
.grid-product .button { padding-left: 5px; padding-right: 5px; }

.grid-news .gitem { margin-bottom: 30px; position: relative; }
.grid-news figure { border: #ddd solid 1px; margin: 0 0 20px; }
.grid-news h3 { color: #060D29; font-size: 18px; font-weight: 600; margin: 0 0 10px; word-break: break-all; }
.grid-news .gmore { color: #505050; }

.slick-1 { margin: 40px 100px 0; padding: 0 80px; }
.slick-1 .gitem { padding: 0 10px; }
.slick-1 .ginner { margin-bottom: 0; }
.slick-1 .slick-arrow { background: #fff; border: #060D29 solid 1px; font-size: 0; top: 50%; transform: translateY(-50%); opacity: 1; width: 55px; height: 55px; line-height: 55px; color: #060D29; border-radius: 50%; }
.slick-1 .slick-arrow:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 20px; }
.slick-1 .slick-arrow:hover { background: #060D29; color: #ffffff; }
.slick-1 .slick-next { right: 0; }
.slick-1 .slick-next:before { content: "\f054"; }
.slick-1 .slick-prev { left: 0; }
.slick-1 .slick-prev:before { content: "\f053"; }

.title-1, .btn-drop { background: #060D29; color: #fff; font-size: 16px; font-weight: 400; margin: 0; padding: 15px 30px; text-transform: uppercase; }
.title-2 { font-size: 30px; font-weight: 700; margin: 0 0 20px; }
.btn-drop { display: none; padding-right: 30px !important; position: relative; }
.btn-drop:before { content: "\f107"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 16px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
.btn-drop.open:before { content: "\f106"; }
.btn-drop:hover { background: #3C8825; color: #fff; }

.nav-list { list-style: none; margin: 0; padding: 0; }
.nav-list li a { background: #F8F8F8; border-bottom: #CECECE solid 1px; color: #060D29; display: block; font-size: 16px; font-weight: 500; padding: 15px 30px; }
.nav-list li.active a, .nav-list li a:hover { background: #3C8825; color: #fff; }

.pagernum { align-items: flex-end; display: flex; flex-flow: wrap; list-style: none; margin: 0; padding: 0; }
.pagernum li { margin: 5px 7px 0 0; }
.pagernum li:last-child { margin-right: 0; }
.pagernum li a { align-items: center; background: #fff; border: #060D29 solid 1px; border-radius: 100% !important; color: #838383; display: flex; font-size: 12px; height: 40px; justify-content: center; width: 40px; }
.pagernum li.active a, .pagernum li a:hover { background: #060D29; color: #fff; }
.pagernum li.prev a, .pagernum li.next a { color: #060D29; font-size: 0; }
.pagernum li.prev a:before, .pagernum li.next a:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 16px; }
.pagernum li.next a:before { content: "\f054"; }
.pagernum li.prev a:before { content: "\f053"; }

.product-wrap { margin-left: -25px; margin-right: -25px; }
.product-images, .product-intro { padding-left: 25px; padding-right: 25px; }
.product-images .slider-nav { padding: 0 80px; }
.product-images .slider-nav .item { display: block; opacity: 0.5; padding: 0 7px; position: relative; text-align: center; }
.product-images .slider-nav .item .slitem { align-items: center; border: #707070 solid 1px; display: flex; flex-flow: wrap; justify-content: center; }
.product-images .slider-nav .item .slitem:hover, .product-images .slider-nav .item.slick-current { opacity: 1;	}
.product-images .slider-nav .item .slitem figure { margin: 0; }
.product-images .slider-nav .item .slitem img { height: auto !important; }
.product-images .slider-nav .slick-arrow { background: #fff; border: #060D29 solid 1px; font-size: 0; top: 50%; transform: translateY(-50%); opacity: 1; width: 55px; height: 55px; line-height: 55px; color: #060D29; border-radius: 50%; }
.product-images .slider-nav .slick-arrow:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 20px; }
.product-images .slider-nav .slick-arrow:hover { background: #060D29; color: #ffffff; }
.product-images .slider-nav .slick-next { right: 0; }
.product-images .slider-nav .slick-next:before { content: "\f054"; }
.product-images .slider-nav .slick-prev { left: 0; }
.product-images .slider-nav .slick-prev:before { content: "\f053"; }
.product-images .slider-for { border: #CECECE solid 1px; margin-bottom: 20px; overflow: hidden; position: relative; text-align: center; }	
.product-images .slider-for img { height: auto !important; }
.product-images .slider-for .item .slitem figure { margin: 0; }
.product-intro .gprice { color: #3C8825; font-size: 18px; font-weight: 600; margin: 20px 0; }
.product-intro label, .product-intro h4 { color: #333; font-size: 18px; font-weight: 600; }
.product-intro h4 { margin: 20px 0 10px; }
.product-intro label { display: inline-block; margin-right: 5px; }
.product-intro .pstatus { font-size: 18px; margin: 15px 0; }
.product-intro .pstatus strong { color: #3C8825; font-weight: 600; }
.product-intro .prochoose { align-items: center; display: flex; margin-bottom: 30px; }
.product-intro .prochoose .qty-wrap { border: #707070 solid 1px; border-radius: 24px; width: 140px; }
.product-intro .prochoose .qty-wrap .form-control { background: none; border: none; height: 47px; text-align: center; }
.product-intro .prochoose .qty-wrap .input-group-text { align-items: center; background: none; border: none; color: #333; display: flex; flex-flow: wrap; font-size: 20px; justify-content: center; padding: 0; height: 47px; width: 40px; }
.product-intro .prochoose .qty-wrap .input-group-text:hover { color: #3C8825; }
.product-intro .document { margin-bottom: 30px; }
.product-intro .gbtn a, .product-intro .gbtn button, .product-intro .gbutton a, .product-intro .gbutton button { margin-top: 10px; margin-right: 10px; }
.product-intro .gbtn .btn-green { text-transform: capitalize; }
.product-intro .variations { margin-bottom: 15px; }
.product-intro .variations th, .product-intro .variations td { border-bottom: none; padding: 0; text-align: left; }
.product-intro .variations th.label, .product-intro .prochoose label { margin-right: 0; padding-right: 5px; width: 115px; }
.product-intro .variations select { border: #707070 solid 1px; border-radius: 24px; display: inline-block; padding: 10px; }
.product-intro .reset_variations, .product-intro .woocommerce-variation { display: none !important; }
.product-intro .btn-gate-quote { padding: 12px 30px; }

.tempt-1 { background: #F8F8F8; }

.link-1 { color: #838383 !important; text-decoration: underline !important; }
.link-1:hover { color: #3C8825 !important; text-decoration: none !important; }

.document figure, .document p, .document ol, .document ul { margin: 0 0 20px; }
.document h1, .document h2, .document h3, .document h4, .document h5 { color: #333; margin: 30px 0 20px; }
.document h1, .document h2 { line-height: 1.1; }
.document h1 { font-size: 46px; }
.document h2 { font-size: 38px; margin-top: 50px;	} 
.document h3 { font-size: 24px; }
.document h4 { font-size: 20px; }
.document h5 { font-size: 16px; font-weight: bold; line-height: 1.6; }	
.document li { margin-bottom: 15px; }
.document ol ol, .document ul ul, .document ol ul, .document ul ol { margin-top: 15px; }
.document ol { padding-left: 10px; }
.document ol ol { padding-left: 30px; }
.document ul { list-style: none; margin: 0; padding: 0; }
.document ul li { margin-bottom: 10px; padding-left: 17px; position: relative; }
.document ul li:before { background: #060D29; border-radius: 100%; content: ""; height: 7px; left: 0; position: absolute; top: 6px; width: 7px; }
.document ul ul { margin-left: 20px; }
.document strong { font-weight: 500; }
.document iframe { width: 100%; }

.thank-wrap { height: calc(100vh - 146px); overflow: hidden; position: relative; }
.thank-wrap:before { background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 2; }
.thank-wrap img { bottom: 0; height: auto; left: 0; margin: auto; min-height: 100%; min-width: 100%; object-fit: cover; position: absolute; top: 0; right: 0; width: auto; z-index: 0; }
.thank-wrap .container { align-items: center; bottom: 0; display: flex; flex-flow: wrap; left: 0; position: absolute; right: 0; top: 0; z-index: 5; }
.thank-wrap .content { color: #fff; font-size: 18px; max-width: 534px; }
.thank-wrap .outlnk { margin-top: 20px; }
.thank-wrap h1 { color: #fff; font-size: 70px; line-height: 1.2; margin: 0 0 20px; }
.thank-wrap .button { margin-top: 10px; }
.thank-wrap .bdr-white { margin-right: 20px; }

.slickhome .slide-item{
	position: relative;
	padding-bottom: 56%;
	width: 100%;
}
.slickhome .slide-item.slide-img{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slickhome .slide-item.slide-video{
	background: #000;
}
.slickhome .slide-item.slide-video > iframe, .slickhome .slide-item.slide-video > video{
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.intro-product { margin-bottom: 30px; }
