
/*******************
	GENERAL STYLE
*/

@import url('https://fonts.cdnfonts.com/css/open-sans-y-to-k');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.cdnfonts.com/css/cooper-hewitt');

body{
	font-family: 'Cooper Hewitt', sans-serif;  
  	font-weight: 707 !important;
	color: #222;
	background-color: #fff !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Cooper Hewitt', sans-serif;                                            
	font-weight: 711 !important; 
}

p{
	font-family: 'Cooper Hewitt', sans-serif;  
	font-weight: 707 !important; 
	font-size: 14px;
}

.lightBox-description b{
	font-family: 'Cooper Hewitt', sans-serif;  
	font-weight: 707 !important; 
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img img{
	width: 100% !important;
	height: auto !important;
}

.r-relative{
	position: relative;
}

.pl-0{
	padding-left: 0 !important;
}

.pl-40{
	padding-left: 40px !important;
}

.plr-60{
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.pr-0{
	padding-right: 0 !important;
}

.pr-40{
	padding-right: 40px !important;
}

.title-color{
	color: #1A2C59 !important
}

.blue-wr{
	background-color: #0F89CB !important;
}

.yellow-wr{
	background-color: #F7D618 !important;
}

.red-wr{
	background-color: #CE1021 !important;
}

.rp-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.rp-120{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}

.rpt-50 {
	padding-top: 50px !important;
}

.rpt-60 {
	padding-top: 60px !important;
}

.rpb-60 {
	padding-bottom: 60px !important;
}

.pb-120{
	padding-bottom: 120px !important;
}

.rpb-50{
    padding-bottom: 50px !important;
}

.rpb-80{
	padding-bottom: 80px !important;
}

.rpl-30{
	padding-left: 30px !important;
}

.paragraph-header{
	color: #222;
}

.mb-30{
	margin-bottom: 30px !important;
}

.mb-20{
	margin-bottom: 20px !important;
}

.mb-40{
	margin-bottom: 40px !important;
}

.mb-60{
	margin-bottom: 60px !important;
}

.mb-80{
	margin-bottom: 80px !important;
}

.mt-30{
	margin-top: 30px !important;
}

.mt-60{
	margin-top: 60px !important;
}

.ml-10{
	margin-left: 10px !important;
}

.img-radius-7 img{
	border-radius: 10px;
}

.text-up{
	text-transform: uppercase !important;
}

.text-cap{
	text-transform: capitalize !important;
}

.text-white{
	color: white !important;
}

.rp-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.rp-30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.rpt-30{
	padding-top: 30px;
}

.rp-40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.text-capitalize{
	text-transform: capitalize !important;
}

.no-content h2{
	text-align: center;
	margin: auto;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #e9eaeb !important;
	border: rgba(207,226,255,.5) solid 1px !important;
	padding: 20px 0 18px;
	margin-bottom: 0;
	color: #0099e8;
	border-radius: 10px;
}

.ellipsis{
	overflow: hidden;
	width:100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.box-shadow{
	box-shadow: 0 2px 14px #bbd0dd80;
}

.bp-40{
	padding: 40px;
}

.br-10{
	border-radius: 10px;
}

.grey-bg{
	background: #fafbfe !important;
}

.grey-bg-2{
	background: rgba(204,204,204,.3) !important;
}

.banner-carousel .carousel-caption h3{
	line-height: 50px;
	text-transform: uppercase;
	font-size: 30px;
}

/*************************
	NAVIGATOR BAR STYLE
*/

.mr-0{
	margin-right: 0 !important;
}

.row-top-nav{
	background: #fff;
}

.bb-grey{
	background: #0068EF;
	padding: 15px 10px 3px 20px;
}

.nav-top-details ul{
	text-align: right;
}

.list-left{
	text-align: left !important;
	padding: 0;
}

.nav-top-details ul li{
	display: inline-block;
	color: #f9f6f6;
	margin-right: 25px;
	font-size: 12px;
	position: relative;
}

.nav-top-details ul li i{
	display: inline-block;
	margin-right: 5px;
}

.nav-top-details ul li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(204,204,204,.7);
	right: -12.5px;
	top: 0;
}

.nav-top-details ul li:last-child{
	margin-right: 13px;
}

.nav-top-details ul li:last-child:after{
	display: none;
}

.nav-logo {
	width: 160px;
	height: auto;
	margin-top: -20px;
}

.nav-bar{
	background-color: white;
	border-radius: 0;
	border: none;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	margin-bottom: 0;
	/*position: fixed;*/
	left: 0;
	right: 0;
	z-index: 999999;
	box-shadow: 20px 5px 10px #03041c1a;
}

.home-nav{
}

.home-nav .logo-color{
	display: none;
}

.nav-bar-2{
	background: #fff !important; /* #0063cf */
	/*box-shadow: 0 2px 7px #0000004f !important;*/
	/*position: fixed;*/
}

.nav-bar-2 .nav-logo{
	width: 190px;
}

.nav-bar-2 .logo-color{
	display: block !important;
	margin-top: 0px;
}

.nav-bar-2 .logo-white{
	display: none;
}

.navbar-default .navbar-nav > li > a{
	color: rgba(255, 255, 255, .9);
	text-transform: uppercase;
	font-size: 11.5px;
	font-family: 'Cooper Hewitt', sans-serif;  
  	font-weight: 709 !important;
  	letter-spacing: .3px;
}

.home-nav .navbar-nav > li > a:hover{
	color: rgb(39,66,133,1);
	background-color: rgb(255,255,255,1);
	border-radius: 5px;
}

.home-nav .navbar-nav > li.active a{
	color: #133781;
	background-color: #133781;
	border-radius: 5px;
	padding-bottom: 12px;
}

.nav-bar-2 .navbar-nav > li > a{
	color: #222 !important;
	margin-right: 5px;
	padding: 15px 20px 13px;
}

.nav-bar-2 .navbar-nav > li > a:hover{
	color: #133781 !important;
	background: rgba(204,204,204,.5);
	border-radius: 30px;
}

.navbar-nav > li > .dropdown-menu{
	padding: 10px;
}

.nav-bar-2 .navbar-nav > li.active > a{
	color: #133781 !important;
	background: rgba(204,204,204,.5);
	border-radius: 30px;
}

.nav-bar-2 .navbar-nav > .active > a, 
.nav-bar-2 .navbar-nav > .active > a:focus, 
.nav-bar-2 .navbar-nav > .active > a:hover{
	color: #133781 !important;
	background-color: transparent;
	border-radius: 5px;
}

.nav-social-icons li{
	margin-right: 7px;
	margin-top: 5px;
}

.nav-social-icons li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	padding: 5px !important;
	transition: all ease .6s;
}

.nav-social-icons li a i{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 0;
}

.home-nav .nav-social-icons li a{
	background-color: rgb(255,255,255,1);
}

.home-nav .nav-social-icons li a i{
	color: rgb(39,66,133,1);
}

.nav-bar-2 .nav-social-icons li a{
	background-color: rgb(39,66,133,1);
}

.nav-bar-2 .nav-social-icons li a i{
	color: #fff;
}

.nav-social-icons li a:hover{
	background-color: #CE1021 !important;
}

.nav-social-icons li a:hover i{
	color: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background-color: #0099e8;
	color: #fff;
}

.dropdown-menu{
	border-radius: 5px !important;
	background-color: #fafdff !important;
}

.dropdown-submenu > ul li a:hover{
	border-radius: 10px;
}

.dropdown-submenu > a span{
	float: right;
}

.dropdown-header{
	position: relative;
	color: rgba(39,66,133,1);
	padding: 10px 0 10px 35px;
	text-transform: uppercase;
}

.dropdown-header:before{
	position: absolute;
	content: "\f067";
	left: 18px;
	top: 49%;
	transform: translateY(-49%);
	font-family: FontAwesome;
	color: #0F89CB;
	font-weight: 100 !important;
}

.dropdown-menu > li > a{
	display: block;
	font-weight: bold;
	padding: 12px 20px;
	font-size: 13px;
	color: rgba(0, 0, 0, .7);
	font-family: 'Cooper Hewitt', sans-serif;  
  font-weight: 707 !important;
}

.dropdown-menu > li > a:hover{
	background: #0068EF;
	color: #fff;
	border-radius: 10px;
}

.dropdown-menu > .dropdown-submenu > li a:hover{
	border-radius: 5px !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto !important;
  margin-top: -1px;
  padding: 10px;
}

.parent-dropdown,
.parent-dropdown-menu{
	transition: all ease 1s;
}

.parent-dropdown:hover > .parent-dropdown-menu{
	display: block;
}

.child-dropdown:hover > .child-dropdown-menu{
	display: block;
}

.navbar-nav-centered {
  width: 100%;
  text-align: center;
  > li {
    float: none;
    display: inline-block;
  }
}

/* DROPDOWN SUB-MENU */

.dropdown-menu{
	min-width: 225px;
	border-radius: 0 !important;
	border: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* END DROPDOWN SUB-MENU */

/*************************
			  BODY STYLE 
*/

.header-title {
	width: 80%;
	margin: auto;
}

.header-title .title-annonce{
    /*font-family: 'Great Vibes', cursive;*/
    display: block;
    font-size: 16px;
    color: #0F89CB;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.header-title h2{
	margin: 0;
	font-size: 40px;
	color: #1A2C59 !important;
}

.centered-title{
	text-align: center;
}

.left-title{
	margin: 0 !important;
	text-align: left;
	width: 100% !important;
}

.header-title p{
	font-size: 17px;
}

.header-white {
	width: 100% !important;
}

.header-white .title-annonce{
	text-align: right;
	color: #F7D618;
}

.header-white h2{
	color: #fff !important;
	text-align: right;
}

.header-white a{
	display: block;
	float: right;
}

#myCarousel{
	position: relative;
}

.banner-top{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgb(39,66,133,.6),rgb(39,66,133,.4));
	z-index: 9;
}

.carousel-caption{
	position: absolute;
	z-index: 25;
}

.carousel-caption h3{
	position: relative;
	z-index: 999;
}

.carousel-caption h3{
	font-family: 'Cooper Hewitt', sans-serif;                                            
	font-weight: 711 !important; 
	font-size: 42px;
	width: 70%;
	margin: 0 auto 30px;
}

.carousel-indicators .active{
	border-radius: 10px;
	width: 30px;
	background: #F7D618;
	border: none;
}


/* CONTENT */


.blue-text h2{
	color: #102D60;
}

.back-btt a{
	display: block;
	color: #000;
	margin-bottom: 20px;
	text-decoration: none;
	transition: all .6s ease-in;
}

.back-btt a i{
	transition: all ease .6s;
}

.back-btt a:hover{
	margin-left: 6px;
}

.back-btt a:hover i{
	margin-right: 6px;
}

.marque-etat-logo {
	width: 600px;
	margin-left: 100px;
	position: relative;
}

.charte-div{
	position: absolute;
	top: -220px;
	left: -30px;
}

.cust-btt{
	padding: 15px 60px 12px;
	font-size: 16px;
	border-radius: 5px;
	font-family: 'Cooper Hewitt', sans-serif;  
  	font-weight: 705 !important;
  	color: #111;
}

.btt-red{
	background: rgb(226,62,78) !important;
	color: #fff;
	border: none;
}

.missions-div{
	border-radius: 5px;
	padding: 30px;
	background: rgba(204, 204, 204, .1);
}

.missions-div .miss-icon{
	width: 80px;
	height: 80px;
	margin: auto;
	background: #FFE5F4;
	border-radius: 50%;
	padding: 20px;
}

.missions-div span{
	display: block;
	text-align: center;
	margin: 20px auto 0;
	font-family: 'Cooper Hewitt', sans-serif;  
	font-weight: 709 !important; 
	font-size: 18px;
	width: 80%;
}

.mission-blue .miss-icon{
	background: #D4F3FE !important;
}

.mission-green .miss-icon{
	background: #E3FFCF !important;
}

.mission-gold .miss-icon{
	background: #FFEFD7 !important;
}

.actu-div{
	margin-bottom: 60px;
}

.actu-div .actu-img{
	border-radius: 10px;
	overflow: hidden;
}

.actu-div .actu-content p{
	margin: 20px 0 13px;
	text-transform: uppercase;
	font-family: 'Cooper Hewitt', sans-serif;  
  	font-weight: 709 !important;
  	font-size: 12px;
  	color: #777;
}

.actu-div .actu-content p i{
	font-style: normal;
	color: #CE1021;
}

.barometer-wrapper{
	padding: 50px;
	height: 280px;
	border-radius: 10px;
}

.barometer-2{
	border: 2px solid rgba(204, 204, 204, .5);
}

.barometer-wrapper h3{
	margin: 0 0 30px;
}

.barometer-wrapper p{
  	margin: 0px 0 30px;
  	font-size: 16px;
  	font-family: 'Cooper Hewitt', sans-serif;
  	font-weight: 707 !important;                       
}

.view-all a{
	font-family: 'Open Sans Y to K', sans-serif;
  	border: #fff solid 1px;
  	padding: 12px 20px;
  	color: rgb(39,66,133,1);
	border-radius: 5px;
}

.barometer-wrapper a i{
	font-size: 18px;
	margin-left: 10px;
}

.barometer-wrapper a,
.barometer-wrapper a i{
  	transition: all ease .6s;
}

.view-all a:hover{
	background: rgb(226,62,78);
	border: rgb(226,62,78) solid 1px;
	color: #fff;
}

.view-all a:hover i{
	margin-left: 15px;
}

.barometer-2 a{
	display: block;
	margin-top: 30px;
	font-size: 15px;
	color: #339AF0;
	/* 
	background: rgb(39,66,133,1); */
}

.div-agenda{
	padding: 8px 8px 8px 12px;
	border-radius: 0 10px 10px 0;
	border-left: none;
	min-height: 130px;
}

.agenda-date{
	padding: 8px;
	color: #111;
	min-height: 130px;
	border: rgba(39,66,133,.5) solid 1px;
	text-align: center;
}

.agenda-date strong{
	font-weight: 711;
	font-size: 46px;
	text-align: center;
	margin: auto;
	display: block;
	margin-bottom: -10px;
	margin-top: 10px;
	color: #0F89CB;
}

.inner-header{
	background: rgba(0,104,239,.05);
	height: 120px;
	background-size: cover;
	background-position: 100% 80%;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.inner-header-top{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(39,66,133,.95);
	top: 0;
	left: 0;
	display: none;
}

.inner-header h2{
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0,104,239,.5);
	margin-top: 37px;
	font-weight: 709 !important;
	border-bottom: rgba(0,104,239,.2) solid 1px;
	padding-bottom: 5px;
}

.inner-header p{
	color: #1A2C59;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 711 !important;
}

.inner-header a{
	border: #fff solid 1px;
	color: #CE1021;
	text-transform: uppercase;
	padding: 10px 30px 5px;
	border-radius: 30px;
	float: right;
	margin-top: 190px;
	font-size: 13px;
	text-decoration: none;
	background: #fff;
	font-family: 'Cooper Hewitt', sans-serif;
  	font-weight: 709 !important;
}


/* Government */


.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-height{
	height: 780px;
	overflow: auto;
	border: rgba(204, 204, 204, .4) solid 1px !important;
	border-right: none !important;
	padding-top: 0;
}
.tabs-right {
  border: none;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  color: rgb(39,66,133,1) !important;
  border-left: 5px solid rgb(39,66,133,1) !important;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 0;
  padding-left: 20px;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li{
	margin: 0;
}
.tabs-right>li>a {
  margin-right: 0;
  color: #444;
  border-radius: 0;
  background-color: rgba(204, 204, 204, .25);
  /*background-color: #f2dede;*/
  font-family: 'Cooper Hewitt', sans-serif;  
  font-weight: 711 !important;
	border: none;
	font-size: 13px;
	padding: 20px 30px;
	border-bottom: rgba(204, 204, 204, .4) solid 1px;
	line-height: 20px;
}
.min-active a{
	border-left: solid 5px #a94442 !important;
	color: #a94442 !important;
	background: rgba(204, 204, 204, .6) !important;
}
.tabs-right>li>a:hover{
	background: rgba(204, 204, 204, .5);
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tabs-list-style{
  position: sticky;
  position: -webkit-sticky;
  top: 150px;
}

.tab-content-style{
	/*border-left: rgba(204, 204, 204, .4) solid 1px;*/
	padding: 30px 0;
	border: rgba(204, 204, 204, .4) solid 1px;
}

.detail-min h2{
	margin: 0;
}

.detail-min i{
	font-style: normal;
	color: #666;
	font-size: 14.5px;
	display: block;
	margin: 20px 0;
}

.min-image-text{
	position: absolute;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, rgba(0, 0, 0,1),rgba(0, 0, 0,.8),rgba(0, 0, 0,.5),rgba(0, 0, 0,.0));
	bottom: 0;
	left: 0;
	padding: 20px 80px;
}

.min-image-text h2{
	color: rgba(255, 255, 255, .95) !important;
}

.min-image-text i{
	color: rgba(247,214,24,.7) !important;
	font-style: normal;
}

.detail-min span{
	display: block;
	margin: 10px 0 20px;
	width: 100%;
	border-bottom: rgba(204, 204, 204, .5) solid 1px;
	padding-bottom: 20px;
}

.detail-min ul{
	margin: 0;
	padding: 0;
}

.detail-min ul li{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}

.detail-min ul li a{
	display: block;
	color: #222;
	font-weight: 707;
	font-style: normal;
	border-radius: 30px;
}

.detail-min-content{}

.text-dark-grey{
	color: #333;
}

.site-link-butt{
	padding: 10px 20px 8px;
	background: #CE1021;
	font-weight: 707 !important;
}

.detail-min ul li a i{
	color: #fff;
}

.detail-min ul li > a img{
	width: 20px !important;
	display: inline-block;
	margin-right: 5px;
}

.img-w-20 img{
	width: 20px !important;
}

.detail-min-img{
	margin: 30px 0;
}

.projets-wrapper strong{
	text-transform: uppercase;
	font-weight: 711;
}

.projets-wrapper p{
	font-size: 16px;
	text-align: justify;
	margin-bottom: 15px;
}

.media-wrapper{
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}

.play_video_button{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.play_video_button a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.play_video_button a > i{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 35% auto 0;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .5);
	font-size: 32px;
	line-height: 60px;
	border-radius: 50%;
	color: #CE1021;
	transition: all ease .6s;
}

.play_video_button a:hover i{
	background: #fff;
	box-shadow: rgba(0,0,0,.7) 0 10px 20px 0;
}

.inner-top-menu ul{
	list-style: none;
	margin-bottom: 60px;
	text-align: center;
	padding-bottom: 7px;
}

.inner-top-menu ul li{
	display: inline-block;
}

.inner-top-menu ul li a{
	padding: 15px 30px 11px;
	background: rgba(204, 204, 204, .4);
	color: #1A2C59;
	border-radius: 30px;
	margin-right: 10px;
	box-shadow: rgba(153,153,153,.7) 0 10px 20px 0;
	transition: all ease .6s;
}

.inner-top-menu ul li a:hover{
	text-decoration: none;
	background: #CE1021;
	color: #fff;
}

.inner-top-menu ul li:last-child a{
	margin-right: 0;
}

.inner-top-menu .men-active a{
	background: #CE1021;
	color: #fff;
}

.min-img-wrapper{
}

/*****************************
		   FOOTER STYLE 
*/

.footer{
	min-height: 100px;
	background: #001832;
	background-size: 10%;
	padding-top: 60px;
	color: rgba(204, 204, 204, .6);
	position: relative;
}

.footer:before{
	position: absolute;
	content: "";
	background: url(../images/icons/footer-bg-icon.png) 98% 60% no-repeat;
	background-size: 20%;
	width: 100%;
	height: 80%;
}

.footer-top{
	position: absolute;
	left: 0;
	top: 0;
	background: red;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to top, rgba(7,24,59,1),rgba(7,24,59,.95),rgba(7,24,59,.85));*/
	background: rgba(7,24,59,.95);
}

.footer-logo{
	width: 180px;
	margin-top: 40px;
	margin-bottom: 30px;
	background: #fff;
	padding: 10px 15px;
}

.footer-wrapper {
	margin: 40px 0 50px;
}

.footer-vert-line{
	border-right: rgba(255, 255, 255, .2) solid 1px;
}

.footer-contact{
	margin-bottom: 60px;
}

.footer-contact span{
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 13px;
	color: #fff;
}

.footer-contact span p{
	margin: 0 !important;
	color: rgba(255, 255, 255, .5);
}

.footer-contact span p i{
	display: inline-block;
	margin-right: 5px;
}

.footer-contact-2 span{
	display: block;
	margin-bottom: 4px;
	color: #0068EF;
}

.footer-contact-2 h5{
	margin: 0;
	color: #f9f6f6;
	margin-bottom: 20px;
	font-size: 13px;
}

.footer-contact-2 ul li{
	margin: 0 !important;
}

.footer-contact-2 ul li:before{
	display: none;
}

.footer-wrapper h4{
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-wrapper ul{
	margin: 0;
	padding: 0;
}

.footer-wrapper ul li{
	margin-left: 18px;
	list-style: none;
	position: relative;
}

.footer-wrapper ul li:before{
	position: absolute;
	content: "\f101";
	left: -18px;
	top: 40%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	color: #fff;
	font-weight: 100 !important;
	font-size: 18px;
}

.footer-wrapper ul li a{
	display: block;
	color: rgba(255, 255, 255, .75);
	margin-bottom: 10px;
}

.footer-wrapper ul li a i{
	font-size: 12px;
	margin-left: 3px;
}

.footer-wrapper ul li a:hover{
	color: #fff;
}

.footer-wrapper p{
	color: rgba(255, 255, 255, .7);
	margin: 30px 0;
}

.footer-form{
	position: relative;
}

.footer-form input{
	display: block;
	width: 100%;
	border-radius: 10px;
	border: #fff solid 1px;
	padding: 10px 20px;
	color: #000;
}

.footer-form button{
	width: 50px;
	height: 34px;
	border-radius: 10px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: #0068EF;
	color: #fff;
	font-size: 12px;
}

.copyright{
	position: relative;
	padding-top: 60px;
	border-top: rgba(255, 255, 255,.07) solid 1px;
	margin-bottom: 50px;
	z-index: 9999;
}

.copyright p{
	color: #f9f6f6;
	font-size: 13px;
	text-align: center;
}

.copyright a{
	color: rgba(255, 255, 255, .7);
}

.copyright a:hover{
	color: #fff;
}

.state-bar{
	padding: 3px;
	margin-bottom: -3px;
	position: relative;
	z-index: 9999;
}

.red-c{
	background-color: #CE1021 !important;
}

.blue-c{
	background-color: #0F89CB !important;
}

.yellow-c{
	background-color: #F7D618 !important;
}

.external-links-ul ul{
	padding: 0;
	margin: 0;
	text-align: right;
}

.external-links-ul ul li{
	display: inline-block;
}

.external-links-ul ul li a{
	display: block;
	font-weight: 500;
	color: rgba(255, 255, 255, .7);
	margin-right: 30px;
	position: relative;
	font-family: 'Cooper Hewitt', sans-serif;
  	font-weight: 707 !important;
  	font-size: 12px;
}

.external-links-ul ul li a .div-img-i{
	width: 18px;
  height: auto;
  margin-right: 5px;
  float: left;
  margin-top: -1px;
}

.external-links-ul ul li a:hover{
	color: #fff; /* F7D618 */
}

.external-links-ul ul li a:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 30%;
	background-color: rgba(255, 255, 255, .5);
	right: -17px;
	top: 35%;
}

.external-links-ul ul li:last-child a{
	margin-right: 0;
}

.external-links-ul ul li:last-child a:before{
	display: none;
}

.min-accordion .panel-heading{
	border-left: #ccc 1px solid !important;
	border-right: #ccc 1px solid !important;
	background: transparent !important;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0px;
}

.min-accordion .panel-heading h4 a{
	display: block;
	width: 100%;
	padding: 12px 15px;
}

.min-accordion .panel{
	border-radius: 0px;
	border-right: none;
	border-left: none;
	box-shadow: none;
}

.min-accordion .panel + .panel{
	margin-top: 0 !important;
	border-top: none !important;
}

.min-accordion .panel-body{
	color: #222;
	font-size: 15px;
}

.f-weight-100{
	font-weight: 100;
}

.f-size-16{
	font-size: 16px !important;
}

.f-size-15{
	font-size: 15px !important;
}

.site-link-butt i{
	display: inline-block;
	margin: 0;
	margin-left: 5px;
}

.min-mission a{
	font-weight: bold;
}

.min-coord table td{
	padding: 10px 20px !important;
}

.dark-bg{
	background: #222 !important;
}

.our-team a{
	text-decoration: none;
}

.our-team .team-card-img{
	width: 100%;
	height: 260px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.team-card-title{
	background: #fff;
	width: 90%;
	margin: -40px auto 0;
	padding: 13px 10px 15px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 99;
	box-shadow: 0 6px 65px rgba(0, 0, 0, 0.07);
	color: #222;
}

.team-card-title h5{
	margin: 10px 0 3px;
}

.team-card-title span{
	color: #777;
}

#owl-demo .item{
	margin-right: 20px;
}

.row-header {
	position: relative;
	margin-bottom: 60px;
}

.row-header h2{
	color: #fff !important;
	font-size: 34px;
	position: relative;
	margin-top: 10px;
}

.row-header span{
	text-transform: uppercase;
	font-size: 12px;
	color: #0068EF;
}

.header-black h2{
	color: #071a42 !important;
}

.absolute-title,
.absolute-title:before,
.absolute-title:after{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0068EF;
	left: 0;
	bottom: -15px;
}

.absolute-title:before{
	content: "";
	width: 8px;
	height: 8px;
	left: 8px;
	bottom: -1.5px;
}

.absolute-title:after{
	content: "";
	width: 12px;
	height: 12px;
	left: 19px;
	bottom: -3.5px;
}

.row-header h2:after{
	position: absolute;
	content: "";
	width: 5%;
	height: 1px;
	background: #0068EF;
	bottom: -14px;
	left: 37px;
}

.abt-home-img{
	position: relative;
	width: 100%;
	height: auto;
}

.abt-home-img:before{
  position: absolute;
	content: "";
  background-image: url(../images/img-bck.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 341px;
  height: 423px;
  bottom: -70px;
  right: -70px;
}

.abt-home-img img{
	border-radius: 10px;
	position: relative;
  z-index: 1;
}

.abt-home-text {
	padding-top: 40px;
}

.abt-home-text span{
	text-transform: uppercase;
	font-size: 12px;
	color: #133781;
}

.abt-home-text h2{
	font-size: 34px;
	margin-bottom: 40px;
}

.abt-home-text p{
	font-size: 16px;
	text-align: justify;
}

.abt-home-text a{
	padding: 10px 25px;
	margin-top: 40px;
	font-weight: 707;
	background: #0068EF;
	border: #0068EF solid 1px;
}

.centered-title .absolute-title{
	left: 47%;
	transform: translateX(-47%);
}

.centered-title h2:after{
	left: 50% !important;
}

.no-content-div{
	text-align: center;
	margin: 30px auto 20px;
	color: #0dcaf0;
}

.no-content-div i{
	display: inline-block;
	border: 1px #0dcaf0 solid;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 30px;
}

.no-content-div span{
	font-size: 16px;
}

#owl-demo-1 .item{
	margin-right: 15px;
}

.commissions{
	width: 100%;
	height: 120px;
	text-align: left;
	border: rgba(204,204,204,.45) solid 1px;
	margin-bottom: 30px;
	background: white;
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 0 20px 40px #03041c1a;
}

.commissions a{
	vertical-align: middle !important;
	color: #000;
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px 20px;
	text-decoration: none;
	margin-bottom: 30px;
	font-size: 13px;
	text-transform: uppercase;
	transition: all ease .6s;
}

.commissions a i{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	float: left;
	font-size: 45px;
	border-right: rgba(204,204,204,.6) solid 1px;
	line-height: 60px;
	padding-right: 60px;
	margin: 10px 15px;
	color: #999;
}

.commissions a i img{
	width: 40px;
	height: 40px;
}

.commissions a span{
	font-size: 12px;
}

.commissions-2-line a span{
	line-height: 10px !important;
}

.commissions-2-line a span strong{
	height: 20px !important;
	width: 100%;
	display: block;
}

.commissions-3-line a span strong{
	height: 12px !important;
	width: 100%;
	display: block;	
}

.pt-25{
	padding-top: 25px;
}

.pt-35{
	padding-top: 35px;
}

.button-centered{
	text-align: center;
}

.bg-img{
	position: relative;
	background: url(../images/banner/banner1.jpg);
	background-size: cover;
	background-position: 100% 70%;
}

.bg-img-top{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.78);
	top: 0;
	left: 0;
}

.style-section-content{
	padding: 0;
	padding-left: 80px;
	color: rgba(255,255,255, .8);
}

.style-section-content h2{
	color: #fff !important;
}

.style-section-content p{
	width: 80%;
}

.styled-contact{
	position: absolute;
	width: 100%;
	/*background: #133781;*/
	padding: 40px;
	top: -90px;
	height: 300px;
	border-radius: 10px;
	text-align: center;
	/*box-shadow: 0 20px 40px #03041c1a !important;*/
}

.styled-contact-icon{
	position: relative;
	display: block;
	width: 120px;
	height: auto;
	margin: 100px auto 20px;
	background: #133781;
	padding: 30px;
	border-radius: 50%;
}

.styled-contact-icon:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(204, 204, 204, .7);
	left: -53%;
	top: 0;
}

.styled-contact p{
	color: rgba(255,255,255,.8);
}

.styled-contact h3{
	color: #f9f6f6;
	margin: 20px 0;
	font-size: 32px;
}

.title-color-dark h2{
	color: #222 !important;
}

.title-color-dark p{
	color: #555;
}

.title-color-dark a{
	margin-top: 12px;
}

.service-inner-menu{
	width: 90%;
	padding: 30px;
	min-height: 500px;
	background: rgba(0,104,239,.05) !important;
}

.service-inner-menu h4{
	position: relative;
	margin-bottom: 20px;
}

.service-inner-menu h4:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	bottom: -10px;
	left: 0;
	background: #0068EF;
}

.service-inner-menu ul{
	padding: 0;
	margin: 0;
}

.service-inner-menu ul li{
	list-style: none;
}

.service-inner-menu ul li a{
	position: relative;
	display: block;
	padding: 15px 0;
	border-bottom: rgba(0,104,239,.25) solid 1px;
	color: #1A2C59;
	text-decoration: none;
	transition: all ease .6s;
}

.service-inner-menu ul li a:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: #0068EF;
	left: -30px;
	top: 0;
	display: none;
}

.service-inner-menu ul li:last-child a{
	border-bottom: none;
}

.service-inner-menu ul li a:hover{
	padding-left: 20px;
	color: #0068EF;
}

.service-inner-menu ul li a:hover:before{
	display: block;
}

.br-10{
	border-radius: 10px !important;
}

.service-img{
	overflow: hidden;
	height: 210px;
	margin: 0 auto 30px;
}

.main-title-color{
	color: #071a42 !important;
}

.sup-title-color{
	color: #0068EF !important;
}

.empty-request h4{
	text-align: center;
	padding: 30px 0;
	background: rgba(0,104,239,.05);
	border-radius: 10px;
	font-size: 16px;
	color: rgba(0,104,239,.7);
	font-weight: 707 !important;
}






















