/** Generated by FG **/

@font-face {
	font-family: 'Conv_Gotham Book Regular';
	src: url('fonts/Gotham Book Regular.eot');
	src: url('fonts/Gotham Book Regular.woff') format('woff'), url('fonts/Gotham Book Regular.ttf') format('truetype'), url('fonts/Gotham Book Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham Medium Regular';
	src: url('fonts/Gotham Medium Regular.eot');
	src: url('fonts/Gotham Medium Regular.woff') format('woff'), url('fonts/Gotham Medium Regular.ttf') format('truetype'), url('fonts/Gotham Medium Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,600,600i,700,800,900');
.wrapper {
	width: 1170px;
	margin: auto;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
html {
	font-family: 'Raleway', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
header, footer, section, aside, nav, article {
	display: block;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: outside none none;
}
ul, ol, dl {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding-left: 0;
	padding-right: 0;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3, h4, h5, h6 {
	font-size: 15px;
	padding: 0;
}
a img {
	border: medium none;
	outline: medium none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.wrapper {
	transition: all 0.2s ease 0s;
}
.clr::after {
	clear: both;
	content: "";
	display: block;
	float: none;
}
.clr {
	clear: both;
	float: none;
}
:focus {
	outline: medium none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	cursor: pointer;
}
 *::-moz-placeholder {
 opacity: 1 !important;
}
html, body {
	height: 100%;
}
/*

.home_bgImg {
	background-image: url("../images/body_imae.jpg");
	background-size: cover;
	min-height: 100%;
	position: relative;
}
*/

.home_bgImg {
	background-image: url(../images/body_imae.jpg);
	background-size: cover;
	min-height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}
.logo {
	float: left;
}
header {
	background-color: rgb(255, 255, 255);
	padding: 20px 0;
	text-align: right;
}
nav.navigation {
	display: inline-block;
}
.navigation ul li {
	display: inline-block;
	font-size: 15px;
	margin: 0 15px;
	text-transform: uppercase;
}
.navigation ul li:hover > a {
	color: #E65241;
}
.dropdown {
	position: relative;
}
.navigation .sub_menu > li {
	display: block;
	margin: 0;
}
.navigation .sub_menu > li a {
	display: block;
	padding: 10px 5px;
	color: #333;
	border-bottom: 1px solid #eee;
	font-size: 11px;
	text-align: center;
}
.navigation .sub_menu > li a:hover {
	color: #fff;
	background-color: rgb(78, 123, 177);
}
.sub_menu {
	background-color: rgb(255, 255, 255);
	opacity: 0;
	left: -55px;
	padding: 0px 0 0;
	pointer-events: none;
	z-index: 9;
	position: absolute;
	text-align: left;
	top: 60px;
	width: 170px;
	transition: ease .3s;
	-moz-transition: ease .3s;
	-webkit-transition: ease .3s;
	width: 170px;
	border: 1px solid #ddd;
}
.dropdown:hover .sub_menu {
	top: 30px;
	pointer-events: auto;
	opacity: 1;
}
.mid_section h1 {
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: normal;
	line-height: 33px;
	text-shadow: 0px 0px 3px #000;
	margin: 0px;
}
.mid_section p {
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
  text-shadow: 0 0 3px rgb(0, 0, 0); font-family: "Conv_Gotham Medium Regular";
} 
.big_log {
	float: none;
	text-align: center;
	width: 100%;
}
.mid_section {
	margin: 20vh auto 0;
	width: 500px;
}
.mid_rail {
	float: right;
	padding: 0;
	width: 100%;
}
footer {
	bottom: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}
.rel_div {
	position: relative;
	padding-bottom: 50px;
}
.footer_dont {
	color: #fff;
}
.footer_dont > a {
	border-right: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	font-size: 14px;
	padding: 0 6px;
}
.caret {
	display: none;
}
button.mob_menu:hover, button.mob_menu.sub_menu_slide {
	background-color: #E65241;
}
button.mob_menu:hover span, button.mob_menu.sub_menu_slide span {
	background-color: #fff;
}
button.mob_menu {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgb(221, 221, 221);
	border-radius: 5px;
	float: left;
	height: 35px;
	cursor: pointer;
	width: 45px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	display: none;
}
.mob_menu > span {
	background-color: rgb(221, 221, 221);
	display: block;
	height: 3px;
	margin: 5px;
}
ul.sub_menu::after {
	border-bottom: 10px solid #ddd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: 0;
	content: "";
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}
.navigation > ul > li > a {
	padding: 12px 0px;
}
.navigation > ul > li > a.active {
	color: #4F7DB3;
}
.navigation > ul > li > ul > li > a.active {
	color: #4F7DB3;
}
/*******************************about-us**************************/



.home_bgImg.inner_pages {
	background-image: none;
}
.title_pages {
	background-image: url("../images/inner_banner_image.jpg");
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: auto 280px;
	height: 211px;
	background-attachment: fixed;
}
.title_pages h2 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-weight: bold;
	padding: 110px 0 0;
}
.title_pages h1 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-weight: bold;
	padding: 110px 0 0;
}
h5.text_ti::before {
	background-color: rgb(78, 123, 177);
	content: "";
	height: 7px;
	left: 160px;
	position: absolute;
	right: 0;
	top: 40px;
}
h5.text_ti {
	color: rgb(78, 123, 177);
	display: block;
	font-size: 35px;
	font-weight: bold;
	padding: 20px 20px 20px 0;
	position: relative;
}
.title_text > p {
	color: rgb(227, 81, 64);
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 0 20px;
}
.para_text p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	text-align: justify;
}
.inner_pages .footer_dont {
	color: #000
}
.inner_pages .footer_dont > a {
	color: #000;
	border-color: #000;
}
.inner_content.rel_div {
	padding-bottom: 130px;
	position: relative;
}
.ul_text li {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
.ul_text li {
	margin: 0 0 16px;
}
.inner_pages footer {
	border-top: 1px solid rgb(226, 226, 226);
	padding: 20px 0 0;
}
.ul_text b {
	font-weight: normal;
}
.services .ul_text li {
	margin-bottom: 0;
}
.services .ul_text {
	margin: 0 0 15px;
}
.services .ul_text b {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
p.text_para {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
}
h5.text_ti b {
	background-color: rgb(255, 255, 255);
	padding: 0 30px 0 0;
	position: relative;
	z-index: 9;
}
.col-md-7.no_pad {
	padding-left: 0;
}
.services_page .col-sm-6 {
	margin: 0 0 30px;
}
.fist_tx {
	margin: 0 0 20px;
}
.title_pages.servids_image {
	background-image: url("../images/services.jpg");
	margin: 0 0 15px;
}
.title_pages.strategy {
	background-image: url("../images/strategy.jpg");
}
.title_pages.team_image {
	background-image: url("../images/team.jpg");
	margin-bottom: 25px;
}
.title_pages.contact_img {
	background-image: url("../images/contact.jpg");
	margin-bottom: 25px;
}
.title_pages.news {
	background-image: url("../images/news.jpg");
	margin-bottom: 25px;
}
.team_image_jp {
	float: left;
	padding: 0 25px 0 0;
}
.over_flow {
	overflow: hidden;
}
.team_detal p {
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
}
.tammember {
	margin: 0 0 25px;
}
.team_detal i {
	display: inline-block;
	font-style: normal;
	margin: 0 0 5px;
}
.team_detal em {
	font-style: normal;
	margin: 0 0 0 20px;
}
.team_detal > a img {
}
.team_detal > a {
	color: rgb(78, 123, 177);
	float: right;
	font-size: 12px;
	margin: -25px 0 0;
}
.team_detal > a img {
	margin: 0 0 0 10px;
}
.contact_map {
	float: left;
}
.contact_det {
	border-left: 1px solid #E65241;
	float: right;
	line-height: 26px;
	margin: 36px 0 0;
	overflow: hidden;
	padding: 2px 15px 0 15px;
}
.contact-box .contact_det {
    border-left: medium none;
    float: left;
}
.contact_det a {
	display: inline-block;
	margin: 5px 10px 0 0;
}
.team_image_jp {
	float: left;
	padding: 0 15px 0 0;
}
.inputs {
	border: 1px solid rgb(0, 0, 0);
	height: 35px;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
}
.text_fie {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	height: 34px;
	padding: 0 30px 0 10px;
	width: 100%;
}
.butn {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/search.png");
	border: 0 none;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 8px;
	width: 17px;
}
.cateroy > b {
	color: rgb(79, 124, 179);
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 12px 0;
}
.cateroy li {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}
.image_sec_new {
	float: left;
	padding: 0 10px 0 0;
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	background: #f1f3f6;
	margin-right: 11px;
	text-align: center;
}
.image_sec_new img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
}
.text_news {
	overflow: hidden;
}
.text_news {
	font-size: 12px;
	overflow: hidden;
}
.text_news i {
	font-style: normal;
	font-size: 18px;
	color: #E65241;
	margin: 0px 5px 5px;
	display: block;
}
.news_image {
	float: left;
	padding: 0 0 10px;
	width: 100%;
}
.text_news > p {
	display: block;
	line-height: 10px;
}
.news_image_det > span {
	/*  background-color: rgb(79, 124, 179); */

	display: block;
	text-align: center;
}
.news_image_det > a > b {
	color: rgb(228, 81, 64);
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 23px;
	padding: 5px 0 0;
}
.bymare > i {
	font-style: normal;
	margin: 0 5px;
}
.bymare {
	color: rgb(78, 124, 178);
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 10px;
}
.news_image_det > p {
	color: rgb(0, 0, 0);
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}
.sub_menu.extra_wd {
	width: 170px;
	left: -41px;
}
.footer_dont {
	font-family: 'Raleway', sans-serif;
}
.footer_dont a {
	font-family: 'Raleway', sans-serif;
}
/*

.context_sec ul li::before {

    content: ".";

    font-family: Georgia;

    font-size: 25px;

    left: 0;

    position: absolute;

    top: -13px;

}



*/

.context_sec ul li {
	padding: 0 0 0 15px;
	position: relative;
}
.context_sec ul li:first-child {
	color: #e35140;
	font-size: 24px;
	margin-bottom: 10px;
}
.img_part {
	float: right;
}
.img_part {
	background-color: #f9f9f9;
	border: 4px solid rgb(230, 82, 65);
	float: right;
	height: 250px;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: center;
	width: 250px;
	padding: 75px 0px 0px;
	color: #4F7DB3;
	font-size: 16px;
	transition: ease .6s;
}
.img_part:hover {
	background: #ddd;
}
.img_part img {
	position: relative;
	z-index: 9;
	margin-top: 15px;
}
.img_part {
	position: relative;
	cursor: pointer;
}
.more_text {
	display: none;
}
.team_detal i {
	font-weight: bold;
	color: #E65241;
	font-size: 18px;
}
.modal-dialog.lettr_modal {
	width: 1130px;
	max-width: 96%;
}
.lettr_modal .modal-content {
	border-radius: 2px;
}
.mdl_logo {
	text-align: center;
	padding: 20px 0px;
}
.mdl_msg {
	padding: 15px 0px;
	text-align: center;
	color: #E65241;
	border-top: 5px solid #4F7DB3;
	border-bottom: 5px solid #4F7DB3;
	font-size: 22px;
	margin: 10px 0px 10px;
}
.image_dv {
	border-radius: 50%;
	width: 120px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-right: 10px;
	float: left;
	height: 120px;
}
.txt_dv {
	overflow: hidden;
}
.txt_sbtxt {
	font-size: 15px;
	color: #666;
}
.txt_hd {
	font-size: 20px;
	margin-top: 30px;
	color: #E65241;
}
.modal-dialog.lettr_modal .modal-header {
	position: relative;
	z-index: 10000;
	border-bottom: none;
}
.modal-dialog.lettr_modal .modal-body {
	margin-top: -50px;
	padding: 15px 30px;
}
.foundr_dv.rght .image_dv {
	float: right;
	margin: 0px 0px 0px 10px;
}
.foundr_dv.rght {
	text-align: right;
}
.btn-add {
	margin-top: 20px;
}
label.error {
	width: 100%;
	margin: 0px;
	float: left;
	color: #fff;
	border-radius: 4px;
	margin-top: 6px;
	text-align: left;
	padding: 7px;
	position: relative;
	border: 1px solid #BA4A4A;
	background: #E65241;
	font-weight: normal;
}
label.error::after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #E65241;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 10px;
	top: -7px;
}
label.input_label {
	float: left;
	margin-right: 30px;
}
.label_dv {
	margin-top: 20px;
}
.no_posts {
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 30px 0px;
	border-radius: 4px;
	background: #f1f4f6;
}
.contact_map {
	height: 300px;
}
.lesswa {
	display: none;
}
.expanded .morewa {
	display: none;
}
.expanded .lesswa {
	display: inline-block;
}
.expanded img {
	transform: rotate(180deg);
	vertical-align: middle;
}
.blog_dtl_title p {
	margin-bottom: 0;
	padding: 0px 0px 5px;
}
.blog_dtl_title .bymare {
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 8px;
	margin-bottom: 10px;
}
.blog_dtl_title .bymare i:first-child {
	margin-left: 0;
}
.email_lnk i.fa {
	margin: 0 10px 0 0;
	float: left;
}
.email_lnk a {
	float: left;
}
.email_lnk {
	float: left;
	margin: 1px 0 6px;
	width: 100%;
}
p.inner_txt {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	text-align: justify;
}
.inner_txt i {
	font-weight: bold;
	margin-right: 5px;
	font-style: normal;
	color: #e35140;
}
.inner_txt b {
	font-weight: bold;
	margin-right: 5px;
	font-style: normal;
	font-size: 18px;
	color: #e35140;
}
ul.inner_ul {
	padding: 0px 20px 20px;
}
ul.inner_ul li {
	margin-bottom: 10px;
	font-size: 15px;
}
ul.inner_ul li b {
}
.title_text.blue_dv > p {
	color: #4e7bb1;
	text-align: center;
	margin-top: 20px;
}
.borderd_dv {
	border-bottom: 1px solid #ddd;
	margin: 30px 0px 50px;
}
span.icon_img {
	display: inline-block;
	border-radius: 50%;
	background: #f1f1f1;
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	padding: 30px;
}
span.icon_img img {
	max-width: 100%;
	max-height: 100%;
}
.strgtrght_dv {
	font-style: italic;
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	display: table;
	vertical-align: middle;
	min-height: 130px;
}
.strgtrght_dv span {
	display: table-cell;
	vertical-align: middle;
}
.icons_block > .col-sm-6 {
	border: 1px solid rgb(234, 234, 234);
	box-shadow: 0 1px 3px 0 rgb(238, 238, 238);
	margin: 0 17px 15px 0;
	min-height: 255px;
	padding: 23px 0;
	text-align: center;
	width: 47%;
}
.black_text {
	color: #333;
}
ul.left_pad {
	padding: 0px 0px 0px 25px;
}
.privacy_dv .title_text > p {
	padding: 0;
	margin: 20px 0px 5px;
	font-size: 25px;
	font-weight: bold;
}
.navigation ul li:last-child ul.sub_menu.extra_wd {
	left: -66px;
	right: 0;
}
.left_pad ul {
	padding-left: 25px;
}
.sml_fnt {
	font-size: 13px;
}
.ul_text li {
	font-size: 18px;
	padding-left: 13px;
}
.os_dv .left_pad li {
	padding-left: 13px;
	position: relative;
}
.os_dv .left_pad li:before {
	content: "-";
	float: left;
	position: absolute;
	left: 0;
}
.col-lg-12.os_dv {
	float: left;
	width: 100%;
}
.namers_dv em {
	color: #e65241;
	margin-top: 10px;
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase
}
p.text_paralook_txt {
	text-align: right;
	margin: 0;
	color: #333;
	font-family: "Conv_Gotham Book Regular";
	font-size: 18px;
	line-height: 25px;
}
.inner_content.rel_div .col-lg-8 {
	float: right;
	width: 66.6667%;
}
.para_img img {
	border: 4px solid #E65241;
	padding: 21px 21px 0;
}
.user_img {
	border: 1px solid #E65241;
	padding: 8px;
	float: left;
	overflow: hidden;
}
.context_sec {
	/*  background: rgb(238, 238, 238) none repeat scroll 0 0;*/
	float: left;
	min-height: 203px;
	padding: 5px;
	width: 100%;
}
.user_img img {
	transition: all 0.7s ease 0s;
}
/*.user_img img:hover {
    transform: scale(1.2);
}*/
.team_image_jp > img {
	border: 2px solid rgb(79, 125, 179);
	border-radius: 50%;
	padding: 6px;
}
.team_image_jp img { /*cursor: pointer;*/
	transition: all 0.7s ease 0s;
}
/*.team_image_jp img:hover {
    transform: scale(1.1);
}*/
.contact_form {
	float: left;
	margin: 38px 0 0;
	width: 67%;
	 padding-left: 15px;
}
.contact_form textarea {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	float: left;
	height: 100px;
	margin: 11px 0;
	padding: 0 15px;
	width: 100%;
	background: rgb(238, 238, 238)
}
.cont > input {
	background: rgb(238, 238, 238) none repeat scroll 0 0;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	float: left;
	height: 40px;
	margin: 0 13px 0 0;
	padding: 0 15px;
	width: 49%;
}
.mail_part {
	float: right !important;
	margin: 0 !important;
}
.contact_form input[type="submit"] {
	background-color: rgb(230, 82, 65);
	border: medium none;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	float: left;
	font-size: 18px;
	font-weight: 700;
	padding: 7px 16px;
	text-transform: uppercase;
}
.busines {
	float: right;
	width: 46%;
}
.ul_text.left_pad.key_assest {
	float: left;
	width: 53%;
}
.railay_tarck {
	float: left;
	margin: 0 0 14px;
	padding: 0 16px;
	width: 100%;
}
.railay_tarck > img {
	width: 100%;
}
.history {
	float: left;
	margin: 0 0 14px;
	padding: 0 16px;
	width: 100%;
}
.history > img {
	width: 100%;
}
.background_sec {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	border-radius: 5px;
	float: left;
	padding: 4px;
}

/*media*/

@media screen and (min-width: 1920px) {
	.mid_section {
 margin-top:26%;
}
}

@media screen and (min-width: 980px) and (max-width: 1120px) {
.container {
	width: 960px;
}
	.mid_section {
    padding-top: 0px;
}
}
@media screen and (min-width: 780px) and (max-width: 980px) {
.container {
	width: 760px;
}
.mid_section {
	margin: 35vh auto 0;
}
	.mid_section {
    padding-top: 0px;
}
}
@media only screen and (max-width: 780px) {
.mid_section {
	margin: 33vh auto 0;
}
.left_pad ul {
  padding-left: 0;
}
	.mid_section {
    padding-top: 0px;
}
}
@media screen and (min-width: 500px) and (max-width: 780px) {
.container {
	width: 480px;
}
}
@media screen and (min-width: 320px) and (max-width: 500px) {
.container {
	width: 300px;
	max-width: 100%;
}
.mid_section p {
	font-size: 14px;
	text-align: center !important; 
} 

.footer_dont > a {

  font-size: 12px;

}
}
@media only screen and (max-width: 320px) {
.container {
	width: 300px;
	max-width: 100%;
}
}
