@charset "utf-8";
/* CSS Document */

/* ================================
General
================================= */
@font-face {
font-family: 'cooper';
font-style: normal;
font-weight: normal;
src: local('cooper'), url('../fonts/cooper-black.ttf') format('truetype');
}
body{
	margin:0;
	padding:0;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	overflow-x:hidden;
	
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
	color:#666 !important;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: '', sans-serif;
}
a {
    color: #f6d20b;
    text-decoration: none;
}
a:hover {
    color: #f6d20b;
    text-decoration: none;
}
small {
    color: #2975dd;
}
p {
    line-height: 2;
}

.error {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
}

header {
    background-color: #055a68;
    padding: 10px 0;
}

nav {
    position: absolute;
    right: 0;
    top: 40px;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.top-menu > li {
    float: left;
    list-style: outside none none;
}
.top-menu > li a {
    margin: 0 5px;
	padding:5px 10px;
	border-radius:3px;
	transition:all ease-in 0.2s;
}
.top-menu > li a:hover {
	background:#f6d20b;
}
.top-menu > li a.active {
	background:#f6d20b;
}


.top-menu {
    color: #fff;
    font-size: 16px;
    padding: 0;
}
.top-menu ul {
    margin: 0;
}
ul.top-menu li a {
    color: #fff;
	text-decoration:none;
}

.taketodown{
	display:block; margin-top:60px; 
}
.taketodown i {
    font-size: 36px;
    border: 2px solid #fff;
	cursor:pointer;
    padding: 15px;
    border-radius: 50%;
}
.inner-banner::before {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}
.inner-banner{
    width: 100%;
    height: 450px;
    position: relative;
}
.background-overlay {
    background-repeat: no-repeat;
   /* background-attachment: fixed;*/
    background-size: cover;
    background-position: center center;
}
.page-title:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.page-title {
	color:#fff;
	font-size:54px;
	font-weight:300;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	text-align:center;
}
.banner {
    height: 590px;
    overflow: hidden;
    position: relative;
}
.banner > img {
    height: 100%;
    width: 100%;
}
.banner::after {content: " ";position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;}
.certified {
    position: absolute;
    z-index: 101;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 40px;
}
.title-md {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.margin-bottom-0{
	margin-bottom:0;
}
/* about us section */
.aboutus-section {
    padding: 40px 0;
}

.para-title {
    color: #000;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 10px;
}
.para-content {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
	margin:0 auto 15px;
}
.inner-para-content {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
	margin:0 auto 15px;
}
.inner-wrapper {
    margin-bottom: 30px;
    padding:0px 15px;
}
.know-more {
    color: #172487;
    font-size: 16px;
    font-style: italic;
}
.section-title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 30px;
}

.margin-bottom-30{ margin-bottom:30px;}

/* services css */
.services {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 40px 0;
}
.services-list > ul {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.services-list li {
    display: inline-block;
    list-style: outside none none;
    margin: 15px;
	vertical-align:top;
}
.services-item {
    color: #fff;

    font-size: 24px;
    height: 108px;
    line-height: 4.5;
    text-align: center;
	position:relative;
	z-index:1;
}
.services-item a {
    color: #fff;
    text-decoration: none;
}

.services-item::after {
    background: rgba(23, 36, 135, 0.5) none repeat scroll 0 0;
	border-radius:5px;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
	z-index:-1;
}
.item1{
	background-image:url(../images/services/service1.png);
	background-repeat:no-repeat;
	width:433px;
	height:108px;
}
.item2{
	background-image:url(../images/services/service2.png);
	background-repeat:no-repeat;
	width:433px;
	height:108px;
}
.item3{
	background-image:url(../images/services/service3.png);
	background-repeat:no-repeat;
	width:433px;
	height:108px;
}
.item4{
	background-image:url(../images/services/service4.png);
	background-repeat:no-repeat;
	width:433px;
	height:108px;
}

/* clients css */

.clients {
    padding: 40px 0;
}

.many-more {
    color: #514b4b;
    display: list-item;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    left: 0;
    list-style: outside none none;
    margin-bottom: 20px;
    opacity: 0.5;
    right: 0;
    text-align: center;
}
.clients-list {
    display: inline-block;
    text-align: center;
}
.clients-list li {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: inline-block;
    margin: 15px;
    padding: 20px 65px;
}
.recognition {
    width: 433px;
    height: 108px;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
	line-height:4.5;
	color:#172487;
	font-size:22px;
}
.box-sm {
    position: relative;
    margin: 18px 0;
    padding: 18px 20px;
	border:1px solid #e1e1e1;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 0px;
    border-radius: 10px;
    zoom: 1;
}
.box-sm .notch {
    position: absolute;
    bottom: -15px;
    left: 34px;
    margin: 0;
    border-bottom: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    _border-right-color: pink;
    _border-left-color: pink;
    _filter: chroma(color=pink);
}
.border-callout { border: 1px solid #e1e1e1; padding: 10px; }
.border-callout .border-notch { border-top-color: #e1e1e1; bottom: -16px; }



/* forms and styles */
.btn-orange {
    background-color: #ffa300;
    color: #fff;
    border: #ffa300;
}

/* inner page css */

h1.why-title {
    margin: 0 0 5px;
    font-size: 16px;
}
.partners-list {
    margin-top: 30px;
}
.partner-photo {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    font-size: 28px;
	box-shadow:3px 3px 5px rgba(0,0,0,0.1);
}
p.partner-para {
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.8;
}
.custom-table td {
    padding: 4px 8px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
}

#bar {
    background-color: #f6d20b;
    position: absolute;
    width: 500px;
    height: 8px;
    bottom: -4px;
    left: 50%;
    margin-left: -250px;
    z-index: 100;
    border-radius: 4px;
}
#arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f6d20b;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 100;
}
.logo-para {
    clear: both;
    position: relative;
    display: inline-block;
	width:100%;
}
.img-shadow {
    box-shadow: 0px 10px 9px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.img-data {
    margin-top: 15px;
    margin-bottom: 15px;
}
.numbers {
	background:#dec06e;
    color: #000;
    font-size: 26px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    margin: 10px;
    display: block;
    width: auto;
    border-radius: 3px;
}
.numbers-silver {
	background:#d0d0d0;
    color: #000;
    font-size: 26px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    margin: 10px;
    display: block;
    width: auto;
    border-radius: 3px;
}

ul.halmarkinggold li {
    float: left;
    list-style: none;
    margin: 0 5px;
}

ul.halmarkinggold {
    margin: 0;
    padding: 0;
	display:inline-block;
}
h4.title-sm {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #666;
}
.cooper{
	font-family:'cooper';
}
/* footer */
footer {
    background-color: #666666;
    color: #fff;
	font-size:13px;
    padding: 30px 0;
}
.web-hide{
	display:none;
}	
@media (max-width: 767px) {
.flex-caption {
    padding: 3% 0 !important;
    font-size: 20px !important;
    line-height: 15px;
}
.inner-banner {
    height: 150px;
}
.page-title {
    font-size: 24px;
    line-height: 1;
}
.m-center{
	text-align:center !important;
}
.certified{
	display:none;
}
.services-list > ul {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
	padding:0;
}
.services-list li {
    display: inline-block;
    list-style: outside none none;
    margin: 15px 0;
	vertical-align:top;
	width:100%;
}
.services-item {
    color: #fff;
    font-size: 18px;
    height: 100px;
    line-height: 5;
    text-align: center;
	position:relative;
	z-index:1;
}
.services-item a {
    color: #fff;
    text-decoration: none;
}

.services-item::after {
    background: rgba(23, 36, 135, 0.5) none repeat scroll 0 0;
	border-radius:5px;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
	z-index:-1;
}
.item1{
	background-image:url(../images/services/service1.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:83px;
}
.item2{
	background-image:url(../images/services/service2.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:83px;
}
.item3{
	background-image:url(../images/services/service3.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:83px;
}
.item4{
	background-image:url(../images/services/service4.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:100%;
	height:83px;
}
.recognition {
    width: 100%;
    height: 83px;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    line-height: 5;
    color: #172487;
    font-size: 16px;
    overflow: hidden;
}
.recognition img {
    max-width: 90%;
    height: auto;
}
.partner-photo {
    margin-bottom: 16px;
}
ul.halmarkinggold li {
    width: 16%;
}
ul.halmarkinggold li img {
    width: 100%;
    height: auto;
}
.m-hide{
	display:none;
}
.m-show{
	display:block;
}
div#quick_links i {
    font-size: 24px;
    color: #fff;
}
ul.info-top {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 100%;
}

ul.info-top li {
    background: #fff;
    padding: 10px 0;
    margin: 1px 0;
}
ul.info-top li a {
    color: #000;
}	
.custom-table {
    width: 100%;
    overflow: auto;
}
.animted-gif {
    float: none;
    margin-left: 0;
    margin: 0 auto;
	margin-bottom:15px;
    width: 100%;
    height: auto;
}

}

