img {
	border:none 0;
	outline:none;
}
select,
input,
button,
textarea {
	outline:none !important;
	margin:0px;
}
input,
textarea {
	resize:none;
	-webkit-appearance: none;
	border-radius:0;
	-webkit-border-radius:0;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#abbd69;
}
h1,h2,h3,h4,h5.h6 {margin-top:0px;
}
.text-center {text-align:center;
}


/*********** MAIN **************/
body {
	color: #262626;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height:21px;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
html { font-size: 100%;
}
::selection{
	background: #abbd69;
	color: #fff;
}
::-moz-selection {
	background: #abbd69;
	color: #fff;
}
a,
a:focus {
	color: #262626;
	text-decoration:none !important;
	outline:none;
}
a:hover { color: #abbd69;
}
p {
	margin: 0 0 20px;
	padding: 0;
	font-size:18px;
	font-weight:300;
	line-height:30px;
	color:#666;
}
strong { font-weight: 700;
}
.center { text-align: center;
}
.colored { color: #abbd69;
}
.bg_colored { background-color: #abbd69;
}
.justify {text-align: justify;
}
iframe {border:0;
}
img {max-width:100%;
}
.cover {
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.bg_gray {background-color:#f8f8f8;}
.bg_black {background-color:#2d2e2e;}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff;
	z-index:9900;
}
#status {
	width:150px;
	height:150px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin:-95px 0 0 -75px;
}
#status:after {
	content:'';
	background:url(../images/hourglass.gif) 45px center no-repeat;
	margin-top:160px;
	width:100%;
	height:40px;
	background-size:contain;
	position:absolute;
}

.parallax {
	width:100%;
	background:url(../images/slider/2.jpg);
    background-position: center center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	min-height:400px;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
	margin:0px 0 40px;
}

.mb30 {margin-bottom:30px;}




/*---------------------------------------------------------------
					One page HTML
----------------------------------------------------------------*/

/**** HEADER ****/
#top {
	background:#fff;
	border:none;
	padding:10px 0 0px;
	left:0;
	top:0;
	width:100%!important;
	z-index:999;
	text-align:center;
}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:0px;
	padding:10px 0 0;
	background:#fff;
	z-index:1000;
	opacity: 0;
	width:100% !important;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	border-bottom:#ddd solid 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/**/

/* Logo */
#logo {
	vertical-align:top;
	display:inline-block;
	background:url(../images/logo.png) center center no-repeat scroll;
	width:100%;
	height:150px;
	margin:0 auto;
	margin-bottom:10px;
}

.fixed-menu #logo {
	background:url(../images/rgInternational.png) center center no-repeat scroll;
	width:100%;
	height:33px;
	margin:0 auto;
	margin-bottom:10px;
}

/**/

/*Menu*/
.navmenu {
	margin:0;
	padding:5px;
	background:#F4F4F4
}
.fixed-menu .navmenu {
	background:#F4F4F4
}
.navmenu ul {
    font-size: 0;
    line-height: 0;
}
.navmenu ul li {
	display: inline-block;
	vertical-align:top;
	list-style: none;
	padding:0;
    margin: 0 17px;
}
.navmenu ul li a {
	display: inline-block;
	font-size: 18px;
	line-height:21px;
	text-transform:uppercase;
	padding:5px;
	text-decoration:none !important;
	outline:none;
	background:none;
	color:#000
}
.navmenu li a:hover,
.navmenu li.active a {
    text-decoration: none;
	color:#999;
}
a.menu_toggler {display:none;}
.mobile_menu_wrapper {display:none;	}

#top .navmenu ul li a {
	line-height:normal !important;
}
.fixed-menu .navmenu {
	text-align:center;
}
.fixed-menu .navmenu ul li {
}
/**/

/* Main Slider */
.full_slider {
	background-position:center center;
	background-repeat:no-repeat;
}
.full_slider_caption {
    position:absolute;
	bottom:12.5%;
	left:0;
	right:0;
    margin: 0;
    text-shadow: none;
	opacity: 1; 	
	float:none;
	color:#fff;
	font-size:26px;
	line-height:25px;
	font-weight:700;
	text-transform:uppercase;
}
.full_slider_caption .title {
	font-size:74px;
	line-height:68px;
	font-weight:900;
}
.full_slider_caption .cont {
	padding:42px 0 43px 16px;
	border-left:5px solid #fff;
}
/**/

/************ HOME SECTION ***********/
#home{
	position:relative;
}
.separator {
	position:relative;
	margin:17px 0 13px;
	height:1px;
}
.separator:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -40px;
	width:81px;
	border-bottom:#666 solid 1px;
}
.separator.left:before {
	left:0;
	margin:0;
}
.page_section {
	opacity: 1; 
	padding:1px 0 60px;
}
.shortcode_button:hover {
	background:#2d2e2e;
}
.shortcode_button.btn-lg {
	font-size:18px;
	padding:12px 19px 13px;
}
.page_section header div.container {
	z-index:900;
	position: relative;
}
h1,h2 {
	font-size: 30px;
	line-height:32px;
}

.head_section h1,
.head_section h2{
	margin:0 0 1px;
	font-weight:300;
	text-transform:none;
	position:relative;
	font-size:36px;
    color: #3A5896;
}
.head_section span {
	display:block;
	font-size:18px;
	text-transform:uppercase;
}
.head_section p {
	text-align: center;
	padding:0 0 20px;
	margin-bottom:0;
	color:#262626;
}

.head_section.center_section {
	text-align:center;
	padding-bottom:25px;
}
.head_section.center_section  .separator {
	margin:26px 0 25px;
}

.img-responsive {padding:0 40px}




/*********** SERVICES SECTION **********/
#services {}

.item-service {
	margin-bottom:30px;
	background:#EFEFEF;
	text-align:center;
 
}
.item-service .cont {
	padding:25px 20px;
}
.item-service .cont .shortcode_button {
	margin-top:15px;
}
.item-service h4 {
	margin-bottom:0px;
	font-size:18px;
}
.carousel-box .control-block,
.info-block {
	padding:35px 30px 98px 40px;
	margin-bottom:30px;
	position:relative;
}
.info-block {
	padding-bottom:40px;
}




/**********************CSS 3***************/
a {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.btn-prev,
.btn-next,
.item-team .img img,
.portfolio-list .item .zoom,
.portfolio-list .item img,
.portfolio-list .item .caption,
.services_tab ul.tabs li:before,
.services_tab ul.tabs li,
.portfolio-menu li a,
.shortcode_button,
.icon-banner .icon img,
.icon-banner .icon:before,
.fixed-menu,
.navmenu li a:before,
.navmenu ul li,
.navmenu ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ima-b {
    border:1px solid #3A5896;
}

.b-color {
    color: #3A5896;
}

.copyright {
    background-color: #3A5896;
    padding: 0.6em 0;
    font-size: 0.85em;
    color: #fff;
}

.slides h1 { text-align: center; margin-top:20%; font-size: 2em; color: #fff; text-shadow: 1px 1px 20px #080808;}
.slides h2 { text-align: center;font-size: 1em; margin-top:-1%; color: #fff; text-shadow: 1px 1px 20px #080808;}


 .socials {
  padding-top: 7px;
}
 .socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e8e8e8;
  color: #999;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 28px;
  margin-right: 3px;
}
 .socials a:hover {
  border-color: #E54047;
  color: #3A5896;
}

