

.contentnav {
  transition: 0.2s !important;
transition-property: all;
transition-delay: 2s;
  opacity: 1;
  position: relative;
  display: flex;
  height: 100%;
  font-family: lato;
background: #F2F4F6;
border-radius: 15px;
}
.contentnav .left-part, .contentnav .right-part {
  padding: 16px;
  heights: 100%;
background: #ffffff;
}
.contentnav .left-part {
  background-color: #F2F4F6;
  flex: 3.5;
  display: flex;
  flex-direction: row;
border-radius: 15px 0px 0px 0px;
}
.contentnav .left-part .list-submenu {
  margin: 8px 32px;
width: 33%;
}
.contentnav .left-part .list-submenu .item {
  color: #595959;
  font-size: 16px;
  margin: 8px auto;
  cursor: pointer;
font-weight: 400;
}
.contentnav .left-part .list-submenu .item a {background: none; color: #595959; padding-left: 0; }
.contentnav .left-part .list-submenu .item:hover {
  text-decoration: underline;
}
.contentnav .left-part .list-submenu .item.title:hover {text-decoration: none;}
.contentnav .left-part .list-submenu .item.title {
  font-weight: bolder;
  color: #417426;
  font-size: 18px;
font-weight: 600;
font-family: 'Lato';
}
.contentnav .right-part {
  background-color: #FFF;
  flex: 1.5;
border-radius: 0px 15px 15px 0px
}

.card {
  display: flex;
  flex-direction: column;
}
.card img {
  width: 300px;
  margin: 16px auto;
}
.card p {
  margin: auto auto 8px auto;
  text-align: center;
  color: #767676;
  font-family: 'Lato';
  font-size: 18px;
font-weight: 600;
}
.card button {
  background-color: #d8c081;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: auto auto 16px auto;
border-radius: 5px;
padding: 6px 20px;
}
.card button a {color: #ffffff;}

 *,
:after,
:before {
  box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.contentnav{
	margins: 50px 100px 0px 100px;
}

.exo-menu{

}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
transition-property: all;
transition-delay: 2s;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	backgrounds:#009FE1;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #417426;
	border-bottom: 1px dotted #417426;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
transition-property: all;
transition-delay: 2s;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  display:none;
opacity: 0;
  padding-top: 0;
  min-height: 100%;
-webkit-box-shadow: 0px 7px 21px 9px rgba(0,0,0,0.35);
box-shadow: 0px 7px 21px 9px rgba(0,0,0,0.35);
border: 1px solid #F2F4F6;
border-radius: 15px !important;
}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #417426;
  padding-top: 15px;
  background-color: #417426;
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#f8f6f3;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#f8f6f3;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-colors: #a4bc98;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
opacity: 1;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}

	.exo-menu > li > a{
		width:100% ;
	    display:none ;

	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}

.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

li.mega-drop-down a:hover {text-decoration: underline !important;}
.col-md-4, .col-md-3, .col-md-2 {width: 33.333333333%; float: left;}

.fadeIn {
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
}
.animated {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
animation-delay: 250ms;
}

.navigation > ul > li.ui-menu-item.blogdiffcolor .right-part a {background: none; padding: 0;}
