@import url('https://fonts.googleapis.com/css?family=PT+Sans');
/*================================
     			All Css
==================================*/

* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #FFF;
    font-weight: normal;
    position: relative;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #252525;    
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
}
p {
    font-family: inherit;
    line-height: 25px;
    text-rendering: optimizeLegibility;
    font-size: 16px;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
ul {
    margin-bottom: 0px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #141414;
}
.mt75{
	margin-top: 75px;
}
/*=======================================================
      				TOP BAR
========================================================*/

.top-info {
    display: inline-block;
    width: 100%;
    float: left;
    background: #e48f11;
    height: 25px;
}
.top-info .personal-info {
    color: #999999;
    float: left;
}
.top-info .personal-info p {
    color: #999999;
    margin: 0px;
}
.top-info .personal-info li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
}
.top-info .personal-info li i {
    margin-right: 5px;
}
.top-info .social {
    float: right;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-info .social li {
    float: left;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.top-info .social li a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    color: #FFF;
}
.top-info .social li a:hover {
    color: #fff;
    background: #e48f11;
}

/*===============================
   			HEADER
================================*/

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    top: 0;
}
header .navbar {
    background: #0d4387;
    border: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    float: left;
}
header .logo {
    float: left;
    position: relative;
    padding: 15px 0;
}
header .logo a {
    display: block;
}
.tagline {
    font-size: 16px;
    font-weight: 600;
    color: #ED3237;
    margin-left: -16px!important;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
}
header .logo img {
    z-index: 3;
    position: relative;
    max-width: 340px;
}
header .ownmenu {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
header .navbar {
    display: inline-block;
}
header .navbar li {
    display: inline-block;
    float: left;
    position: relative;
}
header .navbar li a {
    font-size: 14px;
    color: #fff;
    padding: 14px 20px;
    text-transform: uppercase;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}
header .navbar li a:hover , header .navbar li a.active{
    background: #e48f11;
}
header .navbar li a:hover {} header .navbar li a:before {
    position: absolute;
    height: 4px;
    width: 0;
    margin: 0 auto;
    top: 0px;
    z-index: -1;
    left: 0px;
    right: 0px;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before {
    width: 100%;
}
header .navbar li.active a:before {
    width: 100%;
}
header .quotes {
    float: right;
}
header .quotes a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0px 30px;
    text-transform: uppercase;
    background: #e48f11;
    color: #fff;
    float: right;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
header .quotes a i {
    margin-right: 10px;
}
header .quotes a:hover {
    background: #141414;
    color: #fff;
}
.top-info-con {
    float: right;
    width: 70%;
    padding: 20px 0;
    background: #fff;
    position: relative;
    z-index: 3;
    text-align: right;
}
.top-info-con ul {
    display: inline-block;
}
.top-info-con ul li:first-child{
	width: 35%;
}
.top-info-con ul li {
    display: inline-block;
    width: 28%;
    text-align: left;
    margin-right: 20px;
}
.top-info-con ul li.fst {
    width: 35%;
    border: none;
}
.top-info-con ul li:nth-last-child(1) {
    margin: 0px;
}
.top-info-con li a {
    font-size: 15px;
    text-transform: lowercase;
    font-weight: 400;
}
.top-info-con .icon {
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    color: #e48f11;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 100%;
    font-size: 18px;
}
.top-info-con h6 {
    font-weight: 600;
    color: #222222;
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.navbar-toggle{
    background-color: #FFF;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #e48f11;
}
/*=============================
      		SUB BANNER
===============================*/

.item img {
    width: 100%;
}
.carousel-indicators {
    bottom: 60px;
    font-size: 20px;
}
.carousel-caption {
    bottom: 40%;
    left: 15%;
    width: 350px;
    background: rgb(228, 143, 17);
    font-size: 25px;
    font-weight: 800;
    margin: 0;
    padding: 10px 0;
}
.sub-banner {
    background: url(../images/sub-banner-bg.jpg) no-repeat;
    background-size: cover !important;
    min-height: 220px;
    text-align: center;
    position: relative;
    margin-top: 160px;
    padding-top: 60px;
}
.sub-banner h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0px;
    text-transform: uppercase;
}
.sub-banner hr {
    margin: 20px auto;
}
.sub-banner img {
    position: absolute;
    top: -55%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}
.breadcrumb-content {} .sub-banner .breadcrumb {
    background: none;
    margin: 0px;
    padding: 0px;
}
.sub-banner h6 {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    float: left;
    line-height: 58px;
    margin: 0px;
    letter-spacing: 1px;
}
.sub-banner .breadcrumb li {
    letter-spacing: 1px;
    text-transform: none;
    color: #e48f11;
    line-height: 58px;
    font-size: 16px;
    font-weight: normal;
    
    font-size: 13px;
}
.sub-banner .breadcrumb li.active {
    color: #fff;
}
.sub-banner .breadcrumb li a {
    color: #fff;
    text-transform: none;
    color: #e48f11;
    font-size: 16px;
    font-weight: normal;
    
    font-size: 13px;
}
.sub-banner .breadcrumb>li+li:before {
    color: #fff;
}
/*=========================
      	SERVICES
===========================*/

.home-slider {
    margin-top: 165px;
}
.welcome p {
    font-size: 16px;
    line-height: 28px;
}
.welcome {} .welcome article {
    position: relative;
    overflow: hidden;
    border: 1px solid #EEE;
    padding: 5px;
    background: #FFF;
}
.welcome {
    margin-top: -70px;
    background: none;
}
.welcome-content {
    box-shadow: -1px 2px 3px 3px #eee;
    background: #fff;
    padding: 0 20px 30px 20px;
    min-height: 500px;
}
.service-infro-con {
    padding-top: 30px;
    margin-bottom: 15px;
}
.welcome-content h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #e48f11;
}

.welcome-content h5 a {
    text-transform: lowercase;
}
.welcome-content h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e48f11;
}
.welcome-content ul li {
    line-height: 30px;
    font-size: 15px;
    background: url(../images/bullets.png) left no-repeat;
    padding-left: 25px;
}
.service-infro-con ul li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    list-style: initial;
    margin-left: 5px!important;
    background: none;
    padding-left: 0;
}
.welcome .infro-con {
    position: absolute;
    background: rgba(13, 67, 135, 0.81);
    height: 55px;
    width: 100%;
    z-index: 5;
    bottom: 10px;
    width: 80%;
    right: 0px;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-left: 3px solid #e48f11;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.welcome article:hover .infro-con {
    height: auto;
}
.welcome .infro-con h5 {
    color: #fff;
    font-weight: normal;
}
.welcome .infro-con span {
   
    
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.welcome .infro-con p {
    color: #fff;
    
}
.welcome .infro-con .number {
    font-size: 20px;
    display: inline-block;
    padding: 15px 70px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    background: #00b1f1;
    border-radius: 50px;
    margin-right: 30px;
}
.partner-content h2{
	margin-bottom: 20px;
}
.partner-thumb img{
	width: 100%;
	padding: 5px;
	background: #f2f2f2;
}
.partner-thumb h3 {
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    border-left: 5px solid #e48f11;
    margin: -60px 0px 10px;
    background: rgba(13, 67, 135, 0.8);
    color: #FFF;
    position: relative;
}
.client_slider{
	margin:40px 0 20px 0;
}
.client_slider img{
	border:1px solid #000;
}
.client_slider img:hover{
	opacity: 0.9;
	border: 1px solid #e48f11;
}
/*=============================
     footer Section
==============================*/

.footer-top {
    background: #0d4387;
    height: auto;
    padding: 20px 0;
}
.footer-top p {
    font-size: 14px;
    color: #fff;
}
.footer-top h4 {
    margin-top: 2px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.btn-blank {
    background: none;
    border-color: #fff;
    margin-top: 22px;
}
.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    background: #e48f11;
    letter-spacing: 1.5px;
    border: 2px solid #e48f11;
}
.copy-write {
    background: #0b356b;
    padding: 5px 0;
    text-transform: uppercase;
}
.copy-write p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}
.copy-write a{
    color: #e48f11;
}
/*==================================
			main-section
====================================*/

.about-content {
    box-shadow: 0px -5px 5px 3px #eee;
    background: #fff;
    padding: 20px 30px 40px;
    min-height: 500px;
    margin-top: -50px;
    position: relative;
}
.about-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #e48f11;
    margin: 0 0 20px;
}
.about-content ul{
	margin-bottom: 20px;
}
.about-content ul li {
    line-height: 30px;
    font-size: 15px;
    background: url(../images/bullets.png) left no-repeat;
    padding-left: 25px;
}
.color-yellow{
	color: #e48f11;
	padding-left: 10px;
}
.clients-content{
	margin:30px 0 20px 0 ;
}
.clients-content ul li {
    width: 23%;
    float: left;
    margin: 1%;
    border: 1px solid #000;
    padding: 0;
    background: none;
}
.clients-content ul li:hover{
	border: 1px solid #e48f11
}
.clients-content ul li img{
	padding:10px 30px;
	width: 100%;
}
.clients-content ul li:hover img {
	opacity: 0.7;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.contact-form ul li{background: none;}
.contact-form label {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 20px;
	color: #777777;
}
.contact-form label input {
	font-family: 'PT Sans', sans-serif;
	border: 1px solid #e4e4e4;
	height: 40px;
	padding: 0 20px;
	border-radius: 4px;
	width: 100%;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
	height: 200px;
	border-radius: 4px;
	background: #fff;
	box-shadow: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form input:focus {
	border: 1px solid #4c4f5e !important;
}
.contact-form textarea:focus {
	border: 1px solid #4c4f5e !important;
}
.Address-content ul li{
	background: none;
	padding: 0 0 0 10px;
}
.Address-content .small-title {
    font-size: 18px;
    font-weight: 600;
}
.Address-content .info-box {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
.Address-content .icon-box {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 40px;
    line-height: 22px;
    color: #e48f11;
    font-size: 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.gmap{
	background: #EEE;
	padding: 10px;
	margin-bottom: 40px;
}