@font-face {
    font-family: 'Bebas Neue';
    src: url('../bebas-neue-font/BebasNeueBold.eot');
    src: url('../bebas-neue-font/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../bebas-neue-font/BebasNeueBold.woff2') format('woff2'),
        url('../bebas-neue-font/BebasNeueBold.woff') format('woff'),
        url('../bebas-neue-font/BebasNeueBold.ttf') format('truetype'),
        url('../bebas-neue-font/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../bebas-neue-font/BebasNeueLight.eot');
    src: url('../bebas-neue-font/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
        url('../bebas-neue-font/BebasNeueLight.woff2') format('woff2'),
        url('../bebas-neue-font/BebasNeueLight.woff') format('woff'),
        url('../bebas-neue-font/BebasNeueLight.ttf') format('truetype'),
        url('../bebas-neue-font/BebasNeueLight.svg#BebasNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../bebas-neue-font/BebasNeue.eot');
    src: url('../bebas-neue-font/BebasNeue.eot?#iefix') format('embedded-opentype'),
        url('../bebas-neue-font/BebasNeue.woff2') format('woff2'),
        url('../bebas-neue-font/BebasNeue.woff') format('woff'),
        url('../bebas-neue-font/BebasNeue.ttf') format('truetype'),
        url('../bebas-neue-font/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../bebas-neue-font/BebasNeueRegular.eot');
    src: url('../bebas-neue-font/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../bebas-neue-font/BebasNeueRegular.woff2') format('woff2'),
        url('../bebas-neue-font/BebasNeueRegular.woff') format('woff'),
        url('../bebas-neue-font/BebasNeueRegular.ttf') format('truetype'),
        url('../bebas-neue-font/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../bebas-neue-font/BebasNeue-Thin.eot');
    src: url('../bebas-neue-font/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../bebas-neue-font/BebasNeue-Thin.woff2') format('woff2'),
        url('../bebas-neue-font/BebasNeue-Thin.woff') format('woff'),
        url('../bebas-neue-font/BebasNeue-Thin.ttf') format('truetype'),
        url('../bebas-neue-font/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../bebas-neue-font/BebasNeueBook.eot');
    src: url('../bebas-neue-font/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('../bebas-neue-font/BebasNeueBook.woff2') format('woff2'),
        url('../bebas-neue-font/BebasNeueBook.woff') format('woff'),
        url('../bebas-neue-font/BebasNeueBook.ttf') format('truetype'),
        url('../bebas-neue-font/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chamfort_boldbold';
    src: url('../fonts/chamfortfamily-bold.woff2') format('woff2'),
         url('../fonts/chamfortfamily-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}
body.no-hidden {
	overflow: auto;
}

.nav-section {
	position: relative;
	top: 15px;
	left: 0;
	right: 0;
	z-index: 100;
}
.nav-section .navbar-default { 
    border: none;
	z-index: 999;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	background: none;	
}

.nav-section .dropdown-menu > li > a,
.nav-section .navbar-nav > li > a { 
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #155c91; 
	outline: 0 none; 
	position: relative; 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}


.nav-section .dropdown-menu > li > a:hover,
.nav-section .navbar-nav > li.active > a:hover,
.nav-section .navbar-nav > li > a:hover,
.nav-section .navbar-nav > li.active > a,
.nav-section .navbar-nav > li.current-menu-parent > a,
.nav-section .navbar-nav > li.current-menu-item > a,
.nav-section .navbar-nav > li > a:active,
.nav-section .navbar-nav > li > a:focus, 
.nav-section .navbar-nav > li > a:hover,
.nav-section .navbar-nav > li.dropdown > a:focus,
.nav-section .navbar-nav > li.dropdown > a:hover,
.nav-section .dropdown-menu > .active > a, 
.nav-section .dropdown-menu > .active > a:focus, 
.nav-section .dropdown-menu > .active > a:hover { 
	background: none;
	color: #155c91;
	font-weight: 600;
}


.nav-section .navbar-nav > li > .dropdown-menu {
	width: 100%;
	min-width: 100%;
	background-color: #0f4d7c;
	border-radius: 0;
	border: 0;
}

/*.nav-section .navbar-nav > li > a:hover:after,
.nav-section .navbar-nav > li.active > a:after {
	content: '';
	display: block;
	width: 80%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	border-radius: 5px;
}*/


.nav-section.inner-pages {
	background-color: #ffffff;
	top: 0;
	position: relative;
	padding: 20px 0;
    border-bottom: 2px solid #c3c3c3;
}
.nav-section .navbar-default .navbar-toggle * {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-section .navbar-default .navbar-toggle {
	color: #155c91;
	cursor: pointer;
	padding: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 15px;
}
.nav-section .navbar-default .navbar-toggle span {
	background-color: #155c91;
	display: block;
	
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
}
.nav-section .navbar-default .navbar-collapse { 
	border: none; 
}
.nav-section .navbar-default .navbar-toggle .icon-bar { 
	background-color: #155c91; 
}
.nav-section .navbar-default .navbar-toggle:hover,
.nav-section .navbar-default .navbar-toggle:focus { 
	background: none; 
	border-color: #155c91;  
}
.nav-section .navbar-default .navbar-toggle:hover .icon-bar,
.nav-section .navbar-default .navbar-toggle:focus .icon-bar { 
	background-color: #155c91; 
}
.navigative {
	padding-left: 0;
	padding-right: 0;
}

.nav-section.home .navbar-default .navbar-toggle .icon-bar { 
	background-color: #ffffff; 
}
.nav-section.home .navbar-default .navbar-toggle:hover,
.nav-section.home .navbar-default .navbar-toggle:focus { 
	background: none; 
	border-color: #ffffff;  
}
.nav-section.home .navbar-default .navbar-toggle:hover .icon-bar,
.nav-section.home .navbar-default .navbar-toggle:focus .icon-bar { 
	background-color: #ffffff; 
}


.main-wrapper {
	height: 100vh;
}
.left-wrapper {
	background-color: #226597;
	padding: 30px 50px;
	position: relative;
	background-image: url('../images/bg-full.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-box-shadow:inset -10px 0 18px rgba(0,0,0,.25);
   -moz-box-shadow:inset -10px 0 18px rgba(0,0,0,.25);
        box-shadow: inset -10px 0 18px rgba(0,0,0,.25);
}
.left-wrapper,.right-wrapper {
	height: 100%;
}

.nav-logo {
	position: absolute;
	left: 50px;
	top: 30px;
}
a.custom-logo-link {
	display: table;
}
a.custom-logo-link img {
	max-width: 160px;
}

 
.bn-caps {
	position: relative;
}

/* */
.social-ftr {
	position: absolute;
	left: 50px;
	bottom: 30px;
	width: 100%;
}
.social-ftr-icon a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}



.right-wrapper {
	padding: 30px 60px;
	position: relative;
}
.contact-box {
	position: relative;
}
.get-in-touch-form {
	margin-top: 10px;
}

#errors {
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #b62025;
	position: relative;
}

.copy-right {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	
	padding: 15px 0 0;
}

.copy-right-a {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #252525;
}

.footer-copy {
	padding: 15px;
}

.contact-form .form-group {
	position: relative;
}
.contact-form .form-group .control-label {
  position: absolute;
  top: 0.5rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #575757;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.contact-form .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.contact-form .form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #155c92;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Raleway', sans-serif;
  border-width: 0;
  border-color: transparent;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.contact-form .form-group input[type="file"] {
  line-height: 1;
    opacity: 0;
}
.contact-form .form-group input[type="file"] ~ .bar {
  display: none;
}
.contact-form .form-group select,
.contact-form .form-group input:focus,
.contact-form .form-group input:valid,
.contact-form .form-group input.form-file,
.contact-form .form-group input.has-value,
.contact-form .form-group textarea:focus,
.contact-form .form-group textarea:valid,
.contact-form .form-group textarea.form-file,
.contact-form .form-group textarea.has-value {
  color: #575757;
}
.contact-form .form-group select ~ .control-label,
.contact-form .form-group input:focus ~ .control-label,
.contact-form .form-group input:valid ~ .control-label,
.contact-form .form-group input.form-file ~ .control-label,
.contact-form .form-group input.has-value ~ .control-label,
.contact-form .form-group textarea:focus ~ .control-label,
.contact-form .form-group textarea:valid ~ .control-label,
.contact-form .form-group textarea.form-file ~ .control-label,
.contact-form .form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -10px;
  left: 0;
}
.contact-form .form-group select:focus,
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none;
}
.contact-form .form-group select:focus ~ .control-label,
.contact-form .form-group input:focus ~ .control-label,
.contact-form .form-group textarea:focus ~ .control-label {
  color: #155c92;
}
.contact-form .form-group select:focus ~ .bar::before,
.contact-form .form-group input:focus ~ .bar::before,
.contact-form .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}


/* */
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  width: 100vw;
  height: 100vh;
}
.video-background iframe,
.video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}



.main-footer-bottoms {
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	bottom: 15px;
	padding: 15px 0;
}
.social-ftrser {
	text-align: left;
}
.social-ftrser a {
	display: inline-block;
	vertical-align: middle;
}
.social-ftrser  a {
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff; 
}
.social-ftrser a+a {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #ffffff;
}

.social-ftrser.black  a {
	color: #737375; 
}
.social-ftrser.black a+a {
	border-left: 1px solid #737375;
}

.list-menu-ftr,
.menu-ftr {
	text-align: right;
}
.list-menu-ftr > li {
	display: inline-block;
	vertical-align: middle;
}
.list-menu-ftr > li a {
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff; 
}


/*** Video ****/
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}
.fullscreen-bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	margin: auto;
	height: 100%;
	width: 100%;
	background-color: rgba(21,92,146,.5);
	z-index: 1;
}


.design-wrapper .rotating-slider ul.slides li { 
	background: none; 
	color: #ffffff; 
}

.inner {
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 65%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 550px;
}


_::-webkit-full-page-media, _:future, :root .inner {
    top: 80%;
}

.design-wrapper .rotating-slider {
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.design-wrapper .rotating-slider ul.direction-controls li button {
	background: none;
	font-size: 0;
	width: 40px;
	height: 40px;
}

.design-wrapper .rotating-slider ul.direction-controls li button:focus,
.design-wrapper .rotating-slider ul.direction-controls li button:active {
    outline: 0 none;
}
.design-wrapper .rotating-slider ul.direction-controls li.left-arrow {
	background-image: url('../images/left-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.design-wrapper .rotating-slider ul.direction-controls li.right-arrow {
	background-image: url('../images/right-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.design-wrapper .rotating-slider ul.direction-controls li.left-arrow {
	right: calc(100% - 55px);
}
.design-wrapper .rotating-slider ul.direction-controls li.right-arrow {
	left: calc(100% - 55px);
}

.abt-head-a {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #737375;
}
.abt-head-b {
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #155c91;
}

.header-inner {
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 30px;
	position: relative;
}

.header-inner img{
	margin-left: auto;
	margin-right: auto;
}
.abt-caption {
	position: relative;
	top: 0;
	padding: 15px 0;
	margin-top: -100px;
}

.about-con-a {
	padding: 15px 0;
	background-color: #ffffff;
}

.about-con-b {
	padding: 40px 0 10px;
	background-color: #f3f3f3;
}
.about-vdos img {
	
}
.about-vdos {
	/*margin-bottom: 15px;*/
}

/* */
.wdng-head {
	justify-content: center;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.noisy-head {
	font-weight: normal;
	font-size: 28px;
	line-height: 35px;
	font-family: 'chamfort_boldbold', sans-serif;
	color: #dc8e1e;
	
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
}
.noisy-head strong {
	font-weight: normal;
	color: #dc5d1e;
}
.nosy-img {
	padding-left: 15px;
	padding-right: 15px;
}

.inner-footers {
	padding: 15px 0;
	text-align: center;
	background-color: #ffffff;
}

.ftr-copy-rights {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #737375;
}
.start-heads a {
	color: #155c91;
	text-decoration: none;
}
.start-heads {
	font-weight: bold;
	font-size: 120px;
	line-height: 120px;
	font-family: 'Bebas Neue', sans-serif;
	color: #155c91;
	
	padding: 30px 0 20px;
	position: relative;
}
.start-heads:before,
.start-heads:after {
	content: '';
	width: 75%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #c3c3c3;
}
.start-heads:before {
	top: 0;
}
.start-heads:after {
	bottom: 0;
}

.list-start-menu-list {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.list-start-menu-list > li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.list-start-menu-list > li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #a7a7a7;
	padding: 7px 10px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.list-start-menu-list > li a:hover {
	color: #155c91;
}

.pagesyy1 {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
}

.get-direction-head {
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #a7a7a7;
}
.get-direction-head .gdirecthead {
	display: inline-block;
	padding: 7px 10px;
	border-bottom: 1px solid #a7a7a7;
	color: #a7a7a7;
	text-decoration: none;
}
.get-direction-head a{
	text-decoration: none;
}

.cntct-bar-a {
	margin-bottom: 30px;
}
.cntct-head-a {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #a7a7a7;
}
.cntct-head-b {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #a7a7a7;
}
.cntct-txt-a {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #a7a7a7;
}
.cntct-txt-b a,
.cntct-txt-a a {
	color: #a7a7a7;
}
.cntct-txt-b {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Calibri', sans-serif;
	color: #a7a7a7;
}

.clnt-colbox {
	background-color: #acacac;
	padding: 30px;
	border-radius: 15px;
	max-width: 290px;
	height: 275px;
	line-height: 210px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.clnt-colbox:before {
  content: "";
  position: absolute;
  background-color: #155c92;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.35s ease-in;
  
  display: block;
}
.clnt-colbox:hover:before {
  top: 0;
}
.clnt-colinbox {
	display: inline-table;
	vertical-align: middle;
}
.clnt-colinbox-text {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
}
.clnt-colinbox-head {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
}
.clnt-fgr {
	margin-bottom: 15px;
}
.clnt-fgr img {
	margin-left: auto;
	margin-right: auto;
}
.clnt-cmmnt-title-a {
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #155c91;
}
.clnt-cmmnt-title-b {
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #737375;
}


.prjct-box-msnry {
	margin-bottom: 30px;
}

.innermenu-list {
	text-align: center;
}
.innermenu-list a{
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	color: #737375;
	margin-left: 5px;
	margin-right: 5px;
}

/* */
.overlay-bg img,
.overlay-bg .overlay {
	transition: .5s all;
	/*border-radius: 3px;*/
}

.overlay-bg {
	position: relative;
	/*border-radius: 20px;*/
	overflow: hidden;
	cursor: pointer;
}
img.full-rest {
	width: 100%;
}
.inner-overlay {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.overlay-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	/*background-color: rgba(17, 37, 72, 0.8);*/
	



background: rgba(44,143,186,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(44,143,186,1) 0%, rgba(24,53,104,0.8) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(44,143,186,1)), color-stop(100%, rgba(24,53,104,0.8)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(44,143,186,1) 0%, rgba(24,53,104,0.8) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(44,143,186,1) 0%, rgba(24,53,104,0.8) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(44,143,186,1) 0%, rgba(24,53,104,0.8) 100%);
background: radial-gradient(ellipse at center, rgba(44,143,186,1) 0%, rgba(24,53,104,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8fba', endColorstr='#183568', GradientType=1 );

	color: #ffffff;
	opacity: 0;
	
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.overlay-bg .overlay h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color:#ffffff;
}
.overlay-bg .overlay p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color:#ffffff;
}
.overlay-bg:hover .overlay {
	opacity: 1;
}
.overlay-bg:hover img.full-rest {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.prjct-plus {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.form-box {
	padding: 20px 75px;
}
.contact-form-01 .select-a,
.contact-form-01 .input-a {
	background-color: transparent;
	border-bottom: 1px solid #000000;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
    color: #000000;
}
.contact-form-01 .select-a {
	background-position: center right;
}
.contact-form-01 .textarea-a {
	background-color: transparent;
	border: 1px solid #000000;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
	padding: 10px;
}
.label-b {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
    color: #000000;
}

.contact-form-01 ::-webkit-input-placeholder {color: #000000;}
.contact-form-01 ::-moz-placeholder {color: #000000;}
.contact-form-01 :-ms-input-placeholder { color: #000000;}
.contact-form-01 :-moz-placeholder { color: #000000;}

.contact-form-01 .form-group {
	margin-bottom: 20px;
}

.close.close-01 {
	position: absolute;
	right: 0;
	top: -45px;
	opacity: 1;
}

.contact-form-01.contact-form .form-group .control-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #575757;
}
.contact-form-01.contact-form-01 .select-a {
	border-bottom: 1px solid #999999;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #575757;
}

a, .nav-section .navbar-nav > li > a.cool-link {
    color: #ffffff;
}
.nav-section .navbar-nav > li > a.cool-link:hover {
    color: #ffffff;
}
.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width .3s;
}

.inner-link:hover::after, .active .inner-link::after {
    width: 100%;
    transition: width .3s;
}
.inner-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #155c91;
    transition: width .3s;
}

.main-head {
	font-weight: bold;
    font-size: 60px;
    line-height: 55px;
    font-family: 'Raleway', sans-serif;
    padding: 50px 0 20px;
    color: #155c91;
}
.sub-head {
	font-weight: bold;
    font-size: 34px;
    line-height: 45px;
    font-family: 'Raleway', sans-serif;
    color: #155c91;
}
.text-b.top-desc {
    color: #155c91;
}
.hr-01 {
    border: 1px solid #4b4b4b;
    margin-top: 15px;
    margin-bottom: 10px;
}

.group-companies {
    padding: 30px 0px;
}

.service-box {
    margin-bottom: 30px;
    display: block;
}
.service-box .service-content{
    background-color: #f4f4f4;
    padding: 20px;
    min-height: 330px;
}
.service-box .service-content .abt-head-b{
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}
.client-img {
    max-width: width: 260px;
    height: 240px;
    display: flex;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
}
.client-img img {
    margin: auto;
}

.portfolio {
    text-decoration: none;
    padding-top: 20px;
}
.portfolio li {
    float: left;
    margin-left: 30px; 
}
.portfolio li:first-child {
    margin-left: 0px; 
}
.portfolio li a {
    color: #646464;
}
.portfolio li a:hover,
.portfolio li a.active {
    font-weight: 600;
    text-decoration: none;
}
.portfolio_view {
    display: block;
    margin-bottom: 30px;
    max-height: 700px;
}
#load
{
    color:#155c91;
    border-bottom:2px solid #155c91;
    font-size:20px;
    text-decoration: none;
    padding-bottom: 7px;
}
#result_para {
    display: none;
}

ul.about-list {
    list-style-type: disc;
    padding-left: 15px;
}

.company_box {
    width: 100%;
    display: flex;
    align-items: center;
}
.company_img {
    width: 33%;
    vertical-align: middle;
    padding-bottom: 25px;
}
.company_desc {
    width: 75%;
    padding-left: 20px;
}

/*** Accordion ***/
.panel-group .panel {
    border: 0;
}
.panel {
    box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
.accor_heading_box .hr-01 {
    border: 1px solid #4b4b4b;
    margin: 10px 0;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}
.panel-heading {
    padding: 0;
    border-bottom: 0;
}
.panel-title > a:focus,
.panel-title > a:hover {
    text-decoration: none;
}
.panel-body {
    padding: 0;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before, #accordion1 .panel-title > a.accordion-toggle::before, #accordion1 a[data-toggle="collapse"]::before {
    background: url('../images/open.png') no-repeat center center;
    content: "\e113";
    content: "";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right: 0em;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    right: 1%;
}
#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before, #accordion1 .panel-title > a.accordion-toggle::before, #accordion1 a[data-toggle="collapse"]::before {
    background: url('../images/open.png') no-repeat center center;
    content: "\e113";
    content: "";
    float: right;
    font-family: 'Glyphicons Halflings';
    margin-right: 0em;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    right: 1%;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before, #accordion1 .panel-title > a.accordion-toggle.collapsed::before, #accordion1 a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
    content: "";
    background: url('../images/close.png') no-repeat center center;
}

.career-form.form-box {
    padding: 20px;
    position: relative;
}
.close.close-02 {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 40px;
    font-weight: 400;
    color: #151314;
    opacity: 1;
}
.close.close-02:hover {
    opacity: 0.5; 
}
.file-label {
    color: #155c91 !important;
    border-bottom: 2px solid #155c91;
    padding: 10px 0;
    cursor: pointer;
}


/* Banner */
.banner-section { 
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
	width: 100%;
}
.banner-section .item > a > img,
.banner-section .item > img,
.banner-section .carousel-inner > .item > img { 
	background-size: cover; 
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

.banner-section .carousel .carousel-control {
	background: none; 
	border: none; 
}

.banner-section .left.carousel-control,
.banner-section .right.carousel-control {
	text-align: center; 
	z-index: 9999; 
	margin: auto; 
	display: inline-block; 
	width: 40px;
	height: 40px;
	text-shadow: none;
}
.banner-section .left.carousel-control {  
	left: 15px;
}
.banner-section .right.carousel-control {  
	right: 15px;
}
.banner-section .carousel-control img { 
	margin-left: auto; 
	margin-right: auto; 
}