/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@import url(https://fonts.googleapis.com/css?family=Bree+Serif);



body {

	margin: 0;

	padding: 0;

	}



h1 {

	font-size: 60px;

	text-align: center;

	color: #FFF;

}	



h3 {

	font-size: 30px;

	line-height: 34px;

	text-align: center;

	color: #FFF;

}



h3 a {

	color: #FFF;

}



a {

	color: #FFF;

}





#container {

	margin: 0 auto;

	max-width: 890px;

}



p {

	text-align: center;

}



.toggle,[id^=drop], .toggle,[id^=subdrop]{
	display: none;
}



/* Giving a background-color to the nav container. */

nav {
	margin: 0;
	padding: 0;
	background-color: #fff;
   position: relative;
   z-index: 999;
}

.menu{
display: flex;
justify-content: center;
width: 100%;
}

#logo {

	display: block;

	padding: 0 30px;

	float: left;

	font-size:20px;

	line-height: 60px;

}



/* Since we'll have the "ul li" "float:left"

 * we need to add a clear after the container. */



nav:after {

	content:"";

	display:table;

	clear:both;

}



/* Removing padding, margin and "list-style" from the "ul",

 * and adding "position:reltive" */

nav ul {

	float: right;

	padding:0;

	margin:0;

	list-style: none;

	position: relative;

	}
nav ul.menu {
	float: none;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	font-size: 0px;
}

/* Positioning the navigation items inline */

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	position: relative;
}

nav .menu > li {

	background: transparent;

}
nav .menu > li.drop:hover .dropdown_content{
	display: inherit !important;
}
nav ul li .subdrop .dropdown_content.subdrop_content {
	display: none;
}
nav ul li .subdrop:hover > .subdrop_content {
	display: block; 
}

/* Styling the links */

nav a {
	display: block;
	padding: 14px 5px;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
}
nav ul.menu li > a {
	text-decoration: none;
}
.menu > li a:hover {
	color: #2497ff;
	background: transparent;
}

.menu li.drop .toggle:hover {
	color: #66b6ff;
}



nav ul li ul li:hover { background: #000000; }



/* Background color change on Hover */

nav a:hover { 

	background-color: #000000; 

}



/* Hide Dropdowns by Default

 * and giving it a position of absolute */

nav ul ul {
	display: none;
	position: absolute;
	top: 49px;
	z-index: 999;
}
	

/* Display Dropdowns on Hover */

nav ul li:hover > ul {

	display:inherit;

}

	

/* Fisrt Tier Dropdown */

nav ul ul li {

	width:170px;

	float:none;

	display:list-item;

	position: relative;

}



/* Second, Third and more Tiers	

 * We move the 2nd and 3rd etc tier dropdowns to the left

 * by the amount of the width of the first tier.

*/

nav ul ul ul li {

	position: relative;

	top:-60px;

	/* has to be the same number as the "width" of "nav ul ul li" */ 

	left:170px; 

}



	

/* Change ' +' in order to change the Dropdown symbol */

.menu li.drop .toggle span {

	position: relative;

}

li > a::after, .menu li.drop .toggle span::after {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	padding-left: 2px;
	position: relative;
	top: 2px;
}
li > a:hover::after, .menu li.drop .toggle:hover span::after {
	color: #66b6ff !important;
}

li > a:hover::after, .menu li.drop .toggle:hover span::after {

	transform: rotate(45deg);

}

li > a:only-child:after { content: ''; }


nav a:focus {
	color: #2497ff !important;
	text-decoration: none;
}


nav ul ul.full-bg {
	background: #fff;
	padding: 20px 0px 30px;
	border-bottom: 1px solid #fff;
	width: 100%;
	left: 0px;
}

.dropdown_content, .subdrop_content {
	max-width: 1140px;
	margin: 0 auto; 
	width:200px;
	display: flex;
	justify-content: space-around;
	display: none;
	position: absolute;
	left: 0px;
	height: 100%;
}

nav ul li .subdrop {
	margin-left: ;
	position: absolute;
	right: 0px;
}
.dropdown_content ol li a {
	line-height: normal;
	padding: 5px 12px 5px;
}
.dropdown_content ol {
	flex-direction: column;
	display: flex;
	max-width: 100%;
	width: 100%;
	padding: 0px;
	background: #fff;
	box-shadow: 0px 0px 5px 2px #ddd;
}
.dropdown_content .flex_div h2, .dropdown_content .flex_div h2 a {
	color: #031130;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	display: block;
	float: left;
	padding-left: 0px;
}
.dropdown_content .flex_div {
    display: flex;
    justify-content: space-between;
}
.dropdown_content .flex_div .col-item {
    padding: 0px 17.5px;
}
.dropdown_content .flex_div .col-item:nth-child(1){
    padding-left: 0px;
}
.dropdown_content .flex_div .col-item:nth-last-child(1){
    padding-right: 0px;
}
.dropdown_content .flex_div ol {
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: max-content;
}
.dropdown_content .flex_div ol::before {
    position: absolute;
    content: "";
    left: 55px;
    top: 0px;
    width: 100%;
    border-right: 1px solid #777777;
    height: 90px;
}
.dropdown_content .flex_div ol:nth-last-child(1)::before {
border-right: 0px;
}
.dropdown_content .flex_div ol li {
    width: auto;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown_content .flex_div ol li {
    margin: 0px;
    display: block;
    float: none;
    background-color: transparent;
    color: #fff;
}
.dropdown_content .flex_div ol li a {
	color: #031130;
	font-size: 14px;
	text-transform: initial;
	padding: 0px;
	line-height: 30px;
}

.dropdown_content .flex_div .col-item a {
    padding: 0px;
}
nav ul ul.full-bg .dropdown_content .flex_div:nth-child(1) {
    padding-bottom: 25px;
}
nav .menu > li.drop a{
position: relative; 
}
nav .menu > li.drop > a::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #66b6ff;
	position: absolute;
	left: -12%;
	right: 0px;
	margin: 0 auto;
	top: 39px;
	opacity: 0;
}
nav .menu > li.drop:hover > a::before {
    opacity: 1;
}


/* Media Queries

--------------------------------------------- */



@media all and (max-width : 1200px) {

.toggle .toggle_border span {

	border-bottom: 5px solid #2c2c2c;

	margin-bottom: 2px;

	width: 55px;

	height: 7px;

	display: block;

}

.dropdown_content {
	flex-wrap: wrap;
}



.dropdown_content .flex_div {
	display: flex;
	flex-wrap: wrap;
	width: 40%;
}

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}



	nav {
		margin: 0;
	}


	/* Hide the navigation menu by default */

	/* Also hide the  */

	.toggle + a,

	.menu {
		display: none;
	}

.menu {
	display: none !important;
	justify-content: center;
	width: 100%;
}

	/* Stylinf the toggle lable */

.toggle {
	display: block;
	background-color: #fff;
	color: #000;
	font-size: 17px;
	text-decoration: none;
	border: none;
}

nav > .toggle {
    float: right;
    border: 2px solid #2c2c2c;
    max-width: max-content;
    padding: 6px 5px;
    margin-right: 20px;
    margin-top: 35px;
}
.toggle .toggle_border {
margin: 0px;
}

.toggle .toggle_border span {
	border-bottom: 2px solid #2c2c2c;
	margin-bottom: 5px;
	width: 30px;
	height: auto;
	display: block;
}
.lightbox img {
    padding-top: 50%;
}
.lightbox .close-img {
    padding-top: 34%;
}
.lightbox .close-img::after {
    position: absolute;
    content: "+";
    font-size: 50px;
    right: 20px;
    transform: rotate(45deg);
    color: #fff;
    bottom: 20px;
}

.toggle .toggle_border span:nth-last-child(1){
margin-bottom: 0px;
}


.menu li.drop .toggle, nav li a {
	display: block;
	padding: 2px 15px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	font-weight: normal;
}


	/* Display Dropdown when clicked on Parent Lable */

	[id^=drop]:checked + ul {

		display: block !important;

	}
	[id^="drop"]:checked + .dropdown_content, [id^="subdrop"]:checked + .subdrop_content {
	display: block;
	position: unset;
	left: 0;
	float: left;
	margin-left: 30px;
}



	/* Change menu item's width to 100% */

	nav ul li {

		display: block;

		width: 100%;

		}



	nav ul ul .toggle,

	nav ul ul a {

		padding: 0 40px;

	}



	nav ul ul ul a {

		padding: 0 80px;

	}



	nav a:hover,

 	nav ul ul ul a {

		background-color: #000000;

	}

  

	nav ul li ul li .toggle,

	nav ul ul a,

  nav ul ul ul a{

		padding:14px 20px;	

		color:#FFF;

		font-size:17px; 

	}

  

  

/*	nav ul li ul li .toggle,

	nav ul ul a {

		background-color: #212121; 

	}*/



	/* Hide Dropdowns by Default */

	nav ul ul {

		float: none;

		position:static;

		color: #ffffff;

		/* has to be the same number as the "line-height" of "nav a" */

	}

		

	/* Hide menus on hover */

	nav ul ul li:hover > ul,

	nav ul li:hover > ul {

		display: none;

	}

		

	/* Fisrt Tier Dropdown */

	nav ul ul li {

		display: block;

		width: 100%;

	}



	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
	}

.logo-section {
	padding: 0px 0px;
	max-width: max-content;
	float: left;
	padding-left: 20%;
	padding-top: 32px;
}

.logo-section .col-md-12.col-sm-12.logo.text-center img {
	width: 80%;
}

nav ul li {
	margin: 0px;
	position: relative;
}

.dropdown_content, .subdrop_content {
	position: relative;
	z-index: 9;
}

.dropdown_content, .subdrop_content {
	width: 75%;
}


}



@media all and (max-width : 330px) {



	nav ul li {

		display:block;

		width: 94%;

	}




}