/*------------------------Fonts----------------------*/
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Laila:400,600,500);
/*------------------------Typography----------------------*/
html, body {
	font-family: 'Laila', serif;
	font-weight: 500;
        -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2 ,h3 ,h4 ,h5
{
	font-family: 'Fjalla One', sans-serif !important;
	font-weight: normal;
}
p
{
	font-family: 'Laila', serif;
	font-weight: 500;
}
a
{
	text-decoration: none !important;
	outline: none !important;
	color: #3756b0;
}
.main_heading_green
{
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	color: #3756b0;
}
.main_heading_black
{
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	color: #333333;
	text-align: center;
	padding-bottom: 50px;
}
.main_subheading
{
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	color: #666666;
}
textarea:focus, input:focus, button:focus{
    outline: 0 !important;
}
/*::-webkit-input-placeholder
{
    color:    #fff;
}
:-moz-placeholder
{
    color:    #fff;
}
::-moz-placeholder
{
    color:    #fff;
}
:-ms-input-placeholder
{
    color:    #fff;
}*/
/*------------------------Preloader----------------------*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background: none repeat scroll 0 0 white;
    height: 100% !important;
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../img/emblem.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 138px 100px;
    margin: -100px 0 0 -100px;
}

/*------------------------Home Page----------------------*/
.slider {
    min-height: 700px;
}
.small_section
{
	background-color: #333;
}
.header-news {
    display: inline-block;
    color: #fff;
    width: 445px;
    float: left;
    line-height: 42px;
    padding: 0 15px;
}
.info_block ul
{
	padding: 0;
	margin: 0;
}
.info_block ul li
{
	float: left;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	list-style: none;
	border-right: 1px solid #666;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 3;
}
.info_block ul li a
{
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.info_block ul li a:hover
{
	color: #3756b0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.info_block ul li i
{
	font-size: 18px;
}
.info_block ul li:first-child
{
	border-left: 1px solid #666;
}
.header_social_links
{
	float: right;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-left: 30px;
	padding-right: 30px;
}
.header_social_links a
{
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 3;
}
.header_social_links a:hover
{
	color: #3756b0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.nav_bar
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu_bar
{
	margin-top: 15px;
	float: right;
}
.slider_blocks
{
	background-color: #fff;
}
.blocks
{
	color: #fff;
	text-align: center;
	padding: 45px 15px 45px 15px;
	margin-top: -140px;
	overflow: hidden;
	z-index: 9;
	background:none;
	position:relative;
	min-height: 350px;
}
.icon
{
  	display: inline-block;
  	margin: 0 0 16px 0;
  	vertical-align: top;
	font-size: 60px;
}
.slider_block_heading
{
	padding-bottom: 30px;
	font-size: 35px;
}
.slider_block_text p
{
	font-family: 'Fjalla One', sans-serif;
	font-size: 17px;
}
.blocks:hover:after {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.blocks:hover .slider_block_text {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.blocks:hover .btn-align {
	bottom:30px;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.blocks:hover .btn-align a {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.blocks:before {
	background:#3756b0;
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
.blocks:after {
	background:#112e82;
	display:block;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	z-index:-1;
	content:'';
}
.blocks .icon {
	display:inline-block;
	float:none;
	margin:0 0 16px 0;
	vertical-align:top;
}
.blocks:hover .btn-align {
	bottom:100px;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.blocks:hover .btn-align a {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-align {
	position:absolute;
	right:0;
	bottom:-35px;
	left:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	text-align:center;
}
.btn-align a {
	background:none;
	border: 1px solid #fff;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #fff;
	padding: 10px 35px 10px 35px;
}
.btn-align a:focus {
	background:none;
	border-color:#fff;
}
.btn-align a:hover {
	background:#3756b0;
	border-color:#fff;
}
.section_welcome
{
	padding: 75px 0 75px 0;
	text-align: center;
	background-color: #fff;
}
.section_features
{
	background-color: #f2f2f2;
	padding: 75px 0 75px 0;
}
.section_features ul
{
	padding: 0;
}
.section_features ul li
{
	list-style: none;
	font-family: 'Laila', serif;
	font-weight: 500;
	margin: 15px 0 0 0;
}
.section_features ul li:before
{
  	position: absolute;
  	left: -5px;
  	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
  	line-height: 19px;
  	font-family: FontAwesome;
  	font-size: 16px;
  	color: #3756b0;
  	content: '\f054';
}
.section_features ul li:before
{
	content: "\f054";
}
.read_more_btn
{
	background-color: #3756b0;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	padding: 10px 35px 10px 35px;
}
.read_more_btn:hover
{
	background-color: #006032;
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
.section_features_readmore_btn
{
	margin-top: 65px;
}
.section_about
{
	text-align: center;
	padding: 75px 0 75px 0;
	background-color: #fff;
}
.section_gallery
{
	background-color: #fff;
}
.section_gallery:before,
.section_gallery:after {
  content: '';
  display: table;
}
.section_gallery:after {
  clear: both;
}
.section_gallery
{
	padding-bottom: 75px;
}
.section_organisation
{
	text-align: center;
	padding-bottom: 75px;
	padding-top: 75px;
	background-color: #fff;
}
.section_organisation h4
{
	font-size: 20px;
	color: #3756b0;
	padding-top: 30px;
}
.section_organisation h5
{
	color: #777;
	font-size: 14px;
	padding-top: 10px;
}
.section_organisation_service
{
	background-color: #f2f2f2;
	padding: 30px 0 30px 0;
	text-align: center;
}
.section_organisation_service i
{
	font-size: 80px;
}
.section_organisation_service h5
{
	font-size: 19px;
}
.section_organisation_service a
{
	color: #909090;
}
.section_organisation_service a:hover
{
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
.section_footer
{
	background-color: #3c3c3c;
	padding: 75px 0 50px 0;
}
.section_footer h3
{
	font-size: 25px;
	color: #fff;
	padding-bottom: 30px;
}
.section_footer p
{
	color: #3756b0;
}
.footer_products
{
	color: #999;
	border: 2px solid #999;
	padding: 5px 15px 5px 15px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	margin-right: 3px;
	display: inline-block;
	margin-bottom: 10px;
}
.section_footer .products a:hover
{
	color: #fff;
	border: 2px solid #3756b0;
	background-color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
.footer_gallery_section ul
{
	padding: 0;
}
.footer_gallery_section ul li
{
	list-style: none;
	float: left;
	margin: 0 7px 7px 0;
}
.footer_gallery_section ul li a
{
	border: none;
	margin-bottom: 0;
	padding: 0;
}
.footer_small_section
{
	background-color: #333;
	color: #666;
}
.footer_small_section h4
{
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
}
.section_scrool_top
{
	text-align: center;
}
.sd-up-icon {
	border-radius: 50px;
	color: #3756b0;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -25px;
	width: 50px;
	font-size: 25px;
	padding-top: 10px;
}
.sd-up-icon
{
	background-color: #3c3c3c;
}
.section_footer_link ul
{
	padding: 15px;
	float: right;
	margin: 0;
}
.section_footer_link ul li
{
	list-style: none;
	float: left;
	border-left: 2px solid #666;
	padding: 0 10px 0 10px;
}
.section_footer_link ul li:first-child
{
	border: none;
}
.section_footer_link ul li a
{
	font-family: 'Fjalla One', sans-serif;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
.section_footer_link ul li a:hover
{
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
/*footer
{
	border-top: 5px solid #3756b0;
	position: fixed;
	bottom: 0;
	z-index: -1;
	width: 100%;
}*/
.section_page_title
{
	background-color: #333;
	padding-bottom: 10px;
/*	background: url(../img/footer-middle-bg.png) repeat-x 0 0 #333;*/
}
.page_title
{
	color: #81A1FF;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
}
.section_page_title .breadcrumb
{
	float: right;
}
/*--------------------------------About us--------------------------------*/
.about_us_section
{
	padding: 70px 0 70px 0;
	text-align: center;
}
.section_whats_new
{
	background-color: #f2f2f2;
	padding: 30px 0 70px 0;
}
.section_whats_new .blocks
{
	margin-top: 0;
}
.customer_login_section
{
	background-image: url(../images/customer_log_in_bg.png);
	padding-top: 100px;
	padding-bottom: 90px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.log_in_form input
{
	padding: 15px;
	border: 2px solid #fff;
	background-color: transparent;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	width: 48%;
}
.log_in_form button[type=submit]
{
  	position: absolute;
  	top: 2px;
  	right: 35px;
  	padding: 14px 0 14px 0;
  	font-size: 20px;
  	outline: none;
  	color: #fff;
  	background: transparent !important;
}
.register_form input
{
	padding: 10px;
	border: 1px solid #3756b0;
	background-color: transparent;
	font-family: 'Laila', serif;
	color: #006032;
	width: 100%;
	margin-bottom: 15px;
}
.register_form select
{
	border: 1px solid #3756b0;
	background-color: transparent;
	font-family: 'Laila', serif;
	color: #999;
	width: 100%;
	margin-bottom: 15px;
}
.customer_login_section h2
{
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.customer_login_section a
{
	color: #006032;
}
.customer_login_section a:hover
{
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
.directos_sec
{
	padding-top: 50px;
}
.company{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}
.company_policy
{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url(../images/Wheat.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.company_policy p
{
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.company_policy h2
{
	padding-bottom: 30px;
}
.section_board_of_directors
{
	text-align: center;
	padding: 50px 0 70px 0;
	background-color: #3c3c3c;
}
.section_board_of_directors table
{
	width: 100%;
	text-align: center;
	border: 1px solid #3756b0;
	font-family: 'Laila', serif;
	font-weight: 500;
	color: #fff;
}
.section_board_of_directors table tr:first-child
{
	font-family: 'Fjalla One', sans-serif;
	background-color: #3756b0;
}
.section_board_of_directors table td
{
	padding: 10px;
}
.quality_section
{
	text-align: center;
	padding: 50px 0 70px 0;
}
/*------------------------Products--------------------------------*/
.section_products
{
	padding: 75px 0 75px 0;
}
.image_dis
{
	background-color: #f2f2f2;
	padding: 15px;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 100%;
}
.product_block h3
{
	color: #3756b0;
	margin-top: 10px;
}
.product_block img
{
  	width: 100%;
  	height: auto;
  	-moz-transition: all 0.3s ease-out 0.1s;
  	-o-transition: all 0.3s ease-out 0.1s;
  	-webkit-transition: all 0.3s ease-out 0.1s;
  	transition: all 0.3s ease-out 0.1s;
}
.product_block
{
  	display: block;
  	position: relative;
  	overflow: hidden;
}
.product_block:hover .product_image img
{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.product_block:hover .image_dis
{
	background-color: #3756b0;
	-moz-transition: all 0.3s ease-out 0.1s;
  	-o-transition: all 0.3s ease-out 0.1s;
  	-webkit-transition:all 0.3s ease-out 0.1s;
  	transition: all 0.3s ease-out 0.1s;
}
.product_block:hover .image_dis h3
{
	color: #fff;
	-moz-transition: all 0.3s ease-out 0.1s;
  	-o-transition: all 0.3s ease-out 0.1s;
  	-webkit-transition: all 0.3s ease-out 0.1s;
  	transition: all 0.3s ease-out 0.1s;
}
/*--------------------------Products Detail-----------------------------*/
.section_products_detail
{
	padding: 75px 0 75px 0;
}
/*--------------------------Projects----------------------------------*/
.section_projects
{
	padding: 70px 0 70px 0;
}
.list.styled > ul
{
	padding: 0;
}
.list.styled > ul li
{
  	position: relative;
  	margin: 0 0 1em 0;
  	padding: 0;
  	border: none;
  	background: none;
  	list-style-type: none;
	font-weight: 500;
	color: #3756b0;
}
.list.check-list > ul li:before
{
  	content: "\f00c";
}
.list > ul li:before
{
  	color: #999;
}
.list li:before
{
  	display: inline-block;
 	margin-right: 5px;
  	width: 14px;
  	height: 14px;
  	content: attr(data-icon);
  	font-family: 'FontAwesome';
  	line-height: 14px;
  	speak: none;
}
.section_flowchart
{
	padding: 70px 0 70px 0;
	background-color: #f2f2f2;
	text-align: center;
}
.project_department
{
	padding: 75px 0 75px 0;
}
.project_department h1
{
	text-align: center;
}
.project_department table
{
	border: 1px solid #3756b0;
}
.project_department table td
{
	text-align: center;
	font-family: 'Laila', serif;
	font-weight: 500;
	padding: 10px;
}
.project_head
{
	padding: 75px 0 75px 0;
	background-color: #f2f2f2;
}
.project_head table
{
	width: 100%;
	font-family: 'Laila', serif;
	border: 1px solid #3756b0;
	font-weight: 500;
}
.project_head table td
{
	padding: 10px;
}
/*------------------------------KFL Units-------------------------------*/
.section_kflunits
{
	padding: 75px 0 75px 0;
}
.unit_block
{
	background-color: #f2f2f2;
	-webkit-transition: box-shadow 200ms,border 200ms;
	padding: 5px;
}
.unit_block:hover
{
	-webkit-box-shadow: 0px 4px 16px 3px rgba(199,199,199,1);
	-moz-box-shadow: 0px 4px 16px 3px rgba(199,199,199,1);
	box-shadow: 0px 4px 16px 3px rgba(199,199,199,1);
}
.unit_discription
{
	text-align: center;
}
/*-----------------------------Tenders---------------------------------*/
.section_tenders
{
	padding: 75px 0 75px 0;
}
.tenders h4
{
	color: #3756b0;
}
.tenders p
{
	font-family: 'Laila', serif;
	font-size: 14px;
	font-weight: 500;
}
.download_tender_section
{
	font-family: 'Laila', serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 1em;
  	padding: .5em 0;
  	border-top: 1px solid #ddd;
  	border-bottom: 1px solid #ddd;
  	margin-top: 30px;
  	margin-bottom: 60px;
}
.download_tender_section i
{
	color: #3756b0;
	font-size: 16px;
	padding-right: 15px;
}
.download_tender_section a
{
	color: #333;
}
.download_tender_section a:hover
{
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
.register_form textarea
{
	padding: 10px;
	border: 1px solid #3756b0;
	background-color: transparent;
	font-family: 'Laila', serif;
	font-size: 14px;
	color: #006032;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 500px;
}
.section_tenders ul li
{
	list-style: none;
	font-family: 'Laila', serif;
	font-weight: 500;
	margin: 15px 0 0 0;
}
.section_tenders ul li:before
{
  	position: absolute;
  	left: 28px;
  	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
  	line-height: 19px;
  	font-family: FontAwesome;
  	font-size: 16px;
  	color: #3756b0;
  	content: '\f054';
}
.section_tenders ul li:before
{
	content: "\f054";
}
.section_tenders ul li a
{
	color: #333;
}
.section_tenders ul li a:hover
{
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
/*------------------------------------News-------------------------------------------*/
.section_news
{
	padding: 75px 0 75px 0;
	/*background-color: #f2f2f2;*/
}
.section_news ul li
{
	list-style: none;
	font-family: 'Laila', serif;
	font-weight: 500;
	margin: 15px 0 0 0;
}
.section_news ul li:before
{
  	position: absolute;
  	left: -15px;
  	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
  	line-height: 19px;
  	font-family: FontAwesome;
  	font-size: 16px;
  	color: #3756b0;
  	content: '\f054';
  	top: 4px;
}
.section_news ul li:before
{
	content: "\f054";
}
.section_news ul li a
{
	color: #333;
}
.section_news ul li a:hover
{
	color: #3756b0;
	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
}
.news ul li
{
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
}
/*------------------------------------Videos-----------------------------------------*/
.section_videos
{
	padding: 75px 0 75px 0;
}
.section_videos ul
{
	padding: 30px 0 0 0;
}
.section_videos ul li
{
	list-style: none;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
}
.main_video
{
	width: 780px;
	float: left;
}
.left_subvideos
{
	width: 358px;
	float: right;
}
/*----------------------------------Gallery----------------------------------------*/
.gallery_section:before,
.gallery_section:after {
  content: '';
  display: table;
}
.gallery_section:after {
  clear: both;
}
.portfolio figure
{
	overflow:hidden;
}
.portfolio figure.first
{
	margin-left: 0px;
	margin-bottom:2px;
}
.portfolio figure img
{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio figure:hover img
{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.portfolio figcaption
{
	position:absolute;
	float:left;
	text-align:center;
	width:100%;
	top: 0;
	bottom: auto;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s; height:100%; vertical-align:middle; text-align:center;
}
.portfolio figure:hover figcaption, .portfolio figure.cs-hover figcaption
{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.portfolio .fig-content-wrapper
{
	display:table;
	width:100%;
	height:100%;
}
.portfolio figcaption .fig-content
{
	display:table-cell;
	vertical-align:middle;
}
.portfolio figcaption h5
{
	text-transform:uppercase;
	font-size:18px;
	margin-bottom:5px;
	color: #fff;
}
.portfolio.column.no-space.dt-sc-one-third
{
	width:33.3%;
}
.portfolio.column.no-space.dt-sc-one-fourth
{
	width:25%;
	float: left;
	overflow: hidden;
}
.page-with-sidebar .portfolio.column.no-space.dt-sc-one-fourth
{
	width:25%;
}
.portfolio.dt-sc-one-third.with-sidebar figcaption h5
{
	font-size:14px;
}
.portfolio figcaption .fig-content > p
{
	margin-bottom:0;
}
.portfolio .fig-overlay a:hover
{
	background-color:#128fc0;
}
.portfolio figcaption
{
	background: none repeat scroll 0 0 rgba(98, 168, 61, 0.87);
}
.portfolio .fig-overlay a:hover, .portfolio .fig-overlay a:active, .portfolio figcaption h5 a, .portfolio figcaption p > a, .portfolio figcaption p
{
  	color: #ffffff;
}
.portfolio .fig-overlay
{
  	display: inline-block;
  	margin-top: 10px;
}
.portfolio .fig-overlay a
{
	border:1px solid;
	width:48px;
	height:48px;
	float:left;
	margin:0px 0px 0px -1px;
	font-size:18px;
	color:#fff;
	text-align:center;
	display:inline-block;
	padding-top: 15px;
}
.portfolio .fig-overlay a:hover
{
	background-color: #006032;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
/*---------------------------Contact Us------------------------------*/
.section_contact_form
{
	padding: 50px 0 50px 0;
}
.section_contact_form h2
{
	text-align: center;
}
.section_contact_form h4 strong
{
	font-family: 'Laila', serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #3756b0;
}
.section_contact_form p
{
	font-family: 'Laila', serif;
	font-weight: 300;
	color: #888;
	font-size: 13px;
}
.section_contact_form strong
{
	font-family: 'Laila', serif;
	color: #888;
	font-size: 13px;
}
.field input
{
  	margin: 0;
  	padding: 6px;
  	width: 100%;
  	height: 30px;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea
{
  	background: #f2f2f2;
  	min-height: 20px;
  	margin: 0;
  	border: none !important;
  	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
  	border-radius: 0;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	resize: none;
  	font-family: 'Laila', serif;
  	font-size: 13px;
  	font-weight: 300;
  	color: #888 !important;
  	line-height: 2.2;
}
.field textarea
{
  	overflow: auto;
  	margin: 0;
  	padding: 6px 6px 7px 6px;
  	width: 100%;
  	height: 200px;
  	line-height: 15px;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	resize: none;
  	overflow: auto;
  	margin-top: 15px;
}
.submit-wrap input[type="submit"]:hover, .submit-wrap input[type="reset"]:hover
{
  	background: url(../themes/public/assets/img/arrow.png) no-repeat 100% 50%;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	-webkit-transition: 0.4s;
  	-moz-transition: 0.4s;
  	-o-transition: 0.4s;
  	transition: 0.4s;
  	color: #3756b0;
}
.submit-wrap input[type="submit"], .submit-wrap input[type="reset"]
{
  	background: url(../themes/public/assets/img/arrow.png) no-repeat 100% 50%;
  	height: 52px;
  	margin: 0 15px 0 0;
  	padding: 0 19px 0 0;
  	border: none;
  	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
  	-webkit-transition: 0.8s;
  	-moz-transition: 0.8s;
  	-o-transition: 0.8s;
  	transition: 0.8s;
  	font-family: 'Laila', serif;
  	font-size: 13px;
  	font-weight: 300;
  	text-shadow: none;
  	text-transform: capitalize;
  	color: #888;
}
.other_contact_details
{
	background-color: #f2f2f2;
	text-align: center;
	padding: 50px 0 50px 0;
}
.other_contact_details p
{
	text-transform: uppercase;
}
.head_of_departments
{
	padding: 50px 0 75px 0;
	text-align: center;
}
.head_of_departments table
{
	width: 100%;
	border: 1px solid #3756b0;
	font-family: 'Laila', serif;
	font-weight: 500;
}
.head_of_departments table td
{
	padding: 10px;
}
.head_of_departments table tr:first-child
{
	font-family: 'Laila', serif;
	font-weight: 600;
	color: #fff;
	background-color: #3756b0;
	text-transform: uppercase;
}
.section_marketing
{
	text-align: center;
	background-color: #333;
	padding: 50px 0 50px 0;
}
.section_marketing h2
{
	color: #3756b0;
}
.section_marketing h4, .section_marketing  p
{
	color: #fff;
	font-family: 'Laila', serif;
	font-weight: 300;
	text-transform: uppercase;
}
.contact_final_section
{
	padding: 50px 0 50px 0;
	text-align: center;
}
.contact_final_section p
{
	color: #3756b0;
	font-weight: 600;
	font-size: 16px;
	line-height: 2;
}
/*---------------------------Organisation Desks---------------------------*/
.section_organisation_desks
{
	padding: 75px 0 75px 0;
}
.profile_pic
{
	text-align: center;
}
.profile_pic h4
{
	color: #3756b0;
}
.section_organisation_desks h4
{
	color: #666;
	text-align: center;
}
.section_organisation_desks table
{
	width: 60%;
	font-family: 'Laila', serif;
	font-weight: 500;
	text-align: center;
	border: 1px solid #3756b0;
}
.section_organisation_desks td
{
	padding: 10px;
}
/*--------------------------------RTI Act------------------------------------*/
.section_rti_act h2
{
	text-align: center;
	color: #3756b0;
	text-transform: uppercase;
}
.section_rti_act p span
{
	font-family: 'Laila', serif !important;
	font-size: 15px !important;
}
.section_rti_act p b span
{
	font-family: 'Fjalla One', sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
}
.section_rti_act table
{
	width: 100% !important;
	margin-left: 0 !important;
}
.section_rti_act table td
{
	padding: 10px !important;
}
/*------------------------------Media Screens-------------------------------*/
@media (max-width: 768px) {
.info_block ul li
{
	border-right: none;
	text-align: center;
	float: none;
}
.info_block ul li:first-child
{
	border-left: none;
}
.header_social_links {
  	float: none;
  	border-left: none;
  	border-right: none;
  	text-align: center;
}
.small_section
{
	text-align: center;
}
.menu_bar {
  	margin-top: 15px;
  	float: none;
}
.logo
{
	text-align: -webkit-center;
}
.blocks {
  color: #fff;
  text-align: center;
  padding: 45px 15px 45px 15px;
  margin-top: 15px;
  overflow: hidden;
  z-index: 9;
  background: none;
  position: relative;
}
.sd-up-icon {
    top: -75px;
}
.footer_small_section h4 {
    padding-top: 30px;
    text-align: center;
}
.section_footer_link ul {
    float: none;
    margin: 0 auto;
}
#cssmenu > ul > li > a {
    padding: 16px !important;
}
#cssmenu ul ul {
    padding-top: 0;
}
#cssmenu ul ul li a {
    padding: 19px 17px;
}
}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

 .job-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 2.35765%;
 }
.company-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 2.35765%;
}
.job-info:last-child {
    margin-right: 0;
}
.job-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 10px;
 }
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
