/*Version: 1.0*/

/*STYLES ELEMENTS
01. GENERAL & BASIC STYLES
02. HEADER & NAVIGATION 
03. SLIDER
04. CONTENT
05. FOOTER

/* ==========================================================================
01. GENERAL & BASIC STYLES
========================================================================== */
html {
	width: 100%;
	height: 100%;
}
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {	
	font:normal 14px/21px 'Open Sans', sans-serif;
	color:#372114;
	position:relative;
	line-height: 1;
}
body a:focus {
	outline:none;
	text-decoration:none;
}
a:focus {
	color:inherit;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	resize:none;
}
input, textarea, select{ border: 1px solid #dfdfdf; letter-spacing: 1px; font-size: 11px;  padding: 8px 15px; width: 100%; margin: 0 0 20px 0; text-transform: uppercase; max-width: 100%; resize: none;}
input[type="submit"] { width: auto}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none;  border-radius: 0; }
input:focus, textarea:focus{ border: 1px solid #989898; }
input[type="submit"]:focus { border:none !important}
select::-ms-expand{ display:none; }
textarea:focus, input:focus{
    outline: none;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0 none;
	width:100%;
}
img.left {float: left; margin: 0 25px 15px 0; }
img.right {float: right; margin: 0 0 15px 25px; }
::selection {
 background: #ed3237;
 color: #000000;
 text-shadow: none;
}
::-moz-selection {
 background: #ed3237;
 color: #000000;
 text-shadow: none;
}
/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*-Link Style-*/

a {
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color:#615089;
}
a:hover {
	text-decoration: none;
	color: #987fd2;
}
body {
	background: #fff;
	margin:0;
	padding:0;
}
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
#wraper {
	max-width:100%;
	overflow:hidden;
	margin:0 auto;
}
.container {
	position: relative;
	max-width: 1170px;
	margin:0 auto;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.btn {  background: #fdcb04; padding: 5px 14px; text-decoration: none; font-size:14px; line-height:21px; margin:0; text-align:center; color:#000; font-family:'Open Sans', sans-serif; font-weight:400; cursor:pointer;}
.btn:hover {  color:#fff; background:#000;}

/* heading */
h1, h2, h3, h4, h5 { text-transform: uppercase; margin:0; padding:0; color: #000; }
h1 { font-weight:700; line-height: 45px}
h2 { font-size:24px; font-weight:400; letter-spacing:inherit; line-height: 30px}
h3 { font-size:14px; letter-spacing:inherit; font-weight:700; }
h4 { letter-spacing: 0px; font-weight:400; text-transform:none; font-size:16px; line-height: 26px}
h5 { letter-spacing: 2px; font-weight:600; font-size:11px}
h6 { font-family: 'Open Sans', sans-serif; letter-spacing: 1px; font-size: 13px; font-weight: 400; line-height: 20px}



/* width */
.width { display: inline-block; position: relative; width: 90%; }
.width-20 { width:20% !important;}
.width-25 { width:25% !important;}
.width-30 { width:30% !important;}
.width-40 { width:40% !important;}
.width-50 { width:50% !important;}
.width-60 { width:60% !important;}
.width-70 { width:70% !important;}
.width-80 { width:80% !important;}
.width-90 { width:90% !important;}
.width-100 { width:100% !important;}
.width-auto { width: auto !important}

.text-left { text-align: left !important;}
.text-right { text-align: right !important;}
.text-center { text-align: center !important;}
.text-justify { text-align: justify;}

.f-left { float:left !important;}
.f-right { float:right !important;}

/* =========================================================================
02. HEADER & NAVIGATION 
========================================================================== */
.header {padding: 0; background: rgba(27,79,131,1) ;
background: -moz-linear-gradient(top, rgba(27,79,131,1) 0%, rgba(7,29,80,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,79,131,1)), color-stop(100%, rgba(7,29,80,1)));
background: -webkit-linear-gradient(top, rgba(27,79,131,1) 0%, rgba(7,29,80,1) 100%);
background: -o-linear-gradient(top, rgba(27,79,131,1) 0%, rgba(7,29,80,1) 100%);
background: -ms-linear-gradient(top, rgba(27,79,131,1) 0%, rgba(7,29,80,1) 100%);
background: linear-gradient(to bottom, rgba(27,79,131,1) 0%, rgba(7,29,80,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4f83', endColorstr='#071d50', GradientType=0 ); border-bottom:4px solid #193470;} 

.headerbg { background:url(../images/headerbg.png) repeat; position:relative;}
.headerwatermark { width:25%; float:left;}
.header .logo {  width:50%; text-align:center; padding:10px 0; float: left; }
.header .logo img{ width:auto;}

.headerright { float:right; width:25%; padding:25px 0; text-align:right;}
.headerright .fa { font-size:20px; line-height:20px; margin:0 5px; color:#fff; opacity:0.7;}
.headerright .fa:hover { opacity:1;}

#primary_nav_wrap { background:#fdcb04;}
#primary_nav_wrap ul{list-style:none; position:relative; margin:0; padding:0; text-align:center; }
#primary_nav_wrap ul a{display:block; color:#000; text-decoration:none; font-weight:600; font-size:18px; line-height:30px; padding:5px 30px; text-transform:uppercase; }
#primary_nav_wrap ul li{ position:relative; display:inline-block; margin:0; padding:0; border-right:1px solid #585555; margin-left:-4px;}
#primary_nav_wrap ul li:last-child { border-right:0;}
#primary_nav_wrap ul li.active, #primary_nav_wrap ul li:hover{background:#000;}
#primary_nav_wrap ul li.active a, #primary_nav_wrap ul li:hover a{ color:#fff;}
#primary_nav_wrap ul ul{ display:none; position:absolute; top:35px; left:0;  padding:5px 0 0; width:200px; z-index:9;}
#primary_nav_wrap ul ul li{ float:none; width:100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background:#fdcb04; margin:0; border:0; text-align:left;}
#primary_nav_wrap ul ul a{ line-height:120%; padding:8px 15px; font-size:14px; text-transform:capitalize; }
#primary_nav_wrap ul ul ul{ top:0; left:100%; padding:0;}
#primary_nav_wrap ul li:hover > ul{display:block;}
#primary_nav_wrap ul li:hover > ul li:hover { background:#000;}
#primary_nav_wrap ul li:hover > ul li a { color:#000;} 
#primary_nav_wrap ul li:hover > ul li:hover a { color:#fff;}
#primary_nav_wrap ul li:hover > ul li:hover li a { color:#000;}
#primary_nav_wrap ul li:hover > ul li:hover li:hover a { color:#fff;}
#primary_nav_wrap ul li .sf-sub-indicator { position: relative; width: 9px; height: 6px; background: url(../images/indicator1.png) no-repeat 0 0;
     bottom: 3px; margin-left: 5px; display: inline-block; }
#primary_nav_wrap ul li.active > a .sf-sub-indicator, #primary_nav_wrap ul li:hover > a .sf-sub-indicator { background-position: 0 bottom;}
.doantebtn { margin:15px 0 0; display:inline-block;  font-size:14px; text-transform:capitalize; line-height:21px; padding:5px 25px; text-transform:uppercase; width:auto;}
.runningline { background:#1b3672; padding:6px 10px;}
.runningline marquee { font-size:14px; line-height:19px; color:#fff;}


.mobilemenu_wrap { display:none;  /*background: url(../images/mobilemenu_bg.jpg) repeat-x left center;*/ box-sizing: border-box; color: #666; font-size: 13px; height: 30px; line-height: 30px; padding: 0 50px; width: auto; position: absolute; top: 5px; left:0; z-index: 999;}
.mobilemenu_wrap a {background: url(../images/mobilemenu.png) no-repeat left center; display: block; height: 30px; left: 0; position: absolute; top: 0; width: 30px; color: #000;text-decoration: none; padding-left: 35px;}
#mobilemenu { display:none;}
/* =========================================================================
03. SLIDER
========================================================================== */
.sliderwrap { margin:0; padding:0; }
.tagpoints { width:100%; margin:0 auto;}
.tagpoints .pointblock { float:left; width:30%; text-align:center; padding:10px 10px; font-size:16px; line-height:21px; color:#fff; font-weight:600;}
.tagpoints .pointblock-title { background:#fdcb04; color:#000; width:10%;}
.tagpoints .pointblock-1 { background:#6a089d;}
.tagpoints .pointblock-2 { background:#a60586;}
.tagpoints .pointblock-3 { background:#fd04cc;}
/* =========================================================================
04. CONTENT
========================================================================== */
.content { padding:15px 0 15px; margin:0;}
.text { padding: 15px 0; }
.text-uppercase { text-transform:uppercase;}
.text h1{ font-size:30px; line-height:40px; color:#1b3672; margin:0 0 15px; font-weight:600;}
.text h2{ font-size:24px; line-height:34px; color:#1b3672; margin:0 0 15px; font-weight:600;}
.text h3{ font-size:21px; line-height:30px; margin:0 0 15px; font-weight:600;}
.text p { font-size:14px; line-height:19px; margin:0 0 10px; text-align:justify;  color:#333;} 
.text.text-center p { text-align:center; font-size:16px; line-height:24px; margin-bottom:15px;}

.text li {font-size:14px; line-height:21px; margin:0 0 5px;}
/*.content .text img{border: 5px solid #FFFFFF; border-radius: 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);}*/
.entry_title h2 { font-size:24px; line-height:36px; color:#1b3672; font-weight:400; margin:0 0 15px;  }


.homeintrotext h1{ font-size:30px; line-height:40px; color:#1b3672; text-transform:none; margin:0 0 15px; font-weight:600;}
.homeintrotext p { font-size:16px; line-height:26px; }


.homeblocks ul li { width:33.33%; float:left; padding:0; border:1px solid #fff; padding: 1%; }
.homeblocks ul li .img {overflow:hidden; display:block; }
.homeblocks ul li .img img{ display:block; transition: all .3s ease-in-out;}
.homeblocks ul li:hover .img img{ transform: scale(1.1);}
.homeblocks ul li .name { background:#1b3672; font-size:14px; line-height:24px; font-weight:600; color:#fff; padding:5%; display:block; text-align:center; margin:-1px 0 0 0; -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;}
.homeblocks ul li:hover .name { background:#fdcb04;}

.fix-bg {width: 100%; height: 100%; background-attachment: fixed; background-position: center center; background-size: cover; }
.content-bg { background:rgba(255,255,255,0.9); padding:40px 8%; width:100%; margin:0 auto;}
.gallery-content { padding:40px 2%;}
.gallery ul li { width:16.6%; padding:5px 10px; margin:0; float:left;}
.gallery ul li img { height:115px;}

.map { margin-top:25px; border:2px solid #1b3672;}
#ContactForm { padding:20px; background:#1b3672; }
#ContactForm .required { color:#FFFFFF; font-size:13px; margin-right:20px;}
#contact-us-button { border:0;}
/* =========================================================================
05. FOOTER
========================================================================== */
footer.footer { padding: 0; color:#333; border-top:4px solid #333; background:#fff;}
.footer p { font-size:13px; line-height:19px;}

.footer .footerlogo { padding:15px 0 5px;}
.footerlinks { padding:10px 0; text-align:right;}
.footerlinks a { color:#333; margin:0 10px ; font-size:14px; line-height:24px;} 
.footerlinks a:hover { color:#fdcb04;}
.socialicons a { padding-right:15px;}
.socialicons .fa { font-size:30px;}

.copyright { display:block; width:100%; text-align:center; padding: 0 0 10px; color:#333;}
.copyright span { margin:0 10px; font-size:13px; line-height:19px; color:#333;}
.copyright span a { color:#1b3672;}
.copyright span a:hover{ color:#fdcb04;}

#success { clear: both; margin: 0 0 20px; text-align: center; background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; border-radius: 5px; padding: 15px 0;}


#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 450px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  position: absolute;  
  width: 30px;
    height: 30px;
    background: #fff;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    padding: 3px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
  
}

#primary_nav_wrap ul ul a {
    line-height: 120%;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: capitalize;
    background: #fdcb04;
    color: #000 !important;
}