/* =Import Required styles
========================================================================================*/
@import url(normalize.css);
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font:16px/1.5 'Source Sans Pro', Arial, Helvetica, sans-serif; color:#666666; font-weight:400; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -moz-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:background-color 0.2s ease-in, color 0.2s ease-in; -ms-transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
.allanim, .press-title, .press-block figure:before, .press-block figure:after, .venoboxvid:before, .venoboxvid:after, .owl-nav > div, .project-types .col:before, .action-link:before, span.navtrigger:before, .project-info-box { -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -o-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); }
a { color: #117B3C; text-decoration:underline;}
a:hover { color:#cea12a; text-decoration:none; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.2; margin:0 0 20px; color:#2c2c2c; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-weight:700; text-transform:uppercase; }
h1 { font-size:60px;  }
h2 { font-size:40px; }
h3 { font-size:30px; }
h4 { font-size:24px; margin-bottom:10px; }
h5 { font-size:18px; margin-bottom:10px; }
h6 { font-size:16px; margin-bottom:10px; }

.cf:after, .wrap:after, .footer-cols:after, .fmenu:after, .site-content:after, .project-list:after, .project-detail-section:after { content:""; display:table; clear:both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { *zoom:1; margin-left:-16px; margin-right:-16px; clear:both; display: flex; justify-content: space-between; flex-wrap: wrap; }
.cols:after {content:""; display:table; clear:both; }
.cols .col { float:left; min-height:1px; padding-left:16px; padding-right:16px; }
.cols1 .col { flex:0 0 100%; max-width: 100%; width:100% }
.cols2 .col { flex:0 0 50%; max-width: 50%; width:100% }
.cols3 .col { flex:0 0 33.3333333%; max-width: 33.3333333%; width:100%; }
.cols4 .col { flex:0 0 25%; max-width: 25%; width:100% }
.spacingcolmn .col { margin-bottom: 20px; }

/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; font-size: 20px; color: #117B3C; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; color: #CEA12A; }
.highlight, mark { background:#fffd64; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:#117b3c; }
.text-secondary { color:#2c2c2c; }

.bg-muted { background:#777; }
.bg-primary { background:#e34f26; }
.bg-secondary { background:#7979a9; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding:8px 12px 0; display:block; color:#f34834; }
input.has-error { border:solid 1px #f34834 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.pt-0 { padding-top: 0 !important; }


/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #117b3c; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { max-width:33.33333%; width:100%; float:left; position:relative; border:solid 1px #ddd; padding:6px; background:#fff; margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block figcaption { display:block; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:#fff; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }
.img-bordered { border:solid 1px #ddd; padding:6px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:#fff; }

/* =Layout Width
========================================================================================*/
.wrap { max-width:1240px; width:100%; margin:0 auto; padding-left:20px; padding-right:20px; }
#main { padding:50px 0; }
.hassidebar { display: flex; align-items: flex-start; }
.hassidebar #primary { flex:0 0 60%; max-width: 60%; width: 100%; padding-right: 20px; }
.hassidebar #sidebar { flex:0 0 40%; max-width: 40%; width: 100%; padding-left: 20px; }
.one-column { width:auto !important; float:none !important; }

/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { padding:20px 0 25px; position: relative; z-index: 2; }
.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
#logo { position:relative; text-decoration:none; max-width: 230px; }
#logo img { display: block; width:100%; height:auto; }
#mainmenu {  position:relative; }
#mainmenu ul { margin:0; padding:0; list-style:none; }
#mainmenu li { float:left; }
#mainmenu > ul > li { margin:0 0 0 35px; text-transform:uppercase; position:relative; }
#mainmenu li a { text-decoration:none; padding:0; display:block; color:#2c2c2c; letter-spacing:0.02em; padding:15px 0; }
#mainmenu li a:hover { color:#cea12a; }
#mainmenu > ul > li.active > a, #mainmenu > ul > li.active > ul > li.active > a { color:#cea12a; }
.navtrigger { bottom:0; cursor:pointer; display:none; height:14px; line-height:14px; position:absolute; right:10px; text-align:center; top:11px; width:21px; z-index:1; }
span.navtrigger:before { content:"+"; position:absolute; bottom:0; margin:auto; font-size: 24px; color: #fff; }
span.navtrigger.open::before { -webkit-transform:rotate(45deg); transform:rotate(45deg); }
#mainmenu li ul { min-width: 250px; padding: 15px; position: absolute; top: 100%; left: 0; background: #151515; display:none; }
#mainmenu li li { margin-bottom:5px; float:none; } 
#mainmenu li li a { padding-bottom:0; color: #fff; }
#mainmenu li li a:hover { color: #cea12a; }
#mainmenu li li:last-child { margin-bottom:0; }
/* .hasnav ul:after { content:''; position:absolute; top:-7px; left:10px; border-bottom:7px solid #151515; border-left:7px solid transparent; border-right:7px solid transparent; height:0; width:0; } */
#mainmenu li ul#a-z-dropdown { max-width: 1240px; width: 100%; margin: 0 auto; padding-left: 20px; padding-right: 20px; left: 0; right: 0; padding: 0; font-size: 0; }
#mainmenu li ul#a-z-dropdown li { display: inline-block; vertical-align: middle; line-height: 1; padding: 0 !important; margin: 0 !important; }
#mainmenu li ul#a-z-dropdown li a { padding: 14px 20px; display: block; font-size: 16px; }

.main-banner { padding:75px 0; position:relative; z-index:1; text-align:center; color:#fff; background:url(../images/innerbanner.png) no-repeat center center; -moz-background-size:cover; -webkit-background-size:cover; -ms-background-size:cover; background-size:cover; }
.main-banner:after { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(17,123,60,0.85); z-index:1; }
.main-banner .wrap { z-index:2; position:relative; }
.main-banner h1 { color:#fff; }

.footertop { background-color: #2C2C2C; padding: 44px 0; }
.fmenu ul { list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.fmenu ul li { margin: 0 0 0 35px; }
.fmenu ul li:first-child { margin-left: 0; }
.fmenu ul li a { text-transform: uppercase; color: #fff; text-decoration: none; }
.fmenu ul li a:hover, .fmenu ul li.active a { color: #cea12a; text-decoration: none; }
.footerbottom { background-color: #202020; padding: 16px 0; text-align: center; }
.footerbottom .copyright { margin-bottom: 0; color: #fff; font-size: 18px; }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; padding:4px 12px; height:48px; line-height:1.55; border:solid 1px #e6e6e6; color:#323232; width:100%; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
textarea { width:100%; height:160px; overflow:auto; resize:none; padding:10px 15px;  font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; }
select { height:auto; padding:12px 42px 12px 12px; font-size:14px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:0; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:after { content:''; border-top:solid 5px #323232; border-right:solid 5px transparent; border-left:solid 5px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }
.ie select { padding-right:0; }
.ie .custom-select:before { z-index:2; height:40px; }
.ie .custom-select:after { z-index:3; }
.ie input[type="text"], .ie input[type="password"], .ie input[type="email"], .ie input[type="tel"], .ie input[type="search"], .ie input[type="url"], .ie select { line-height:32px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background:#cea12a; color:#fff;  border:0;  cursor:pointer; width:auto; overflow:visible; padding:10px 35px; vertical-align:middle; text-decoration:none; text-transform:uppercase; font-size:16px; line-height:1.25; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-weight:400;  }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#117b3c; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #117b3c; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: #117b3c; }
.checkbox input:checked + .input-helper:before { background-color: #117b3c; }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: '\2713'; font-size: 13px; left: 2px; top: 1px; font-weight: 600; color: #fff; transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #117b3c; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }


/* =BreadCrumbs
========================================================================================*/
.breadcrumbs ul { list-style:none; margin:0; padding:0; font-size:0; }
.breadcrumbs li { display:inline-block; position:relative; font-size:16px; }
.breadcrumbs li:not(:first-child):before { content:''; border-left:solid 5px #fff; border-bottom:solid 5px transparent; border-top:solid 5px transparent; width:0; height:0; display:inline-block; vertical-align:middle; margin:0 10px; }
.breadcrumbs li a { color:#fff; }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#cea12a; text-transform:uppercase; font-size:16px; color:#fff; display:inline-block; line-height:1.2; padding:11px 50px 11px 22px; vertical-align:bottom; font-family:'Montserrat', Arial, Helvetica, sans-serif; font-weight:500; position: relative; text-decoration: none; }
.button:hover { color: #fff; }
.button:after { content:''; position: absolute; top: 50%; right: 22px; background:url(../images/btnarrow.svg) no-repeat 0 0 / cover; width:20px; height:14px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.button:hover { background-color:#117b3c; text-decoration:none; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:16px 60px 16px 22px; font-size:20px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#9a9a9a; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#2c2c2c; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#117b3c; color:#fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#cea12a; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:none; border:solid 2px #cea12a; color:#cea12a;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#cea12a; color:#fff; }
.btn-outline:after { background-position:-22px -26px; }
.btn-outline:hover:after { background-position:0 -26px; }
.btn-lg:after { background: url(../images/btnarrow.svg) no-repeat 0 0 / cover; width: 24px; height: 18px; }
.btn-lg.btn-outline:after { background-position:-132px 0; }
.btn-lg.btn-outline:hover:after { background-position:-105px 0; }
/*.btn-lg:hover:after { background-position:-132px 0; }*/

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:9px 22px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; }


/* =Table CSS
========================================================================================*/
/* table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #ddd; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #ddd;  border-right:1px solid #ddd;}
table th { background:#ececec; font-weight:700; padding:17px 15px; font-size:16px; color: #000; }
table tr:hover td { background:#fbfbfb; }
table tr.selected td { background:#fbfbfb; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; } */


/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:solid 1px #e9edee;  }
.tabnav li { float:left; position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:uppercase; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display:block; padding:16px 5px; text-decoration:none; color:#2c2c2c; line-height:1.25; background:#e9edee; margin-bottom:-1px; border-left:solid 1px #dde1e2; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:#fff; color:#117b3c; }
.tabnav li.active a:after { display:block; }
.tab-container { padding:20px; border:solid 1px #e9edee; border-top:0; }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }


/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:#f3f3f3; color:#555; position:relative; padding:16px 54px 16px 16px; font-weight:600; font-size:15px; margin-bottom:7px; text-transform:uppercase; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #818181; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:#2c2c2c;}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #2c2c2c; }
.accordion-data { display:none; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px; margin:20px 0; color:#454545; position:relative; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }


/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; } 
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; } 

/* =Home-Page (only homepage used classes)
========================================================================================*/
.home #header { position:absolute; width:100%; left:0; top:0; z-index:99; -moz-background:linear-gradient(to bottom, #000, transparent); -webkit-background:linear-gradient(to bottom, #000, transparent); -ms-background:linear-gradient(to bottom, #000, transparent); background:linear-gradient(to bottom, #000, transparent); }
.home #logo span { color:#fff; }
.home #mainmenu li a { color:#fff; }

.herosectionwrapper { position: relative; }
.banner-content { max-width: 1080px; width: 100%; position:absolute; left:0; right:0; margin:-15px auto 0; text-align:center; top:50%; -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); z-index: 2; }
.banner-content h2 { font-size:60px; font-weight:700; color:#fff; text-shadow:0 4px 4px rgba(0,0,0,0.2); margin-bottom:30px; }
.banner-content h2 span { display:block; font-size:0.66em; font-weight:400; text-transform:none; }
.banner-content .button { display:table; margin:0 auto 25px; box-shadow:0 3px 5px rgba(0,0,0,0.45); }
.websearchwrapper { position: relative; max-width: 714px; width: 100%; margin: 0 auto 25px; }
.websearchwrapper .custom-select { position: absolute; width: auto; height: 100%; border-radius: 50px; }
.websearchwrapper .custom-select:before { content: ''; position: absolute; top: 50%; right: 0; background-color: #DFDFDE; width: 1px; height: 70%; -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.websearchwrapper .custom-select select { height: 100%; border: 0; border-radius: 50px; padding-left: 24px; cursor: pointer; }
.websearchwrapper .textbox { padding: 0 74px 0 100px; border-radius: 50px; height: 54px; }
.websearchwrapper #searchbtnmain { position: absolute; top: 0; right: 0; border-radius: 50%; padding: 0; }

.home-slider { background-color: #000; }
.home-slider.owl-carousel .owl-item .bgimg { height: 700px; opacity: 0.6; }
.owl-nav > div { position:absolute; margin-top:-25px; top:50%; left:40px; width:49px; height:49px; background:#117b3c; border-radius:50%; text-indent:-999em; }
.owl-nav > div:after { content:''; position:absolute; width:14px; height:14px; border:1px solid #fff; border-width:0 0 3px 3px; border-radius:1px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); top:17px; left:20px; }
.owl-nav > div.owl-next { left:auto; right:40px; }
.owl-nav > div.owl-next:after { border-width:3px 3px 0 0; left:15px; }
.owl-nav > div:hover { background:#cea12a;}
.slideimginfo { position: absolute; bottom: 57px; left: 0; right: 0; background-color: rgba(0,0,0,0.6); border-radius: 50px; max-width: 400px; width: 100%; margin: 0 auto; text-align: center; padding: 22px 18px 26px; }
.slideimginfo:before { content: ''; position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 18px 15px 0 15px; border-color: rgba(0,0,0,0.6) transparent transparent transparent; }
.slideimginfo * { font-family: 'Montserrat', Arial, Helvetica, sans-serif; color: #fff; }
.slideimginfo span { display: block; line-height: 1; margin-bottom: 7px; }
.slideimginfo span a, .slideimginfo p a { display: inline-block; }
.slideimginfo span { font-weight: 500; font-style: italic; }
.slideimginfo span a { color: #cea12a; font-size: 20px; font-weight: 600; font-style: normal; }
.slideimginfo span a:hover { text-decoration: none; color: #fff; }
.slideimginfo p { font-size: 14px; margin: 0; }
.slideimginfo p a { text-decoration: underline; }
.slideimginfo p a:hover { color: #cea12a; text-decoration: none; }

.bgimg { background-color: #000; background-position: center center; background-size: cover; }

.welcome-section { padding:0; margin-bottom:35px; }
.welcome-content { padding-top:65px; }
.section-title { position:relative; margin-top:118px; padding-top:20px; }
.title-left.section-title { margin-top:0; padding-top:0; }
.section-title span { font-size:0.9em; text-transform:none; font-weight:400; display:block; }
.section-title:before { content:''; width:42px; height:42px; border:1px solid #d8d8d8; background:url(../images/aboutusicon.svg) no-repeat 0 0 / cover; position:absolute; left:0; right:0; margin:0 auto; bottom:100%; }
.section-title:after { content:''; background:#d8d8d8; height:76px; width:1px; left:0; right:0; margin:0 auto; position:absolute; top:-118px; }
.title-left.section-title:before { bottom:auto; top:6px; right:auto; left:-66px; }
.title-left.section-title:after { bottom:auto; top:26px; right:100%; margin-right:66px; left:auto; width:500%; height:1px; }

.seboxe { background-color: #F7F7F7; border: #ddd solid 1px; padding: 28px; }
.seboxe p:last-child { margin-bottom: 0; }
.seboxe p a { color: #117b3c; text-decoration: underline; }
.seboxe p a:hover { color: #cea12a; text-decoration: none; }
.seboxe h4 { text-align: center; margin-bottom: 15px; }
.secondarytitle:after { content: ''; display: block; background-color: #cea12a; width: 60px; height: 3px; margin: 7px auto 0; }

.contact-form h3 { text-align: center; }
.forms { max-width: 567px; width: 100%; margin: 0 auto; }
.form-group label { display: block; font-size: 16px; color: #2c2c2c; text-transform: uppercase; margin: 0 0 5px; font-weight: bold; }

/* = Contact Us
========================================================================================*/
.wordlisting { list-style: none; margin: 0; padding: 0; counter-reset: num; }
.wordlisting li { position: relative; padding: 0 0 24px 50px; display: flex; flex-wrap: wrap; align-items: center;  margin-bottom: 20px; border-bottom: #f2f2f2 solid 1px; counter-increment: num; }
.wordlisting li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.wordlisting li:before { content: counter(num)"."; position: absolute; top: 0; left: 0; font-size: 26px; font-weight: 600; color: #2c2c2c; }
.wordlistingleft { padding-right: 20px; }
.wordlistingleft > a { display: inline-block; font-size: 20px; font-weight: bold; }
.wordlistingleft p { color: #2c2c2c; margin-bottom: 0; }
.wordlistingright { display: flex; flex-wrap: wrap; align-items: center; }
.sensesbar { background-color: #f2f2f2; width: 110px; height: 8px; overflow: hidden; margin-right: 15px; position: relative; }
.sensesbar span { position: absolute; display: block; background-color: #cea12a; height: 8px; }
.wordlistingright .quecount { color: #2c2c2c; font-weight: bold; font-size: 18px; color: #cea12a; }

/* = Dictionary Detail
========================================================================================*/
.dictdetailtitle { display: flex; align-items: center; justify-content: space-between; padding: 0 0 20px; margin: 0 0 20px; border-bottom: #d2d2d2 solid 1px; }
.dictdetailtitle h3 { text-transform: none; font-weight: 600; margin: 0; }
.dictdetailtitle .sharelink { display: inline-block; font-size: 18px; text-transform: uppercase; font-weight: bold; }
.yearslisting ul { list-style: none; margin: 0; padding: 0; }
.yearslisting ul li { position: relative; margin: 0 0 20px; padding: 0 0 0 60px; display: none; }
.yearslisting ul li[data-acc="open"] { display: block; }
.yearslisting ul li span { position: absolute; top: 0; left: 0; color: #222; font-weight: bold; }
.yearslisting ul li .showmorelink, .yearslisting ul li .showlesslink { text-transform: uppercase; font-weight: bold; color: #cea12a; }
.yearslisting ul li .showmorelink:hover, .yearslisting ul li .showlesslink:hover { color: #117b3c; }
.yearslisting ul li .showlesslink { display: none; }
.ads { display: block; }
.ads img { max-width: 100%; width: 100%; height: auto; }
.ads span { display: block; font-size: 18px; margin-top: 10px; }

/* = About Dictionary
========================================================================================*/
.labelcontent { position: relative; padding: 0 0 0 160px; }
.labelcontent .labeltitle { position: absolute; top: 0; left: 0; font-size: 18px; font-weight: 600; color: #222; }

/* = Acknowledgements Dictionary
========================================================================================*/

.aclogoimg img { display: block; width: 200px; height: auto; margin: 0 auto; }
.adsection { margin-top: 20px; }
.adsection.footer-adsection { margin: 0 0 20px; }
.adsection img { max-width: 100%; display: block; margin: 0 auto; }

.thankyousecwrapper { text-align: center; }
.thankyousecwrapper p { font-size: 20px; margin: 30px 0; color: #000; }


/* = Pagination CSS
========================================================================================*/
.pagination { justify-content: center; display: flex; flex-wrap: wrap; list-style: none; margin: 25px 0 0; padding: 0; }
.pagination .page-item { padding: 0 6px; }
.pagination li .page-link { background: #222; color: #fff; display: block; font-size: 20px; line-height: 40px; text-decoration: none; border-radius: 5px; width: 70px; text-align: center; height: 40px; }
.pagination li a.page-link:hover { background: #117b3c; }
.pagination li.active .page-link { background: #cea12a; }

.subscribe-plan-wrapper { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.subscripion-detail * { color: #fff; }
.subscribe-plan-wrapper .radio { width: 100%; margin: 0; padding: 0; flex: 0 0 calc(50% - 5px); max-width: calc(50% - 5px); }
.subscribe-plan-wrapper .checkbox > label, .subscribe-plan-wrapper .radio > label { padding: 0; cursor: pointer; }
.subscribe-plan-wrapper .radio .input-helper:before { top: 0; width: 100%; height: 100%; border-radius: 6px; border: 0; background: #117b3c; }
.subscribe-plan-wrapper .radio .input-helper:after { background: #b78b18; border-radius:6px; top: 0; left: 0; transform: scale(0); width: 100%; height: 100%; z-index: 0; }
.subscribe-plan-wrapper .radio:first-child, .subscribe-plan-wrapper .radio:nth-child(2) { margin: 0 0 8px; }
.subscripion-detail { position: relative; z-index: 1; padding: 10px 20px 5px 20px; }
.subscripion-detail .subsc-title { line-height: 1.2; margin: 0; font-size: 16px; }
.subscripion-detail .subscripion-price { font-size: 18px; display: block; }
