/* unison */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background: #fff;
	}
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:140px;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 204px;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	width: 100%;
	}
.col-sm-11 {
	width: 91.66666667%;
	}
.col-sm-10 {
	width: 83.33333333%;
	}
.col-sm-9 {
	width: 75%;
	}
.col-sm-8 {
	width: 66.66666667%;
	}
.col-sm-7 {
	width: 58.33333333%;
	}
.col-sm-6 {
	width: 50%;
	}
.col-sm-5 {
	width: 41.66666667%;
	}
.col-sm-4 {
	width: 33.33333333%;
	}
.col-sm-3 {
	width: 25%;
	}
.col-sm-2 {
	width: 16.66666667%;
	}
.col-sm-1 {
	width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.dbx{
	display: block;
	}
/* #Buttons Styles
================================================== */
span.btn {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	background: none;
	transition: background-color .3s;
	font-family: 'Signika';
	color: #20366c;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: 1px solid #20366c;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	}
span.btn:hover {
	background: #20366c;
	color: #fff;
	border: 1px solid #20366c;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.center {
	text-align: center;
	}
.pd_tp5{
	padding-top:15px;
	}
.pd_tp{
	padding-top:25px;
	}
.pd_tp55{
	padding-top:55px;
	}
.pd_bt{
	padding-bottom: 15px;
	}
.blg_mrt{
	margin-top: -10px;
	}
.pd_tp0{
	padding-top: 0px!important;
}
/* =Header
-------------------------------------------------------------- */
.header_main {
	padding: 0 5%;
	}
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 999;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .top_header {
	width: 100%;
	position:relative;
	display:inline-block;
	background: #f7f7f7;
	border-color: #f0f0f0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding:0.6% 0%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .top_header .top_media {
	float: left;
	width: 8%;
	}
header .top_header .top_cont {
	float: right;
	width: 31.5%;
	}
header .top_header .top_media a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight:400;
	display: inline-block;
	text-align: left;
	transition: all 300ms ease 0s;
	padding: 0 0 0 13%;
	}
header .top_header .top_media a:first-child{
	padding:0;
	}
header .top_header .top_cont a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #adadad;
	font-weight:400;
	display: inline-block;
	text-align: right;
	transition: all 300ms ease 0s;
	padding: 0 0 0 3%;
	}
header .top_header .top_cont a:hover{
	color:#ffb014;
	text-decoration: underline;
	}
header .top_header .top_cont a:first-child{
	padding:0;
	}
header.smaller {
	background: #fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow: 0 4px 3px -3px #363636;
    -moz-box-shadow: 0 4px 3px -3px #363636;
    box-shadow: 0 4px 3px -3px #363636;
	}
header.smaller .top_header {
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .middle_header{
	position:relative;
	padding:1% 0%;
	}
header .logo {
	width:26%;
	float:left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 1% 0%;
	}
header nav {
	width: 73%;
	float:right;
	margin-left: 1px !important;
	padding:1.8% 0 0;
	margin-right: -40px;
	}
header.smaller .top_header {
	display: none;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	}
.m{
	display:block;
	float:left;
	}
/* Banner*/
.banner {
	width: 100%;
	position:relative;
	}
/*Section One*/
.Section_One{
	width: 100%;
	margin: 0 auto;
	padding:4% 0; 
	}
	.Section_One h1.Title{
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding:0% 0 2%;
    margin:0 auto;
	}
.Section_One h2.Title{
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    padding:0% 0 2%;
	}
.Section_One .text_holder p {
    font-family: "Open Sans";
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 76px 34px;
    text-align: center;
	}
.Section_One .Three_Box{
	width: 100%;
	margin: 0 auto;
	}
.Section_One .Three_Box .Box_Holder{
	width: 100%;
	height: 250px;
	background: #21366d;
	transition: all 500ms ease 0s;
	position: relative;
	padding:6% 13%; 
	}
.Section_One .Three_Box .Box_Holder .Title{
	font-family:"Open Sans";
    color: #ff6e17;
    font-size:24px;
    text-align: left;
    font-weight:400;
    padding:0% 0 4%;
    transition: all 500ms ease 0s;
	}
.Section_One .Three_Box .Box_Holder p {
    font-family: "Open Sans";
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
	}
.Section_One .Three_Box .Box_Holder .Ser_Icon {
    position: absolute;
    bottom: -5px;
    right: -10px;
    float: right;
	}
.Section_One .Three_Box .Box_Holder:hover{
	background: #f5a21e;
	}
.Section_One .Three_Box .Box_Holder:hover .Title{
	color: #21366d;
	}

/*Section Two*/
.Section_Two{
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	padding:4% 0%;
	}
.Section_Two h4.Title {
	font-family: 'Signika';
 	color: #f9a51c;
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
    margin-left: 2px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid #f9a51c;
	}
.Section_Two h3.Title {
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    font-weight: 600;
	}
.Section_Two .Three_Box{
	width: 100%;
	margin: 0 auto;
	padding:2% 0 0;
	}
.Section_Two .Three_Box .col-sm-4{
	padding-right:50px;
	}
.Section_Two .Three_Box .Box_Holder{
	width: 100%;
	float: left;
	}
.Section_Two .Three_Box .Box_Holder .awards_image{
	width: 100%;
	float: left;
	padding-bottom: 4%;
	text-align: center;
	}
.Section_Two .Three_Box .Box_Holder .awards_image img{
	width: 50%;
	}
.Section_Two .Three_Box .Box_Holder p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #6c6c6c;
	text-align: justify;
	line-height: 24px;
	font-weight: 400;
	}
.Section_Two .text_holder{
	width: 100%;
	margin: 0 auto;
	padding: 4% 0 0;
	}
.Section_Two .text_holder .Title{
	font-family: "Open Sans";
	font-size: 16px;
	color: #6c6c6c;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	}
.Section_Two .text_holder .view_btn {
    width: 10%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 0.5%;
    text-decoration: none;
	}
.Section_Two .text_holder .view_btn a{
	font-size: 14px;
	color: #243a6f;
	}

/*Section Three*/
.Section_Three{
	width: 100%;
	margin: 0 auto;
	padding:0 2%;
	}
.Industries_Section {
    width: 100%;
    margin: 0 auto;
	}
.resp-vtabs .resp-tabs-list li img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	cursor: pointer;
	}
.resp-vtabs .resp-tabs-list li:hover img.grayscale {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	}
.Industries_Section .cat_home .col-sm-6 {
	padding: 0;
	}
.Industries_Section .cat_home .lt{
	width: 100%;
	}
.Industries_Section .cat_home .lt .thum{
	width: 100%;
	}
.Industries_Section .cat_home .rt{
	width: 100%;
	padding: 4%;
	display: flex;
    justify-content: space-between; 
	}
.Industries_Section .cat_home .rt h3{
	font-family: 'Signika';
	color: #f9a51c;
	font-size: 13px;
	font-weight: 700;
	border-bottom: 3px solid #f9a51c;
	margin-left: 2px;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 30px;
	text-transform: uppercase;
	}
.Industries_Section .cat_home .rt h2{
	font-family: 'Signika';
	color:#20366c;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	text-transform: capitalize;
	}
.Industries_Section .cat_home .rt p{
	font-family: 'Signika';
	color: #9498ab;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 300;
	line-height:24px;
	padding: 0 27% 0 0;
	}
.Industries_Section .cat_home .rt .Link{
	width: 100%;
	float: left;
	padding:2% 0% 0 0;
	}
.Industries_Section .cat_home .rt .Link .Title {
    font-family: 'Signika';
    color: #f9a51c;
    font-size: 20px;
     margin-bottom: 5px;
	}
.Industries_Section .cat_home .rt .Link ul{
    padding: 0;
    margin: 0;
    float: left;
    }
.Industries_Section .cat_home .rt .Link ul li{
    display: inline;
    text-decoration: none;
    font-size:15px;
    line-height: 28px;
    font-weight: 400;
    color: #20366c;
    }
.Industries_Section .cat_home .rt .Link ul li:after{
    content: "|";
    padding: 0 5px;
}
.Industries_Section .cat_home .rt .Link ul li:last-child:after{
    content: none;
    padding: 0 5px;
}
.Section_Three .text_holder .view_btn {
    margin: 0 auto;
    color: 
    #fff;
    text-align: center;
    padding:0% 0% 2%;
    text-decoration: none;
}
.Section_Three .text_holder .view_btn a{
	font-size: 14px;
	color: #243a6f;
	}
.Section_Three .text_holder .Title{
	font-family: "Open Sans";
	font-size: 16px;
	color: #6c6c6c;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	margin-top:40px;
	}
/*Section Four*/
.Section_Four{
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	padding:4% 0%;
	border-bottom: 1px solid #eee;
	}
.Section_Four h4.Title {
	font-family: 'Signika';
	color: #f9a51c;
	font-size: 13px;
	font-weight:700;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 3px solid #f9a51c;
	width: 18%;
	margin: 0 auto 15px;
	text-align: center;
	}
.Section_Four h3.Title {
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
	}
.Section_Four p{
	font-family: "Open Sans";
	font-size: 15px;
	color:#777777;
	font-weight: 400;
	line-height: 26px;
	padding:1% 25%;
	text-align: center;
	}
.Section_Four .Service_Box {
    width:76%;
    margin: 0 auto;
    padding:2% 0 0;
	display: flex;
    justify-content: center;
	}
.Section_Four .Service_Box ul {
    padding: 0;
    margin: 0;
	justify-content: space-between;
    display: -webkit-box
;
	}
.Section_Four .Service_Box ul li {
	font-family: 'Signika';
	font-size: 16px;
    color: #20366c;
    list-style: none;
    text-decoration: none;
    padding: 10px 16px;
	float: left;
	align-items: center;
    display: flex;
	text-align: center;
	
	}
.Section_Four .Service_Box ul li a{
	color: #20366c;
}
.Section_Four .Service_Box ul li img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    vertical-align: middle;
	}
.Section_Four .Service_Box ul li.center {
	padding-left:36%;
}
/*Section Five*/
.Section_Five{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding:4% 0%;
	position: relative;
	}
.Section_Five h4.Title {
	font-family: 'Signika';
	color: #f9a51c;
	font-size: 13px;
	font-weight:700;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 3px solid #f9a51c;
	width: 18%;
	margin: 0 auto 15px;
	text-align: center;
	}
.Section_Five h3.Title {
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    padding-bottom:2%;
	}
/*.Section_Five .lt_sec{
	width: 100%;
	float: left;
	}
.Section_Five .rt_sec{
	width: 100%;
	float: left;
	}

.Section_Five .lt_sec p {
	font-family: 'Signika';
	color: #9498ab;
    font-size: 16px;
    font-weight: 300;
    margin:20px 0px 0px;
    line-height: 26px;
	}

.Section_Five .rt_sec .key_number_values{
	width: 100%;
	}
.Section_Five .rt_sec .key_number_values .value_box{
	width: 50%;
	float: left;
	padding:2% 0%;
	}
.Section_Five .rt_sec .key_number_values .value_box .value{
	font-family: 'Signika';
	color: #20366c;
    font-size: 52px;
    font-weight:700;
    text-align: center;
	}
.Section_Five .rt_sec .key_number_values .value_box .description{
	font-family: 'Signika';
	color: #9498ab;
    font-size:16px;
    font-weight:400;
    text-align: center;
	}
*/
.Section_Five .background-icon {
    position: absolute;
    font-size: 300px;
    opacity: 0.1;
    -webkit-transform: rotate( 25deg );
    -moz-transform: rotate( 25deg );
    transform: rotate( 0deg );
    top: -77px;
    right: -20px;
	}
.value_box{
	padding:2% 0%;
	position:relative;
	}
.value_box .numscroller{
	font-family: 'Signika';
	color: #20366c;
    font-size: 52px;
    font-weight:700;
    text-align: center;
    padding-bottom: 12%;
    position: relative;
	}
.value_box span{
	position: absolute;
	right:70px;
	font-family: 'Signika';
	color: #20366c;
    font-size:46px;
    font-weight:400;
    bottom:65px;
}
.value_box .pl{
	position: absolute;
	right:30px;
	font-family: 'Signika';
	color: #20366c;
    font-size:46px;
    font-weight:400;
    bottom:65px;
}
.value_box .description{
	font-family: 'Signika';
	color: #9498ab;
    font-size:16px;
    font-weight:400;
    text-align: center;
	}
/*Section Six*/
.Section_Six{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding:4% 0%;
	}
.Section_Six h4.Title {
	font-family: 'Signika';
 	color: #f9a51c;
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
    margin-left: 2px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid #f9a51c;
	}
.Section_Six h3.Title {
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    font-weight: 600;
	}
.Section_Six p {
	font-family: 'Signika';
	color: #9498ab;
    font-size: 16px;
    font-weight: 300;
    margin:20px 0px 0px;
    line-height: 26px;
	}
.Section_Six p a{
	color: #243a6f;
}
/*Inner Pages*/
.Inner_Wrap{
	width: 100%;
	padding: 2% 0%;
	border-bottom: 2px solid #cdcdcd;
	}
.breadcrumb{
	width:100%;
	border-bottom:1px solid #dbe3ec;
	}
.breadcrumb ul{
	margin:0 auto;
	width:100%;
	}
.breadcrumb li{ 
	font-family: "Open Sans";
	font-size:12px;
	color:#f9a51c;
	font-weight:700;
	letter-spacing:1px;
	display:inline-block;
	line-height:28px;
	margin:0px 0 10px 10px;
	text-align:left;
	}
.breadcrumb li a{
	font-family: "Open Sans";
	font-size:12px;
	color:#243a6f;
	font-weight:400;
	}
.breadcrumb li a:after{
	color: #f9a51c;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	margin:10px 0 10px 10px;
	}
.breadcrumb > li + li::before{
	color:#fff;
	}
.Inner_Wrap ol{
	padding: 10px 20px;
	}
.Inner_Wrap ol li{
	font-family: "Open Sans";
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
	padding:5px 0px;

	}
.Inner_Wrap .innermenu{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	}
.Inner_Wrap .innermenu ul{
	margin: 0;
	padding: 0 0 0 20px;
	}
.Inner_Wrap .innermenu ul li{
	font-family: "Open Sans";
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
	display: block;
	padding:5px 0px 0px;
	position: relative;
	}
.Inner_Wrap .innermenu ul li a{
 color: #777777;
}
.Inner_Wrap .innermenu ul li a:hover{
 color: #243a6f;
}
.Inner_Wrap .innermenu ul li strong{
	font-weight: 700;
}

.Inner_Wrap .innermenu ul li:before{
	color: #f9a51c;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding-right: 10px;
	transition: all 300ms ease 0s;
	position: absolute;
	left:-16px;
	}
.Inner_Wrap .Innwer_Wrap_Left{
	width: 100%;
	float: left;;
	padding-right:5%;
	background-position: center right;
	background-repeat: no-repeat;
	}
.Inner_Wrap .Innwer_Wrap_Right{
	width: 100%;
	float: left;
	}
.Inner_Wrap .Innwer_Wrap_Left h4.Title {
	font-family: 'Signika';
 	color: #f9a51c;
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
    margin-left: 2px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid #f9a51c;
	}
.Inner_Wrap .Innwer_Wrap_Left h3.Title {
	font-family: 'Signika';
    color: #243a6f;
    font-size: 32px;
    font-weight: 600;
    padding:2% 0%;
    text-transform:capitalize;
	}
.Inner_Wrap .Innwer_Wrap_Left .Blog_Date {
	font-family: "Open Sans";
	font-size: 13px;
	color: #777777;
	font-weight: 400;
	text-align: left;
	font-style: italic;
	padding: 0% 0% 1%;
	border-bottom: 2px solid#cdcdcd;
	margin-bottom:2%;

	}
.Inner_Wrap .Innwer_Wrap_Left p{
	font-family: "Open Sans";
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 0px 15px;
    text-align: justify;
	}
.Inner_Wrap .Innwer_Wrap_Left p a{
	color: #20366c;
}
.Inner_Wrap .Innwer_Wrap_Left p.h3{
	font-family: "Open Sans";
	font-size:20px;
	color:#f9a51c;
	font-weight: 700;
	text-shadow: 1px 1px #243a6f;
	text-align: center;
	line-height:22px;
	padding:21px 0px;
	background:#243a6f;
	border: 10px solid #f2f2f2f2;
	}
.Inner_Wrap .Innwer_Wrap_Left p.h3 span{
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	}
.Inner_Wrap .Innwer_Wrap_Left p.line_title{
	font-family: "Open Sans";
    font-size:18px;
	color: #f9a51c;
	font-weight: 400;
	}
.Inner_Wrap .Innwer_Wrap_Left .sub_title{
	font-family: 'Signika';
    font-size:18px;
	color: #777777;
	font-weight: 600;
	text-transform: capitalize;
	padding-top:1%;
	clear: both;
	}
.Inner_Wrap .Innwer_Wrap_Left .sub_title2{
	font-family: 'Signika';
    font-size:15px;
	color: #777777;
	font-weight: 600;
	text-transform: capitalize;
	padding-top:1%;
	clear: both;
	}

.Inner_Wrap .Innwer_Wrap_Right .Page_Title {
	width: 100%;
	font-family: 'Signika';
 	color: #243a6f;
    font-size:22px;
    font-weight:700;
    text-transform: uppercase;
    margin-left: 2px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid #243a6f;
	}
.Inner_Wrap .Innwer_Wrap_Left ol{
	margin: 0;
	padding:10px 0 10px 20px;
	clear: both;
	}
.Inner_Wrap .Innwer_Wrap_Left ol li{
	font-family: "Open Sans";
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    line-height:26px;
    text-align: left;
	position: relative;
	}
.Inner_Wrap .Innwer_Wrap_Left ol li span{
	font-weight:700;
	display: block;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style{
	text-shadow: 1px 1px #243a6f;
	padding:5px  25px;
	background:#243a6f;
	border: 10px solid #f2f2f2f2;
	margin-bottom: 20px;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style .sub_title{
	font-family: 'Signika';
    font-size:18px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style .innermenu ul{
	margin: 0;
	padding: 0 0 0 20px;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style .innermenu ul li{
	font-family: "Open Sans";
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
	display: block;
	padding:5px 0px;
	position: relative;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style .innermenu ul li strong{
	font-weight: 700;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style .innermenu ul li:before{
	color: #f9a51c;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding-right: 10px;
	transition: all 300ms ease 0s;
	position: absolute;
	left:-16px;
	}
.Inner_Wrap .Innwer_Wrap_Left .bg_style .innermenu ul li span{
	color: #f9a51c;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu{
	width: 100%;
	float: left;
	padding-left: 5%;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul{
	margin: 0;
	padding: 0;
	list-style-image: url('../images/arrow.png');
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li{
	padding:10px 0px;
	border-bottom: 1px solid #a0a0a0;
	transition: all 300ms ease 0s;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li a{
	font-family: "Open Sans";
    font-size: 15px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 0px 0px;
    text-decoration: none;
    transition: all 300ms ease 0s;
	}
/*.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li a:before{
	color: #777777;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding-right: 10px;
	transition: all 300ms ease 0s;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li a:hover::before{
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	color: #f9a51c;
	}*/
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li:hover a{
	color: #f9a51c;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li:hover{
	border-bottom: 1px solid #f9a51c;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li a.active{
	color: #f9a51c;
	}
.Inner_Wrap .Innwer_Wrap_Right .side_menu ul li:last-child{
	border: none;
	}
/*Board of directors*/
.board_of_directors{
	width: 100%;
	}
.board_of_directors .directors{
	width: 100%;
	text-align: center;
	padding-bottom: 10%;
	}
.board_of_directors .thum{
	width: 100%;
	text-align: center;
	position: relative;
	}
.board_of_directors .thum .linkd{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #0077b5;
	padding:5px;
	}
.board_of_directors .d_name{
	font-family: 'Signika';
 	color: #243a6f;
 	text-align: left;
    font-size:19px;
    font-weight:400;
    text-transform: capitalize;
    padding:10% 0 0;
	}
.board_of_directors .designation{
	font-family: "Open Sans";
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
	font-style: italic;
	padding-bottom: 10px;
	height: 50px;
	}
.board_of_directors .details{
	font-family: "Open Sans";
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 24px;
	text-align: left;
	padding-bottom: 4%;
	}
.board_of_directors .know_more{
	text-align: left;
	}
.board_of_directors .know_more a{
	font-family: "Open Sans";
    font-size: 14px;
    color: #777777;
    line-height: 26px;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	transition: all 300ms ease 0s;
	}
.board_of_directors .know_more a:hover{
	color: #f9a51c;
	}
.board_of_directors .know_more a::after {
    color: #f9a51c;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f0da";
    padding-left: 8px;
	}
.bod_new{
	width: 74%;
	margin:4% auto 0;
	}
/*Popup*/
.popup_box{
	position:fixed;
	width:100%;
	height:100vh;
	background-color:rgba(0, 0, 0, 0.9);
	z-index:999999999;
	display:none;
	overflow:hidden;
	padding:1%;
	}
.popup_box .Box_Inner{
	width:60%;
	margin:1% auto;
	background:#fff;
	border-radius:5px;
	padding:1% 2% 1%;
	position:relative;
	}
.popup_box .close_btn{
	padding:5px 10px;
	cursor:pointer;
	float:right;
	position:absolute;
	z-index:99;
	right:0;
	top:-1px;
	}	
.Box_Inner .d_name{
	font-family: 'Signika';
 	color: #243a6f;
 	text-align: left;
    font-size:22px;
    font-weight:400;
    text-transform: capitalize;
    padding:2% 0 0;
	}
.Box_Inner .designation{
	font-family: "Open Sans";
    font-size: 13px;
    color: #777777;
    font-weight: 400;
    line-height: 20px;
	text-align: left;
	font-style: italic;
	padding-bottom: 10px;
	}
.Box_Inner .details{
	padding-bottom: 4%;
	}
.Box_Inner .details p{
	font-family: "Open Sans";
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 24px;
	text-align: justify;
	padding-bottom:10px;
	}
.cg{
	width: 100%;
	padding-bottom: 15px;
	}
/*Corporate Governance*/
.Inner_Wrap .Innwer_Wrap_Left .director_name{
	text-shadow: 1px 1px #243a6f;
	padding:15px  0px;
	background:#243a6f;
	border: 10px solid #f2f2f2f2;
	margin-bottom: 20px;
	color: #fff;
	font-size:  16px;
	text-align: center;
	}
/*CSR*/
.csr{
	width: 100%;
	}
.csr .csr_box{
	width: 100%;
	text-align: center;
	padding:8% 0% 0%;
	}
.csr .csr_box .thum{
	width: 100%;
	border: 1px solid #cdcdcd;
	padding:10px;
	}

/*Awards and Recognitions*/
.awards{
	width: 100%;
	}
.awards .awards_box{
	width: 100%;
	text-align: center;
	margin-bottom: 20%;
	display: inline-block;
	}
.awards .awards_box .trophy{
	width: 100%;
	border: 1px solid #cdcdcd;
	padding:10px;
	}
.awards .awards_box .awards_name{
	font-family: "Open Sans";
    font-size: 14px;
    color:#fff;
    font-weight: 400;
    line-height: 20px;
	text-align: center;
	padding:5px 20px;
	/*background:#ededee;*/
	border: 1px solid #f9a51c;
	background: url(../images/wood-bg.jpg) repeat left;
	justify-content: center;
	align-items: center;
	display: flex;
	}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
  width: 100%;
	}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
	}
.timeline .swiper-container .u{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99999;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 58, 111, 0.8);
  box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
	}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
	}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #f9a51c;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
	}
.timeline .swiper-slide .timeline-title {
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
	}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
	}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
	}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
	}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
	}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
	}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
	}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #f9a51c;
  margin: 7px 0 !important;
  position: relative;
	}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f9a51c;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
	}
.timeline .swiper-pagination-bullet-active {
  color: #f9a51c;
	}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
	}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 10%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
	}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("../images/prev.svg");
	}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
	}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("../images/next.svg");
	}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
	}
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size:68px;
    color: rgba(255,255,255,0);
    -webkit-text-stroke: 2.2px #f9a51c;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    /*top: 10%;*/
    top: 4%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    /*bottom: 10%;*/
    bottom: 4%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 39vw rgba(33, 58, 111, 0.8);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
	}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
	}

.timeline .disabled {
  opacity: .5;
	}

.timeline .arrows img {
  width: 45px;
  height: 45px;
	}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}

/* Industries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.industries_wrap{
	width: 100%;
	padding: 2% 0 0;
	}
.industries_wrap .industries_box{
	width: 100%;
	cursor: pointer;
	margin-bottom:20px;
	}
.industries_wrap .industries_box .industries_thum{
	width: 100%;
	position: relative;
	text-align: center;
	}
.industries_wrap .industries_box .industries_thum img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	cursor: pointer;
	}
.industries_wrap .industries_box:hover .industries_thum img.grayscale {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	}

.industries_wrap .industries_box .industries_thum .u{
	width: 45%;
	position: absolute;
	right:  20px;
	bottom: 20px;
	z-index: 9;
	}

.industries_wrap .industries_box .industries_details{
	width: 100%;
	background: #243a6f;
	padding:10px 10px;
	}
.industries_wrap .industries_box .industries_details .industries_name{
	width: 90%;
	float: left;
	font-family: 'Signika';
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	transition: all .6s;
	}
.industries_wrap .industries_box:hover .industries_details .industries_name{
	color: #f9a51c;
	}
.industries_wrap .industries_box .industries_details .industries_icon{
	width: 10%;
	float: left;
	}
.industries_key{
	background: url(../images/construction-bg.png) no-repeat bottom;
}
.industries_key ul{
	padding: 0;
	margin: 0;
	}
.industries_key ul li{
	display: block;
	border-bottom: 1px dashed #243a6f;
	font-size:15px;
	color: #243a6f;
	font-weight: 400;
	text-transform: capitalize;
	padding:10px 0px;
	list-style: none;
	transition: all 300ms ease 0s;
	}
.industries_key ul li img{
	padding-right: 10px;
	}
.port_terminal{
	width: 100%;
	float: left;
	position: relative;
	display: block;
	border-bottom: 1px dashed #243a6f;
	font-size:15px;
	color: #243a6f;
	font-weight: 400;
	text-transform: capitalize;
	padding:10px 0px 14px 60px;
	list-style: none;
	transition: all 300ms ease 0s;
	line-height: 38px;
}
.port_terminal span{
	display: block;
}
.port_terminal .porticon{
	position: absolute;
	left: 0;
}
.cgr {
	width: 100%;
	float: left;
	padding:0px 0px 30px;
	}
.cgr a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:400;
	color: #777777;
	display: inline-block;
	text-align: left;
	transition: all 300ms ease 0s;
	padding: 0 15px 0 0;
	}
.cgr a:hover{
	color: #243a6f;
	}
/* Sitemap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sitemap{
	width: 100%;
	padding:2% 0%;
	}
.sitemap .page_box{
	width:100%;
	padding:4% 0%;
	}
.sitemap .page_box .head{
	font-family: 'Signika';
	font-size: 18px;
	color: #f9a51c;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	}
.sitemap .page_box .head a{
	color:#f9a51c;
	}
.sitemap .page_box .sub_head{
	font-family: 'Signika';
	font-size: 14px;
	color: #243a6f;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	}
.sitemap .page_box ul{
	padding:1% 0 0 5%;
	margin: 0;
	}
.sitemap .page_box ul li{
	font-family: "Open Sans";
	font-size: 15px;
	color:#777777;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	display: block;
	padding: 5px 0px 0px;
	position: relative;
	}
.sitemap .page_box ul li a{
	font-size: 14px;
	color:#777777;
	transition: all 300ms ease 0s;
	}
.sitemap .page_box ul li a:hover{
	color:#243a6f;
	}
.sitemap .page_box ul li:before{
	color: #f9a51c;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding-right: 10px;
	transition: all 300ms ease 0s;
	position: absolute;
	left:-16px;
	}
/* Contact us
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.Contact_us_wrap{
	width: 100%;
	padding: 2% 0 0;
	}
.Contact_us_wrap .partner_add_box .partner_add{
	width: 100%;
	}
.Contact_us_wrap .partner_add_box .partner_add .Title{
	font-family: 'Signika';
	font-size: 18px;
	color: #f9a51c;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	padding:3% 0% 3% 10%;
	background: #243a6f;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details{
	border:1px solid #999;
	background: #f9f9f9;
	position: relative;
	height: 350px;
	margin-bottom: 20px;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .head_name{
	font-size: 17px;
	color: #222;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	padding:5% 0% 1% 10%;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .head_des{
	font-size: 15px;
	color: #243a6f;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	padding:0% 0% 5% 10%;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .contact-item{
	width:100%;
	margin-bottom:8px;
	padding: 0% 2% 0% 3%;
	display:inline-block;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .contact-item .icon{
	width:8%;
	float:left;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .contact-item .info{
	width: 90%;
	font-size:14px;
	color:#222;
	font-weight:400;
	float:left;
	line-height:24px;
	background: url(../images/line2.png) no-repeat bottom left;
	padding-bottom: 17px;
	}
.bckn{
	background: none!important;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .contact-item .info a{
	color:#222;
	}
.Contact_us_wrap .partner_add_box .partner_add .partner_details .contact-item .info a:hover{
	color:#243a6f;
	}
.Contact_us_wrap .Contact_Form {
	width: 100%;
	}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
    font-size: 13px;
	}
/* Blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.Blog_wrap{
	width: 100%;
	}
.Blog_wrap .Blog_Box{
	width: 100%;
	}
.Blog_wrap .Blog_Box .Blog_Thum{
	width: 100%;
	margin:0 auto;
	text-align: center;
	overflow: hidden;
	}
.Blog_wrap .Blog_Box .Blog_Thum img{
	width: 100%;
	transition: transform 1.8s ease;
	}
.Blog_wrap .Blog_Box .Blog_Thum:hover img {
    transform: scale(1.5);
	}
.Blog_wrap .Blog_Box h3.Blog_Title{
	font-family: 'Signika';
	font-size: 22px;
	color: #243a6f;
	font-weight:600;
	text-transform:capitalize;
	text-align: left;
	padding:3% 0% 1%;
	}
.Blog_wrap .Blog_Box h3.Blog_Title a{
	color: #243a6f;
	}
.Blog_wrap .Blog_Box .Blog_Date{
	font-family: "Open Sans";
	font-size: 13px;
	color:#777777;
	font-weight: 400;
	text-align: left;
	font-style: italic;
	padding:0% 0% 4%;
	border-bottom: 2px solid #cdcdcd;
	}
.Blog_wrap .Blog_Box .Blog_Content{
	font-family: "Open Sans";
	font-size: 14px;
	color:#777777;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	padding:3% 0%;
	}
.Blog_wrap .Blog_Box .Blog_Read_More{
	display: block;
	padding: 2% 0% 10%;
	}
.Blog_wrap .Blog_Box .Blog_Read_More a:after{
	color: #777777;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding-left:10px;
	transition: all 300ms ease 0s;
	}
.Blog_wrap .Blog_Box .Blog_Read_More a{
	font-family: "Open Sans";
	font-size: 14px;
	color:#f9a51c;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	transition: all 300ms ease 0s;
	}
.Blog_wrap .Blog_Box .Blog_Read_More a:hover{
	color: #243a6f;
	}
.Blog_wrap .Blog_Box .Blog_Read_More:hover a:after{
	color: #243a6f;
	}
#pagingControls{
	font-size: 15px;
	color: #243a6f;
	}
#pagingControls li{
	font-size: 15px;
	color: #243a6f;
	}
#pagingControls li a{
	font-size: 15px;
	color: #777777;
	}
.Blog_wrap .blog_details{
	width: 100%;
	}
.Blog_wrap .blog_details p{
	font-family: "Open Sans";
	font-size: 15px;
	color:#777777;
	font-weight: 400;
	text-align: left;
	line-height: 26px;
	padding:0% 0% 2%;
	}
.Blog_wrap .blog_details p a{
	color:#777777;
	text-decoration: underline;
	}
.Blog_wrap .blog_details .tag{
	display: block;
}
.Blog_wrap .blog_details .sub_title{
	font-family: "Open Sans";
	font-size: 15px;
	color:#777777;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom:5px;
	}
.Blog_wrap .blog_details .sub_title2{
	font-family: "Open Sans";
	font-size: 18px;
	color:#243a6f;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom:10px;
	}
.Blog_wrap .blog_details .points{
	width: 100%;
	padding-bottom: 20px;
	}
.Blog_wrap .blog_details .points .title{
	font-family: 'Signika';
	color:#243a6f;
	font-size:16px;
	font-weight:700;
	text-transform: capitalize;
	padding:1% 0%;
	}
.Blog_wrap .blog_details .points ul{
	padding:0 0 0 10px;
	margin: 0;
	}
.Blog_wrap .blog_details .points ul li{
	font-family: "Open Sans";
	font-size: 15px;
	color:#777777;
	font-weight: 400;
	padding:5px 0px 5px 5px;
	}
.Blog_wrap .blog_details .points ul li:before{
	color: #f9a51c;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	transition: all 300ms ease 0s;
	position: absolute;
	left:11px;
	}
/*Side Nav Blog*/
.glossymenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:100%;
	border-bottom-width: 0;
	line-height:26px;
	}
.glossymenu a.menuitem {
	color: #777777;
	display:table;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding:10px 0px;
	padding-left:20px;
	text-decoration: none;
	font-size:16px;
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	font-weight: 600;
	}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #f9a51c;
	}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 16px;
	left:0px;
	border: none;
	}
.glossymenu a.menuitem:hover {
	colorz:#f9a51c;
	}
.glossymenu a.menuitem:active {
	colorz:#f9a51c;
	}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding:0 0 0 30px;
	}
.glossymenu div.submenu ul li {
	border-bottom: 0px;
	color:#878787;
	list-style-type: disc;
	border-bottom: 1px solid #cdcdcd;
	padding:8px 0px;
	}
.glossymenu div.submenu ul li:hover {
	border-bottom: 1px solid #f9a51c;
	color: #f9a51c;
	}
.glossymenu div.submenu ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 0;
	padding-left:5px;
	font-weight: normal;
	font-size:14px;
	color:#777777;
	text-transform: capitalize;
	}
.glossymenu div.submenu ul li a:hover {
	color:#f9a51c;
	}
.glossymenu div.submenu ul li a.active {
	color:#f9a51c;
	}
.glossymenu div.submenu ul li:last-child{
	border: none;
	}
.s{
	color:#f9a51c!important;
}
/*End Side Nav Blog*/

/*footer*/
.footer {
    background:#fff;
    padding:3% 5%;
    width: 100%;
	}
.bdr{
	border:none!important;
	}
.footer .title {
    font-family: 'Signika';
    color: #f9a51c;
    font-size: 22px;
	padding:2% 0 8%;
    text-align: left;
    text-transform: capitalize;
	font-weight:400;
	}
.footer ul li {
    list-style: outside none none;
    text-align: left;
    text-decoration: none;
    font-family: 'Signika';
	color: #9498ab;
    font-size:16px;
	font-weight:300;
	padding-bottom: 5px;
	}
.footer ul li a {
    font-family: 'Signika';
    color: #9498ab;
    font-size:16px;
    text-align: left;
    text-decoration: none;
	line-height:27px;
	font-weight:300;
	transition: all 300ms ease 0s;
	}
.footer ul li span{
	color:#20366c;
    font-weight: 400;
    font-size: 16px;
	}
.footer ul li a:hover {
	color:#fecd0b;
	text-decoration: underline;
	}
.footer p {
    font-family: 'Signika';
    color: #9498ab;
    font-size:16px;
    list-style: outside none none;
    text-align: left;
    text-decoration: none;
	line-height:27px;
	font-weight:300;
	}
.footer p span{
    color:#20366c;
     font-weight: 600;
    font-size: 15px;
	}
.footer .map{
	width: 100%;
	}
.footer_btm {
	background: #fff;
	border-top:1px solid #eee;
	padding:2% 5%;
	}
.footer_btm .center{
	width: 66%;
	text-align: center;
	margin: 0 auto;
	padding-bottom:2.3%
	}
.footer_btm .middle{
	width: 49%;
	text-align: center;
	margin-left: 40%;
	padding-top: 1%;
	}
.footer_btm ul{
	padding:0px;
	margin: 0px auto;
	float: left;
	}
.footer_btm ul li ul{
	padding:0px;
	margin: 0px;
	float: left;
	}
.footer_btm ul li{
	font-family: 'Signika';
	color: #20366c;
	font-size: 13px;
	line-height: 22px;
	text-align:left;
	font-weight:700;
	display: inline-block;
	padding:0 5px;
	float: left;
	text-transform: uppercase;
	}
.footer_btm ul li:last-child{
	padding:0 0 0 5px;
}
.footer_btm ul li a:last-child{
	padding:0 0 0 3px;
}
.footer_btm ul ul li{
	font-family: 'Signika';
	color: #20366c;
	font-size: 15px;
	line-height: 22px;
	text-align:left;
	font-weight:700;
	display: inline-block;
	padding:0 5px;
	float: left;
	text-transform: capitalize;
	}
.footer_btm ul li a{
	font-family: 'Signika';
	color: #9498ab;
	font-size: 15px;
	line-height: 22px;
	text-align:left;
	font-weight:300;
	display: inline-block;
	padding:0 3px;
	}
.footer_btm ul li a:hover{
	text-decoration: underline;
	}
.footer_btm .cin {
	font-family: 'Signika';
	color: #9498ab;
	font-size: 13px;
	line-height: 22px;
	text-align:center;
	font-weight:300;
	}
.footer_btm .cin span {
	font-weight: 700;
	color: #20366c;
	}
.footer_btm .copyright {
	font-family: 'Signika';
	color: #9498ab;
	font-size: 13px;
	line-height: 22px;
	text-align:center;
	font-weight:300;
	padding:0.5% 0;
	}
.footer_btm .copyright span a{
	color: #9498ab;
	}
.footer_btm .copyright span a:hover{
	color: #f9a51c;
	text-decoration: underline;
	}
.d-none{
	display: none;
}


#contact-modal .modal-content {
	background-image: url("data:image/png;base64,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");
	color: #fff;
	background-color: rgb(70, 15, 112);
	background-size: cover;
  }

  #contact-modal .close {
	color: #fff;
	opacity: 1;
	font-size: 30px;
	font-weight: lighter;
  }

  #contact-modal label {
	font-weight: normal;
	font-size: 13px;
  }

  #contact-modal select {
	display: block;
	width: 100%;
	padding: 6px 12px;
	height: 34px;
	font-size: 14px;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px;
  }

  #contact-modal .btn-success {
	background-image: -webkit-linear-gradient(top,#f9a51c 0,#bb7605 100%);
	background-image: -o-linear-gradient(top,#f9a51c 0,#bb7605 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9a51c),to(#bb7605));
	background-image: linear-gradient(to bottom,#f9a51c 0,#bb7605 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a51c', endColorstr='#fbb7605', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #f9a51c;
  }

  #contact-modal .btn-success:hover {
	background-color: #7b5a25 !important;
  }/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper{
	height: 100%;

}	
body > #wrapper{
	height: auto;
	min-height: 100%;
	background:  #fff;

}
#main{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 140px;

}
#main_inner{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top: 240px;

}
*{
	padding: 0;
	margin: 0;

}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
}
.container:after, .row:after {
	clear: both;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.flt-right {
	float: right;
}
.flt-left {
	float: left;
}
.dbx{
	display: block;
}
/* #Buttons Styles
================================================== */
span.btn {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	background: none;
	transition: background-color .3s;
	font-family: 'Signika';
	color: #20366c;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: 1px solid #20366c;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
}
span.btn:hover {
	background: #20366c;
	color: #fff;
	border: 1px solid #20366c;
}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
}
.center {
	text-align: center;
}
.pd_tp5{
	padding-top:15px;
}
.pd_tp{
	padding-top:25px;
}
.pd_tp55{
	padding-top:55px;
}
.pd_bt{
	padding-bottom: 15px;
}
.blg_mrt{
	margin-top: -10px;
}
.pd_tp0{
	padding-top: 0px!important;
}
/* =Header
-------------------------------------------------------------- */
.header_main{
	padding: 0 5%;

}
header {
	width: 100%;
	position: fixed;
	/* border: solid; */
	top: 10;
	left: 0;
	z-index: 999;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .top_header {
	width: 100%;
	position:relative;
	display:inline-block;
	background: #f7f7f7;
	border-color: #f0f0f0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding:0.6% 0%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .top_header .top_media {
	float: left;
	width: 7%;
}
header .top_header .top_cont {
	float: right;
	width: 31.5%;
}
header .top_header .top_media a{
	font-family: 'Open Sans', sans-serif;
	color: #adadad;
	font-size: 13px;
	font-weight:400;
	display: inline-block;
	text-align: left;
	transition: all 300ms ease 0s;
	padding: 0 0 0 13%;
}
header .top_header .top_media a:hover{
	color: #ffb014;
}
header .top_header .top_media a:first-child{
	padding:0;
}
header .top_header .top_cont a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #adadad;
	font-weight:400;
	display: inline-block;
	text-align: right;
	transition: all 300ms ease 0s;
	padding: 0 0 0 3%;
}
header .top_header .top_cont a:hover{
	color:#ffb014;
	text-decoration: underline;
}
header .top_header .top_cont a:first-child{
	padding:0;
}
header.smaller {
	background: #fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow: 0 4px 3px -3px #363636;
    -moz-box-shadow: 0 4px 3px -3px #363636;
    box-shadow: 0 4px 3px -3px #363636;
}
header.smaller .top_header {
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .middle_header{
	position:relative;
	padding:1% 0%;
	/* border: solid; */
}
header .logo {
	width:26%;
	float:left;
	/* border: solid; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 1% 0%;
}
header nav {
	width: 73%;
	float:right;
	margin-left: 12%;
	/* border: solid; */
	padding:1.8% 0 0;
}
header.smaller .top_header {
	display: none;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;

	transition: height 0.3s;
}


.logo-ig
{
width: 100%;
}