/*--[ font-family: 'Raleway''Lato', sans-serif; ]--*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Raleway:400,600,700,900');

body { 
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #464646;
	background-color: #f3f3f3;
	background: url(../images/bg.jpg) no-repeat scroll 60% 0 #f3f3f3;
	background-attachment: fixed;
    scrollbar-3dlight-color: black;
    scrollbar-arrow-color: #f7d801;
    scrollbar-base-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-face-color: black;
    scrollbar-highlight-color: black;
    scrollbar-track-color: #f7d801;
    scrollbar-shadow-color: black;
}
header{
    display: none;
}
a:hover{
	text-decoration: none;
}

/*Breadcrumb*/
p#breadcrumbs{
    color: #29388C;
    font-size: 16px;
    font-weight: 600;
}
p#breadcrumbs a{
    color: #9E0300;
    font-weight: 700;
    text-decoration: none;
    font-size: 17px;
}
.site-content{
	min-height: 1024px;
}
.header-bg{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 466px;
}
.header-bga-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; 
	background: #000210;
	opacity: 0.4;
	z-index: 999;
}
.header-bgf-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; 
	background: #000210;
	opacity: 0.5;
	z-index: 999;
}
.header-bgn-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; 
	background: #000210;
	opacity: 0.2;
	z-index: 999;
}
.header-bgp-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; 
	background: #000210;
	opacity: 0.1;
	z-index: 999;
}
.header-bgc-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0; 
	background: #000210;
	opacity: 0.1;
	z-index: 999;
}
/*--[ HEADER ]--*/
.site-header{
    position: fixed;
    background: #29388C;
	z-index: 1000;
  	width: 100%; 
  	height: auto;
  	transition: all ease-out .5s;
}
.dropdown-menu.show{
    background-image: url(../images/navbar.png);
    background-color: #1c2765;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed!important;
    top: 75px;
    left: 0;
    right: 0;
    min-height: 170px;
    padding: 20px 0;
    border-radius: 0;
}
.dropdown-container{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dropdown-item{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    padding: 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: transparent;
    color:#fff;
}
a.dropdown-item:hover:after, .nav-link:hover:after{
    content: ' ';
    display: block;
    content: '';
    background: #5D7FDE;
    height: 2px;
    width: 40px;
}
.dropdown-item.active, .dropdown-item:active{
    background: transparent;
}
/*--[ NAVBAR ]--*/
.banner{
    display: none;
}
.navbar-nav{
	margin-left: auto;
}
.navbar{
    padding: 0px!important;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	white-space: nowrap;
	color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #FFFFFF;
/*    border-bottom: 2px solid #5D7FDE;*/
}
.dropdown-toggle::after{
    border: none;
}
.navbar-light .navbar-nav .show>.nav-link{
	color: #FFFFFF;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active{
	color: #FFFFFF;
}
.navbar-brand{
    margin: 0;
}
.home-language #lang_choice_1{
	text-transform: uppercase;
	border:none;
}
.dropdown-menu{
	min-width: 0;
	padding: 1px 0;
    border: none;
    background-color: #FFFFFF;
}
.lang-item.dropdown-item{
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: 900;
}
.lang-item.dropdown-item:hover{
	color: #FFFFFF;
}
/*.logo-img{
    background:#FFFFFF;
    padding: 18px 0;
    padding-right: 16%;
    padding-left: 1%; 
    position: relative;
}
.logo-img:after{
    content: '';
    position: absolute;
    width: 8%;
    height: 80px;
    background: #9E0300;
    right: 7px;
    top: 0;
    bottom: 0;
    transform: skew(45deg);
}*/
/*.triangle-topright{
  width: 0;
    height: 0;
    border-top: 80px solid #29388C;
    border-left: 81px solid transparent;
    position: relative;
    left: -50px;
}*/
.logo-img {
    background: #FFFFFF;
    padding: 19px 0;
    padding-right: 8%;
    padding-left: 4%;
    position: relative;
}

.logo-img:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 84px;
    background: #9E0300;
    right: 9px;
    top: 0px;
    bottom: 0;
    transform: skew(45deg);
}
.triangle-topright{
	width: 0;
    height: 0;
    border-top: 84px solid #29388C;
    border-left: 86px solid transparent;
    position: relative;
    left: -54px;
}
/*--[ SLIDESHOW ]--*/
.slideshow_inner{
	height: 87vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slick-dots{
	position: absolute;
    left: 0;
    top: 85%;
    right: 30px;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button{
    background-color: #fff;
    box-shadow: none;
    outline: 0;
    text-indent: -99999px;
    width: 5px;
    height: 20px;
    border: solid #fff 1px;
    padding: 0;
}
.slick-dots li.slick-active button{
    opacity: 1;
    background-color: #feb500;
    border: solid #feb500 1px;
    height: 35px;
    width: 6px;
    bottom: 8px;
    position: relative;
}
.slideshow-title h1{
	text-transform: uppercase;
	max-width: 35%;
	color: white;
	font-weight: bolder;
	font-size: 35px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 4s cubic-bezier(0.3, 0, 0.3, 1);
    animation: moveInLeft 1s ease-out;
}
.slideshow .slick-track{
	 transition: all 2s cubic-bezier(0.2, 0, 0.3, 1);
	 transform: scale(1);
}
.slideshow .item .slideshow-overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #333;
    opacity: 0.3;
    z-index: -999;
}
/*--[ ISO ]--*/
.iso{
	padding: 60px 0;
	background-color: #F9F9F9;
}
.iso .slick-dots{
	top: 95%!important;
}
.hiso-title{
	text-align: center;
}
.hiso-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.hiso-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
	margin-bottom: 0;
}
.hiso-dscp{
	width: 70%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.iso-line{
    position: absolute;
    height: 2px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.iso-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #b61e1d;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.iso-content{
	padding: 50px 20px;
}
.iso_inner{
	border: 1px solid #a5a6a5;
	border-radius: 5px
}
.iso_img img{
	box-shadow: -2px 2px 34px -14px rgba(0,0,0,1);
	padding-bottom: 5px;
	margin: 10px 0;
}
.image-link {
  cursor: zoom-in;
}
/*--[ COMPANY ]--*/
.company{
	padding: 60px 0;
}
.company_inner{
	display: flex;
}
.hcompany-title{
	padding-bottom: 30px;
}
.hcompany-title p{
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #29388c;
	font-weight: 900;
	font-size: 40px;
}
.company-line{
	position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 55%;
}
.company-line:after {
	position: relative;
    bottom: 2px;
    content: '';
    display: block;
    border-bottom: 2px solid #b61e1d;
    max-width: 67px;
    height: 1px;
}
.content-title h5{
	font-weight: 900;
	color: #333;
	font-size: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.content-desc{
	padding-bottom: 10px; 
}
.content-desc p{
	font-size: 15px;
	letter-spacing: 1px;
}
.hcompany-image{
	padding-top: 50px;
    padding-left: 30px;
}
/*--[ PROJECT ]--*/
.project{
	padding: 60px 0;
}
.hproject-title{
	text-align: center;
}
.hproject-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.hproject-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}
.hproject-dscp{
	width: 56%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.hproject-dscp p{
	padding-bottom: 20px;
	color: #fff;
}
.project-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.project-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.hproject-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
	position: relative;	
	z-index: 999;
}
.project-overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000210;
    opacity: 0.8;
    z-index: -999;
}
.hproject{
	padding: 40px 0;
}
.isotope{
	overflow: hidden;
}
.isotope.container{
	left: 7%;
}
#filters.button-group{
/*	display: flex;
	justify-content: center;
	padding: 20px 0;*/
    display: none;
}
.project button#load-more{
	display: none!important;
}
#load-more{
  	display: block;
 	margin: 15px auto;
 	text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    background-color: #feb500;
    border: none;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}
.hidden{
  visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
  }
* {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
   	box-sizing: border-box;
}
/* ---- Load More Button ---- */
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #FFFFFF;
  color: #29388C;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  text-shadow: 0 1px white;
  cursor: pointer;
}
.button:active,
.button.is-checked {
  background-color: #FEB500;
}
.button.is-checked {
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: 'raleway';
  text-shadow: 0 0 hsla(0, 0%, 0%, 0.8);
}
.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group .button {
  border-radius: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.img-project{
	border-radius: 4px;
	position: relative;
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.img-project img {
	width: 100%;
	object-fit: cover;
}
.project-contents {
	display: flex;
    justify-content: center;
}
.project-content .content-overlay{
    background:#0F1220;
    position: absolute;
    height: 45%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
  	transition: all 0.4s ease-in-out 0s;
}
.project-content .cnt-overlay{
    background:#0F1220;
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    transition: all 0.4s ease-in-out 0s;
}
.project-dscp{
    position: absolute;
    text-align: center;
    width: 90%;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dscp-project{
	position: absolute;
  	text-align: center;
  	width: 90%;
  	top: 80%;
  	left: 50%;
    transform: translate(-50%, -50%);
}
.dscp-project h6, .project-dscp h6{
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 20px 20px;
  font-weight: 600;
}
.dscp-project a:hover .project-dscp a:hover{
    text-decoration: none!important;
}
a.btn-projects{
    text-transform: capitalize;
    font-weight: 600;
    background: white;
    color: #29388C;
    padding: 8px 41px;
}
a.btn-projects{
    text-decoration: none;
}
.fade{
    top: 80%;
}
.project .project-pagination{
	display: none;
}
/*--[ NEWS ]--*/
.news{
	padding: 60px 0;
}
.hnews-title{
	text-align: center;
}
.hnews-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.hnews-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
	margin-bottom: 0;
}
.hnews-dscp{
	width: 56%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.hnews-dscp p{
	padding-bottom: 20px;
}
.news-line{
    position: absolute;
    height: 2px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.news-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #b61e1d;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.hnews-posts{
	padding: 35px 0;
}
.news_content{
	display: flex;
	justify-content:center;
	padding: 20px 0;
}
.news_inner_content{
	padding: 20px 10px;
}
.news_inner{
	box-shadow: -2px 2px 34px -14px rgba(0,0,0,1);
	border-radius: 4px;
	padding-bottom: 20px;
}
.news_title{
	padding-top: 0px;
    padding-bottom: 60px;
    padding-left: 20px;
}
.news_title h6{
	font-weight: 800;
}
.news_title a{
	color: #000000;
	text-decoration: none;
}
.news_date{
	text-align: left;
	padding: 20px 20px;
}
.news_date p{
	text-transform: lowercase;
	color: #848684;
	margin-bottom: 0;
}
.btn-news{
	float: right;
    padding-right: 25px;
    padding-top: 35px;
}
.btn-news a{
	color: #848684;
}
.btn-news a:hover{
	text-decoration: none;
}
/*--[ CONTACT ]--*/
.contact{
	padding-top: 65px;
}
.hcontact-title{
	text-align: center;
}
.hcontact-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.hcontact-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
	margin-bottom: 0;
}
.hcontact-dscp{
	width: 56%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.hcontact-dscp p{
	padding-bottom: 20px;
}
.contact-line{
    position: absolute;
    height: 2px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.contact-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #b61e1d;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.contact-info{
	padding: 30px 0;
}
.city_info{
	text-transform: uppercase;
}
.city_info h5{
	font-weight: 600;
}
.info{
	padding: 18px 0;
}
.info p{
	margin-bottom: 0!important;
}
.info_{
	padding-top: 40px;
}
.info_ p{
	margin-bottom: 0!important;
}
.contact-map{
	height: 800px;
}
.cform{
	display: flex;
	padding: 30px 0;
}
.info-line{
	border: 1px solid #E5E5E5;
	background: #E5E5E5;
    position: relative;
    bottom: 150px;
    width: 80%;
}
/*--[ FOOTER ]--*/
.site-footer{
	padding: 40px 0;
	color: #eee;
}
.footer-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;	
	z-index: 999;
}
.footer-overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000210;
    opacity: 0.7;
    z-index: -999;
}
.fabout{
	padding: 10px 10px;
}
.fabout h6{
	text-transform: uppercase;
	border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    font-weight: 900;
}
.fabout p{
	padding-top: 12px;
	line-height: 26px;
}
.fmenu{
	padding: 10px 20px;
}
.fmenu h6{
	text-transform: uppercase;
	border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    font-weight: 900;	
}
.social_medias_links a{
	padding-left: 10px;
}
.social_medias_links .fab{
	color: #fff;
}
.social_row{
	display: flex;
	padding-left: 15px;
}
.fcontact-info{
	padding: 10px 20px;
}
.fcontact-info h6{
	text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    font-weight: 900;
}
.navbar-nav .nav-link{
	padding: 6px 0;
	color: #fff;
}
.fcontact_{
	display: flex;
}
.fcontact_ p{
	padding-left: 10px;
}
.fcontact_ .fas{
	color: #feb500;
}
#footer_form{
	display:flex;	
}
input#email_address{
	background: transparent;
    border: 1px solid white;
    padding: 5px 15px;
    width: 64%;
    color: #fff;
}
button#footer_button{
	background-color: #feb500;
	color:#fff;
	padding: 5px 25px;
    border-radius: 4px;
	border:1px solid #feb500;
}
.fcopyright{
    text-align: center;
    text-transform: uppercase;
}
.fcopyright a{
	color: #fff;
}
/*------ ABOUT PAGE------*/
.page-about-content{
	padding:60px 0;
}
.pabout-title{
	text-align: center;
}
.pabout-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.pabout-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
}
.pabout-dscp{
	width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.pabout-dscp p{
	padding-bottom: 20px;
}
.pabout-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.pabout-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.about-image{
    padding: 20px 0;
}
.about-image img{
    display: block;
    margin: 0 auto;
}
.first{
    border-right: 1px solid #E5E5E5;
}
.second{
    padding-left: 5%;
}
.pabout-content{
	padding-top: 20px;
	padding-right: 30px;
	max-width: 85%;
	font-size: 14px;
	letter-spacing: 2px;
	color: #848684;
}
.about-description{
    max-width: 80%;
    padding: 20px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 2px;
    color: #848684;
}
.company-assets{
    padding: 60px;
}
.content{
    text-align: center;
    margin: 0 40px;
}
.content img, .content h6, .content a{
    padding: 10px 0; 
}
.content h6{
    font-size: 20px;
    font-weight: 600;
}
.content p{
    font-size: 16px;
    color: #848684;
    letter-spacing: 1px;
}
.content a{
    background-color: #FEB500;
    padding:10px 20px;
    color: #FFFFFF;
    border-radius: 5px;
}
.content a:hover{
    text-decoration: none;
}
/*--FINANCIAL DATA----*/
.page-financial-content{
	padding:60px 0;
}
.pfinancial-title{
	text-align: center;
}
.pfinancial-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.pfinancial-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
}
.pfinancial-dscp{
	width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.pfinancial-dscp p{
	padding-bottom: 20px;
}
.pfinancial-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.pfinancial-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.financial_pdf{
	padding-top:60px;
	padding-bottom: 150px; 
}
.financial_inner{
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
}
.pdf-file a{
	color: #29388C;
}
.pdf-file a:hover{
	text-decoration: none;
}
.pdf-file h5{
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 600;
}
.pdf-file p{
	font-size: 18px;
	color: #848684;
}
.pdf-file hr{
	margin: auto;
    border-color: #E5E5E5;
    border-width: 1px;
    width: 70%;
    float: left;
}
.pdf-icon {
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*----NEWS PAGE---*/
.page-news-content{
	padding:60px 0;
}
.pnews-title{
	text-align: center;
}
.pnews-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.pnews-title h1{
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
}
.pnews-dscp{
	width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.pnews-dscp p{
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.pnews-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.pnews-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.news_page_inner{
	padding: 50px 0;
}
.news-pagination{
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
}
.news-pagination a{
	padding: 0 10px;
}
.news-pagination i{
	padding: 10px;
    background: #E5E5E5;
    color: #29388C;
}
.news-pagination i:hover{
	background:#FEB500;
	color: #fff;
}
/*---NEWS SINGE PAGE--*/
.news-gallery-img{
	height: 75vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.news-single-content{
	padding: 60px 0;
}
.snews_title h3{
	text-align: center;
	font-weight: 900;
	color: #29388c;
	padding: 20px 0;
}
.snews-dscp{
	width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.snews-dscp p{
	padding-bottom: 20px;
}
.snews-line{
    position: absolute;
    height: 2px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.snews-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 4px solid #FEB500;
    max-width: 67px;
    height: 1px;
    margin: 0 auto;
}
.snews-content{
	padding: 70px 0;
	max-width: 80%;
    margin: 0 auto;
}
.s-string p{
	left: 25%;
	top: 60%;
    position: relative;
    transform: rotate(-90deg);
    margin-top: 0;
    font-size: 20px;
	color: #29388C;
	font-weight: 900;
	white-space: nowrap;
}
.string-line{
	position: relative;
    content: '';
    display: block;
    border-bottom: 4px solid #FEB500;
    max-width: 67px;
    height: 1px;
    margin: 0 auto;
    transform: rotate(-90deg);
    top: 0;
    left: 25%;
}
.s-content{
	max-width: 70%;
}
.s-content p{
	font-size: 15px;
	color: #848684;
}
.news_img img{
	display: block;
	margin: 0 auto;
}
/*---PAGE CAREER---*/
.page-career-content{
    padding:60px 0;
}
.pcareer-title{
    text-align: center;
}
.pcareer-title p{
    text-transform: uppercase;
    color: #a5a6a5;
    margin-bottom: 0;
}
.pcareer-title h1{
    text-transform: uppercase;
    font-weight: 900;
    color: #29388c;
    padding: 10px 0;
}
.pcareer-dscp{
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.pcareer-dscp p{
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.pcareer-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.pcareer-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.c-string p{
    left: 0%;
    top: 60%;
    position: relative;
    transform: rotate(-90deg);
    margin-top: 0;
    font-size: 20px;
    color: #29388C;
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
}
.c-string::after{
    position: relative;
    content: '';
    display: block;
    border-bottom: 4px solid #FEB500;
    max-width: 67px;
    height: 1px;
    transform: rotate(-90deg);
    top: 0;
    left: 0;
}
.career_content{
    display: flex;
    justify-content:center;
}
.career-content h3{
    font-size: 23px;
    font-weight: 700;
}
.career-content h4{
    font-size: 17px;
    color: #848684;
}
.career-content hr{
    width: 20%;
    border-top-color:#FEB500; 
}
.career-content p{
    color: #848684;
    font-size: 16px;
}
.career_inner{
    box-shadow: -2px 2px 34px -14px rgba(0,0,0,1);
    border-radius: 4px;
}
.career-content{
    padding: 20px;
    text-align: center;
}
.career_img img{
    display: block;
    margin: 0 auto;

}
/*---[ Coloboration ]---*/
.coloboration{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 999;
    border-bottom: 3px solid rgb(254, 181,0, .7);
}
.coloboration-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000210;
    opacity: 0.8;
    z-index: -999;
}
.pcol-title{
    text-align: center;
}
.pcol-title p{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.pcol-title h1{
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
}
.pcol-dscp{
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.pcol-dscp p{
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: #fff;
}
/*---[ Job Applications ]---*/
.job-application{
    padding: 20px 0;
}
.job-title h1{
    text-transform: uppercase;
    font-weight: 900;
    color: #29388c;
    padding: 10px 0;
    text-align: center;
}
.job-dscp{
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.job-dscp p{
    padding-bottom: 20px;
}
.job-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.job-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}

/*---PROJECTS----*/
.page-projects-content{
	padding:60px 0;
}
.projectSlideshow{
	padding: 25px 0;
}
.pprojects-title{
	text-align: center;
}
.pprojects-title p{
	text-transform: uppercase;
	color: #a5a6a5;
	margin-bottom: 0;
}
.pprojects-title h1{
	padding-top: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 900;
	color: #29388c;
	padding: 10px 0;
	margin-bottom: 0;
}
.pprojects-dscp{
	width: 50%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.pprojects-dscp p{
	padding-bottom: 20px;
}
.pprojects-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.pprojects-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.project-pagination{
	padding: 10px 0;
	display: flex;
	justify-content: center;
}
.project-pagination a{
	padding: 0 10px;
}
.project-pagination i{
	padding: 10px;
    background: #E5E5E5;
    color: #29388C;
}
.project-pagination i:hover{
	background:#FEB500;
	color: #fff;
}
/*--[ PROJECT SINGLE PAGE ]--*/
.project-gallery-img{
	height: 60vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sproject_title h3{
	text-align: center;
	font-weight: 900;
	color: #29388c;
	padding: 20px 0;
}
.sproject-dscp{
	max-width: 65%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.sproject-dscp p{
	padding-bottom: 20px;
}
.sproject-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.sproject-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 2px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.sproject-content{
	padding: 30px 0;
}
.s-project-content{
	padding: 30px 0;
}
.s-project-content p{
	font-size: 15px;
	color:#848684;
	letter-spacing: 1px;
}
.project-info{
	height: 66px;
	border-radius: 10px;
	border:1px solid #E5E5E5;
	margin: 10px 0;
}
.s-project-info{
	padding-right: 70px;
    padding-top: 25px;
}
.project-info-content{
	background: #E5E5E5;
	border-radius: 9px 0px 0px 9px;
}
.project-info-content h6{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0;
}
.project-info-cost p{
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 0;
    font-family: Lato;
}
.project-tax-content {
    display: flex;
    justify-content: center;
}
.project-tax-content .content-overlay{
    background:#0F1220;
    position: absolute;
    height: 27%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    transition: all 0.4s ease-in-out 0s;
}
.project-tax-content .dscp-project{
    position: absolute;
    text-align: center;
    width: 90%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.project-tax-content .dscp-project h6{
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 20px 20px;
  font-weight: 600;
}
.project-tax-content .dscp-project a:hover{
    text-decoration: none!important;
}
.project-tax-content a.btn-projects{
    text-transform: capitalize;
    font-weight: 600;
    background: white;
    color: #29388C;
    padding: 8px 41px;
}
.project-tax-content a.btn-projects{
    text-decoration: none;
}
/*Company Single Page*/
.single-header{
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.single-title{
    text-align: center;
}
.single-title p{
    text-transform: uppercase;
    color: #a5a6a5;
    margin-bottom: 0;
}
.single-title h1{
    text-transform: uppercase;
    font-weight: 900;
    color: #29388c;
    padding: 10px 0;
}
.single-dscp{
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding:10px 0;
}
.single-dscp p{
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.scompany-line{
    position: absolute;
    height: 1px;
    background-color: #E5E5E5;
    width: 18%;
    right: 41%;
}
.scompany-line:after{
    position: relative;
    bottom: 3px;
    content: '';
    display: block;
    border-bottom: 4px solid #feb500;
    max-width: 67px;
    height: 4px;
    margin: 0 auto;
}
.single-string p{
    left: 0%;
    top: 60%;
    position: relative;
    transform: rotate(-90deg);
    margin-top: 0;
    font-size: 20px;
    color: #29388C;
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
}
.single-string::after{
    position: relative;
    content: '';
    display: block;
    border-bottom: 4px solid #FEB500;
    max-width: 67px;
    height: 1px;
    transform: rotate(-90deg);
    top: 0;
    left: 0;
}
.single-inner{
    padding:50px 0;
}
.company-gallery-img{
    height: 590px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-img {
    padding: 50px 0;
    display: block;
    margin: 0 auto;
}
/*---[VFB PRO Forms]----*/
.vfbp-form label{
    display: none;
}
.vfbp-form .vfb-form-control{
    background-color: #f8f8f8;
    font-family: 'Raleway';
    letter-spacing: 1px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 20px;
    padding-top:10px; 
}
.vfbp-form .btn-primary{
    text-transform: capitalize;
    color:#fff;
    font-size: 16px;
    background-color: #feb500;
    border:none;
    padding: 6px 30px;
    letter-spacing: 1px;
    border-radius: 5px; 
    display: block;
    margin: 0 auto;
}
#form_success{
    color: #fff;
}
.vfbp-form .btn-primary:hover{
    background-color: #feb500;
    border-color: #FFFFFF;
}
select#vfb-field-43.vfb-form-control{
    background-color: #feb500;
    color: #FFFFFF;
}
#vfbField20, #vfbField67, #vfbField47{
    margin: 20px 0;
}

/*[PROJECT TAXONOMY SINGLE PAGE]*/
.project-tax-page{
    height:300px; 
    background-repeat: no-repeat;
    background-position: center;
}
.project-content .dscp-project h5{
    color: #fff;
}
/*Project Single Page*/
.single-project-header{
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 1700px ){
	.logo-img{
		padding-right: 8%;
        padding-left: 6%;
        padding-top: 20px;
        padding-bottom: 20px;
	}
	.logo-img:after{
        height: 83px;
    }
    
    /*.logo-img{
        padding: 19px 0;
    }*/
    /*.triangle-topright{
        display: none;
    }*/
}
/*--[ BREAKPOINTS / MEDIA QUERIES ]--*/
@media( max-width: 1224px ) {
     .logo-img{
	   padding:25px;
       border-right:5px solid #9e0300;
     }
    .logo-img:after{
        display: none;
    }
    .triangle-topright{
        display: none;
    }
	.slideshow-title h1{
		max-width: 45%;
	}
	/*--ABOUT PAGE--*/
	.pabout-dscp{
		width: 90%;
	}
	.second{
	    padding-left: 15px;
	}	
	/*---FINANCIAL DATA PAGE-*/
	.pfinancial-dscp{
		width: 90%;
	}
	/*---PROJECT PAGE-*/
	.pprojects-dscp{
		width: 90%;
	}
	.hproject .tab-content{
		padding: 60px 70px;
	}
	/*--NEWS PAGE--*/
	.pnews-dscp{
		width: 90%;
	}
}
@media( max-width: 991px )
{   
    /*----[Drawer Menu]---*/
    .dropdown-menu.show{
        position: static!important;
        min-height: 100%;
        padding: 0;
        border-radius: 0;
    }
    .dropdown-container{
        max-width: 100%;
        margin: auto;
        display: block;
    }
    .navbar{
        display: none;
    }
    header{
        display: block;
    }
    .drawer .drawer--top{
        display: block;
    }
    .drawer-nav{
        background-color: #1C2765;
        opacity: .8;
        z-index: 99;
    }
    .drawer-hamburger-icon, 
    .drawer-hamburger-icon:after, 
    .drawer-hamburger-icon:before{
      height: 3px;
    }
    .drawer--top.drawer-open .drawer-nav{
        top:59px;
    }
    .drawer-hamburger:focus{
      outline-style: none;
    }
    .dropdown-menu{
        background-color: #1C2765;
        opacity: .8;
        z-index: 99;
    }
    .dropdown-item, .dropdown-item:focus, .dropdown-item:hover{
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background: #1C2765;
    }
    .navbar-nav .nav-link{
        font-weight: 600;
        padding: 10px 20px;
        font-size: 16px;
    }
    .site-header{
        background-color: #FFFFFF;
    }
    .logo-img{
        padding:0;
    }
	.slideshow-title h1{
		right: 26%;
	    left: 26%;
	    max-width: 60%;
	    transform: scale(0.9);
	    font-size: 30px;
	}
	.hcompany-image{
		padding-top: 100%;
	}
	/*HOME NEWS*/
	.news_inner_content{
		padding: 20px 10px;
	}
	/*ABOUT PAGE*/
	.pcompany{
		padding: 50px 0;
	}
	.pcompany_inner{
		display: flex;
		padding-left: 10px;
	}
	.pcontent-img{
		padding: 0;
		margin: 0 auto;
	}
	.pcontent-title h5{
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pabout-dscp{
		width: 100%;
	}
	.pabout-content{
		max-width: 100%;
	}
	.pabout-line{
		width: 50%;
	    right: 23%;
	}
	.pabout-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	/*FINANCIAL DATA PAGE*/
	.pfinancial-line{
		width: 50%;
	    right: 23%;
	}
	.pfinancial-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	/*PROJECT PAGE*/
	.pprojects-line{
		width: 50%;
	    right: 23%;
	}
	.pprojects-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.isotope.container{
		left: 2%;
	}
	/*--NEWS PAGE--*/
	.pnews-dscp{
		width: 90%;
	}
	.pnews-line{
		width: 50%;
	    right: 23%;
	}
	.pnews-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.news_page_inner{
		padding: 0;
	}
	/*---SINGLE PAGE NEWS--*/
	.s-content{
		max-width: 80%;
	}
	.snews-dscp{
		width: 90%;
	}
	.snews-line{
		width: 50%;
	    right: 23%;
	}
	.snews-line:after{
		max-width: 57px;
		bottom: 2px;
	}
    /*Single Page Company*/
    .single-dscp{
        width: 90%;
    }
    /*Career Page*/
    .career_inner{
        margin: 45px;
    }
    .career_inner_content{
        margin: 0;
    }
}
@media( max-width: 770px )
{
	.site-header{
		position: fixed;
		background-color:#FFFFFF;
		transition: unset;
        padding-bottom: 0px;
	}
	.navbar-nav{
		padding: 10px 0;
	}
	.slideshow-title h1{
		right:0;
		left:0;
		max-width: 100%;
		transform: scale(0.9);
		font-size: 30px;
	}
	.slick-dots{
		top: 87%;
	}
	.hcompany-image{
		padding-top: 60px;
	}
	.hcompany-title p{
		font-size: 23px;
	}
	.company_inner{
		display: unset;
		padding-left: 10px;
	}
	.content-img{
		padding: 10px 10px;
		margin: 0 auto;
	}
	.content-title h5{
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hnews-dscp{
		width: unset;
		margin:0;
	}
	.news-line{
		width: 60%;
		right: 20%;
	}
	.news-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.iso{
		padding: 20px 0;
	}
	.hiso-dscp{
		width: unset;
		margin:0;
	}
	.iso-line{
		width: 60%;
		right: 20%;
	}
	.iso-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.contact{
		padding: 20px 0;
	}
	.contact-info{
		padding: 20px 10px;
	}
	.hcontact-dscp{
		width: 100%;
		margin:0;
	}
	.contact-line{
		width: 60%;
		right: 20%;
	}
	.contact-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.info{
		padding-bottom: 0px;
	}
	.info_{
		padding-top: 0px;
	}
	.city_info{
		padding-top: 10px
	}
	.info-line{
		bottom: 144px;
	}
	.social_medias_links{
		display: flex;
	}
	.project{
		padding: 20px 0;
	}
	.project-info{
		padding: 20px 10px;
	}
	.hproject-dscp{
		width: unset;
		margin:0;
	}
	.project-line{
		width: 60%;
		right: 20%;
	}
	.project-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.fsubscribe{
		right: 16px;
	}
	.cform{
		display: block;
	}
	/*ABOUT PAGE*/
	.page-about-content{
		padding: 45px 0;
	}
	.pcompany{
		padding: 0px;
		border:none;
	}
	.pcompany_inner{
		display: unset;
		padding-left: 10px;
	}
	.pcontent-img{
		padding: 10px 10px;
		margin: 0 auto;
	}
	.pcontent-title h5{
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pabout-dscp{
		width: 100%;
	}
	.pabout-content{
		max-width: 100%;
	}
	.pabout-line{
		width: 60%;
		right: 20%;
	}
	.pabout-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.about-description{
		padding: 0;
		max-width: 100%;
	}
	.company-assets{
		padding: 5px 0;
	}
	.content{
		margin: 0;
		padding: 20px 0;
	}
	/*FINANCIAL DATA*/
	.pfinancial-dscp{
		width:100%;
	}
	.pfinancial-line{
		width: 60%;
		right: 20%;
	}
	.pfinancial-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.financial_pdf{
		padding: 25px 0;
	}
	.pdf-file h5{
		font-size: 15px;
		letter-spacing: 1px;
	}
	.pdf-file hr{
		width: 100%;
	}
	/*---PROJECT PAGE--*/
	.hproject .tab-content{
		padding: 60px 0;
	}
	/*---NEWS PAGE--*/
	.pnews-dscp{
		width: 100%;
	}
	.pnews-line{
		width: 60%;
		right: 20%;
	}
	.pnews-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.news_page_inner{
		padding: 0;
	}
	/*Career Page*/
	.c-string p{
	    display: none;
	}
	.c-string::after{
	    display: none;
	}
	.pcareer-line{
	    width: 60%;
	    right: 20%;
	}
	.pcareer-line:after{
	    max-width: 57px;
	    bottom: 2px;
	}
	.pcareer-dscp{
	    width: 90%;
	}
	.job-dscp{
	    width: 90%;
	}
    .pcol-dscp{
        width:100%; 
    }
	/*---SINGLE PAGE NEWS--*/
	.string-line{
		top: -55%;
	    transform: rotate(180deg);
	    left: 30%;
	}
	.s-string p{
		left: 0;
		top: 0;
		position: unset;
		transform: unset;
		margin: 0;
	}
	.snews-line{
		width: 60%;
		right: 20%;
	}
	.snews-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.s-content{
		max-width: 100%;
	}
	/*---PROJECT SINGLE PAGE---*/
	.sproject-dscp{
		max-width: 80%;
	}
	.sproject-line{
		width: 60%;
		right: 20%;
	}
	.sproject-line:after{
		max-width: 57px;
		bottom: 2px;
	}
	.s-project-content{
		max-width: 100%;
		padding: 30px 5px;
	}
	.s-project-content p{
		max-width: 100%;
	}
	.s-project-info{
		padding: 20px 10px;
	}
	.project-info{
		padding: 0;
		height: unset;
	}
	.project-info-cost p{
		padding:10px 0;
	}
	.project-info-content{
		border-radius: 9px 9px 0px 0px;
	}
	.project-info-content h6{
		padding: 10px 0;
	}
    /*Single Company Page*/
    .scompany-line{
        width: 60%;
        right: 20%;
    }
    .scompany-line:after{
        max-width: 57px;
        bottom: 2px;
    }
}
@media( max-width: 480px )
{
	.slideshow-title h1{
		top: 35%;
	}
	.hcompany-image{
		padding-left: 0px;
	}
	/*NEWS SINGLE PAGE*/
	.string-line{
		display: none;
	}
	/*PROJECT SINGLE PAGE*/
	.sproject_title h3{
		font-size: 18px;
	}
	.sproject-dscp{
		max-width: 85%;
	}
	.info-line{
		display: none;
	}
	.financial_inner{
		padding-right: 0;
	}
    .pdf-file hr{
        width: 70%;
    }
	/*PROJECT HOME*/
	.isotope.container{
		left: -9px;
	}
    .single-title h1{
        font-size: 32px;
    }
    /*Single Company Page*/
    .scompany-line{
        width: 60%;
        right: 20%;
    }
    .scompany-line:after{
        max-width: 57px;
        bottom: 2px;
    }
    .pcol-title h1{
        font-size: 33px;
    }
    /*Career Page*/
       .career_inner{
        margin: 0px;
    }

}
