@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
	background: #fff;
	color: #212121;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	
	}


li {
	list-style: none;
	}
ul {
	padding-left:0;
	}

@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold.eot');
    src: url('../fonts/helvetica-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold.woff2') format('woff2'),
         url('../fonts/helvetica-bold.woff') format('woff'),
         url('../fonts/helvetica-bold.ttf') format('truetype'),
         url('../fonts/helvetica-bold.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.helvatica {
	font-family: 'helveticabold';
}


.navbar-default {
    background: rgba(255, 255, 255, 1);
	border: none;
}
.top-nav-collapse .navbar-brand.page-scroll > img {
    width: 60%;
	transition: all 0.5s ease-in-out;
}
.navbar-brand {
    height: auto;
	padding: 10px 15px;
}

.navbar-default .navbar-nav a {
	color: #3a3a3d !important;
	font-weight: 600;
	text-transform: uppercase;
	}


.nav.navbar-nav.navbar-right {
    margin-top: 15px;
}
.top-nav-collapse {
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	}
.top-nav-collapse .nav.navbar-nav.navbar-right {
    margin-top: 2px;
}
.navbar-default .navbar-nav > li.phone {
    margin-top: -5px;
}
.navbar-right .phone > a {
    color: #3a3a3d !important;
	font-size: 20px;
	font-weight: 800;
	}

.phone .fa.fa-phone {
    color: #1f87c9;
    font-size: 24px;
    padding-right: 8px;
    vertical-align: middle;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav a:hover {
	background: none !important;
	color: #1a83c6 !important;
	outline: none;
	}


.navbar-default .navbar-toggle {
	border:none;
	}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none;
	
	}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a0d2;
    height: 3px;
}
/*banner*/
.banner {
    padding-top: 87px;
    position: relative;
}

.banner img {width:100%}

.carousel-caption {
    left: 5%;
    padding-bottom: 13%;
    right: 5%;
	text-shadow: none;
}

.carousel-caption h1 {
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 0;
	text-shadow: 1px 1px 2px rgba(170, 172, 185, 0.59);
}

.carousel-caption > h2 {
    font-size: 29px;
    font-weight: 400;
    margin: 8px 0 26px;
    text-transform: uppercase;
}

.carousel-caption > a {
    background: #1a83c6 none repeat scroll 0 0;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.13);
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 45px;
	text-decoration: none;
}

/*for button hover effect*/
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #009fd1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #07a9f5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.banner .slide .img-responsive {
    width: 100%;
}

.main-title {
    margin-bottom: 50px;
}


.main-title h2,
.main-title h1 {
    color: #39393d;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.main-title > p {
    color: #0b83d2;
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}


/*services*/
.services {
    padding: 70px 0 80px;

}

.services .container.no-gutter [class*='col-']:not(:first-child),
.services .container.no-gutter [class*='col-']:not(:last-child){
  padding-right: 0;
  padding-left: 0;
}
.border-rt {
    border-right: 1px solid #e9e9e9;
}
.border {
    border-bottom: 1px solid #e9e9e9;
}

.flip-image .img-responsive {
    margin: auto;
    width: 95px;
}

.front-title > h3 {
    color: #3a3a3d;
    font-family: open sans;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 23px;
}

.front-title > p {
    color: #5b5b5e;
    font-size: 14px;
    font-weight: 300;
}
/*about*/
.about {
    background: #dadada none repeat scroll 0 0;
    padding: 80px 0;
}
.procurement-details > p {
    color: #5b5b5e;
    line-height: 25px;
}

.procurement-image .img-responsive {
    margin: 0 auto;
}

/*experience*/
.experience {
    background: #fff none repeat scroll 0 0;
    padding: 80px 0;
}

.experience-item {
    min-height: 360px;
    padding-top: 30px;
}

.experience-item span::before {
    color: #0c7bc1;
    content:"\f058";
    font-family: fontawesome;
    font-size: 13px;
    padding-right: 18px;
}
.experience-item > h4 {
    color: #3a3a3d;
    font-weight: 400;
    text-transform: uppercase;
}

.experience-item span {
    color: #5b5b5e;
    font-weight: 300;
    line-height: 35px;
}
/*contact-section*/
.contact-section {
	background: #dadada;
	padding: 70px 0 34px;
	}
.form-control {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    height: 48px;
}
.form-control::-moz-placeholder {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 300;
    opacity: 1;
}

.col-sm-6.lft-side {
    padding-right: 34px;
}

.col-sm-6.right-side {
    padding-left: 34px;
}

.btn-default {
    background-color: #0c7bc1;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 30px;
    padding: 2px;
    width: 100%;
}

.btn-default:hover {
	background: #0ca3eb;
	color:#fafafa;
	transition: all 0.5s ease-in-out;
	}
.contact-form {
	margin-bottom: 45px;
	}
	
.form-contact .number a {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
}

.number > p {
    color: #424242;
    font-weight: 600;
    text-transform: uppercase;
}
/*research*/
 .white {
	 color: #fff !important;
	 }
.research {
    background: rgba(0, 0, 0, 0) url("../images/research.jpg") no-repeat scroll 50% center / cover ;
    height: 100%;
    max-height: 551px;
	padding-top: 200px;
}

/*.small-white.white {
     font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 60%;
}*/

.research .view {
    background: #0c7bc1 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
	margin-top: 70px;
    text-decoration: none;
    text-transform: uppercase;
    width: 188px;
}





/*company-section*/
.company-section {
    background: #0c7bc1;
    padding: 30px 0;
}



.company-details > p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 27px;
    margin-bottom: 0;
}

.company-details {
    padding-top: 8px;
}

.form-contact .number > p::before {
    color: #39393d;
    content: "\f095";
    font-family: fontawesome;
    font-size: 30px;
    left: 0;
    position: absolute;
}

.form-contact .number > p {
    color: #424242;
    font-weight: 600;
    padding-left: 44px;
    position: relative;
    text-transform: uppercase;
}
.form-contact > p.address {
    background: rgba(0, 0, 0, 0) url("../images/location.png") no-repeat scroll left center;
    color: #404040;
    font-weight: 500;
    padding-left: 70px;
    padding-top: 10px;
}

.form-contact p.address span {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.form-contact p.mail:before {
	content:"\f0e0";
    color: #39393d;
	font-family:'FontAwesome';
    font-size: 30px;
	padding-right: 20px;
}

.mail > a {
    color: #0c79bf;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    vertical-align: super;
}


/*footer*/
	
.footer {
    background: #39393d none repeat scroll 0 0;
    padding: 20px 0;
}

.footer-inner-div.text-center h3 {
    color: #a8a8a8;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 16px;
}

.copy-right > p {
    color: #888888;
    font-family: open sans;
    font-weight: 300;
}

/*social media*/

.social-media > ul {
    display: inline-block;
}
.social-media li {
    float: left;
    margin-right: 10px;
}

.social-media li:last-child {
    margin-right: 0;
}

.social-media li a i {
    background: #717172 none repeat scroll 0 0;
    border-radius: 50%;
    color: #39393d;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.social-media li a i:hover {
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
.social-media li a i.fa.fa-facebook:hover {
	background: #214285;
	}
	
.social-media li a i.fa.fa-twitter:hover {
	background: #2ba8e0;
	}
	
	.social-media li a i.fa.fa-linkedin:hover {
	background: #03679b;
	}
	
.social-media li a i.fa.fa-google-plus:hover {
	background: #d3492d;
	}	




.scrollToTop {
    bottom: 0px;
    right: 0px;
    padding-right: 24px;
    position: fixed;
    text-align: center;
    z-index: 99;
}
	
.scrollToTop i {
    background: #616161;
	border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 28px;
	line-height: 28px;
    width: 28px;
}
	
.scrollToTop i:hover {
	background: #434343;
	color: #ddd;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

	












  
  
